-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalumni.html
More file actions
539 lines (445 loc) · 17.8 KB
/
alumni.html
File metadata and controls
539 lines (445 loc) · 17.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
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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!-- === BEGIN HEADER === -->
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<!-- Title -->
<title>Welcome to MNNDL</title>
<!-- Meta -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<!-- Favicon -->
<link href="favicon.html" rel="shortcut icon">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/nexus.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css" rel="stylesheet">
<!-- Google Fonts-->
<link href="http://fonts.googleapis.com/css?family=Lato:400,300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300" rel="stylesheet" type="text/css">
</head>
<body>
<div id="pre_header" class="visible-lg"></div>
<!-- === BEGIN HEADER === -->
<div id="header" class="container" style="background-image: url(../images/image.gif);">
<!-- <!-Logo -->
<div class="col-md-12 margin-top-30">
<div class="logo">
<a href="index.html" title="">
<img src="assets/img/logo29.png" alt="Logo" align="left">
</a>
</div>
</div>
<!-- End Logo -->
<!-- Top Menu -->
<div class="col-md-12 margin-top-30">
<div id="hornav" class="pull-right visible-lg">
<ul class="nav navbar-nav">
<li><a href="index.html"><b>Home</b></a></li>
<li><a href="news.html"><b>News</b></a></li>
<li><span><a href="members.html"><b>People</b></a></span>
<ul>
<li><a href="members.html"><b>Principal Investigator</b></a></li>
<li><a href="postdocs.html"><b>Research Scientists</b></a></li>
<li><a href="assistants.html"><b>Research Associates / Research Assistants</b></a></li>
<li><a href="students.html"><b>PhD / Master's Students</b></a></li>
<li><a href="alumni.html"><b>Alumni</b></a></li>
</ul>
</li>
<li><span><a href="publications.html"><b>Publications</b></a></span></li>
<li><span><a href="research.html"><b>Research</b></a></span></li>
<li><span><a href="volunteers.html"><b>Volunteers</b></a></span></li>
<li><span><a href="career.html"><b>Career</b></a></span></li>
<li><a href="contact.html"><b>Contact</b></a></li>
</ul>
</div>
<div class="clear"></div>
</div>
<!-- End Top Menu -->
</div>
<!-- === END HEADER === -->
<div id="content" class="container">
<!-- === BEGIN CONTENT === -->
<div class="row margin-vert-30">
<!-- Main Column -->
<div class="col-md-12">
<!-- <div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"> <b><center>Alumni</center></b></h3>
</div>
<div class="panel-body"> -->
<!--p style="font-size: 18px;margin-top: 5px"><b>Our previous members who have left the lab for their future endeavors:</b></p-->
<div class="headline"><h2 style="text-align: center;"><b>Alumni</b></h2></div>
<i><b><font size="3"> Ph.D. / M.D. / Master's Students: </font></b></i>
<div class="col-md-12">
<div class="panel-body">
<style type="text/css">
#container { width: 150px; //whatever width you want }
#image {width: 100%; //fill up whole div }
#text { text-align: center; }
</style>
<div class="row margin-vert-30">
<!-- Chenhao Wang -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/ChenHao2.jpg" id="image" />
<p id="text"><b><font size="4">Chenhao Wang</font></b>
<font size="2"><br>MD-PhD Student
<br>Class of 2017
<br><i>"Most Outstanding PhD Student Award 2017"</i>
<br><b>Resident Physician, Department of Radiology, SGH</b></font></p>
</div>
</div>
<!-- Jia Hou Poh -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/Jiahou2.jpg" id="image" />
<p id="text"><font size="4"><b>Jia Hou Poh</font></b>
<font size="2"><br>PhD Student
<br>Class of 2017
<br><b>Research Assistant Professor
<br>NUS</b></font></p>
</div>
</div>
<!-- Fang Ji -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/Jifang2.jpg" id="image" />
<p id="text"><font size="4"><b>Fang Ji</font></b>
<font size="2"><br>PhD Student
<br>Class of 2018
<br><b>Senior Research Fellow/Principal Investigator of NMRC YIRG grant
<br>NUS YLLSOM</b></font></p>
</div>
</div>
<!-- Xiao Luo -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/luoxiao2.jpg" id="image" />
<p id="text"><font size="4"><b>Xiao Luo</font></b>
<font size="2"><br>Joint PhD Student
<br>Class of 2018
<br>"Zhejiang Youth Talent Support Program Award"
<br><b>Faculty Radiologist
<br>The Second Affiliated Hospital of Zhejiang University School of Medicine</b></font></p>
</div>
</div>
</div>
<div class="row margin-vert-30">
<!-- Joanna Su Xian Chong -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/Joanna2.jpg" id="image" />
<p id="text"><font size="4"><b>Joanna Su Xian Chong</font></b>
<font size="2"><br>PhD Student
<br>Class of 2019
<br><b>Senior Research Fellow
<br>NUS YLLSOM</b></font></p>
</div>
</div>
<!-- Ashwati Vipin -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/Ash2.jpg" id="image" />
<p id="text"><font size="4"><b>Ashwati Vipin</font></b>
<font size="2"><br>PhD Student
<br>Class of 2019
<br><b>Research Fellow (Imaging Lead), President of LKCMedicine Early Researcher Network
<br>Lee Kong Chian Dementia Research Centre, NTU</b></font></p>
</div>
</div>
<!-- Sze Chi Lee -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/szechi3.jpg" id="image" />
<p id="text"><font size="4"><b>Sze Chi Lee</font></b>
<font size="2"><br>Master's Student
<br>Class of 2019
<br><b>Clinical Content Program Specialist
<br>Intellect</b></font></p>
</div>
</div>
<!-- Hsiao-Ju (Rita) Cheng -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/rita4.jpg" id="image" />
<p id="text"><b><font size="4">Hsiao-Ju (Rita) Cheng</font></b>
<font size="2"><br>Joint PhD Student
<br>Class of 2020
<br><b>Postdoctoral Researcher
<br>Singapore-ETH Centre</b></font></p>
</div>
</div>
</div>
<div class="row margin-vert-30">
<!-- Hu Mengjiao -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/mengjiao_cropped.jpg" id="image" />
<p id="text"><b><font size="4">Hu Mengjiao</font></b>
<font size="2"><br>Joint PhD Student
<br>Class of 2021
<br><b>Scientist
<br>Institute for Infocomm Research, Astar</b></font></p>
</div>
</div>
<!-- Empty Person 2 -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/wanlin.jpeg" id="image" alt="Placeholder" />
<p id="text"><font size="4"><b>Yue Wan Lin</b></font>
<font size="2"><br>PhD Student
<br>Class of 2022
<br><b>Data scientist
<br>Office of data and intelligence, NUS</b></font></p>
</div>
</div>
<!-- Empty Person 1 -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/xiaoyu3.jpg" id="image" alt="Placeholder" />
<p id="text"><font size="4"><b>Xiao Yu</b></font>
<font size="2"><br>PhD Student
<br>Class of 2023
<br>"Most Outstanding PhD Student Award 2023"
<br><b>Post-Doc researcher
<br>Lund University, Sweden</b></font></p>
</div>
</div>
<!-- Susan -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/susan2.JPG" id="image" alt="Placeholder" />
<p id="text">
<font size="4"><b>Susan Cheng</font></b>
<font size="2">
<br>Master Student
<br>Class of 2024
<br><b>Data Management Professional
<br>Bloomberg, US</b>
</font>
</p>
</div>
</div>
</div>
<div class="row margin-vert-30">
<!-- New row: Zijiao Chen -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/zijiao2.jpg" id="image" />
<p id="text">
<font size="4"><b>Zijiao Chen</b></font>
<font size="2">
<br>PhD Student
<br>Class of 2025
<br><b>Postdoctoral Scholar, Psychology
<br>Stanford University</b>
</font>
</p>
</div>
</div>
<div class="col-md-3">
<div id="container">
<img src="assets/img/yilei2.jpg" id="image" />
<p id="text">
<font size="4"><b>Yilei Wu</b></font>
<font size="2">
<br>PhD Student
<br>Class of 2025
<br><b>Engineer
<br>Tiktok</b>
</font>
</p>
</div>
</div>
<!-- 可选:占位让这一行视觉上仍为四列(保持栅格左对齐更稳定) -->
<div class="col-md-3"></div>
<div class="col-md-3"></div>
<div class="col-md-3"></div>
</div>
</div>
</ul>
</div>
</div>
</div>
<!-- <div> -->
<i><b><font size="3"> Research Fellows: </font></b></i>
<div class="col-md-12">
<div class="panel-body">
<style type="text/css">
#container { width: 150px; //whatever width you want }
#image {width: 100%; //fill up whole div }
#text { text-align: center; }
</style>
<div class="col-md-3">
<div id="container">
<img src="assets/img/raza.png" id="image" />
<p id="text"><font size="4"><b>Reza Khosrowabadi</b></font>
<font size="2"><br>(2011 - 2013)
<b><br>Assistant Professor of Biomedical Engineering and Assistant Professor of Cognitive Modeling
<br>Institute for Cognitive and Brain Science, Shahid Beheshti University, Iran</font></b></p>
</div>
</div>
<div class="col-md-3">
<div id="container">
<img src="assets/img/zp.jpg" id="image" />
<p id="text"><font size="4"><b>Zhaoping Hong</b></font>
<font size="2"><br>(2011 - 2014)
<b><br>Data Specialist
<br>Taiwan</b></font>
</p>
</div>
</div>
<div class="col-md-3">
<div id="container">
<img src="assets/img/zj.png" id="image" />
<p id="text"><font size="4"><b>Zhengjun Li</b></font>
<font size="2"><br>(2013 - 2014)
<b><br>Post-Doc Researcher
<br>Univ. of Pennsylvania</b></font>
</p>
</div>
</div>
<div class="col-md-3">
<div id="container">
<img src="assets/img/yw.png" id="image" />
<p id="text"><font size="4"><b>Yingwei Qiu</b></font>
<font size="2"><br>(2014 - 2016)
<b><br>Chief of Radiology
<br>Xiehe Shenzhen Hospital, Huazhong University of Science and Technology, Shenzhen, China</b></font></p>
</div>
</div>
</div>
<div>
<div class="col-md-3">
<div id="container">
<img src="assets/img/WangJuan3.jpg" id="image" />
<p id="text"><font size="4"><b>Juan Wang</b></font>
<font size="2"><br>(2015 - 2018)
<b><br>Senior Lecturer
<br>Department of Instrument Science and Engineering, the School of Electrical Engineering of Yanshan University</b></font></p>
</div>
</div>
<div class="col-md-3">
<div id="container">
<img src="assets/img/liwen4.jpg" id="image" />
<p id="text"><font size="4"><b>Liwen Zhang</b></font>
<font size="2"><br>(2016 - 2019)
<b><br>Principal Investigator
<br>Ruijin Hospital, Shanghai Jiao Tong University School of Medicine</b></font></p>
</div>
</div>
<div class="col-md-3">
<div id="container">
<img src="assets/img/rita4.jpg" id="image" />
<p id="text"><b><font size="4">Hsiao-Ju (Rita) Cheng</font></b>
<font size="2"><br>(2020-2021)
<br><b>Postdoctoral Researcher
<br>Singapore-ETH Centre</b></font></p>
</div>
</div>
<!-- Add: Ruilin Li -->
<div class="col-md-3">
<div id="container">
<img src="assets/img/ruilin2.jpg" id="image" />
<p id="text">
<font size="4"><b>Ruilin Li</b></font>
<font size="2">
<br>(2023 - 2025)
<b>
<br>Research Scientist
<br>Miromind
</b>
</font>
</p>
</div>
</div>
</div>
</div>
<!-- </div> -->
<div>
<i><b><font size="3">Researchers: </font></b></i>
<ul style="margin-left: 5px;list-style-type: circle;font-size: 12pt;margin-bottom: 10pt">
<li>Ni Jung Chang</li>
<li>Ming-Ching Wen</li>
</ul>
</div>
<div>
<i><b><font size="3"> MD Research Students: </font></b></i>
<ul style="margin-left: 5px;list-style-type: circle;font-size: 12pt;margin-bottom: 10pt">
<li>Thomas Adi Kurnia Susanto: Associate Consultant, General Paediatrics, KKH</li>
<li>Nella Chua Qi Yu</li>
<li>Joseph Lim Kai Wei: Resident Physician, General Surgery, NUHS</li>
<li>Yin-Ying Ching: Resident Physician, Diagnostic Radiology, NHG</li>
<li>Terence Tay</li>
</ul>
</div>
<!-- To add the shorten gray box at the footer, instead of expanding across the entire bottom -->
<div id="content" class="container">
<!-- === BEGIN CONTENT === --> <div class="row margin-vert-20">
<!-- Main Column -->
<div>
<i><b><font size="3"> Research Associates / Research Assistants: </font></b></i>
<ul style="margin-left: 5px;list-style-type: circle;font-size: 12pt;margin-bottom: 10pt">
<li>Joyce Tham<font size="2"> (2022-2024)</font>, Clinical Coordinator, NUH</li>
<li>Nathanael Tang<font size="2"> (2022-2024)</font>, Master student at SUSS</li>
<li>Yu Juan Lim<font size="2"> (2022-2024)</font>, Ministry of Health (MOH), Singapore</li>
<li>Lisa Koh<font size="2"> (2021 - 2023)</font>, Communicable Diseases Agency (CDA), Singapore</li>
<li>Janice Koi<font size="2"> (2021 - 2023)</font>, PhD student, Psychology, NTU</li>
<li>Bing Cai Kok <font size="2"> (2021 - 2023)</font>, PhD student, Neuroscience, UNC, USA</li>
<li>Jia Ming Lau <font size="2"> (2021 - 2023), Move to New Zealand</font></li>
<li>Ju Yu (Joey) Wong <font size="2"> (2018 - 2021) </font>, Research Officer at Community Psychology Hub</li>
<li>Marcus Qin Wen Ong <font size="2"> (2018 - 2021) </font>, Property agent</li>
<li>Amelia Jialing Koh <font size="2"> (2018 - 2021) </font>, Application Support Engineer at Equinix</li>
<li>Hee Youn Shim <font size="2">(2016 - 2018)</font>, Data Scientist at Hewlett Packard Enterprise</li>
<li>Yng Miin Loke <font size="2">(2014 - 2018)</font>, PhD from Duke-NUS Medical School, now Senior Research Analyst at National Healthcare Group, Singapore</li>
<li>Beatrice Rui Yi Loo <font size="2">(2016 - 2018)</font>, master degree in psychology by research, NUS</li>
<li>Lingjie Zhu <font size="2">(2016 - 2018)</font>, Senior Site Reliability Engineer at Tencent Cloud</li>
<li>Boon Linn Choo <font size="2">(2015 - 2017)</font>, Research Associate at NTU </li>
<li>Joseph Kai Wei Lim <font size="2">(2014 - 2016)</font>, MD, Duke-NUS Medical School. General Surgery Resident Physician, NUHS </li>
<li>Huili Koh <font size="2">(2014 - 2016)</font>, Research Associate at National Healthcare Group</li>
<li>Mei-Fen Yang <font size="2">(2013 - 2015)</font>, Research Associate, National Taiwan University Hospital</li>
<li>Yijun Wang <font size="2">(2014 - 2015)</font>, MD, Duke-NUS Medical School. Resident Physician, Department of Internal Medicine, Supportive and Palliative Care Centre SGH</li>
<li>Chun-Yin Max Chen <font size="2">(2012 - 2014)</font>, Aging care center, United Hospital, Taiwan</li>
<li>Chloe Tng <font size="2">(2012 - 2014)</font>, MD, Duke-NUS Medical School</li>
<li>Yvonne Chia <font size="2">(2012 - 2013)</font>, Senior Medical Informatics Specialist, NUHS</li>
<li>Jia Hou Poh <font size="2">(2011 - 2012)</font>, Research Assistant Professor, NUS</li>
</ul>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="row">
<div id="copyright" class="col-md-12">
<p style="text-align: center">Copyright @ Multimodal Neuroimaging in Neuropsychiatric Disorders Laboratory </p>
</div>
<!-- End Footer Menu -->
</div>
</div>
</div>
</div>
<!-- JS -->
<script type="text/javascript" src="assets/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
<!-- Isotope - Portfolio Sorting -->
<script type="text/javascript" src="assets/js/jquery.isotope.js" type="text/javascript"></script>
<!-- Mobile Menu - Slicknav -->
<script type="text/javascript" src="assets/js/jquery.slicknav.js" type="text/javascript"></script>
<!-- Animate on Scroll-->
<script type="text/javascript" src="assets/js/jquery.visible.js" charset="utf-8"></script>
<!-- Slimbox2-->
<script type="text/javascript" src="assets/js/slimbox2.js" charset="utf-8"></script>
<!-- Modernizr -->
<script src="assets/js/modernizr.custom.js" type="text/javascript"></script>
<!-- End JS -->
</body>
</html>