-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_OLD.html
721 lines (677 loc) · 29.8 KB
/
index_OLD.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MICA Lab</title>
<meta name="description" content="Multiscale Imaging and Connectome Analysis">
<meta name="author" content="[email protected]">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script><script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
<link rel="stylesheet" href="assets/base.css">
<link rel="stylesheet" href="fixed-navigation-bar.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:500,400,300,200,100' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="http://sixrevisions.com/favicon.ico">
</head>
<body>
<nav class="fixed-nav-bar">
<div id="menu" class="menu">
<a class="sitename" href="index.html">MICA</a>
<!-- Example responsive navigation menu -->
<a class="show" href="#menu">Menu</a><a class="hide" href="#hidemenu">Menu</a>
<ul class="menu-items">
<li><a href="#about">ABOUT</a></li>
<li><a href="#news">NEWS</a></li>
<li><a href="#research">RESEARCH</a></li>
<li><a href="#people">PEOPLE</a></li>
<li><a href="#papers">PAPERS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
</nav>
<section class="content">
<div class="description">
<h3></h3>
<p class="summary2"></p>
</div>
</section>
<section class="some-related-articles">
</br>
</br>
<h1 id="about">WELCOME</h1>
<p>Welcome to the website of the Multiscale Imaging and Connectome Analysis (MICA) Lab.</br>
We are situated at the <a href="http://www.mcgill.ca/bic/home" target="_blank">McConnell Brain Imaging Center</a> of the
<a href="http://www.mcgill.ca/neuro/" target="_blank">Montreal Neurological Institute</a>. </br>
</br>
Our research seeks to understand the role of structural and functional brain network organization across multiple scales in integrative and higher-order cognition in healthy and diseased populations, notably individuals with epilepsy and autism. To this end, our team develops neuroinformatics and statistical learning approaches that integrate neuroimaging and quantitative histological techniques with large-scale network models and comprehensive behavioral assays.</br>
</section>
<section class="some-related-articles">
</br>
<center>
<div class="css-slideshow">
<figure>
<img src="assets/slide_figure1.jpg" width="800" height="400" class="alignnone size-full wp-image-172" />
<figcaption><b>MULTI-PARAMETER ANALYSIS.</b> Integration of multiple imaging features in the same anatomical
referece frame for comprehensive in vivo phenotyping. </figcaption>
</figure>
<figure>
<img src="assets/slide_figure2.jpg" width="800" height="400" class="alignnone size-full wp-image-179" />
<figcaption><b>NEUROIMAGING-BASED DISEASE STRATIFICATION.</b> Identification of disease subtypes
in autism spectrum disorders and epilepsy. </br>See: Hong et al. (2018) Cerebral Cortex; Bernhardt et al. (2015, 2016) Annals of Neurology. </figcaption>
</figure>
<figure>
<img src="assets/slide_figure3.jpg" width="800" height="400" class="alignnone size-full wp-image-178" />
<figcaption><b>FUNCTIONAL CONNECTIVITY PROFILING.</b> Assessing the functional embedding
of single regions as well as macolevel network organization. </br>See: Vos de Wael et al et al. (2018) PNAS</figcaption>
</figure>
<figure>
<img src="assets/slide_figure4.jpg" width="800" height="400" class="alignnone size-full wp-image-173" />
<figcaption><b>ADVANCED MRI CONTRASTS.</b> Combining microstructural imaging with
macroscopic connectomics in healthy and diseased brains.
</br>See: Bernhardt et al. (2017) Neuroimage; Lariviere et al (2018) Brain Connectivity </figcaption>
</figure>
<figure>
<img src="assets/slide_figure5.jpg" width="800" height="400" class="alignnone size-full wp-image-172" />
<figcaption><b>META-ANALYSES.</b> Knowledge synthesis and evaluation of evidence across previous studies.
</br>See: Caciagli et al. (2017) Neurology
</figcaption>
</figure>
<figure>
<img src="assets/slide_figure6.jpg" width="800" height="400" class="alignnone size-full wp-image-171" />
<figcaption><b>CONNECTOMICS.</b> Analysis of large-scale structural and functional network organization using
graph theoretical models. </br>See: Bernhardt et al. (2019) Neurology; Hong et al (2019) </figcaption>
</figure>
<figure>
<img src="assets/slide_figure7.jpg" width="800" height="400" class="alignnone size-full wp-image-170" />
<figcaption><b>CROSS-MODAL DISEASE MODELS.</b> Association studies between disease-related regional anomalies
and patterns of brain connectivity. </figcaption>
</figure>
<figure>
<img src="assets/slide_figure8.jpg" width="800" height="400" class="alignnone size-full wp-image-174" />
<figcaption><b>MULTICENTER STUDIES.</b> Analysis of morphological brain changes in
autism spectrum disorder across different independent sites. </br>See: Wheelan et al (2018) Brain; Valk et al. (2015) Humam Brain Mapping.</figcaption>
</figure>
</div>
</center>
</br>
</section>
<section class="some-related-articles">
<h1 id="news">NEWS </h1>
<center>
<table style="width:100%">
<tr>
<td style="width:350px; text-align:center">
<h2>June 2019: Call for Papers on Brain Gradients in Neuroimage</h2>
<p> Boris is guest editor for a neuroimage special issue on gradients, together with Jonny Smallwood, Shella Keilholz, and Daniel Margulies. More info on how to contribute
<a href="https://www.journals.elsevier.com/neuroimage/call-for-papers/gradients-in-brain-organization" target="_blank">here</a></p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>June 2019: well-deserved postdoc fellowships</h2>
<p> Oualid obtained an HBHL, and Casey an FRQS fellowships. Congrats!</p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>April 2019: Autism neuroimaging workshop: advanced topics and nitty gritties!</h2>
<p> Casey and Boris from MICA are co-organizing the official INSAR neuroimaging satellite workshop together with
our friends at CMI New York (Adriana Di Martino) and U Cambridge (Richard Bethlehem).
The event is taking place on April 30 in Montreal and you can register
<a href="http://autism-workshop-mtl-2019.github.io" target="_blank">here</a></p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>March 2019: well-deserved Savoy and CIHR fellowships</h2>
<p> Sara received a CIHR doctoral and Reinder the Savoy-Descarries
fellowship! Congrats!</p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>November 2018: Jessica now officially a CONP fellow!</h2>
<p> Jessica received a Canadian Open Neuroscience Platform fellowship. Congrats!</p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>November 2018: Seok-Jun's and Brians paper is published!</h2>
<p> Hong, Hyung, et al. (2018) The superficial white matter in autism and its relation to functional connectivity and symptom severity. Cerebral Cortex, in press </p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>September 2018: Reinders hippocampus paper is published!</h2>
<p> Vos de Wael, et al. (2018) Anatomical and microstructural determinants of hippocampal subfield functional connectome embedding. PNAS, in press </p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>August 2018: Sara's Brain Connectivity paper is published</h2>
<p> Lariviere et al. (2018) Microstructure-informed connectomics: enriching large-scale descriptions of healthy and diseased brains </p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>June 2018: TACC fellowship for Casey</h2>
<p>Casey was awarded a Transforming Autism Care Consortium (TACC) postdoctoral fellowship. Congrats!</p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>April 2018: Fellowships</h2>
<p>Seok-Jun was awarded a CIHR postdoctoral fellowship, Sara an FRQS doctoral fellowhip and Reinder got a Savoy doctoral studentship. Congrats!</p>
</td>
</tr>
<tr>
<td style="width:350px; text-align:center">
<h2>January 2018: Enigma Epilepsy Paper published</h2>
<p>Enigma-Epilepsy published in brain: multicenter evidence for structural anomalies across the common epilepsies </p>
</td>
</tr>
</table>
</center>
</section>
<section class="some-related-articles">
<h1 id="research">RESEARCH</h1>
<h2> NEUROIMAGING AND CONNECTOME ANALYSIS OF EPILEPSY AND AUTISM</h2>
<p>We develop integrated neuroimaging and network analysis approaches to study drug-resistant
epilepsy and autism, two prevalent, detrimental, and heterogenous conditions affecting
young people. Based on statistical learning techniques, we develop novel and effective
procedures for disease subtyping, diagnostics, and prognostics. </br>
<img class="img-circle" src="assets/Lab_clustering.png" width="50%"></br>
<small>Ongoing work to subtype indviduals with neurodevelopmental conditions, such as
autism spectrum disorder, with multiple MRI parameters. </small>
</p>
</br>
</br>
</br>
<h2>LONGITUDINAL STUDIES OF BRAIN PLASTICITY AND DISEASE TRAJECTORIES</h2>
<p>Using MRI-based longitudinal designs, we track progressive neocortical, mesiotemporal,
as well as network-level alterations in brain disorders.
Together with the Max Planck Institute in Leipzig, Germany, we participate in a large-scale neuroimaging
study that investigates the effects of socio-cognitive and affective training on
behavioural markers, welbeing, and brain networks. </br>
<img src="assets/Lab_trajectories.png" width="100%" ></br>
<small>Longitudinal MRI findings in the <a href="https://www.ncbi.nlm.nih.gov/pubmed/20513813" target="_blank">neocortex</a>
and <a href="https://www.ncbi.nlm.nih.gov/pubmed/24142475" target="_blank">mesiotemporal lobe</a> in
patients with temporal lobe epilepsy, as well as our recent<a href="https://www.ncbi.nlm.nih.gov/pubmed/28687722" target="_blank">
meta-analysis</a> in the condition. </small>
</p>
</br>
</br>
</br>
<h2> NETWORK-LEVEL SUBSTRATES OF COGNITIVE AND AFFECTIVE PHENOTYPES</h2>
<p>We combine multimodal neuroimaging with behavioural testing to study substrates of
cognitive and affective phenotypes in healthy and diseased populations.
A particular emphasis is put on self-generated thought, memory, and social emotions.
Through imaging studies in children, we assess whether the structural and functional maturation
of specific anatomical areas underlies cognitive and socio-affective development. </br>
<img class="img-circle" src="assets/Lab_covariance.png" width="50%"></br>
<small>Previous work to assess the modulation of structural covariance networks by
individual differences in cognitive and affective perspective taking. </small>
</p>
</br>
</br>
<p>Our publications on google scholar</br>
<a href="http://scholar.google.ca/citations?user=WlKrpE4AAAAJ&hl=en" target="_blank">
<img src="assets/ghat.png" width="40px"/>
</a>
</br>
</br>
<p>Our open software on Github</br>
<a href="http://github.com/MICA-MNI/micaopen" target="_blank">
<img src="assets/github.gif" width="40px"/>
</a>
</br>
</br>
<p>Slides for our presentations and talks</br>
<a href="http://github.com/MICA-MNI/presentations" target="_blank">
<img src="assets/presi_icon.png" width="40px"/>
</a>
</p>
</br>
</br>
</br>
<p>Connect with our collaborators:</p>
<a href="http://www.bic.mni.mcgill.ca/~noel" target="_blank">Andrea and Neda Bernasconi, Neuroimaging of Epilepsy Lab</a></br>
</br>
<a href="http://www.york.ac.uk/psychology/staff/faculty/jonathan_smallwood/" target="_blank">Jonny Smallwood, York Neuroimaging Center, UK</a></br>
</br>
<a href="https://www.york.ac.uk/psychology/staff/academicstaff/ej514/" target="_blank">Beth Jefferies, York Neuroimaging Center, UK</a></br>
</br>
<a href="https://www.neuroconnlab.org/" target="_blank">Daniel Margulies, Institut de Cerveau et de la Moelle épinière, Paris, France</a></br>
</br>
<a href="http://www.fz-juelich.de/SharedDocs/Personen/INM/INM-7/DE/valk_s.html" target="_blank">Sofie Valk, Forschungszentrum Julich, Germany</a></br>
</br>
<a href="https://www.neuroscience.cam.ac.uk/directory/profile.php?rb643" target="_blank">Richard Bethlehem, Cambridge University, Uk</a></br>
</br>
<a href="https://childmind.org/bio/adriana-di-martino/" target="_blank">Adriana Di Martino, Child Mind Institute, NYC</a></br>
</br>
<a href="https://childmind.org/bio/michael-p-milham-md-phd/" target="_blank">Michael Milham, Child Mind Institute, NYC</a></br>
</br>
<a href="http://www.cbs.mpg.de" target="_blank">Tania Singer, Max-Planck Institute for Human Cognitive and Brain Science, Germany</a></p></br>
</br>
<a href="https://bcchr.ca/our-research/researchers/results/Details/dewi-schrader">Dewi Schrader, University of British Columbia Children's Hospital</a></p></br>
</br>
</br>
<p>Connect with our institute:</p>
<a href="http://www.mcgill.ca/neuro" target="_blank"><img src="assets/neuro_final_400.jpg" width="100px"/></a>
</br>
</br>
</br>
</br>
</section>
<section class="content_contact">
<div class="description">
<h3 id="people">PEOPLE</h3>
<p class="summary"> We are always looking for talented and enthusiastic trainees to join our lab! </br>
If you are interested in joining, please <a class="onblue" href="mailto:[email protected]">email</a>
us your CV and a cover letter</p>
<center>
<p class="summary">TEAM</p>
<table style="width:65%">
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/bo.jpg" width="150px"/></br>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top" align="left">
<p class="summary3">Boris Bernhardt, PhD</br>
Assistant Professor of Neurology and Neurosurgery</br>
Killam Scholar</br>
Neuroimaging | Connectomics | Epilepsy | Autism | Cognition </br>
<a class="onblue" href="mailto:[email protected]">email</a></p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/ca.jpg" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Casey Paquola, PhD</br>
Postdoctoral Researcher</br>
Complex networks | Multi-modal integration | Adolescent development</br>
<a class="onblue" href="mailto:[email protected]">email</a></br>
</p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/ou.jpg" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Oualid Benkarim, PhD</br>
Postdoctoral Researcher</br>
Brain Development | Autism | Machine Learning</br>
<a class="onblue" href="mailto:[email protected]">email</a></br>
</p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/re.png" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Reinder Vos de Wael, Msc</br>
PhD student</br>
Hippocampus | Neuroinformatics | Functional topography </br>
<a class="onblue" href="mailto:[email protected]">email</a></br>
</p>
</td>
</tr>
<tr >
<td style="width:20px" valign="top" style="height:230px">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/sa.jpg" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Sara Lariviere, Msc</br>
PhD student</br>
Brain Development | Epilepsy | Multimodal MRI </br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/shoo.jpg" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Shahin Tavakol, Msc</br>
PhD student</br>
Mesiotemporal Lobe | Memory | Functional Imaging</br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/al.jpg" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Alex Lowe, Msc</br>
PhD student</br>
Mesiotemporal Lobe | Epilepsy | Aging | Neuorodegeneration</br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/je.jpg" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Jessica Royer, D Clin Psy</br>
PhD student</br>
Social Cognition | Emotions | Epilepsy | Multimodal </br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/yi.jpg" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Yifei Wang, MD</br>
PhD student (with U Nanjing)</br>
Epilepsy | Multimodal | Connectome </br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/pics/sh.jpg" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Shelly Yin, BHons</br>
Honors student</br>
Brain Development | Autism | Connectivity</br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
</tr>
</table>
<p class="summary">ALUMNI</p>
<table style="width:65%">
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/sj_bw.jpg" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Seok-Jun Hong, PhD</br>
Postdoctoral Researcher, now at Child Mind Institute</br>
Brain Development | Connectome | Autism | Machine Learning</br>
<a class="onblue" href="mailto:[email protected]">email</a></br>
</p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/brain_bw.png" width="150px"/>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Brian Hyung, BHons</br>
Honors student, now at UoFT</br>
Brain Development | Microsture | Diffusion</br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
</tr>
<tr>
<td style="width:20px" valign="top">
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/tabea.jpg" width="150px"/></br>
</td>
<td style="width:10px" valign="top">
</td>
<td style="width:320px" valign="top">
<p class="summary3">Tabea Haas-Heger, BHons</br>
Honors Student </br>
now: MD student KC London</br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
</tr>
</table>
</center>
<center>
<p class="summary">VISITORS, UNDERGRADUATES, AND SATELLITES</p>
<table style="width:100%">
<center>
<tr>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/sofie_bw.jpg" width="150px"/></br>
<p class="summary3">Sofie Valk, PhD</br>
Collaborator</br>
now Postdoc FZ Julich</br>
<a class="onblue" href="mailto:[email protected]">email</a></p>
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/ahmad_bw.png" width="150px"/></br>
<p class="summary3">Amadeus Kanaan, PhD</br>
Visiting Postdoc</br>
Max-Planck Institute Leipzig</br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/zhengge_bw.png" width="150px"/></br>
<p class="summary3">Zhengge-Wang, MD PhD</br>
Visiting Professor</br>
now back at Nanjing University</br>
<a class="onblue" href="mailto:[email protected]">email</a>
</p>
</td>
<td style="width:160px" valign="top">
<img class="img-circle" src="assets/raul_bw.jpg" width="150px"/></br>
<p class="summary3">Raul Cruces, MSc</br>
Visiting PhD student</br>
now at UNAM, Mexico</br>
<a class="onblue" href="mailto:[email protected]">email</a></p>
</td>
</tr>
</center>
</table>
</center>
</div>
</br>
</br>
</br>
</br>
</section>
<section class="some-related-articles">
<h1 id="papers">SELECTED RECENT PAPERS</h1>
<h2>ATYPICAL FUNCTIONAL CONNECTOME HIERARCHY IN AUTISM</h2>
<p>Hong SJ, Vos de Wael R, Bethlehem RAI, Lariviere S, Paquola C, Valk SL, </br>Milham MP, Di Martino A, Margulies DS, Smallwood J, Bernhardt BC (2019) </br>
Nat Commun. 2019 Mar 4;10(1):1022 </br>
<a href="https://www.nature.com/articles/s41467-019-08944-1.pdf" target="_blank">paper here</a></p></p>
</br>
<h2>NEUROIMAGING AND CONNECTOMICS OF DRUG-RESISTRANT EPILEPSY AT MULTIPLE SCALES:
FROM FOCAL LESIONS TO MACROSCALE NETWORKS</h2>
<p>Tavakol S, Royer J, Lowe AJ, Bonilha L, Tracy JI, Jackson GD, Duncan JS, Bernasconi A, Bernasconi N, Bernhardt BC (2019) </br>
Epilepsia. 2019 Apr;60(4):593-604</br>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/30889276" target="_blank">pubmed</a></p></p>
</br>
<h2>THE SUPERFICIAL WHITE MATTER IN AUTISM AND ITS ROLE IN CONNECTIVITY ANOMALIES AND SYMPTOM SEVERITY </h2>
<p>Hong S, Hyung B, Paquola C, Bernhardt BC (2018) </br>
Cerebral Cortex, in press </br>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/30566613" target="_blank">pubmed</a></p></p>
</br>
<h2>ANATOMICAL AND MICROSTRUCTURAL DETERMINANTS OF HIPPOCAMPAL SUBFIELD FUNCTIONAL CONNECTOME EMBEDDING </h2>
<p>Vos De Wael R, Lariviere S, Caldairou B, Hong S, Margulies D, Bernasconi A, Smallwood J, Bernasconi N, Bernhardt BC (2018) </br>
Proc Natl Acad Sci U S A. 2018 Oct 2;115(40):10154-10159 </br>
<a href="http://www.pnas.org/content/early/2018/09/12/1803667115" target="_blank">paper here</a></p></p>
</br>
</br>
<h2>MICROSTRUCTURE-INFORMED CONNECTOMICS: ENRICHING LARGE-SCALE DESCRIPTIONS OF HEALTHY AND DISEASED BRAINS </h2>
<p>Lariviere S, Vos De Wael R, Paquola C, Hong S, Bernasconi N, Bernasconi A, Misic B, Bonilha L, Bernhardt BC (2018) </br>
Brain Connectivity, 2019 Mar;9(2):113-127</br>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/30079754" target="_blank">pubmed</a></p></p>
</br>
</br>
<h2>MULTIDIMENSIONAL NEUROANATOMICAL SUBTYPING OF AUTISM SPECTRUM DISORDERS</h2>
<p>Hong SJ, Valk SL, DiMartino AD, Milham MP, Bernhardt BC (2017)</br>
Cerebral Cortex. 14:1-11</br>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/28968847" target="_blank">pubmed</a></p></p>
</br>
<h2>TIME IS BRAIN? A META-ANALYSIS ON PROGRESSIVE ATROPHY IN TEMPORAL LOBE EPILEPSY</h2>
<p>Caciagli L, Bernasconi A, Wiebe S, Koepp MJ, Bernasconi N, Bernhardt BC (2017)</br>
Neurology. 89(5):506-516</br>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/28687722" target="_blank">pubmed</a></p>
</br>
<h2>PREFERENTIAL SUSCEPTIBILITY OF LIMBIC CORTICES TO MICROSTRUCTURAL DAMAGE IN TEMPORAL LOBE EPILEPSY: A QUANTITATIVE T1 MAPPING STUDY</h2>
<p>Bernhardt BC, Fadaie F, Vos de Wael R, Hong S, Liu M, Guiot MC, Rudko D, Bernasconi A, Bernasconi N (2017)</br>
NeuroImage. S1053-8119(17)30471-8</br>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/28583883" target="_blank">pubmed</a></p>
</br>
<h2>STRUCTURAL PLASTICITY OF THE SOCIAL BRAIN: DIFFERENTIAL CHANGE AFTER SOCIO-AFFECTIVE
AND COGNITIVE MENTAL TRAINING</h2>
<p>Valk SL, Bernhardt BC, Trautwein FM, Boeckler A, Kanske P, Guizard N, Collins DL, Singer T (2017)</br>
Science Advances. 3(10):e1700489</br>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/28983507" target="_blank">pubmed</a></p>
</br>
<h2>TRACKING THOUGHTS: EXPLORING THE NEURAL ARCHITECTURE OF MENTAL TIME TRAVEL DURING MIND WANDERING</h2>
<p>Karapanagiotidis T, Bernhardt BC, Jefferies E, Smallwood J (2017)</br>
NeuroImage. 147:272-281</br>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/27989779" target="_blank">pubmed</a></p>
</br>
<h2>THE SPECTRUM OF STRUCTURAL AND FUNCTIONAL IMAGING ABNORMALITIES IN TEMPORAL LOBE EPILEPSY</h2>
<p>Bernhardt BC, Bernasconi A, Liu M, Hong S, Guiot MC, Hall J, Caldairou B, Goubran M, Bernasconi N (2016)</br>
Annals of Neurology. 80(1):142-53</br>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/27228409" target="_blank">pubmed</a></p>
</br>
<h2>SOCIO-COGNITIVE PHENOTYPES DIFFERENTIALLY MODUATE LARGE-SCALE STRUCTURAL COVARIANCE NETWORKS</h2>
<p>Valk SL, Bernhardt BC, Boeckler A, Trautwein M, Kanske P, Singer T (2016) Cerebral Cortex. 27(2):1358-1368</br>
<a href="http://pubmed.com/26733538" target="_blank">pubmed</a></p>
</br>
<h2>SUBREGIONAL MESIOTEMPORAL NETWORK TOPOLOGY IS ALTERED IN TEMPORAL LOBE EPILEPSY</h2>
<p>Bernhardt BC, Bernasconi N, Hong S, Dery S, Bernasconi N (2016) Cerebral Cortex. 26(7):3237-48</br>
<a href="http://pubmed.com/26223262" target="_blank">pubmed</a></p>
</br>
<h2>MAGNETIC RESONANCE IMAGING PATTERN LEARNING IN TEMPORAL LOBE EPILEPSY: CLASSIFICATION AND PROGNOSTICS</h2>
<p>Bernhardt BC, Hong S, Bernasconi A, Bernasconi N (2015) Annals of Neurology. 77(3): 436-46</br>
<a href="http://pubmed.com/25546153" target="_blank">pubmed</a>
</p>
</br>
<h2>MULTI-CENTER MAPPING OF STRUCTURAL NETWORK ALTERATIONS IN AUTISM</h2>
<p>Valk SL, DiMartino A, Milham ML, Bernhardt BC (2015) Hum Brain Mapp. 36(6): 162-70</br>
<a href="http://pubmed.com/25727858" target="_blank">pubmed</a></br>
</p>
</br>
<h2>IMPULSE CONTROL AND UNDERLYING FUNCTIONS OF THE LEFT DLPFC MEDIATE AGE-RELATED AND AGE-INDEPENDENT
INDIVIDUAL DIFFERENCES IN STRATEGIC SOCIAL BEHAVIOR</h2>
<p>Steinbeis N, Bernhardt BC, Singer T (2013) Neuron. 36(6): 162-70</br>
<a href="http://pubmed.com/22405212" target="_blank">pubmed</a>
</br>
</br>
</br>
A complete list of publications and citations is available <a href="https://scholar.google.ca/citations?user=WlKrpE4AAAAJ&hl=en" target="_blank">here</a>.
</br>
</br>
</p>
</section>
<section class="some-related-articles">
<div class="description">
<h1 id="funding">FUNDING</h1>
<p>OUR RESEARCH IS KINDLY SUPPORTED BY</p>
</br>
</br>
<center>
<table style="width:700px">
<tr>
<td style="width:100px">
<img src="assets/sickkids.png" width="80px"/>
</td>
<td style="width:100px">
<img src="assets/cihr.jpg" width="80px"/>
</td>
<td style="width:100px">
<img src="assets/qbin.jpg" width="80px"/>
</td>
<td style="width:100px">
<img src="assets/neuro_final_400.jpg" width="80px"/>
</td>
<td style="width:100px">
<img src="assets/nserc.png" width="80px"/>
</td>
<td style="width:100px">
<img src="assets/frqs.png" width="80px"/>
</td>
</tr>
</table>
</div>
</section>
<section class="content_contact">
<div class="description">
<h3 id="contact">CONTACT</h3>
<p class="summary">Multimodal Imaging and Connectome Analysis Lab</br>
Montreal Neurological Institute and Hospital</br>
3801 University Street, Montreal, QC, H3A 2B4, Canada</br>
<a class="onblue" href="mailto:[email protected]">[email protected]</a></br>
Phone: 514 398 3579</br>
</p>
</br>
</div>
</section>
<section class="content_black">
</br>
<ul class="menu-items-social">
<li><a href="http://github.com/MICA-MNI/" target="_blank"><img src="assets/git_bw_50.gif" height="30px" /></a></li>
<li><a href="https://twitter.com/BorisBernhardt/" target="_blank"><img src="assets/twitter_bw_50.gif" height="30px" /></a></li>
<li><a href="http://www.facebook.com/McConnellBrainImagingCentre/" target="_blank"><img src="assets/fb_bw_50.gif" height="30px" /></a></li>
<li><a href="https://www.researchgate.net/profile/Boris_Bernhardt" target="_blank"><img src="assets/rg_icon.gif" height="30px" /></a></li>
</ul>
</br>
</section>
</body>
</html>