-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications_Duke-NUS.html
More file actions
499 lines (329 loc) · 75.6 KB
/
publications_Duke-NUS.html
File metadata and controls
499 lines (329 loc) · 75.6 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
<!-- === 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 HZLab</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>
<div id="header" class="container">
<!--div class="row">
<!-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><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>Postdoctoral Fellows</b></a></li>
<li><a href="assistants.html"><b>Research Assistants</b></a></li>
<li><a href="students.html"><b>PhD Students</b></a></li>
<li><a href="Alumni.html"><b>Alumni</b></a></li>
</ul>
<!--ul>
<li class="parent"><span>Typography</span>
<ul>
<li><a href="features-typo-basic.html">Basic Typography</a></li>
<li><a href="features-typo-blockquotes.html">Blockquotes</a></li>
</ul>
</li>
<li class="parent"><span>Components</span>
<ul>
<li><a href="features-labels.html">Labels</a></li>
<li><a href="features-progress-bars.html">Progress Bars</a></li>
<li><a href="features-panels.html">Panels</a></li>
<li><a href="features-pagination.html">Pagination</a></li>
</ul>
</li>
<li class="parent"><span>Icons</span>
<ul>
<li><a href="features-icons.html">Icons General</a></li>
<li><a href="features-icons-social.html">Social Icons</a></li>
<li><a href="features-icons-font-awesome.html">Font Awesome</a></li>
<li><a href="features-icons-glyphicons.html">Glyphicons</a></li>
</ul>
</li>
<li><a href="features-testimonials.html">Testimonials</a></li>
<li><a href="features-accordions-tabs.html">Accordions & Tabs</a></li>
<li><a href="features-buttons.html">Buttons</a></li>
<li><a href="features-carousels.html">Carousels</a></li>
<li><a href="features-grid.html">Grid System</a></li>
<li><a href="features-animate-on-scroll.html">Animate On Scroll</a></li>
</ul-->
</li>
<li><span><a href="publications.html"><b>Publications</b></a></span>
<!--ul>
<li><a href="pages-about-us.html">About Us</a></li>
<li><a href="pages-services.html">Services</a></li>
<li><a href="pages-faq.html">F.A.Q.</a></li>
<li><a href="pages-about-me.html">About Me</a></li>
<li><a href="pages-full-width.html">Full Width</a></li>
<li><a href="pages-left-sidebar.html">Left Sidebar</a></li>
<li><a href="pages-right-sidebar.html">Right Sidebar</a></li>
<li><a href="pages-login.html">Login</a></li>
<li><a href="pages-sign-up.html">Sign-Up</a></li>
<li><a href="pages-404.html">404 Error Page</a></li>
</ul-->
</li>
<li><span><a href="research.html"><b>Research</b></a></span>
<!--ul>
<li><a href="portfolio-2-column.html">2 Column</a></li>
<li><a href="portfolio-3-column.html">3 Column</a></li>
<li><a href="portfolio-4-column.html">4 Column</a></li>
<li><a href="portfolio-6-column.html">6 Column</a></li>
</ul-->
</li>
<!--li><span><a href="resources.html"></a>Resources</span>
<!ul>
<li><a href="blog-list.html">Blog</a></li>
<li><a href="blog-single.html">Blog Single Item</a></li>
</ul>
</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>
<!-- End Top Menu -->
</div>
</div>
<!-- === END HEADER === -->
<div id="content" class="container">
<!-- === BEGIN CONTENT === --> <div class="row margin-vert-30">
<!-- Main Column -->
<div class="col-md-12">
<!-- Main Content -->
<!-- <h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2018</font><br> -->
<!-- </h2> -->
<!-- <div style="line-height:1.5;margin:0px;padding:0.5em 0px"> -->
<!-- 2020 -->
<font size="4"><p style="margin-left: 5px">For more information, visit Dr. Zhou's <a style="color: #002b80" href="https://scholar.google.com.sg/citations?user=4Z1S3_oAAAAJ&hl=en" target="_blank"> <u>Google Scholar</u></a> page.</p></font>
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2020</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Zhang L, Biessels GJ, Hilal S, Chong JSX, Liu S, Shim HY, Xu X, Chong EJY, Wong ZX, Loke YM, Venketasubramanian N, Tan BY, Chen CLH, <u>Zhou JH</u>. Cerebral microinfarcts affect brain structural network topology in cognitively impaired patients. Journal of Cerebral Blood Flow & Metabolism 2020; 0(0):1-11. (IF: 6.040) <a href="https://journals.sagepub.com/doi/10.1177/0271678X20902187" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2020_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Zhang L, Mak E, Reilhac A, Shim HY, Ng KK, Ong MQW, Ji F, Chong EJY, Xu X, Wong ZX, Stephenson MC, Venketasubramanian N, Tan BY, O’Brien JT, <u>Zhou JH*</u>, Chen CLH* and the Alzheimer’s Disease Neuroimaging Initiative. Longitudinal trajectory of Amyloid-related hippocampal subfield atrophy in nondemented elderly. Human Brain Mapping 2020; 1-11. (* Joint senior authors) (IF: 4.927) <a href="https://onlinelibrary.wiley.com/doi/10.1002/hbm.24928" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2020_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
</div>
<!-- 2019 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2019</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Chen J, Patil KR, Weis S, Sim K, Nickl-Jockschat T, <u>Zhou J</u>, Aleman A, Sommer IE, Liemburg EJ, Hoffstaedter F, Habel U, Derntl B, Liu X, Fischer JM, Kogler L, Regenbogen C, Diwadkar VA, Stanley JA, Riedl V, Jardri R, Gruber O, Sotiras A, Davatzikos C, Eickhoff SB; Pharmacotherapy Monitoring and Outcome Survey (PHAMOUS) Investigators. Neurobiological Divergence of the Positive and Negative Schizophrenia Subtypes Identified on a New Factor Structure of Psychopathology Using Non-negative Factorization: An International Machine Learning Study. Biological Psychiatry 2019; pii: S0006-3223(19)31707-X. (IF: 11.501) <a href="https://www.sciencedirect.com/science/article/pii/S000632231931707X" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_10.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Chong JSX, Jang H, Kim HJ, Ng KK, Na DL, Lee JH, Seo SW, <u>Zhou J</u>. Amyloid and cerebrovascular burden divergently influence brain functional network changes over time. Neurology 2019; 93:1-12. (IF: 8.689)<br><a href="https://n.neurology.org/content/early/2019/09/11/WNL.0000000000008315.long" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_09.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Teng J, Ong JL, Patanaik A, Tandi J, <u>Zhou JH</u>, Chee MWL, Lim J. Vigilance declines following sleep deprivation are associated with two previously identified dynamic connectivity states. NeuroImage 2019; 200:382-90. (IF: 6.918)<br><a href="https://www.sciencedirect.com/science/article/pii/S105381191930566X?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_08.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Wong BYX, Yong TT, Lim L, Tan JY, Ng ASL, Ting SKS, Hameed S, Ng KP, <u>Zhou JH</u>, Kandiah N. Medial Temporal Atrophy in Amyloid-Negative Amnestic Type Dementia Is Associated with High Cerebral White Matter Hyperintensity. Journal of Alzheimer's Disease 2019; 70(1):99-106. (IF: 3.517) <a href="https://content.iospress.com/articles/journal-of-alzheimers-disease/jad181261" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_07.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Chong JSX, Ng KK, Tandi J, Wang CH, Poh JH, Lo JC, Chee MWL, <u>Zhou JH</u>. Longitudinal changes in the cerebral cortex functional organization of healthy elderly. Journal of Neuroscience 2019; pii: 1451-18. (IF: 5.970) <a href="http://www.jneurosci.org/content/early/2019/05/20/JNEUROSCI.1451-18.2019" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_06.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Chee MWL, <u>Zhou J</u>. Functional connectivity and the sleep-deprived brain. Van Dongen HPA, Whitney P, Hinson JM, Honn KA, Chee MWL. Progress in Brain Research: Sleep Deprivation and Cognition 2019; 246:159-176. Academic Press, Elsevier, USA. (In press) <a href="https://www.sciencedirect.com/science/article/pii/S0079612319300299?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_05.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Yatawara C, Lee D, Ng KP, Chander R, Ng D, Ji F, Shim HY, Hilal S, Venketasubramanian N, Chen C, <u>Zhou J</u>, Kandiah N. Mechanisms Linking White Matter Lesions, Tract Integrity, and Depression in Alzheimer Disease. The American Journal of Geriatric Psychiatry 2019; pii: S1064-7481(19)30337-9. (IF: 3.920) <a href="https://www.sciencedirect.com/science/article/pii/S1064748119303379?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_04.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Kashyap R, Kong R, Bhattacharjee S, Li J, <u>Zhou J</u>, Yeo BTT. Individual-specific fMRI-Subspaces improve functional connectivity prediction of behavior. NeuroImage 2019; 189:804-812. (IF: 7.079) <a href="https://www.sciencedirect.com/science/article/pii/S1053811919300758?dgcid=coauthor" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_03.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Ji F, Pasternak O, Ng KK, Chong JSX, Liu S, Zhang L, Shim HY, Loke YM, Tan BY, Venketasubramanian N, Chen CL, <u>Zhou JH</u>. White matter microstructural abnormalities and default network degeneration are associated with early memory deficit in Alzheimer's disease continuum. Scientific Reports 2019; 9(1):4749. (IF: 4.609) <a href="https://www.nature.com/articles/s41598-019-41363-2" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size:100%"><font size="3"><font color="#2a2a2a">Vipin A, Ng KK, Ji F, Shim HY, Lim JKW, Pasternak O, <u>Zhou JH</u>. Amyloid burden accelerates white matter degradation in cognitively normal elderly individuals. Human Brain Mapping 2019; 40(7):2065-2075. (IF: 4.927) <a href="https://onlinelibrary.wiley.com/doi/abs/10.1002/hbm.24507" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2019_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
</div>
<!-- 2018 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2018</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Wang J*, Khosrowabadi R*, Ng KK*, Hong Z, Chong JSX, Wang Y, Chen CY, Hilal S, Venketasubramanian N, Wong TY, Chen CLH, Ikram MK, <u>Zhou J</u>. Alterations in brain network topology and structural-functional connectome coupling relate to cognitive impairment. Frontiers in Aging Neuroscience 2018; 10:404. (* Joint first) (IF: 3.582) <a href="https://www.frontiersin.org/articles/10.3389/fnagi.2018.00404/full" style="color:rgb(255,102,0)!important" target="_blank">Link</font></a> | <a href="assets/pdf/Imported/2018_12.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Ching YY*, Wang C*, Tay T, Loke YM, Tang PH, Sng BL, <u>Zhou J</u>. Altered sensory insular connectivity in chronic postsurgical pain patients. Frontiers in Human Neuroscience 2018; 12:483. (* Joint first) (IF: 2.871) <a href="https://www.frontiersin.org/articles/10.3389/fnhum.2018.00483/full" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_11.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Qian X, Castellanos FX, Uddin LQ, Loo BRY, Liu SW, Koh HL, Poh WXW, Fung D, Guan C, Lee TS, Lim CG, <u>Zhou J</u>. Large-scale brain functional network topology disruptions underlie symptom heterogeneity in children with attention-deficit/hyperactivity disorder. NeuroImage: Clinical 2018; pii: S2213-1582(18)30348-6. (IF: 4.814) <a href="https://www.sciencedirect.com/science/article/pii/S2213158218303486?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_10.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Chin R*, You AX*, Meng F*, <u>Zhou J</u>, Sim K. Recognition of Schizophrenia with Regularized Support Vector Machine and Sequential Region of Interest Selection using Structural Magnetic Resonance Imaging. Scientific Reports 2018; 8(1):13858.<br>(* Joint first) (IF: 4.609) <a href="https://www.nature.com/articles/s41598-018-32290-9" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_09.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Yeo SN, Lee TS, Sng WT, Heo MQ, Bautista D, Cheung YB, Zhang HH, Wang C, Chin ZY, Feng L, <u>Zhou J</u>, Chong MS, TP Ng, Krishnan KR, Guan C. Effectiveness of a Personalized Brain-Computer Interface System for Cognitive Training in Healthy Elderly: A Randomized Controlled Trial. Journal of Alzheimer's Disease 2018; 66(1):127-138. (IF: 3.920) <br><a href="https://content.iospress.com/articles/journal-of-alzheimers-disease/jad180450" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_08.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Vipin A, Foo HJL, Lim JKW, Chander RJ, Yong TT, Ng ASL, Hameed S, Ting SKS, <u>Zhou J</u>*, Kandiah N*. Regional white matter hyperintensity influences grey matter atrophy in mild cognitive impairment. Journal of Alzheimer's Disease 2018; 66(2):533-549. (* Joint senior authors) (IF: 3.920) <a href="https://content.iospress.com/articles/journal-of-alzheimers-disease/jad180280" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_07.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Sturm V, Brown J, Hua A, Lwi S, <u>Zhou J</u>, Kurth F, Eickhoff S, Rosen H, Kramer J, Miller B, Levenson R, Seeley W. Network architecture underlying basal autonomic outflow: Evidence from frontotemporal dementia. Journal of Neuroscience 2018; 38(42):8943-8955. (IF: 5.970) <a href="http://www.jneurosci.org/content/38/42/8943.long" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_06.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Vipin A, Loke YM, Liu SW, Hilal S, Shim HY, Xu X, Tan BY, Venketasubramanian N, Chen CLH, <u>Zhou J</u>. Cerebrovascular disease influences functional and structural network connectivity in patients with amnestic mild cognitive impairment and Alzheimer's disease. Alzheimer's Research & Therapy 2018; 10(1):82. (IF: 6.206) <a href="https://rdcu.be/4MJY" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_05.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Qian X, Loo BRY, Castellanos FX, Liu SW, Koh HL, Poh WXW, Krishnan R, Fung D, Chee MWL, Guan CT, Lee TS, Lim CG*, <u>Zhou J</u>*. Brain-computer-interface-based intervention re-normalizes brain functional network topology in children with attention deficit/hyperactivity disorder. Translational Psychiatry 2018; 8(1):149. (* Joint senior authors) (IF: 5.470)<br><a href="https://www.nature.com/articles/s41398-018-0213-8" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_04.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Patanaik A, Tandi J, Ong JL, Wang CH, <u>Zhou J</u>, Chee MWL. Dynamic Functional Connectivity and Its Behavioral Correlates Beyond Vigilance. NeuroImage 2018; 177:1-10. (IF: 7.079) <a href="https://www.sciencedirect.com/science/article/pii/S1053811918303598?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_03.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Liu SW, Poh JH, Koh HL, Ng KK, Loke YM, Lim JKW, Chong JSX, <u>Zhou J</u>. Carrying the past to the future: Distinct brain networks underlie individual differences in human spatial working memory capacity. NeuroImage 2018; 176:1-10.<br>(IF: 7.079) <a href="https://www.sciencedirect.com/science/article/pii/S1053811918303045?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Ng KK, Qiu Y, Lo JC, Koay ES, Koh WP, Chee MWL, <u>Zhou J</u>. Functional segregation loss over time is moderated by APOE genotype in healthy elderly. Human Brain Mapping 2018; 39(7):2742-52. (IF: 4.927) <a href="https://doi.org/10.1002/hbm.24036" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2018_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<!-- <a href="assets/pdf/Imported/2018_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font> -->
</div>
<!-- 2017 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2017</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Yatawara C, Lee DR, Lim L, <u>Zhou J</u>, Nagaendran K. Getting Lost Behavior in Patients with Mild Alzheimer’s Disease: A Cognitive and Anatomical Model. Frontiers in Medicine 2017; 4:201. (IF: 2.027) <a href="https://www.frontiersin.org/articles/10.3389/fmed.2017.00201/full" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2017_09.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Wang CH, Lee J, Ho NF, Lim KWJ, Poh JS, Rekhi G, Krishnan R, Keefe RSE, Adcock RA, Wood SJ, Fornito A, Chee MWL, <u>Zhou J</u>. Large-scale network topology reveals heterogeneity in individuals with at risk mental state for psychosis: findings from the longitudinal youth-at-risk study. Cereb Cortex 2017; 1-10. (IF: 6.943) <a href="https://academic.oup.com/cercor/article/28/12/4234/4566613" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2017_08.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Ji F, Pasternak O, Liu SW, Loke YM, Choo BL, Hilal S, Xu X, Ikram K, Venketasubramanian N, Chen CLH, <u>Zhou J</u>. Distinct white matter microstructural abnormalities and extracellular water increases relate to cognitive impairment in AD with and without cerebrovascular disease. Alzheimer's Research & Therapy 2017; 9(1):63. (IF: 6.196) <a href="https://alzres.biomedcentral.com/articles/10.1186/s13195-017-0292-4" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2017_07.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Chong JSX, Liu SW, Loke YM, Hilal S, Ikram MK, Yu X, Tan BY, Venketasubramanian N, Chen CLH, <u>Zhou J</u>. Influence of cerebrovascular disease on brain networks in prodromal and clinical Alzheimer’s disease. Brain 2017; 140(11):3012-22.<br>(IF: 10.292) <a href="https://academic.oup.com/brain/article/doi/10.1093/brain/awx224/4160421/Influence-of-cerebrovascular-disease-on-brain" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2017_06.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Ng ASL, Ng R, Tan JY, Kandiah N, <u>Zhou J</u>, Hameed S, Ting SK, Tan EK. Case-control analysis of LRRK2 protective variants in Alzheimer's disease. Neurobiology of Aging 2017; 64:157.e7- e9. (IF: 5.117) <a href="https://www.sciencedirect.com/science/article/abs/pii/S0197458017303834?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2017_05.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<!-- <ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Lim J, Chin R, Ho NF, Lam M, Sum MY, Collinson S, Phillips L, Lee TS, Gulyas BZ, <u>Zhou J</u>, Sim K. Elucidation of shared and specific white matter findings underlying psychopathology clusters in schizophrenia. Asian J Psychiatr 2017; 30:144-51. (IF:1.08) <a href="https://www.ncbi.nlm.nih.gov/labs/pubmed/28938151-elucidation-of-shared-and-specific-white-matter-findings-underlying-psychopathology-clusters-in-schizophrenia/?from_single_result=Elucidation+of+shared+and+specific+white+matter+findings+underlying+psychopathology+clusters+in+schizophrenia" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font></li></ul> -->
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important;font-size: 100%"><font size="3"><font color="#2a2a2a">Liegeois R, Laumann TO, Snyder AZ, <u>Zhou J</u>, Yeo BTT. Interpreting temporal fluctuations in resting-state functional connectivity MRI. NeuroImage 2017; 163:437-55. (IF: 5.835) <a href="https://www.sciencedirect.com/science/article/pii/S1053811917307516?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2017_04.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important"><font size="3"><font color="#2a2a2a"><u>Zhou J</u>, Liu SW, Ng KK, Wang J. Applications of resting-state functional connectivity to neurodegenerative disease. Neuroimaging Clin N Am 2017; 27(4):663-83. (Invited Review) <a href="https://www.sciencedirect.com/science/article/pii/S1052514917300655?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2017_03.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="list-style-type:disc!important;padding-left:5px!important;margin:5px 40px 5px!important"><font size="3"><font color="#2a2a2a">Tan YJ, Ng ASL, Vipin A, Lim, JKW, Chander RJ, Ji F, Qiu YW, Ting SKS, Hameed S, Lee TS, Zeng L, Kandiah N, <u>Zhou J</u>. Higher peripheral TREM2 mRNA levels relate to
cognitive deficits and hippocampal atrophy in AD and aMCI. J Alzheimers Dis 2017; 58(2):413-23. (IF: 3.920) </font><a href="https://content.iospress.com/articles/journal-of-alzheimers-disease/jad161277" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2017_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="color:rgb(42,42,42)!important;font-family:Arial!important;padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" >Ho NF, Holt D, Cheung M, Iglesias JE, Goh, A, Wang MY, Lim KYJ, Souza JD, Poh J, See YM, Adcock A, Wood A, Chee MWL, Lee J, <u>Zhou J</u>. Progressive decline in hippocampal CA1 volume in individuals at ultra-high-risk for psychosis who do not remit: Findings from the Longitudinal Youth at Risk Study. Neuropsychopharmacology 2017; 22(1):142-52.<br> (IF: 6.399) <a href="http://dx.doi.org/10.1038/npp.2017.5" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2017_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
</div>
<!-- 2016 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2016</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important">
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="color:rgb(42,42,42)!important;font-family:Arial!important;padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><u>Zhou J</u>, Seeley WW. Brain circuits: Neurodegenerative diseases. Pillai JA, Cummings JL (Eds.) Neurodegenerative diseases: Unifying principles 2017; 98-122. Oxford University Press, New York, USA. </font><a href="https://www.amazon.com/Neurodegenerative-Diseases-Principles-Jagan-Pillai/dp/0190233567" style="font-size:medium;line-height:24px;color:rgb(255,102,0)!important" target="_blank">Link</a></li></ul>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3">Liu S, Vanderhasselt MA, <u>Zhou J</u>, Schirmer A. Better Not to Know? Emotion Regulation Fails to Benefit from Affective Cueing. Frontiers in Human Neuroscience 2016; 10:599. (IF: 3.634) <a href="https://dx.doi.org/10.3389/fnhum.2016.00599" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2016_16.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3">Ho NF*, Li ZJ*, Ji F, Wang MY, Kuswanto CN, Sum MY, Tng HY, Sitoh YY, Sim K, <u>Zhou J</u>. Hemispheric Lateralization Abnormalities of the White Matter Microstructure in Schizophrenia and Bipolar Disorder. Journal of Psychiatry and Neuroscience 2016; 42(4):242-51. (* Joint first) (IF: 5.86) <a href="http://jpn.ca/42-4-242/" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2016_15.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" >Leong RL, Lo JC, Sim SK, Zheng H, Tandi J, <u>Zhou J</u>, Chee MW. Longitudinal brain structure and cognitive changes over 8 years in an East Asian cohort. NeuroImage 2016; 147:852-60. (IF: 5.463) <a href="https://www.sciencedirect.com/science/article/pii/S1053811916305638?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2016_14.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" >Zhang Z, Liao W, Xu Q, Wei W, <u>Zhou J</u>, Sun K, Yang F, Mantini D, Ji X, Lu G. Hippocampus-associated causal network of structural covariance measuring structural damage progression in temporal lobe epilepsy. Human Brain Mapping 2016; 38(2):753-66. (IF: 5.969) <a href="https://onlinelibrary.wiley.com/doi/abs/10.1002/hbm.23415" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2016_13.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" >Yatawara C, Lim L, Chander R, <u>Zhou J</u>*, and Kandiah N*. Depressive Symptoms Influence Global Cognitive Impairment Indirectly by Reducing Memory and Executive Function in Patients with Mild Cognitive Impairment. Journal of Neurology. Neurosurgery, and Psychiatry 2016; 87(12):1375-83. (* Joint senior authors) (IF: 6.807) <a href="http://jnnp.bmj.com/cgi/pmidlookup?view=long&pmid=28103200" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2016_12.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><span style="color:rgb(0,0,0)"><font size="3" >Chong JSX, Ng GJP, Lee SC, <u>Zhou J</u>. Salience network connectivity in the insula is associated with individual differences in interoceptive accuracy. Brain Structure and Function 2016; 222(4):1635-44. (IF: 5.618)</span> <a href="https://link.springer.com/article/10.1007%2Fs00429-016-1297-7" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2016_11.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Qiu Y, Liu S, Hilal S, Loke Y, Ikram M, Xu X, Tan B, Venketasubramanian N, Chen C, <u>Zhou J</u>. Inter-hemispheric functional dysconnectivity mediates the association of corpus callosum degeneration with memory impairment in AD and amnestic MCI. Scientific Reports 2016; 6:32573. (IF: 5.228)</span> <a href="http://dx.doi.org/10.1038/srep32573" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2016_10.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Wang C, Ong JL, Patanaik A, <u>Zhou J</u>*, Chee MWL*. Spontaneous eyelid closures link vigilance fluctuation with fMRI dynamic connectivity states. Proceedings of the National Academy of Science 2016; 113(34):9653-8. (* Joint senior authors)<br>(IF: 9.674)</span> <font color="#da4444"><a href="https://www.pnas.org/content/113/34/9653.long" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2016_09.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Wang C, Ji F, Hong Z, Poh JS, Krishnan R, Lee J, Rekhi G, Keefe RSE, Adcock RA, Wood SJ, Fornito A, Pasternak O, Chee MWL, <u>Zhou J</u>. Disrupted salience network functional connectivity and white matter microstructure in persons at risk for psychosis: findings from the LYRIKS study. Psychological Medicine 2016; 46(13):2771-83. (IF: 5.938) </span><font color="#e05c5c"><a href="https://www.cambridge.org/core/journals/psychological-medicine/article/disrupted-salience-network-functional-connectivity-and-whitematter-microstructure-in-persons-at-risk-for-psychosis-findings-from-the-lyriks-study/A3FF5AA868698DB3757CAB0FCE5D173D" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2016_08.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Liu S, Ong YT, Hilal S, Loke YM, Wong TY, Chen CLH, Cheung CY, <u>Zhou J</u>. The association between retinal neuronal layer and brain structure is disrupted in patients with cognitive impairment and Alzheimer's disease. Journal of Alzheimer's Disease 2016; 54(2):585-95. (IF: 3.920) </span><a href="https://content.iospress.com/articles/journal-of-alzheimers-disease/jad160067" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2016_07.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Guo CC, Sturm VE, <u>Zhou J</u>, Gennatas ED, Trujillo AJ, Hua AY, Crawford R, Stables L, Kramer JH, Rankin K, Levenson RW, Rosen HJ, Miller BL, Seeley WW. Dominant hemisphere lateralization of cortical parasympathetic control as revealed by frontotemporal dementia. Proceedings of the National Academy of Sciences 2016; 113(27):E2430-9. <br>(IF: 9.674) </span><a href="http://www.pnas.org/cgi/pmidlookup?view=long&pmid=27071080" style="color:rgb(255,102,0)!important" target="_blank">Link</a> | <a href="assets/pdf/Imported/2016_06.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</font></a></li></ul>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Ng KK, Lo JC, Lim JKW, Chee MWL, <u>Zhou J</u>. Reduced functional segregation between the default mode network and the executive control network in healthy older adults: A longitudinal study. NeuroImage 2016; 133:321-330.<br>(IF: 6.357) <font color="#da4444"><a href="https://www.sciencedirect.com/science/article/pii/S1053811916002342?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2016_05.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Mak A, Ho RC-M, Tng HY, Koh HL, Chong JSX, <u>Zhou J</u>. Early cerebral volume reductions and their associations with reduced lupus disease activity in patients with newly-diagnosed systemic lupus erythematosus. Scientific Reports 2016; 6:22231. (IF: 5.578)</span> <font color="#da4444"><a href="http://dx.doi.org/10.1038/srep22231" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2016_04.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Ho NF, Iglesias JE, Sum MY, Kuswanto CN, Sitoh YY, deSouza J, Hong Z, Fischl B, Roffman J, <u>Zhou J</u>*, Sim K*, Holt D*. Progression from selective to general involvement of hippocampal subfields in schizophrenia. Molecular Psychiatry 2016; 22(1):142-52. (* Joint senior authors) (IF: 14.496) </span> <font color="#da4444"><a href="https://www.nature.com/articles/mp20164" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2016_03.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><span style="color:rgb(0,0,0)"><font size="3" >Teipel S, Grothe MJ, <u>Zhou J</u>, Sepulcre J, Dyrba M, Sorg C, Babiloni, C. Measuring cortical connectivity in Alzheimer's disease as a brain neural network pathology: towards clinical applications. Journal of the International Neuropsychological Society 2016; 22(2):138-63.</font></span><font size="3" ><span style="color:rgb(0,0,0)"> (IF: 3.234) </span> <font color="#da4444"><a href="https://www.cambridge.org/core/product/identifier/S1355617715000995/type/journal_article" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2016_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Yoncheva YN, Somandepalli K, Reiss PT, Kelly C, Martino AD, Lazar M, <u>Zhou J</u>, Milham MP, Castellanos FX. Mode of anisotropy reveals global diffusion alterations in attention-deficit/hyperactivity disorder. Journal of the American Academy of Child and Adolescent Psychiatry 2016; 55(2):137-45. (IF: 6.354) </span> <font color="#da4444"><a href="https://jaacap.org/article/S0890-8567(15)00757-1/fulltext" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2016_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<!-- 2015 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2015</font></h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important">
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Ho NF, Chong JS, Koh HL, Koukouna E, Lee TS, Fung D, Lim CG, <u>Zhou J</u>. Intrinsic Affective Network Is Impaired in Children with Attention-Deficit/Hyperactivity Disorder. PLoS One 2015: 10(9):e0139018. (IF: 3.234) </span><font color="#da4444"><a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0139018" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2015_04.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Hong Z, Ng KK, Sim SK, Ngeow MY, Zheng H, Lo JC, Chee MW, <u>Zhou J</u>. Differential age-dependent associations of gray matter volume and white matter integrity with processing speed in healthy older adults. NeuroImage 2015; 123:42-50. (IF: 6.357) </span> <font color="#da4444"><a href="https://www.sciencedirect.com/science/article/pii/S1053811915007466?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2015_03.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Klauser P, <u>Zhou J</u>*, Lim JK, Poh JS, Zheng H, Tng HY, Krishnan R, Lee J, Keefe RS, Adcock RA, Wood SJ, Fornito A, Chee MW. Lack of Evidence for Regional Brain Volume or Cortical Thickness Abnormalities in Youths at Clinical High Risk for Psychosis: Findings From the Longitudinal Youth at Risk Study. Schizophrenia Bulletin 2015; 41(6):1285-93.<br>(* Corresponding first author) (IF: 8.607) </span> <font color="#da4444"><a href="https://academic.oup.com/schizophreniabulletin/article/41/6/1285/2526021" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2015_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Susanto TA, Pua EP, <u>Zhou J</u>, Alzheimer's Disease Neuroimaging I. Cognition, brain atrophy, and cerebrospinal fluid biomarkers changes from preclinical to dementia stage of Alzheimer's disease and the influence of apolipoproteine.<br>Journal of Alzheimer's Disease 2015; 45(1):253-68. (IF: 4.17) </span> <font color="#da4444"><a href="https://content.iospress.com/articles/journal-of-alzheimers-disease/jad142451" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2015_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
</div>
<!-- 2014 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2014</font></h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important">
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Mak E, <u>Zhou J</u>, Tan LC, Au WL, Sitoh YY, Kandiah N. Cognitive deficits in mild Parkinson's disease are associated with distinct areas of grey matter atrophy. Journal of Neurology, Neurosurgery, and Psychiatry 2014; 85(5):576-80.<br>(IF: 4.924) </span><font color="#da4444"> <a href="http://jnnp.bmj.com/cgi/pmidlookup?view=long&pmid=24133286" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2014_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)"><u>Zhou J</u>, Seeley WW. Network Dysfunction in Alzheimer's Disease and Frontotemporal Dementia: Implications for Psychiatry. Biological Psychiatry 2014; 75(7):565-73. (IF: 8.283) </span> <font color="#da4444"><a href="https://www.biologicalpsychiatryjournal.com/article/S0006-3223(14)00084-5/fulltext" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2014_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
</div>
<!-- 2013 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2013</font></h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important">
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Cortese S, Imperati D, <u>Zhou J</u>, Proal E, Klein RG, Mannuzza S, Ramos-Olazagasti MA, Milham MP, Kelly C, Castellanos FX. White Matter Alterations at 33-Year Follow-Up in Adults with Childhood Attention-Deficit/Hyperactivity Disorder. Biological Psychiatry 2013; 74(8):591-8. (IF: 8.283) </span> <font color="#da4444"><a href="https://www.biologicalpsychiatryjournal.com/article/S0006-3223(13)00221-7/fulltext" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2013_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Gardner RC, Boxer AL, Trujillo A, Mirsky JB, Guo CC, Gennatas ED, Heuer HW, Fine E, <u>Zhou J</u>, Kramer JH, Miller BL, Seeley WW. Intrinsic connectivity network disruption in progressive supranuclear palsy. Ann Neurol 2013; 73(5):603-16.<br>(IF: 11.089) </span> <font color="#da4444"><a href="https://onlinelibrary.wiley.com/doi/abs/10.1002/ana.23844" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2013_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
</div>
<!-- 2012 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2012</font></h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important">
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Damoiseaux JS, Seeley WW, <u>Zhou J</u>, Shirer WR, Coppola G, Karydas A, Rosen HJ, Miller BL, Kramer JH, Greicius MD. Gender modulates the APOE ε4 effect in healthy older adults: Convergent evidence from functional brain connectivity and spinal fluid Tau levels. The Journal of Neuroscience 2012; 32(24):8254-62. (IF: 8.238) </span> <font color="#da4444"><a href="http://www.jneurosci.org/cgi/pmidlookup?view=long&pmid=22699906" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2012_05.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Gennatas ED, Cholfin JA, <u>Zhou J</u>, Crawford RK, Sasaki DA, Karydas A, Boxer AL, Bonasera SJ, Rankin KP, Gorno-Tempini ML, Rosen HJ, Kramer JH, Weiner M, Miller BL, Seeley WW. COMT Val158Met genotype influences neurodegeneration within dopamine-innervated brain structures. Neurology 2012; 78(21):1663-9. (IF: 8.31) </span> <font color="#da4444"><a href="http://www.neurology.org/cgi/pmidlookup?view=long&pmid=22573634" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2012_04.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Guo CC, Kurth F, <u>Zhou J</u>, Mayer EA, Eickhoff SB, Kramer JH, Seeley WW. One-year test-retest reliability of intrinsic connectivity network fMRI in older adults. NeuroImage 2012; 61(4):1471-83. (IF: 5.932) </span> <font color="#da4444"><a href="https://www.sciencedirect.com/science/article/pii/S105381191200300X?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2012_03.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Seeley WW, <u>Zhou J</u>, Kim EJ. Frontotemporal dementia: what can the behavioral variant teach us about human brain organization? Neuroscientist 2012; 18(4):373-85. (IF: 5.633) </span> <font color="#da4444"><a href="https://journals.sagepub.com/doi/abs/10.1177/1073858411410354?rfr_dat=cr_pub%3Dpubmed&url_ver=Z39.88-2003&rfr_id=ori%3Arid%3Acrossref.org&journalCode=nroa" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2012_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)"><u>Zhou J</u>, Gennatas ED, Kramer JH, Miller BL, Seeley WW. Predicting Regional Neurodegeneration from the Healthy Brain Functional Connectome. Neuron 2012; 73(6):1216-27. (COVER ARTICLE, IF: 14.027) </span> <font color="#da4444"><a href="https://www.cell.com/neuron/fulltext/S0896-6273(12)00227-9?_returnURL=https%3A%2F%2Flinkinghub.elsevier.com%2Fretrieve%2Fpii%2FS0896627312002279%3Fshowall%3Dtrue" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2012_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
</div>
<!-- 2011 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2011</font></h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important">
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Au WL, <u>Zhou J</u>, Palmes P, Sitoh YY, Tan LC, Rajapakse JC. Levodopa and the feedback process on set-shifting in Parkinson's disease. Human Brain Mapping 2011; 33(1):27-39. (IF: 5.107) </span> <font color="#da4444"><a href="https://onlinelibrary.wiley.com/doi/abs/10.1002/hbm.21187" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2011_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Imperati D, Colcombe S, Kelly C, Di Martino A, <u>Zhou J</u>, Castellanos FX, Milham MP. Differential development of human brain white matter tracts. PLoS One 2011; 6(8):e23437. (IF: 4.41) </span> <font color="#da4444"><a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0023437" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2011_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
</div>
<!-- 2010 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2010</font></h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important">
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Rohrer JD, Geser F, <u>Zhou J</u>, Gennatas ED, Sidhu M, Trojanowski JQ, Dearmond SJ, Miller BL, Seeley WW. TDP-43 subtypes are associated with distinct atrophy patterns in frontotemporal dementia. Neurology 2010; 75(24):2204-11.<br>(IF: 8.31) </span> <font color="#da4444"><a href="https://n.neurology.org/content/75/24/2204.long" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2010_03.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)"><u>Zhou J</u>, Greicius MD, Gennatas ED, Growdon ME, Jang JY, Rabinovici GD, Kramer JH, Weiner M, Miller BL, Seeley WW. Divergent network connectivity changes in behavioural variant frontotemporal dementia and Alzheimer's disease. Brain 2010; 133(Pt 5):1352-67. (IF: 9.23) </span> <font color="#da4444"><a href="https://academic.oup.com/brain/article/133/5/1352/544852" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2010_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Zielinski BA, Gennatas ED, <u>Zhou J</u>, Seeley WW. Network-level structural covariance in the developing brain. Proceedings of the National Academy of Sciences 2010; 107(42):18191-6. (IF: 9.771) </span> <font color="#da4444"><a href="http://www.pnas.org/cgi/pmidlookup?view=long&pmid=20921389" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2010_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
</div>
<!-- 2009 -->
<h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2005 - 2009</font></h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important">
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Seeley WW, Crawford RK, <u>Zhou J</u>, Miller BL, Greicius MD. Neurodegenerative diseases target large-scale human brain networks. Neuron 2009; 62(1):42-52. (COVER ARTICLE, IF: 14.027) </span> <font color="#da4444"><a href="https://www.cell.com/neuron/fulltext/S0896-6273(09)00249-9?_returnURL=https%3A%2F%2Flinkinghub.elsevier.com%2Fretrieve%2Fpii%2FS0896627309002499%3Fshowall%3Dtrue" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2009_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<!-- </div> -->
<!-- 2008 -->
<!-- <h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2008</font></h2> -->
<!-- <div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important"> -->
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Rajapakse JC, Wang Y, Zheng X, <u>Zhou J</u>. Probabilistic Framework for Brain Connectivity From Functional MR Images. IEEE Transactions on Medical Imaging 2008; 27(6):825-33. (IF: 3.545) </span><font color="#da4444"><a href="https://ieeexplore.ieee.org/document/4427217" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2008_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)"><u>Zhou J</u>, Rajapakse JC. Fuzzy approach to incorporate hemodynamic variability and contextual information for detection of brain activation. Neurocomputing 2008; 71(16-18):3184-92. (IF: 1.58) </span><font color="#da4444"><a href="http://www.sciencedirect.com/science/article/pii/S0925231208002907" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2008_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<!-- </div> -->
<!-- 2007 -->
<!-- <h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2007</font></h2> -->
<!-- <div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important"> -->
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)">Rajapakse JC, <u>Zhou J</u>. Learning effective brain connectivity with dynamic Bayesian networks. NeuroImage 2007; <br>37(3):749-60. (IF: 5.932) </span><font color="#da4444"><a href="https://www.sciencedirect.com/science/article/pii/S1053811907005174?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2007_02.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)"><u>Zhou J</u>, Rajapakse J. Modeling hemodynamic variability with fuzzy features for detecting brain activation from fMR time-series. Neural Computing & Applications 2007; 16(6):541-9. (IF: 1.04) </span><font color="#da4444"><a href="http://link.springer.com/article/10.1007/s00521-007-0103-0" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2007_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></li></ul></font>
<!-- </div> -->
<!-- 2005 -->
<!-- <h2 style="margin:0px;padding:0.3em 0px;line-height:1.3;font-weight:700;color:rgb(235,176,88);text-transform:uppercase;letter-spacing:normal;font-family:Arial!important"><font size="5" >2005</font></h2> -->
<!-- <div style="line-height:1.5;margin:0px;padding:0.5em 0px;font-family:Arial!important;color:rgb(42,42,42)!important"> -->
<ul style="overflow:hidden;padding-left:3em!important;margin:5px 0px!important;list-style-position:outside!important"><li style="padding-left:5px!important;margin:5px 40px 5px!important;list-style-type:disc!important"><font size="3" ><span style="color:rgb(0,0,0)"><u>Zhou J</u>, Rajapakse JC. Segmentation of subcortical brain structures using fuzzy templates. NeuroImage 2005; 28(4):915-24. (IF: 5.932) </span> <font color="#da4444"><a href="https://www.sciencedirect.com/science/article/pii/S1053811905004660?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2005_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a>
</li></ul></font>
</li></ul>
</div>
<!-- === END CONTENT === -->
<!-- === BEGIN FOOTER === -->
<!-- Footer Menu -->
<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>
<!--div id="footermenu" class="col-md-8">
<ul class="list-unstyled list-inline pull-right">
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div-->
<!-- End Footer Menu -->
</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>
<!-- === END FOOTER === -->