-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
902 lines (620 loc) · 140 KB
/
publications.html
File metadata and controls
902 lines (620 loc) · 140 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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
<!-- === 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">
<!-- 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"> -->
<!-- Header -->
<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>
</div>
<!-- Preprint -->
<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" >Preprint</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Qian X, Chan SY, Loh WL, Rifkin-Graboi A, Eriksson JG, Fortier MV, Chong YS, Tan AP, <u>Zhou JH</u>.
Preconception environments shape pregnancy-related structural brain remodeling and intergenerational mental health outcomes.
medRxiv preprint medRxiv:2026.04.28.26351998, 2026.
<a href="https://doi.org/10.64898/2026.04.28.26351998" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Wu Y, Zhang Y, Dong Z, Ji F, Tan AS, Tan G, Tang S, Chen H, Chen Z, …, Valdés Hernández MC, <u>Zhou JH</u>.
Standardized Evaluation of Automatic Methods for Perivascular Spaces Segmentation in MRI — MICCAI 2024 Challenge Results.
arXiv preprint arXiv:2512.18197, 2025.
<a href="https://doi.org/10.48550/arXiv.2512.18197" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Mansour L S, Di Biase MA, Yan H, Xue A, Venkatasubramanian N, Chong E, Alexander-Bloch A, Chen C, <u>Zhou JH</u>, Yeo BTT, Zalesky A. Spectral normative modeling of brain structure, medRxiv. 2025:2025-01. <a href="https://www.medrxiv.org/content/10.1101/2025.01.16.25320639v1" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Johansen-Berg H, Lam BYK, Mok V, Brodaty H, Cai Y, Chee MWL, …, <u>Zhou JH</u>, …, Salvan P.
Risk and protective factors of healthy cognitive ageing across diverse global cohorts and causal effect of education.
Research Square. 2025.
<a href="https://www.researchsquare.com/article/rs-7195000/v1" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Cao T, Pang JC, Gajwani M, Segal A, Holmes A, Wiley J, Chopra S, <u>Zhou JH</u>, Chen CHC, Ji F, …, Fornito A.
Are neuroanatomical phenotypes for psychiatric disorders robust? An assessment of the reproducibility of grey matter differences in mental illness.
medRxiv. 2025:2025-07.
<a href="http://medrxiv.org/lookup/doi/10.1101/2025.07.09.25331220" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Tan TWK, Nguyen KN, Zhang C, Kong R, Cheng SF, Ji F, Chong JSX, Chong EJY, Venketasubramanian N, Orban C, Chee MWL, Chen C, <u>Zhou JH</u>, Yeo BTT.
Mind the Gap: Does Brain Age Improve Alzheimer’s Disease Prediction?
bioRxiv. 2025:2025-06.
<a href="http://biorxiv.org/lookup/doi/10.1101/2024.11.16.623903" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
</div>
<!-- 2026 -->
<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" >2026</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Qian X, Yue WL, Ng KK, Leong RLF, Ji F, Venketasubramanian N, Hilal S, Chen C, Chee MWL, Bassett DS, <u>Zhou JH</u>.
Altered salience network structure–function integration underlies the decline in cognitive flexibility during aging.
PLOS Biology. 2026 Apr 13;24(4):e3003738.(IF = 7.2)
<a href="https://doi.org/10.1371/journal.pbio.3003738" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Yap KH, Chen C, Chong EJY, Kandiah N, Kivipelto M, Lai MKP, Maier AB, Matchar DB, Phua AKS, Teo CKL, Xu X, <u>Zhou JH</u>, Chen CPLH.
Baseline characteristics of the SINgapore GERiatric Intervention Study to Reduce Cognitive Decline and Physical Frailty (SINGER) multidomain dementia prevention randomized controlled trial and insights from the recruitment process.
Alzheimer's & Dementia. 2026;22(4):e71313.(IF = 11.1)
<a href="https://doi.org/10.1002/alz.71313" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Hou Q, Zhou Y, Goh JHL, Zou K, Yew SME, ..., <u>Zhou JH</u>, Chen H, Chen Q, Cheung CY, Keane PA, Tham YC.
Can a Natural Image-Based Foundation Model Outperform a Retina-Specific Model in Detecting Ocular and Systemic Diseases?
Ophthalmology Science. 2026;6(1):100923.(IF = 4.6)
<a href="https://www.sciencedirect.com/science/article/pii/S2666914525002210" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Huang P, Chan SY, Zhou KX, Chuah J, Manahan AMA, Law EC, Shorey S, <u>Zhou JH</u>, Fortier MV, Chong YS, Meaney MJ, Tan AP.
Neurobehavioural links from infant screen time to anxiety.
EBioMedicine. 2026;123.(IF = 10.8)
<a href="https://www.thelancet.com/journals/ebiom/article/PIIS2352-3964(25)00543-2/fulltext" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Legaz A, Moguilner S, Barttfeld P, Cuadros Castro J, Galván Rial DS, ..., <u>Zhou JH</u>, ..., Baez S, Tagliazucchi E, Duran-Aniotz C, Hernandez H, Ibanez A.
The exposome of brain aging across 34 countries.
Nature Medicine. 2026.(IF = 50.0)
<a href="https://doi.org/10.1038/s41591-026-04302-z" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Ng KP*, Chong JSX*, Lussier F, Therriault J, Rahmouni N, Savard M, Stevenson J, Pascoal T, Gauthier S, Rosa-Neto P, <u>Zhou JH</u>.
Functional network phenotypes of mild behavioural impairment: cognitive effects moderated by amyloid.
Alzheimer's Research & Therapy. 2026:2026-02-10.(*Joint first)(IF = 8.8)
<a href="https://link.springer.com/article/10.1186/s13195-026-01980-2" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
</div>
<!-- 2025 -->
<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" >2025</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Wu Y*, Dong Z*, Chen C, Zhou W, <u>Zhou JH</u>.
SupReMix: Supervised Contrastive Learning for Medical Imaging Regression with Mixup.
Medical Image Analysis. 2025;103909. ISSN 1361-8415. (IF = 11.8)(*Joint first)
<a href="https://doi.org/10.1016/j.media.2025.103909" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Liu SW, Agartz I, Allen P, Amminger GP, Andreassen OA, Bachman P, ..., <u>Zhou JH</u>, ENIGMA Clinical High Risk for Psychosis Working Group.
Structural Covariance Network Topology in Individuals at Clinical High Risk for Psychosis: the ENIGMA-CHR Study.
Molecular Psychiatry. 2025:2025-10. (IF = 10.1)
<a href="https://www.nature.com/articles/s41380-025-03304-6" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Dong Z*, Li R*, Chong JSX, Dehestani N, Teng Y, Lin Y, Li Z, Zhang Y, Yapei X, Ooi LQR, Yeo BTT, <u>Zhou JH</u>.
Brain Harmony: A Multimodal Foundation Model Unifying Morphology and Function into 1D Tokens.
Conference on Neural Information Processing Systems (NeurIPS),San Diego,United States,2025. (*Joint first)
<a href="http://arxiv.org/abs/2509.24693" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Qian X, Ng KK, Yeo SN, Loke YM, Cheung YB, Feng L, Chong MS, Ng TP, Krishnan KRR, Guan C, Lee TS, <u>Zhou JH</u>.
Brain-computer-interface-based intervention increases brain functional segregation in cognitively normal older adults.
Age and Ageing. 2025 Aug 29;54(9):afaf250. (IF =7.1)
<a href="https://pubmed.ncbi.nlm.nih.gov/40966615/" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Qian X, Bassett DS, Ng KK, Loo BRY, Ho RC, Mak A, <u>Zhou JH</u>.
Disrupted Structure–Function Integration in Systemic Lupus Erythematosus and Its Impact on Cognitive Flexibility.
Human Brain Mapping. 2025 Oct;46(14):e70299. (IF=3.5)
<a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC12454912/" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Mathalon DH, Nicholas S, Roach BJ, Billah T, Lavoie S, Whitford T, …, <u>Zhou JH</u>, …, Light GA.
The electroencephalography protocol for the Accelerating Medicines Partnership® Schizophrenia Program: Reliability and stability of measures.
Schizophrenia. 2025 Jun 6;11(1):85. (IF=4.8)
<a href="https://pubmed.ncbi.nlm.nih.gov/40480970/" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Zhang C, An L, Wulan N, Nguyen K, Orban C, Chen P, Chen C, <u>Zhou JH</u>, Liu K, Yeo BTT.
Cross‐Dataset Evaluation of Dementia Longitudinal Progression Prediction Models.
Human Brain Mapping. 2025 Aug;46(11):e70280. (IF=3.5)
<a href="https://pubmed.ncbi.nlm.nih.gov/40748187/" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
An L, Zhang C, Wulan N, Zhang S, Chen P, Ji F, Ng KK, Chen C, <u>Zhou JH</u>, Yeo BTT.
DeepResBat: Deep residual batch harmonization accounting for covariate distribution differences.
Medical Image Analysis. 2025 Jan;99:103354. (IF =11.8)
<a href="https://www.sciencedirect.com/science/article/pii/S1361841524002792" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%">
<font size="3"><font color="#2a2a2a">
Ooi LQR, Orban C, Zhang S, Nichols TE, Tan TWK, Kong R, Marek S, Dosenbach NUF, Laumann TO, Gordon EM, Yap KH, Ji F, Chong JSX, Chen C, An L, Franzmeier N, Roemer‑Cassiano SN, Hu Q, Ren J, Liu H, Chopra S, Cocuzza CV, Baker JT, <u>Zhou JH</u>, Bzdok D, Eickhoff SB, Holmes AJ, Yeo BTT, Alzheimer’s Disease Neuroimaging Initiative. Longer scans boost prediction and cut costs in brain‑wide association studies. <i>Nature</i>. 2025 Jul 16. (IF=54.4) <a href="https://doi.org/10.1038/s41586-025-09250-1" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font>
</li>
</ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Wu Y, Dong Z, Li HB, Chong YF, Ji F, Chong JSX, Tang NRJ, Hilal S, Fu H, Chen CL, <u>Zhou JH</u>. WMH-DUALTASKER: A Weakly Supervised Deep Learning Model for Automated White Matter Hyperintensities Segmentation and Visual Rating Prediction. Human Brain Mapping. 2025 Apr 15;46(6):e70212. (IF=3.5) <a href="https://onlinelibrary.wiley.com/doi/10.1002/hbm.70212?af=R" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Dong Z*, Wu Y*, Chen C*, Zou Y, Zhang Y, <u>Zhou JH</u>. Improve Representation for Imbalanced Regression through Geometric Constraints, The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, US, 2025. <a href="https://arxiv.org/abs/2503.00876" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Guo Y, Liu T, Chen H, Zhou L, Huang W, Zhang K, Wang X, Wang Y, <u>Zhou JH</u>, Chen F. Decreased brain interstitial fluid dynamics is associated with risk of Alzheimer’s disease-related cognitive decline. Brain Research Bulletin. 2025 May;224:111295. (IF=3.5) <a href="https://www.sciencedirect.com/science/article/pii/S0361923025001078" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Harms MP, Cho KIK, Anticevic A, Bolo NR, Bouix S, Campbell D,..., <u>Zhou JH</u>,..., Pasternek O. The MR neuroimaging protocol for the Accelerating Medicines Partnership Schizophrenia Program. Schizophr. 2025 Apr 2;11(1):52. (IF=3.0) <a href="https://www.nature.com/articles/s41537-025-00581-6" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Oey N, Guo E, Kwan M, Guan C, <u>Zhou JH</u>, Chew E. Predicting Recovery From Bilingual Aphasia With Rehabilitation Using Neurophysiological and Neuroimaging Techniques. Archives of Physical Medicine and Rehabilitation. 2025 Apr;106(4):e126. (IF=3.6) <a href="https://www.sciencedirect.com/science/article/abs/pii/S0003999325003533" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Qin S, Ng EKK, Soon CS, Chua XY, <u>Zhou JH</u>, Koh WP, Chee MWL. Association between objectively measured, multidimensional sleep health and cognitive function in older adults: cross-sectional wearable tracker study. Sleep Medicine. 2025 Aug;132:106569. (IF=3.8) <a href="https://www.sciencedirect.com/science/article/pii/S1389945725002448" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Yin X, Bao W, Ley SH, Yang J, Cuffe SB, Yu G, Chavarro JE, Liu P, <u>Zhou JH</u>,..., Zhang C. Sleep Characteristics and Long-Term Risk of Type 2 Diabetes Among Women With Gestational Diabetes. JAMA Netw Open. 2025 Mar 5;8(3):e250142. (IF=10.5) <a href="https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2831007" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Koyama Y, Tan AP, Sadikova E, Setoh P, Broekman B, <u>Zhou JH</u>, Gluckman P, Chen H, Tiemeier H. Maternal depressive symptoms in childhood and offspring brain cortical and subcortical volumetric change: A repeated imaging study from age 4–10 years, Developmental Cognitive Neuroscience. 2025 Apr;72:101531. (IF=5.3). <a href="https://www.sciencedirect.com/science/article/pii/S187892932500026X" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Han MX, Nadarajan R, Wang N, Kee MZL, Lim S, Sagar YK, Chow B, Tan AP, Cheon BK, Ang YS, <u>Zhou JH</u>, Chen HY, Chong YS, Gluckman PD, Meaney MJ, Law EC. Maternal Depressive Symptoms and Risk for Childhood Depression: Role of Executive Functions, Journal of the American Academy of Child & Adolescent Psychiatry. 2024 Oct 16;In Press. (IF=10.28). <a href="https://www.sciencedirect.com/science/article/pii/S0890856724019397" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font></font></li></ul>
</div>
<!-- 2024 -->
<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" >2024</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> An L, Zhang C, Wulan N, Zhang S, Chen P, Ji F, Ng KK, Chen C, <u>Zhou JH</u>, Yeo BTT, Alzheimer's Disease Neuroimaging Initiative, Australian Imaging Biomarkers and Lifestyle Study of Aging. DeepResBat: deep residual batch harmonization accounting for covariate distribution differences, Medical Image Analysis. 2025 Jan 1;99:103354. (IF=11.02). <a href="https://www.sciencedirect.com/science/article/pii/S1361841524002792" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Chong JSX, Ji F, Hilal S, Chong JR, Lau JM, Tong NR, Tan BY, Venketasubramanian N, Lai MK, Chen CL, <u>Zhou JH</u>. Additive effects of cerebrovascular disease functional connectome phenotype and plasma p-tau181 on longitudinal neurodegeneration and cognitive outcomes, Alzheimer's & Dementia. 2024 Jan 1. (IF=16.5). <a href="https://alz-journals.onlinelibrary.wiley.com/doi/10.1002/alz.14328" style="color:rgb(255,102,0)!important" target="_blank">Paper</a> / <a href="https://medicine.nus.edu.sg/news/brain-connectome-phenotype-linked-to-cerebrovascular-disease-can-track-cognitive-decline/" style="color:rgb(255,102,0)!important" target="_blank">NUS Medicine School News</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Dong Z*, Li R*, Wu Y, Nguyen TT, Chong JSX, Ji F, Tong NRJ, Chen CLH, <u>Zhou JH</u>. Brain-JEPA: Brain Dynamics Foundation Model with Gradient Positioning and Spatiotemporal Masking, Conference on Neural Information Processing Systems (NeurIPS) <i>Spotlight</i>, Vancouver, Canada, 2024. (*Joint first) <a href="https://www.arxiv.org/abs/2409.19407" style="color:rgb(255,102,0)!important" target="_blank">Paper</a> / <a href="https://www.zaobao.com.sg/news/singapore/story20241218-5615974" style="color:rgb(255,102,0)!important" target="_blank">Zaobao News</a> / <a href="https://medicine.nus.edu.sg/news/nus-medicine-researchers-unveil-neuroai-powered-analytical-tool-for-early-detection-and-diagnosis-of-brain-disorders/" style="color:rgb(255,102,0)!important" target="_blank">NUS Medicine School News</a> / <a href="https://www.channelnewsasia.com/watch/innovations-matter/ai-driven-industries-5280476?cid=internal_sharetool_iphone_07082025_cna" style="color:rgb(255,102,0)!important" target="_blank">CNA News</a>
</font> </font></li></ul>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Dong Z, Wu Y, Chen Z, Zhang Y, Jin Y, <u>Zhou JH</u>. Prompt Your Brain: Scaffold Prompt Tuning for Efficient Adaptation of fMRI Pre-trained Model, The International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI), Marrakesh, Morocco, 2024. <a href="https://arxiv.org/abs/2408.10567" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Liu S*, Luo X*, Chong JS, Jiaerken Y, Youn SH, Zhang M, <u>Zhou JH</u>, Alzheimer's Disease Neuroimaging Initiative. Brain structure, amyloid, and behavioral features for predicting clinical progression in subjective cognitive decline, Human Brain Mapping. 2024 Jul 15;45(10):e26765. (IF: 4.63). (*Joint first) <a href="https://onlinelibrary.wiley.com/doi/full/10.1002/hbm.26765" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Chan SY, Fitzgerald E, Ngoh ZM, Lee J, Chuah J, Chia JS, Fortier MV, Tham EH, <u>Zhou JH</u>, Silveira PP, Meaney MJ. Examining the associations between microglia genetic capacity, early life exposures and white matter development at the level of the individual, Brain, Behavior, and Immunity. 2024 Jul 1;119:781-91. (IF: 11.40). <a href="https://www.sciencedirect.com/science/article/pii/S0889159124003878" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Zhang S, Larsen B, Sydnor VJ, Zeng T, An L, Yan X, Kong R, Kong X, Gur RC, Gur RE, Moore TM,..., <u>Zhou JH</u>,..., Yeo BTT. In vivo whole-cortex marker of excitation-inhibition ratio indexes cortical maturation and cognitive ability in youth, Proceedings of the National Academy of Sciences. 2024 Jun 4;121(23):e2318641121. (IF: 12.29). <a href="https://www.pnas.org/doi/abs/10.1073/pnas.2318641121" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Qian X, <u>Zhou JH</u>. Imaging lifespan brain structural growth: From region, to connectome, to gradient, Plos Biology, 22(6): e3002669. (IF: 8.2). <a href="https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002669" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Cheng SF, Yue WL, Ng KK, Qian X, Liu S, Tan TWK, Nguyen KN, Leong RLF, Hilal S, Cheng CY, Tan AP, Law EC, Gluckman PD, Chen CLH, Chong YS, Meaney MJ, Chee MWL, Yeo BTT, <u>Zhou JH</u>. Rate of brain aging associates with future executive function in Asian children and older adults, eLife, 13:RP97036. (IF: 7.2). <a href="https://elifesciences.org/reviewed-preprints/97036" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Chong JSX, Tan YJ, Koh AJ, Ting SKS, Kandiah N, Ng ASL, <u>Zhou JH</u>. Plasma Neurofilament Light Relates to Divergent Default and Salience Network Connectivity in Alzheimer's Disease and Behavioral Variant Frontotemporal Dementia, J Alzheimers Dis, 965 – 980. (IF: 3.4). <a href="https://pubmed.ncbi.nlm.nih.gov/38759005/" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Chong JSX, Chua KY, Ng KK, Chong SW, Leong RL, Chee MW, Koh WP, <u>Zhou JH</u>. Higher handgrip strength is linked to higher salience ventral attention functional network segregation in older adults, Communications Biology, 7(1), 214. (IF: 5.6). <a href="https://www.nature.com/articles/s42003-024-05862-x" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Chan SY, Low XZ, Ngoh ZM, Ong ZY, Kee MZ, Huang P, Kumar S, Rifkin-Graboi A, Chong YS, Chen H, Tan KH, Chan JKY, Fortier MV, Gluckman PD <u>Zhou JH</u>, Meaney MJ, Tan AP. Neonatal Nucleus Accumbens Microstructure Modulates Individual Susceptibility to Preconception Maternal Stress in Relation to Externalizing Behaviors, American Academy of Child & Adolescent Psychiatry. (IF: 10.8). <a href="https://www.sciencedirect.com/science/article/abs/pii/S0890856724000716" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Zhu Y, Maikusa N, Radua J, Sämann PG, Fusar-Poli P, Agartz I, ... , <u>Zhou JH</u>, ... , Koike S. Using brain structural neuroimaging measures to predict psychosis onset for individuals at clinical high-risk, Molecular Psychiatry, 7(1), 1-13. (IF: 11.1). <a href="https://www.nature.com/articles/s41380-024-02426-7" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Ji F, Wei JLK, Leng S, Zhong L, Tan RS, Gao F, Ng KK, Leong RLF, Pasternak O, Chee MW, Koh WP, <u>Zhou JH^</u>, Koh AS^. Heart-brain mapping: Cardiac atrial function is associated with distinct cerebral regions with high free water in older adults, Journal of Cerebral Blood Flow & Metabolism, 0271678X241229581. (^Joint senior authors) (IF: 6.1). <a href="https://journals.sagepub.com/doi/abs/10.1177/0271678X241229581" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Chan SY, Ngoh ZM, Ong ZY, Teh AL, Kee MZ, <u>Zhou JH</u>, Fortier MV, Yap F, Maclsaac JL, Kobor MS, Silveira PP, Meaney MJ, Tan AP. The influence of early-life adversity on the coupling of structural and functional brain connectivity across childhood, Nature Mental Health, 1-11. <a href="https://www.nature.com/articles/s44220-023-00162-5" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Allen P, Baldwin H, Bartholomeusz CF, Chee MW, Chen X, Cooper RE, ... , <u>Zhou JH</u>, ... , ENIGMA Clinical High Risk for Psychosis Working Group. Normative modeling of brain morphometry in clinical high risk for psychosis, JAMA psychiatry, 81(1), 77-88. (IF: 22.3). <a href="https://jamanetwork.com/journals/jamapsychiatry/article-abstract/2810624" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Huang P, Chan SY, Ngoh ZM, Ong ZY, Low XZ, Law EC, Gluckman PD, Kee MZL, Fortier MV, Chong YS, <u>Zhou JH</u>, Meaney MJ, Tan AP. Screen time, brain network development and socio-emotional competence in childhood: moderation of associations by parent–child reading, Psychological Medicine, 1-12. (IF: 6.5). <a href="https://www.cambridge.org/core/journals/psychological-medicine/article/screen-time-brain-network-development-and-socioemotional-competence-in-childhood-moderation-of-associations-by-parentchild-reading/D78E5BD54628940B752E35F609BA1FB4" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
</div>
<!-- 2023 -->
<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" >2023</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Li X*, Ng KK*, Wong JJY, <u>Zhou JH^</u> and Yow WQ^. Brain gray matter morphometry relates to onset age of bilingualism and theory-of-mind in young and older adults, Scientific Report (*Join First) (^ Joint senior authors) (IF: 4.7). <a href="https://www.nature.com/articles/s41598-023-48710-4" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Yue W*, Ng KK*, Liu SW, Qian X, Chong JSX, Koh AJ, Ong MQW, Ting SKS, Ng, ASL, Kandiah N, Yeo BTT, <u>Zhou JH</u>. Differential spatial working memory-related functional network reconfiguration in young and older adults, Network Neuroscience (*Join First) (IF: 4.6). <a href="https://direct.mit.edu/netn/article/doi/10.1162/netn_a_00358/119157" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Yue W, Ng KK, Koh AJ, Perini F, Doshi K, <u>Zhou JH^</u>, Lim J^. Mindfulness-based therapy improves brain functional network reconfiguration efficiency, Translational Psychiatry (^ Joint senior authors) (IF: 7.99). <a href="https://www.nature.com/articles/s41398-023-02642-9" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Chen Z*, Qing J*, <u>Zhou JH</u>. Cinematic Mindscapes: High-quality Video Reconstruction from Brain Activity, Conference on Neural Information Processing Systems (NeurIPS), New Orleans, US, 2023. (*Join First) <a href="https://arxiv.org/abs/2305.11675" style="color:rgb(255,102,0)!important" target="_blank">Link</a> / <a href="https://www.channelnewsasia.com/watch/innovations-matter/ai-driven-industries-5280476?cid=internal_sharetool_iphone_07082025_cna" style="color:rgb(255,102,0)!important" target="_blank">CNA News</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Dong Z, Wu Y, Xiao Y, Chong JSX, Jin Y, <u>Zhou JH</u>. Beyond the Snapshot: Brain Tokenized Graph Transformer for Longitudinal Brain Functional Connectome Embedding, The International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI), Vancouver, Canada, 2023. <a href="https://arxiv.org/abs/2307.00858" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Nguyen TT, Qian X, Ng EK, Ong MQ, Ngoh ZM, Yeo SS, Lau JM, Tan AP, Broekman BF, Law EC, Gluckman PD, Chong Y, Cortese S, Meaney MJ, <u>Zhou JH</u>. Variations in Cortical Functional Gradients Relate to Dimensions of Psychopathology in Preschool Children. Journal of the American Academy of Child & Adolescent Psychiatry. (IF: 13.3) <a href="https://www.sciencedirect.com/science/article/pii/S0890856723003702" style="color:rgb(255,102,0)!important" target="_blank">Link</a> / <a href="https://www.jaacap.org/article/S0890-8567(23)01476-4/fulltext" style="color:rgb(255,102,0)!important" target="_blank">Editorial</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Mak E, Zhang L, Tan CH, Reilhac A, Shim HY, Wen MOQ, Wong ZX, Chong EJY, Xu X, Stephenson M, Venketasubramanian N, <u>Zhou JH</u>, OBrien JT, Chen CL. Longitudinal associations between β-amyloid and cortical thickness in mild cognitive impairment. Brain Communications (IF: 4.37). <a href="https://academic.oup.com/braincomms/article/5/4/fcad192/7218693?login=false" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Parlatinni V, Itahashi T, Lee Y, Liu S, Nguyen TT, Aoki YY, Fonkel SJ, Catani M, Rubia K, <u>Zhou JH</u>, Murphy DG, Cortese S. White matter alterations in Attention-Deficit/Hyperactivity Disorder (ADHD): a systematic review of 129 diffusion imaging studies with meta-analysis. Molecular Psychiatry (IF: 13.437)
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> JI F, Chai YL, Liu S, Kan CN, Ong M, Richards AM, Tan BY, Venketasubramanian N, Pasternak, O, Chen CLH, Lai MKP^, <u>Zhou JH^</u>. Associations of blood cardiovascular biomarkers with brain free water and its relationship to cognitive decline: A diffusion-MRI study. Neurology (^Joint senior authors) (IF: 12.258). <a href="https://n.neurology.org/content/early/2023/05/18/WNL.0000000000207401.long" style="color:rgb(255,102,0)!important" target="_blank">Link</a> / <a href="https://n.neurology.org/content/101/2/57.abstract" style="color:rgb(255,102,0)!important" target="_blank">Editorial</a> / <a href="https://www.neurology.org/cms/asset/1789cc8b-a1cf-4a9e-9f62-1d9c4eb92d80/wnl.2023.101.issue-2.toc.pdf" style="color:rgb(255,102,0)!important" target="_blank">Cover Page</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Kröll JP, Friedrich P, Li X, Patil KR, Mochalski L, Waite L, Qian X, Chee MW, <u>Zhou JH</u>, Eickhoff S, Weis S. (2023). Naturalistic viewing increases individual identifiability based on connectivity within functional brain networks. NeuroImage. <a href="https://www.sciencedirect.com/science/article/pii/S105381192300229X" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Yan X, Kong R, Xue A, Yang Q, Orban C, An L, Holmes AJ, Qian X, Chen J, Zuo XN, <u>Zhou JH</u>, Fortier MV, Tan AP, Gluckman P, Chong YS, Meaney MJ, Bzdok D, Eickhoff SB, Yeo BTT. (2023). Homotopic local-global parcellation of the human cerebral cortex from resting-state functional connectivity. NeuroImage. <a href="https://www.sciencedirect.com/science/article/pii/S1053811923001568" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Knolle F, Arumugham SS, Barker RA, Chee MW, Justicia A, Kamble N, Lee J, Liu S, Lenka A, Lewis SJ, Murray GK, Pal PK, Saini J, Szeto J, Yadav R, <u>Zhou JH</u>, Koch K. (2023) Grey matter morphometric biomarkers for classifying early schizophrenia and PD psychosis: a multicentre study. NPJ Parkinson’s Disease.
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Chen Z*, Qing J*, Xiang T, Yue WL, <u>Zhou JH</u>, Seeing Beyond the Brain: Conditional Diffusion Model with Sparse Masked Modeling for Vision Decoding, The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Vancouver, Canada, 2023. (*Join First) <a href="https://arxiv.org/abs/2211.06956" style="color:rgb(255,102,0)!important" target="_blank">Link</a> NBC News: <a href="https://youtu.be/TYbRNQ3LxwU" style="color:rgb(255,102,0)!important" target="_blank">Youtube</a> / <a href="https://www.nbcnews.com/tech/tech-news/brain-waves-ai-can-sketch-picturing-rcna76096" style="color:rgb(255,102,0)!important" target="_blank">Webpage</a>
</font> </font></li></ul>
</div>
<!-- 2022 -->
<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" >2022</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Dong Z, Chong JSX, Kok BC, <u>Zhou JH</u>, COOP-DHGNN: a Framework for Joint Classification and Prediction of Brain Functional Connectivity Using Sparse Trajectory Dataset with Application to Early Dementia, 2022 IEEE International Conference on Big Data (Big Data), Osaka, Japan, 2022. <a href="https://ieeexplore.ieee.org/abstract/document/10021043" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Ooi LQR, Chen J, Zhang S, Kong R, Tam A, Li J, Dhamala E, <u>Zhou JH</u>, Holme AJ, Yeo BTT. (2022). Comparison of individualized behavioral predictions across anatomical, diffusion and functional connectivity MRI. Neuroimage, 263, 119636. (IF: 7.4) <a href="https://www.sciencedirect.com/science/article/pii/S1053811922007510?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Baldwin H, Radua J, Antoniades M, Haas SS, Frangou S, Agartz I, . . . , <u>Zhou JH</u>, McGuire P, Thompson PM, Jalbrzikowski M, Hernaus D, Fusar-Poli P. (2022). Neuroanatomical heterogeneity and homogeneity in individuals at clinical high risk for psychosis. Translational Psychiatry, 12(1). (IF: 7.99) <a href="https://www.nature.com/articles/s41398-022-02057-y" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> An L, Chen J, Chen P, Zhang C, He T, Chen C, <u>Zhou JH</u>, Yeo BTT. (2022). Goal-specific brain MRI harmonization. Neuroimage, 263, 119570. (IF: 7.4) <a href="https://www.sciencedirect.com/science/article/pii/S1053811922006851?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Ng KP*, Qian X*, Ng KK, Ji F, Rosa-Neto P, Gauthier S, Kandiah N, <u>Zhou JH</u>. (2022). Stage-dependent differential influence of metabolic and structural networks on memory across Alzheimer’s disease continuum. eLife, 11, e77745. doi:10.7554/eLife.77745. (* Joint first) (IF 8.71) <a href="https://elifesciences.org/articles/77745" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Wu Y, Ji F, Chong YF, Chen L-HC, <u>Zhou JH</u>. (2022). Deeply supervised network for white matter hyperintensities segmentation with transfer learning. Medical Imaging with Deep Learning. 2022. <a href="https://openreview.net/pdf?id=KbXNnCCXN-i" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Bethlehem RAI, Seidlitz J, White SR, Vogel JW, Anderson KM,..., <u>Zhou JH</u>, …, POND, The PREVENT-AD Research Group, VETSA, Bullmore ET, Alexander-Bloch AF. Brain charts for the human lifespan. Nature. 2022. (IF: 49.962) <a href="https://www.nature.com/articles/s41586-022-04554-y" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a"> Chan SY, Ong ZY, Ngoh ZM, Chong YS, <u>Zhou JH</u>, Fortier MV, Daniel LM, Qiu A, Meaney MJ, Tan AP. (2022). Structure-function coupling within the reward network in preschool children predicts executive functioning in later childhood. Developmental Cognitive Neuroscience. (IF: 6.464) <a href="https://www.sciencedirect.com/science/article/pii/S1878929322000500" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a">Qian X, Ji F, Ng KK, Koh AK, Loo BRY, Townsend MC, Pasternak O, Tay SH, <u>Zhou JH</u>^, Mak A^. Brain white matter extracellular free-water increases are related to reduced neurocognitive function in systemic lupus erythematosus. Rheumatology. 2022. (^ Joint senior authors) (IF: 7.046) <a href="https://academic.oup.com/rheumatology/advance-article/doi/10.1093/rheumatology/keab511/6307715" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a">Hu M, Qian X, Liu S, Koh AJ, Sim K, Jiang X^, Guan C^, <u>Zhou JH</u>^. Structural and diffusion MRI based schizophrenia classification using 2D pre-trained and 3D naive Convolutional Neural Network. Schizophrenia Research. 2022. (^Joint senior authors) (IF: 4.939) <a href="https://www.sciencedirect.com/science/article/abs/pii/S0920996421002231" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
</div>
<!-- 2021 -->
<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" >2021</font><br>
</h2>
<div style="line-height:1.5;margin:0px;padding:0.5em 0px">
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a">Li X*, Ng KK*, Wong JJY, Lee JW, <u>Zhou JH</u>^, and Yow WQ^. Bilingual language entropy influences executive functions through functional connectivity and signal variability. Brain and Language. 2021. (* Joint first; ^ Joint senior authors) (IF: 2.38) <a href="https://www.sciencedirect.com/science/article/abs/pii/S0093934X21001206" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a">Hu M, Cheng H-J, Ji F, Chong JSX, Lu Z, Huang W, Ang KK, Phua KS, Chuang K-H, Jiang X, Guan C, Chew E, <u>Zhou JH</u>. Brain functional changes in stroke following rehabilitation using brain-computer interface-assisted motor imagery with and without tDCS: a pilot study. Frontiers in Human Neuroscience. 2021. (IF: 3.169) <a href="https://www.frontiersin.org/articles/10.3389/fnhum.2021.692304/full" style="color:rgb(255,102,0)!important" target="_blank">Link</a>
</font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a">Jalbrzikowski M, Hayes RA, Wood SJ, Nordholm D, <u>Zhou JH</u>, et al., van Erp TGM, Thompson PM, Hernaus D., ENIGMA Clinical High Risk for Psychosis Working Group. Association of Structural Magnetic Resonance Imaging Measures With Psychosis Onset in Individuals at Clinical High Risk for Developing Psychosis. JAMA Psychiatry. 2021. (IF: 21.6) <a href="https://jamanetwork.com/journals/jamapsychiatry/article-abstract/2779599" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a">Soon, C.^, Vinogradova, K., Ong, J., Calhoun, V., Liu, T., <u>Zhou, J. H.</u>, Ng, K. K., Chee, M.^. Respiratory, cardiac, EEG, BOLD signals and functional connectivity over multiple microsleep episodes. Neuroimage. 2021. (^ Joint senior authors) (IF: 6.556) <a href="https://www.sciencedirect.com/science/article/pii/S1053811921004067?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="https://www.sciencedirect.com/science/article/pii/S1053811921004067/pdfft?md5=8d74f095a3b44ab7a8631e35e26dbaff&pid=1-s2.0-S1053811921004067-main.pdf" style="color:rgb(255,102,0)!important" target="_blank"> Download</a> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a">Cheng H-J, Ng KK, Qian X, Ji F, Lu ZK, Teo WP, Hong X, Nasrallah FA, Ang KK, Chuang K-H, Guan C, Yu H, Chew E^, and <u>Zhou JH</u>^. Task-related brain functional network reconfigurations relate to motor recovery in chronic subcortical stroke. Scientific Reports. 2021. (^ Joint senior authors) (IF: 4.379) <a href="https://www.nature.com/articles/s41598-021-87789-5" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="https://www.nature.com/articles/s41598-021-87789-5.pdf" style="color:rgb(255,102,0)!important" target="_blank"> Download</a> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a">Hilal S*, Liu S*, Wong TY, Vrooman H, Cheng C, Venketasubramanian N, Chen C, <u>Zhou JH</u>. White matter network damage mediates association between cerebrovascular disease and cognition. Journal of Cerebral Blood Flow & Metabolism. 2021. (* Joint first) (IF: 6.20) <a href="https://journals.sagepub.com/doi/full/10.1177/0271678X21990980" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="https://journals.sagepub.com/doi/pdf/10.1177/0271678X21990980" style="color:rgb(255,102,0)!important" target="_blank">Download</a> </font></li></ul>
<ul style="font-family:Arial;overflow:hidden;padding-left:3.4em!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:110%"><font size="3"><font color="#2a2a2a">Ng ASL*, Wang J*, Ng KK*, Chong JSX, Qian X, Lim JKW, Tan YJ, Yong ACW, Chander RJ, Hameed S, Ting SKS, Kandiah N, <u>Zhou JH</u>. Distinct network topology in Alzheimer's disease and behavioral variant frontotemporal dementia. Alzheimer's Research & Therapy 2021; 13(1):13. (* Joint first) (IF: 6.982) <a href="https://alzres.biomedcentral.com/articles/10.1186/s13195-020-00752-w" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2021_01.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a> </font></li></ul>
</div>
<!-- 2020 -->
<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:110%"><font size="3"><font color="#2a2a2a">Lee PL, Chou KH, Chung CP, Lai TH, <u>Zhou JH</u>, Wang PN, Lin CP. Posterior Cingulate Cortex Network Predicts Alzheimer's Disease Progression. Frontiers in Aging Neuroscience. 2020;12:608667. (IF: 4.36) <a href="https://www.frontiersin.org/articles/10.3389/fnagi.2020.608667/full" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2020_07.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a></font></li></ul>
<!-- <a href="https://www.sciencedirect.com/science/article/abs/pii/S0022395619310817?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2020_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:110%"><font size="3"><font color="#2a2a2a">Veldsman M*^, Cheng H-J*, Ji F, Werden E, Khlif M, Ng KK, Lim J, Qian X, Yu H, <u>Zhou JH</u>^, Brodtmann A. Degeneration of structural brain networks is associated with cognitive decline after ischaemic stroke. Brain Communications 2020; 2(2). <br> (* Joint first; ^ Joint corresponding) <a href="https://academic.oup.com/braincomms/article/2/2/fcaa155/5912016" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2020_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:110%"><font size="3"><font color="#2a2a2a">Ho NF, Tng JXJ, Wang M, Chen G, Subbaraju V, Shukor S, Ng DSX, Tan BL, Puang SJ, Kho SH, Siew RWE, Sin GL, Eu PW, <u>Zhou J</u>, Sng JCG, Sim K, Medalia A. Plasticity of DNA methylation, functional brain connectivity and efficiency in cognitive remediation for schizophrenia. Journal of Psychiatric Research 2020; 126:122-133. (IF: 4.475) <a href="https://www.sciencedirect.com/science/article/abs/pii/S0022395619310817?via%3Dihub" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2020_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:110%"><font size="3"><font color="#2a2a2a">Zhang L, Zuo XN, Ng KK, Chong JSX, Shim HY, Ong MQW, Loke YM, Choo BL, Chong EJY, Wong ZX, Hilal S, Venketasubramanian N, Tan BY, Chen CL, <u>Zhou JH</u>. Distinct BOLD variability changes in the default mode and salience networks in Alzheimer's disease spectrum and associations with cognitive decline. Scientific Reports 2020; 10(1):6457. <br> (IF: 4.379) <a href="https://www.nature.com/articles/s41598-020-63540-4" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2020_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:110%"><font size="3"><font color="#2a2a2a">Grasby KL, Jahanshad N, Painter JN, Colodro-Conde L, …, <u>Zhou J</u>, Stein JL, Thompson PM, Medland SE, Enhancing NeuroImaging Genetics through Meta-Analysis Consortium - Genetics working group. The genetic architecture of the human cerebral cortex. Science 2020; 367(6484). (IF: 41.063) <a href="https://science.sciencemag.org/content/367/6484/eaay6690" style="color:rgb(255,102,0)!important" target="_blank">Link</a></font> | <a href="assets/pdf/Imported/2020_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:110%"><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.20) <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:110%"><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:110%"><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:110%"><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> | <a href="assets/pdf/Imported/2019_09.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a> | <a href="https://medicalresearch.com/mental-health-research/alzheimers-dementia/amyloid-and-cerebrovascular-disease-have-different-effects-on-brain-networks/51578/" style="color:rgb(255,102,0)!important" target="_blank"><i>Medical Research</i> Press Release</a> | <a href="https://www.aan.com/PressRoom/Home/PressRelease/2747" style="color:rgb(255,102,0)!important" target="_blank"><i>American Academy of Neurology</i> Press Release</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:110%"><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.556)<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:110%"><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:110%"><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) <br> <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> | <a href="assets/pdf/Imported/2019_06.pdf" style="color:rgb(255,102,0)!important" target="_blank">Download</a> | <a href="https://www.asiabiotech.com/23/2307/23070028x.html#gsc.tab=0" style="color:rgb(255,102,0)!important" target="_blank"><i>Asia-Pacific Biotech News</i> Press Release</a> | <a style="color:rgb(255,102,0)!important"><i>Health Matters</i> Radio Interview with CNA938</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:110%"><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:110%"><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:110%"><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: 6.556) <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:110%"><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.379) <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:110%"><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: 110%"><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: 110%"><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: 3.169) <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: 110%"><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.881) <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: 110%"><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.379) <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: 110%"><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: 110%"><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: 110%"><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: 110%"><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.982) <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: 110%"><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: 110%"><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: 6.556) <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: 110%"><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: 6.556) <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: 110%"><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: 110%"><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: 110%"><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: 110%"><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.982) <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: 110%"><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: 110%"><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: 110%"><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: 6.556) <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.169) <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: 6.556) <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: 4.379)</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.556) <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: 4.379)</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.556) </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: 6.556) </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: 6.556) </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: 6.556) </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 === -->