-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
350 lines (315 loc) · 16.4 KB
/
team.html
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html>
<head>
<title>BABY-MedIA@KCL</title>
<link rel="icon" type="image/x-icon" href="imgs/viz/Baby-Logo-sm.svg">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js" defer></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" defer></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="style/styles.css">
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<a href="index.html" class="w3-bar-item w3-button w3-wide"><img src="imgs/viz/Baby-Logo-sm.svg" height="18" alt="babymedia icon" /> BABY-MedIA@KCL</a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a href="projects.html" class="w3-bar-item w3-button"><i class="fa fa-puzzle-piece"></i> PROJECTS</a>
<a href="software.html" class="w3-bar-item w3-button"><i class="fa fa-github-alt"></i> SOFTWARE</a>
<a href="publications.html" class="w3-bar-item w3-button"><i class="fa fa-child"></i> PUBLICATIONS</a>
<a href="team.html" class="w3-bar-item w3-button"><i class="fa fa-user"></i> TEAM</a>
<a href="about.html#about" class="w3-bar-item w3-button"><i class="fa fa-info"></i> ABOUT US</a>
<a href="about.html#join" class="w3-bar-item w3-button"><i class="fa fa-user-plus"></i> JOIN US</a>
<a href="about.html#contact" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i> CONTACT</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="projects.html" onclick="w3_close()" class="w3-bar-item w3-button">PROJECTS</a>
<a href="software.html" onclick="w3_close()" class="w3-bar-item w3-button">SOFTWARE</a>
<a href="publications.html" onclick="w3_close()" class="w3-bar-item w3-button">PUBLICATIONS</a>
<a href="team.html" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
<a href="about.html#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT US</a>
<a href="about.html#join" onclick="w3_close()" class="w3-bar-item w3-button">JOIN US</a>
<a href="about.html#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
</nav>
<!-- Team Section -->
<div class="w3-container" style="padding:128px 32px" id="team">
<h3 class="w3-center">THE TEAM</h3>
<!-- SENIORS -->
<!-- Groups of 6 people -->
<div class="w3-row-padding w3-grayscale" style="margin-top:64px">
<!-- Maria Deprez -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/maria-deprez-photo.jpg" alt="Maria Deprez" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Dr Maria Deprez</h3>
<p class="w3-opacity">Senior Lecturer in Medical Imaging</p>
<p class="team-text-minsize">Motion Correction, Image Registration and Segmentation, Spatio-temporal Atlases, Machine Learning.</p>
<!-- <p> class="w3-center"> -->
<p>
<a href="https://www.kcl.ac.uk/people/maria-deprez"><i class="fa fa-university"> </i></a>
<a href="https://github.com/mariadeprez"><i class="fa fa-github"> </i></a>
<a href="https://scholar.google.co.uk/citations?user=qtojUaIAAAAJ&hl=en"><i class="fa fa-link"> </i></a>
<a href="mailto:maria.deprez(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
<!-- Arnaud Boutillon -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/arnaud-boutillon-photo.jpg" alt="Arnaud Boutillon" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Dr Arnaud Boutillon</h3>
<p class="w3-opacity">Research Associate</p>
<p class="team-text-minsize">Developing tools for brain conductivity measurements and 3D+T fetal cardiac MRI.</p>
<p></p>
<p>
<a href="https://www.kcl.ac.uk/people/arnaud-boutillon"><i class="fa fa-university"> </i></a>
<a href="https://www.researchgate.net/profile/Arnaud-Boutillon"><i class="fa fa-link"> </i></a>
<a href="mailto:arnaud.boutillon(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
<!-- Irina Grigorescu -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/irina-grigorescu-photo.jpg" alt="Irina Grigorescu" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Dr Irina Grigorescu</h3>
<p class="w3-opacity">Research Associate</p>
<p class="team-text-minsize">Fetal and neonatal MRI analysis, Deep Learning Image Registration and Segmentation</p>
<!-- , Diffusion MR Imaging, Domain Adaptation and Data Harmonisation -->
<p>
<a href="https://kclpure.kcl.ac.uk/portal/en/persons/irina-grigorescu-2"><i class="fa fa-university w3-hover-opacity"></i></a>
<a href="https://github.com/irinagrigorescu"><i class="fa fa-github"> </i></a>
<a href="https://scholar.google.com/citations?user=Ko-4p8gAAAAJ&hl=en"><i class="fa fa-link"> </i></a>
<a href="mailto:irina.grigorescu(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
<!-- Naomi Clarke -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/naomi-clarke-photo.jpg" alt="Naomi Clarke" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Naomi Clarke</h3>
<p class="w3-opacity">Scientific Software Developer</p>
<p class="team-text-minsize">Development of reconstruction tools for 3D+time fetal cardiac MRI.</p>
<p>
<a href="mailto:naomi.4.clarke(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
</div>
<!-- STUDENTS -->
<!-- Another group of 6 people -->
<div class="w3-row-padding w3-grayscale" style="margin-top:64px">
<!-- Helena Sousa -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/helena-sousa-photo.jpg" alt="Helena Sousa" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Helena Sousa</h3>
<p class="w3-opacity">PhD Student</p>
<p class="team-text-minsize">Using Deep learning to study Early Neurodevelopment with Multimodal MR Imaging data of the Fetal Brain.</p>
<p>
<a href="https://kclpure.kcl.ac.uk/portal/en/persons/k21019114"><i class="fa fa-university"> </i></a>
<a href="mailto:helena.sousa(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
<!-- Ioannis Valasakis -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/ioannis-valasakis-photo.jpg" alt="Ioannis Valasakis" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Ioannis Valasakis</h3>
<p class="w3-opacity">PhD Student</p>
<p class="team-text-minsize">Developing methods for predicting phenotypes for ASD from neonatal brain connectivity.</p>
<p>
<a href="https://kclpure.kcl.ac.uk/portal/en/persons/ioannis-valasakis"><i class="fa fa-university"> </i></a>
<a href="https://github.com/wizofe"><i class="fa fa-github"> </i></a>
<a href="https://www.code-neuro.com/author/ioannis-valasakis/"><i class="fa fa-link"> </i></a>
<a href="mailto:ioannis.valasakis(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
<!-- Paula Ramirez Gilliland -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/paula-gilliland-photo.jpg" alt="Paula Ramirez Gilliland" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Paula Ramirez Gilliland</h3>
<p class="w3-opacity">PhD Student</p>
<p class="team-text-minsize">Deep learning for diagnosis of congenital heart disease in fetus using MRI and ultrasound.</p>
<p>
<a href="https://kclpure.kcl.ac.uk/portal/en/persons/paula-ramirez-gilliland"><i class="fa fa-university"> </i></a>
<a href="mailto:paula.ramirez_gilliland(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
<!-- Suryava Bhattacharya -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/suryava-bhattacharya-photo.jpg" alt="Suryava Bhattacharya" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Suryava Bhattacharya</h3>
<p class="w3-opacity">PhD Student</p>
<p class="team-text-minsize">Quantitative mapping of developing fetal organs using dynamic MRI and artificial neural networks.</p>
<p>
<a href="https://kclpure.kcl.ac.uk/portal/en/persons/suryava-bhattacharya/"><i class="fa fa-university"> </i></a>
<a href="mailto:suryava.bhattacharya(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
<!-- Yilan Dong -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/yilan-dong-photo.jpg" alt="Yilan Dong" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Yilan Dong</h3>
<p class="w3-opacity">PhD Student</p>
<p class="team-text-minsize">Developing machine learning tools to uncover the early origins of neurodevelopmental disorders.</p>
<p>
<a href="https://www.kcl.ac.uk/people/yilan-dong"><i class="fa fa-university"> </i></a>
<a href="https://www.code-neuro.com/author/yilan-dong/"><i class="fa fa-link"> </i></a>
<a href="mailto:yilan.dong(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
<!-- George Obada -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/george-obada-photo.png" alt="George Obada" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">George Obada</h3>
<p class="w3-opacity">PhD Student</p>
<p class="team-text-minsize">Developing techniques for terminating Atrial Fibrillation and other Cardiac Arrhythmias through Radiofrequency Catheter Ablation and AI.</p>
<p>
<a href="https://www.kcl.ac.uk/people/george-obada"><i class="fa fa-university"> </i></a>
<a href="mailto:george-teodor.obada(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
</div>
<!-- STUDENTS -->
<!-- Another group of 6 people -->
<!-- <div class="w3-row-padding w3-grayscale" style="margin-top:64px">
</div>
-->
</div>
<!-- Alumni Section -->
<div class="w3-container" style="padding:128px 32px" id="team">
<h3 class="w3-center">OUR ALUMNI</h3>
<!-- Groups of 6 people -->
<div class="w3-row-padding w3-grayscale" style="margin-top:64px">
<!-- Hai Le -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/hai-le-photo.jpeg" alt="Hai Le" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Hai Le</h3>
<p class="w3-opacity">PhD Student</p>
<p class="team-text-minsize">Characterising abnormal early brain development using diffusion MRI and machine learning.</p>
<p>
<a href="https://kclpure.kcl.ac.uk/portal/en/persons/le.hai"><i class="fa fa-university"> </i></a>
<a href="mailto:le.hai(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
<!-- Lindsay Munroe -->
<div class="w3-col l2 m4 w3-margin-bottom">
<div class="w3-card">
<img src="imgs/team/lindsay-munroe-photo.jpg" alt="Lindsay Munroe" style="width:100%">
<div class="w3-container">
<h3 class="team-name-minsize">Lindsay Munroe</h3>
<p class="w3-opacity">PhD Student</p>
<p class="team-text-minsize">Developing deep learning tools for mining for iron in the brain.</p>
<p>
<a href="https://kclpure.kcl.ac.uk/portal/en/persons/lindsay-munroe/"><i class="fa fa-university"> </i></a>
<a href="mailto:lindsay.munroe(at)kcl.ac.uk"><i class="fa fa-envelope"> </i></a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Delimiter -->
<div class="w3-container w3-row w3-center w3-white w3-padding-64"></div>
<div class="w3-container w3-row w3-center w3-black w3-padding-16"></div>
<!-- Footer -->
<footer class="w3-center w3-white w3-padding-16">
<div class="w3-section w3-white">
<br>
<!-- row-1 -->
<img src="imgs/viz/Baby-Logo-flip.png" alt="Baby drawing Logo by Irina Grigorescu" style="width:2%">
<img src="imgs/viz/dhcp-logo.png" alt="Developing Human Connectome Project Logo" style="width:3.8%">
<img src="imgs/viz/Wellcome-logo.jpeg" alt="Wellcome Logo" style="width:3.7%">
<img src="imgs/viz/KCL-logo.jpg" alt="King's College London Logo" style="width:6%">
<img src="imgs/viz/ERC-logo.jpg" alt="European Research Council Logo" style="width:4%">
<img src="imgs/viz/UKRI-logo.jpg" alt="UK Research and Innovation Logo" style="width:3.8%">
<img src="imgs/viz/Baby-Logo.png" alt="Baby drawing Logo by Irina Grigorescu" style="width:2%">
<br><br>
<!-- row-2 -->
<img src="imgs/viz/centre-develop-brain-logo.png" alt="NIHR Logo" style="width:12%">
<img src="imgs/viz/nihr-logo.png" alt="NIHR Logo" style="width:19%">
<img src="imgs/viz/nhs-logo.png" alt="NHS Logo" style="width:7%">
<img src="imgs/viz/rosetrees-logo.png" alt="Rosetrees Logo" style="width:12%">
<img src="imgs/viz/EPSRC-logo.png" alt="EPSRC Logo" style="width:6%">
<br><br>
<p>
Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a>
</p>
<a href="#team" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
</div>
</footer>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Toggle between showing and hiding the sidebar when clicking the menu icon
var mySidebar = document.getElementById("mySidebar");
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
} else {
mySidebar.style.display = 'block';
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
}
</script>
</body>
</html>