-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrealtime_ecg.html
More file actions
236 lines (193 loc) · 11.8 KB
/
Copy pathrealtime_ecg.html
File metadata and controls
236 lines (193 loc) · 11.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<!-- ======= Head Section - DON'T CHANGE ======= -->
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Real-time ECG Analysis </title>
<link href="assets/img/logo.png" rel="icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<!-- ======= Body Section ======= -->
<body>
<!-- ======= Navigation Bar - DON'T CHANGE ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.html">Home</a></li>
<li><a class="nav-link scrollto" href="https://intsav.github.io/index.html#projects">Projects</a></li>
<li><a class="nav-link scrollto" href="https://intsav.github.io/index.html#team">People</a></li>
<li><a class="nav-link scrollto" href="https://intsav.github.io/index.html#resources">Resources</a></li>
<li><a class="nav-link scrollto" href="index.html#funding">Funding</a></li>
<li><a class="nav-link scrollto" href="index.html#partners">Partners</a></li>
<li><a class="nav-link scrollto" href="index.html#workwithus">Vacancies</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
</ul>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End Navigation Bar -->
<!-- ======= Title Section ======= -->
<section id="project-title" class="d-flex align-items-center">
<div class="container position-relative" data-aos="fade-up" data-aos-delay="100">
<div class="row">
<div class="col-12 text-left">
<h1>Development of Smart Clothing to Diagnose Cardiovascular Disease</h1>
<br>
<h2><i>University of West London – School of Computing and Engineering<i></h2>
<h3>In Collaboration with the <a href="https://www.imperial.nhs.uk/our-locations/hammersmith-hospital"
target="_blank" rel="noopener noreferrer">Hammersmith Hospital</a>
<h3>
</div>
</div>
</div>
</section><!-- End Title -->
<!-- Main Webpage Section -->
<main id="project-main">
<div class="container">
<hr>
<div class="row justify-content-left">
<div class="col-12">
<div class="text-left">
<h1> <b> Supervisory Team </b></h1>
<h6> <a href="https://www.uwl.ac.uk/staff/sama-aleshaiker" target="_blank" rel="noopener noreferrer"> Dr
Sama Aleshaiker </a></h6>
<h6> <a href="https://www.uwl.ac.uk/staff/massoud-zolgharni" target="_blank" rel="noopener noreferrer">
Professor Massoud Zolgharni </a></h6>
<h6> <a href="https://www.uwl.ac.uk/staff/eugenio-donati" target="_blank" rel="noopener noreferrer"> Dr
Eugenio Donati </a></h6>
<br>
<h1> <b> Clinical Collaborators </b></h1>
<h6> <a href="https://www.imperial.nhs.uk/consultant-directory/zachary-whinnett" target="_blank"
rel="noopener noreferrer"> Dr Zachary Whinnett </a></h6>
<h6> <a href="https://www.imperial.ac.uk/people/ahran.arnold" target="_blank" rel="noopener noreferrer"> Dr
Ahran Arnold </a></h6>
<br>
<h3>For more information about our existing capacity based on a previously completed project, please visit
<a href="https://intsav.github.io/realtime_ecg_single.html" target="_blank"
rel="noopener noreferrer">here</a>
</h3>
</div>
</div>
</div>
<!-- ======= Project Body Section ======= -->
<section id="project-body">
<div class="project-1">
<div class="container project-container">
<div class="row justify-content-left d-flex flex-wrap align-items-center">
<div class="row justify-content-left">
<div class="col-12">
<div align="justify">
<h2 style="color:blue;"><b>Proposed PhD Project</b></h2> <br>
<h3>
<b>Background:</b> <br>
Heart disease is single biggest cause of death worldwide and the number of people affect is
growing every year. Heart disease often starts with symptoms or abnormalities in very brief
episodes that come and go. This early period is usually the best time to start treatment to
prevent more severe problems later on. Unfortunately, this is also the most difficult time to
identify the problem because the symptoms or abnormalities have gone by the time the patient sees
a doctor. The doctor cannot start the correct treatment until the condition is known.
<br>
<br>
For example, atrial fibrillation is a common heart condition that can cause strokes, which result
in permanent disability. Atrial fibrillation starts off with very brief periods of rapid heartbeat
that are not always noticed by the person having them. When that person sees a doctor, the heart
rhythm has returned to normal so the doctor cannot diagnose the problem. There are many causes of
rapid heartbeat, but only atrial fibrillation is treated with blood thinning medication to prevent
strokes and save lives. In other conditions blood thinners are dangerous. In this common
situation, doctors have two options but both are problematic. They can offer patients short-term
heart rhythm monitoring, that stick to the skin, to try to catch an episode, but these are very
uncomfortable, visible to those around them and the only record for a few days. They could instead
offer patients ‘implantable’ device that last a longer time but need an operation to insert them,
risking bleeding and infection and leaving a scar.
<br><br><b>Aim:</b><br>
Our vision is to develop smart clothing that uses artificial intelligence to identify heart
disease in people in their daily lives so that the correct treatment can be provided at the
earliest possible time.
<br><br><b>Plan:</b><br>
We are developing intelligent clothing that can be worn by people comfortably in their everyday
lives without anyone around them noticing and without any risky procedures. The clothes have
sensors to pick up abnormalities and use artificial intelligence to identify heart problems using
these sensors. These clothes can be worn during almost every activity when symptoms or
abnormalities might occur, including work, exercise and sleep. They can be worn for long periods
of time to catch rare symptoms. We have several heart specialists on our team: their patients
regularly report that they would prefer comfortable, discreet clothing to bulky, visible
short-term monitors or implanted devices.
<br><br><b>Candidate profile:</b><br>
We are seeking highly motivated candidates with a strong background in computer science, machine
learning, or a related field. The ideal candidate should possess solid programming skills. Strong
analytical skills,
problem-solving abilities, and excellent communication and collaboration skills are essential for
success in this PhD position.
<br><br><b>Further information:</b><br>
This PhD position offers a supportive research environment, access to state-of-the-art facilities,
and the opportunity to collaborate with leading researchers in the field. The successful candidate
will receive a competitive stipend and opportunities for conference participation and publication
of research findings.
<br><br><b>Application details:</b><br>
To apply for this position, interested candidates should submit a detailed CV, a cover letter
outlining their research interests and motivation for pursuing a PhD.
Shortlisted candidates will be invited for an interview to further discuss their research ideas
and suitability for the position.
<br><br><b>Expected start date:</b> January, May, and September of each academic year.<br>
<br><b>Duration:</b> This is a three-year position <br>
<br>
<h3>For more information about the project, please contact the supervisory team. </h3>
<br>
</div>
</div>
</div>
</div>
<hr>
</div>
</div>
</section><!-- End project-body -->
</main><!-- End #main -->
<!-- ======= Footer - DONT CHANGE ======= -->
<footer id="footer">
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>IntSaV</span></strong>. All Rights Reserved
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="https://twitter.com/intsav_?lang=en-gb" target="_blank" rel="noopener noreferrer" class="twitter"><i
class="bx bxl-twitter"></i></a>
<a href="https://www.linkedin.com/company/intelligent-sensing-and-vision-research-group-intsav" target="_blank"
rel="noopener noreferrer"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>