-
Notifications
You must be signed in to change notification settings - Fork 0
/
contributed.bib
1266 lines (1176 loc) · 57 KB
/
contributed.bib
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
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@MISC{Palmis2023-ju,
title = "Cerebellar volumes are altered in youth born preterm or with
congenital heart disease",
author = "Palmis, S and Easson, K and Devenyi, G A and Khairy, M and
Rohlicek, C and Gilbert, G and Saint-Martin, C and
Chakravarty, M M and Brossard-Racine, M",
month = jul,
year = 2023,
howpublished = "The Organization for Human Brain Mapping (OHBM) 2023 Annual
Meeting"
}
@MISC{Palmis2023-fd,
title = "Cerebellar volumes are associated with executive functioning
in youth born preterm or with congenital heart disease",
author = "Palmis, S and Easson, K and Devenyi, G A and Khairy, M and
Rohlicek, C and Gilbert, G and Saint-Martin, C and
Chakravarty, M M and Brossard-Racine, M",
month = jul,
year = 2023,
howpublished = "Pediatric Academic Societies (PAS) 2023 Annual Meeting"
}
@MISC{Abboud2023-ya,
title = "Cortical Correlates of Executive Functions in Adolescents and
Young Adults with a Congenital Heart Defect",
author = "Abboud, Fatme and Easson, Kaitlyn and Ehrler, Melanie and
Ziolkowski, Justine and Rohlicek, Charles V and Latal, Bea and
Saint-Martin, Christine and Gilbert, Guillaume and Greutmann,
Matthias and Devenyi, Gabriel A and Tuura, Ruth O'gorman and
Mallar Chakravarty, M and Brossard-Racine, Marie",
month = aug,
year = 2023,
howpublished = "8th World Congress of Pediatric Cardiology and Cardiac Surgery"
}
@MISC{Binda2024-rc,
title = "Modulation of {SV2A} {PET} and {microRNA} regulation by Deep
Brain Stimulation of the subthalamic nucleus in the unilateral
6-{OHDA} minipig model of Parkinson's disease",
author = "Binda, Karina H and Orlowski, Dariusz and Devenyi, Gabriel A
and Kaadt, Erik and Lillethorup, Thea P and Alstrup, Aage K O
and Grove, Ebbe K and B\ae{}rentzen, Simone L and Thomsen,
Majken B and Bjarkam, Carsten R and Real, Caroline C and
Mallar Chakravarty, M and Elfving, Betina and S\o{}rensen,
Jens Christian H and Brooks, David J and Glud, Andreas N and
Landau, Anne M",
month = may,
year = 2024,
howpublished = "NEURORECEPTOR MAPPING (NRM) 2024"
}
@MISC{Gallino2020-wg,
title = "Acute fornix deep brain stimulation remodels brain and
improves memory in Alzheimer's mouse model",
author = "Gallino, Daniel R and Devenyi, Gabriel A and Chakravarty, M
Mallar",
month = jun,
year = 2020,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Blostein2020-lm,
title = "Heritability Of Subcortical Structures Using A Twin And
Non-Twin Sibling Design",
author = "Blostein, Nadia and Patel, Sejal and Patel, Raihaan and Tullo,
Stephanie and Plitman, Eric and Bedford, Saashi and Devenyi,
Gabriel A and Chakravarty, M Mallar",
month = jun,
year = 2020,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Blostein2020-bh,
title = "The Modular Organization Of Heritability Across The Cortex",
author = "Blostein, Nadia and Patel, Sejal and Devenyi, Gabriel A and
Raihaan Patel, M Mallar Chakravarty",
month = jun,
year = 2020,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Plitman2020-th,
title = "Test-Retest Reliability Of Cortical Thickness And Structure
Volume In Volumetric Navigator Sequences",
author = "Plitman, Eric and Bussy, Aurelie and Valiquette, Vanessa and
Salaciak, Alyssa and Rajah, Natasha and Near, Jamie and
Devenyi, Gabriel A and Chakravarty, M Mallar",
month = jun,
year = 2020,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Bussy2020-wd,
title = "Impact Of Commonly Used Acquisition Sequences On Automated
Hippocampal Subfield Volume Estimates",
author = "Bussy, Aurelie and Plitman, Eric and Valiquette, Vanessa and
Kazazian, Christina and Devenyi, Gabriel A and Chakravarty, M
Mallar",
month = jun,
year = 2020,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Mcgillivray2020-le,
title = "Quantitative {MRI} of Social Isolation In Male And Female Mice",
author = "Mcgillivray, Sarah and Tuznik, Marius and Devenyi, Gabriel A
and Chakravarty, M Mallar and Rudko, David and Tardif,
Christine",
month = jun,
year = 2020,
howpublished = "Organization For Human Brain Mapping"
}
@INPROCEEDINGS{Bluma_undated-kj,
title = "Heterogeneity Of Local Volume Changes In {Taups2app} Mouse Model
Of {AD}",
author = "Bl\={u}ma, Marina and Micotti, Edoardo and Devenyi, Gabriel A and
Cupo, Lani and Tolomeo, Daniele and Gianluigi Forloni, M Mallar
Chakravarty and Babiloni, Claudio",
booktitle = "Alzheimer's Association International Conference",
address = "Amsterdam, Netherlands",
language = "en"
}
@MISC{Cupo2021-sf,
title = "Characterization Of Early Maternal Immune Activation On Brain
And Behavior During Adolescence And Early Adulthood In Mice",
author = "Cupo, Lani and Guma, Elisa and Gallino, Daniel and Fowler,
Caitlin and Mar, Kristie and Dehghani, Masoumeh and Near,
Jamie and Devenyi, Gabriel Allan and Mallar Chakravarty, M",
month = jun,
year = 2021,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Costantino2021-hw,
title = "Effects Of Pregnancy: Menopause And Lifestyle Risk Factors On
Cortical Thickness In Healthy Ageing",
author = "Costantino, Manuela and Pigeau, Grace and Bussy, Aurelie and
Blostein, Nadia and Devenyi, Gabriel and Markello, Ross and
Patel, Raihaan and Nicole Gervais, M Mallar Chakravarty",
month = jun,
year = 2021,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Premasiri2021-wq,
title = "A Cascaded {3D} {U}-Net Model For Fast Automatic Segmentation
Of The Hippocampus",
author = "Premasiri, Swapna D and Bussy, Aurelie and Devenyi, Gabriel A
and Chakravarty, M Mallar",
month = jun,
year = 2021,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Kalantar-Hormozi2021-dr,
title = "Multivariate Analysis Of Cortical Morphometry Across Human
Brain Development",
author = "Kalantar-Hormozi, Hadis and Devenyi, Gabriel A and Patel,
Raihaan and Armin Raznahan, M Mallar Chakravarty",
month = jun,
year = 2021,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Dai2021-gm,
title = "The Association Between Cortical Thickness and Dimensions of
the Adolescent Psychosis Spectrum",
author = "Dai, Alyssa and Devenyi, Gabriel A and Costantino, Manuela and
Seidlitz, Jakob and Satterthwaite, Theodore D and Chakravarty,
M Mallar",
month = jun,
year = 2021,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Patel2021-gs,
title = "Individual Variability Of Microstructural-Functional Coupling
In The Human Cortex",
author = "Patel, Raihaan and Desrosiers-Gregoire, Gabriel and Devenyi,
Gabriel A and Chakravarty, M Mallar",
month = jun,
year = 2021,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Blostein2021-jj,
title = "Subcortical Structure Areal Expansion In The Human Compared To
The Chimpanzee And Heritability",
author = "Blostein, Nadia and Devenyi, Gabriel A and Patel, Sejal and
Patel, Raihaan and Tullo, Stephanie and Plitman, Eric and
Bedford, Saashi and Sherwood, Chet C and Hopkins, William D
and Seidlitz, Jakob and Armin Raznahan, M Mallar Chakravarty",
month = jun,
year = 2021,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Tullo2021-sb,
title = "Whole Brain Age-Related Patterns Of Atrophy, Microstructure,
And Cognitive Decline",
author = "Tullo, Stephanie and Patel, Raihaan and Devenyi, Gabriel A and
Salaciak, Alyssa and Bedford, Saashi A and Farzin, Sarah and
Group, Prevent-Ad Research and Tardif, Christine L and
Chakravarty, M Mallar",
month = jun,
year = 2021,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Desrosiers-Gregoire2021-gd,
title = "Neural Source Modeling Prevents Removal Of Neural Activity
During Confound Regression With {fMRI}",
author = "Desrosiers-Gregoire, Gabriel and Devenyi, Gabriel A and Joanes
Grandjean, M Mallar Chakravarty",
month = jun,
year = 2021,
howpublished = "Organization For Human Brain Mapping"
}
@MISC{Courson2021-it,
title = "Secondary Damage Of The Thalamus In Post-Stroke Aphasia: A New
Player In Language Recovery Outcome",
author = "Courson, Melody and Marcotte, Karine and Bedetti, Christophe
and B\'{e}reng\`{e}re, Houz\'{e} and Devenyi, Gabriel and Alex
Desautels, M Mallar Chakravarty and Brambati, Simona Maria",
month = oct,
year = 2021,
howpublished = "Society For The Neurobiology Of Language"
}
@MISC{Parent2021-ec,
title = "Comparing Age Trajectories Of {MRI} Cortical Markers And
Myelin: An Exploratory Study",
author = "Parent, Olivier and Olafson, Emily and Bussy, Aurelie and
Tullo, Stephanie and Salaciak, Alyssa and Bedford, Saashi A
and Farzin, Sarah and Beland, Marie-Lise and Valiquette,
Vanessa and Tardif, Christine L and Devenyi, Gabriel A and
Chakravarty, M Mallar",
month = nov,
year = 2021,
howpublished = "Society For Neuroscience"
}
@MISC{Blostein2021-iw,
title = "Relationship Between Heritability And Latent Dimensions Of
Behaviour In The Striatum, Thalamus And Globus Pallidus",
author = "Blostein, Nadia and Patel, Sejal and Patel, Raihaan and
Devenyi, Gabriel A and Tullo, Stephanie and Plitman, Eric and
Costantino, Manuela and Markello, Ross and Bedford, Saashi A
and Chakravarty, M Mallar",
month = nov,
year = 2021,
howpublished = "Society For Neuroscience 2021"
}
@MISC{Benrimoh2022-ds,
title = "Trans-Diagnostic Structural Imaging In Psychosis: A Comparison
Across Schizophrenia, Frontotemportal Dementia, and
Alzheimer's Disease",
author = "Benrimoh, David and Guma, Elisa and Devenyi, Gabriel A and
Chakravarty, M Mallar and Alain, Dagher and Lepage, Martin and
Bratislav, Misic and Ducharme, Simon",
month = jun,
year = 2022,
howpublished = "Organization For Human Brain Mapping 2022"
}
@MISC{Skorska2018-nx,
title = "Surface Area And Cortical Volume In Adolescents Who Experience
Gender Dysphoria: A Preliminary Analysis Using {MRI}",
author = "Skorska, M N and Van Bruggen, N and Lobaugh, N J and Patel, R
and Bedford, S and Devenyi, G A and Keerthi, P and Chavez, S
and Zucker, K J and Lai, M C and Chakravarty, M M and
Vanderlaan, D P",
month = oct,
year = 2018,
howpublished = "Gender Development Research Conference"
}
@MISC{Skorska2019-ys,
title = "Surface Area And Cortical Volume In Adolescents Who Experience
Gender Dysphoria: A Preliminary Analysis Using {MRI}",
author = "Skorska, M N and Van Bruggen, N and Lobaugh, N J and Patel, R
and Bedford, S and Devenyi, G A and Keerthi, P and Chavez, S
and Zucker, K J and Lai, M C and Chakravarty, M M and
Vanderlaan, D P",
month = apr,
year = 2019,
howpublished = "University Of Toronto Mississauga Graduate Research Colloquium"
}
@MISC{Jones2020-su,
title = "Prenatal Stress Alters Hypothalamic-Pituitary-Gonadal Axis
Structures In Adults: Project Ice Storm",
author = "Jones, S L and Anastassiadis, C and Dupuis, M and Elgbeili, G
and Marcoux, F P and Gazetas, J and Devenyi, G A and Near, J
and Laplante, D P and Pruessner, J and King, S",
month = jun,
year = 2020,
howpublished = "Organization for Human Brain Mapping 2020"
}
@MISC{Skorska2020-xx,
title = "Brain Cortical Thickness And Surface Area In Adolescents Who
Experience Gender Dysphoria: A Preliminary Analysis",
author = "Skorska, M N and Devenyi, G A and Van Bruggen, N and Lobaugh,
N J and Patel, R and Bedford, S and Keerthi, P and Chavez, S
and Zucker, K J and Lai, M C and Chakravarty, M M and
Vanderlaan, D P",
month = oct,
year = 2020,
howpublished = "The 47th Canadian Sex Research Forum Annual Conference"
}
@MISC{Devenyi2021-do,
title = "Genes Correlated With Increases In Neuroanatomical Variability
Through Evolution Are Implicated In Neuropsychiatric
Disorders: A Comparative Chimpanzee-Human Neuroimaging And
Transcriptomic Study",
author = "Devenyi, G A and Sherwood, C C and Hopkins, W D and {A
Raznahan} and {M M Chakravarty}",
month = nov,
year = 2021,
howpublished = "Society for Neuroscience 2021"
}
@MISC{Kalantar_Hormozi2021-gr,
title = "Multivariate Analysis Of Cortical Morphometry Across Human
Brain Development",
author = "Kalantar Hormozi, H and Devenyi, G A and Patel, R and
Raznahan, A and Chakravarty, M",
month = jun,
year = 2021,
howpublished = "Organization for Human Brain Mapping 2021"
}
@MISC{Valiquette2021-my,
title = "Examining Litter Specific Variability In Mice And Its Impact
On Neurodevelopmental Studies",
author = "Valiquette, V and Guma, E and Patel, R and Plitman, E and
Gallino, D and Devenyi, G A and Chakravarty, M",
month = nov,
year = 2021,
howpublished = "Society for Neuroscience 2021"
}
@INPROCEEDINGS{Bluma2020-jz,
title = "Lifetime brain structural trajectories in {TAUPS2APP} mouse model of
Alzheimer's disease",
author = "Bl\={u}ma, Marina and Micotti, Edoardo and Devenyi, Gabriel A and
Tolomeo, Daniele and Cupo, Lani and Forloni, Gianluigi and Mallar
Chakravarty, M and Babiloni, Claudio",
month = jul,
year = 2020,
url = "https://alz.confex.com/alz/20amsterdam/meetingapp.cgi/Paper/45523"
}
@ARTICLE{Olafson2020-po,
title = "Examining the boundary sharpness coefficient as an index of
cortical microstructure and its relationship to age and sex in
autism spectrum disorder",
author = "Olafson, Emily and Bedford, Saashi and Devenyi, Gabriel A and
Patel, Raihaan and Tullo, Stephanie and Park, Min Tae M and
Parent, Olivier and Anagnostou, Evdokia and Baron-Cohen, Simon
and Bullmore, Edward T and Chura, Lindsay R and Craig, Michael
C and Ecker, Christine and Floris, Dorothea L and Holt,
Rosemary J and Lenroot, Rhoshel and Lerch, Jason P and
Lombardo, Michael V and Murphy, Declan G M and Raznahan, Armin
and Ruigrok, Amber N V and Spencer, Michael D and Suckling,
John and Taylor, Margot J and Lai, Meng-Chuan and Chakravarty,
M Mallar and {MRC AIMS Consortium}",
journal = "bioRxiv",
institution = "bioRxiv",
pages = "2020.07.09.196212",
month = jul,
year = 2020,
url = "https://www.biorxiv.org/content/10.1101/2020.07.09.196212v2.abstract",
doi = "10.1101/2020.07.09.196212",
language = "en"
}
@ARTICLE{Chapleau2020-rx,
title = "Deformation-based shape analysis of the hippocampus in the
semantic variant of primary progressive aphasia and Alzheimer's
disease",
author = "Chapleau, Marianne and Bedetti, Christophe and Devenyi, Gabriel A
and Sheldon, Signy and Rosen, Howie J and Miller, Bruce L and
Gorno-Tempini, Maria Luisa and Chakravarty, Mallar M and
Brambati, Simona M",
journal = "NeuroImage. Clinical",
publisher = "Elsevier BV",
volume = 27,
number = 102305,
pages = 102305,
month = jun,
year = 2020,
url = "https://www.sciencedirect.com/science/article/pii/S221315822030142X",
doi = "10.1016/j.nicl.2020.102305",
pmc = "PMC7298722",
pmid = 32544853,
issn = "2213-1582",
language = "en"
}
@ARTICLE{Patel2021-vf,
title = "Individual variation in brain structural-cognition
relationships in aging",
author = "Patel, Raihaan and Mackay, Clare E and Jansen, Michelle G and
Devenyi, Gabriel A and O'Donoghue, M Clare and Kivim{\"{a}}ki,
Mika and Singh-Manoux, Archana and Zsoldos, Enik\H{o} and
Ebmeier, Klaus P and Chakravarty, M Mallar and Suri, Sana",
journal = "bioRxiv",
institution = "bioRxiv",
pages = "2021.02.19.431732",
month = feb,
year = 2021,
url = "https://www.biorxiv.org/content/10.1101/2021.02.19.431732v1.abstract",
doi = "10.1101/2021.02.19.431732",
language = "en"
}
@ARTICLE{Bhagwat2021-rd,
title = "Understanding the impact of preprocessing pipelines on
neuroimaging cortical surface analyses",
author = "Bhagwat, Nikhil and Barry, Amadou and Dickie, Erin W and Brown,
Shawn T and Devenyi, Gabriel A and Hatano, Koji and DuPre,
Elizabeth and Dagher, Alain and Chakravarty, Mallar and
Greenwood, Celia M T and Misic, Bratislav and Kennedy, David N
and Poline, Jean-Baptiste",
affiliation = "Montreal Neurological Institute \& Hospital, McGill University,
Neurology and Neurosurgery, 3801 University Street, Montreal,
H3A 2B4H3A 2B4, Montreal, QC, Canada. Lady Davis Institute for
Medical Research, McGill University, Montreal, QC, Canada.
Kimel Family Translational Imaging-Genetics Research Lab,
Centre for Addiction and Mental Health, Toronto, ON, Canada.
Computational Brain Anatomy Laboratory, Douglas Mental Health
Institute, Verdun, QC, Canada. Department of Psychiatry, McGill
University, Montreal, QC, Canada. Department of Biomedical
Engineering, McGill University, Montreal, QC, Canada. Ludmer
Centre for Neuroinformatics \& Mental Health, McGill
University, Montreal, QC, Canada. Gerald Bronfman Department of
Oncology; Department of Epidemiology, Biostatistics \&
Occupational Health Department of Human Genetics, McGill
University, Montreal, QC, Canada. Child and Adolescent
Neurodevelopment Initiative, University of Massachusetts,
Worcester, MA, USA.",
journal = "GigaScience",
publisher = "Oxford University Press (OUP)",
volume = 10,
number = 1,
month = jan,
year = 2021,
url = "http://dx.doi.org/10.1093/gigascience/giaa155",
doi = "10.1093/gigascience/giaa155",
pmc = "PMC7821710",
pmid = 33481004,
issn = "2047-217X",
language = "en"
}
@ARTICLE{Bussy2020-zz,
title = "Volumetric, shape and microstructural alterations of the
hippocampal subfields in healthy aging",
author = "Bussy, Aurelie and Plitman, Eric and Patel, Raihaan and
Salaciak, Alyssa and Farzin, Sarah and Bedford, Saashi and
B\'{e}land, Marie-Lise and Tullo, Stephanie and Devenyi,
Gabriel A and Chakravarty, Mallar",
affiliation = "Computational Brain Anatomy Laboratory - Cerebral Imaging
Centre - Douglas Mental Health University Institute Verdun QC
Canada; McGill University Montreal QC Canada; Computational
Brain Anatomy Laboratory - Cerebral Imaging Centre - Douglas
Mental Health University Institute Verdun QC Canada;
Computational Brain Anatomy Laboratory - Cerebral Imaging
Centre - Douglas Mental Health University Institute Verdun QC
Canada; Department of Psychiatry McGill University Montreal QC
Canada",
journal = "Alzheimer's \& dementia: the journal of the Alzheimer's
Association",
publisher = "Wiley",
volume = 16,
number = "S4",
month = dec,
year = 2020,
url = "https://onlinelibrary.wiley.com/doi/10.1002/alz.039589",
doi = "10.1002/alz.039589",
issn = "1552-5260,1552-5279",
language = "en"
}
@ARTICLE{Kirschner2020-ye,
title = "Latent clinical-anatomical dimensions of schizophrenia",
author = "Kirschner, Matthias and Shafiei, Golia and Markello, Ross D and
Makowski, Carolina and Talpalaru, Alexandra and Hodzic-Santor,
Benazir and Devenyi, Gabriel A and Paquola, Casey and
Bernhardt, Boris C and Lepage, Martin and Chakravarty, M Mallar
and Dagher, Alain and Mi\v{s}i\'{c}, Bratislav",
affiliation = "Department of Psychiatry, Psychotherapy and Psychosomatics,
Psychiatric Hospital, University of Zurich, Zurich,
Switzerland. McConnell Brain Imaging Centre, Montr\'{e}al
Neurological Institute, McGill University, Montreal, Canada.
Cerebral Imaging Center, Douglas Mental Health University
Institute, McGill University, Montr\'{e}al, Canada. Department
of Biological and Biomedical Engineering, McGill University,
Montr\'{e}al, Canada. Department of Psychiatry, McGill
University, Montr\'{e}al, Canada.",
journal = "Schizophrenia bulletin",
publisher = "Oxford University Press (OUP)",
volume = 46,
number = 6,
pages = "1426--1438",
month = dec,
year = 2020,
url = "http://dx.doi.org/10.1093/schbul/sbaa097",
doi = "10.1093/schbul/sbaa097",
pmc = "PMC8496914",
pmid = 32744604,
issn = "0586-7614,1745-1701",
language = "en"
}
@ARTICLE{Bethlehem2021-ui,
title = "Brain charts for the human lifespan",
author = "Bethlehem, R A I and Seidlitz, J and White, S R and Vogel, J W
and Anderson, K M and Adamson, C and Adler, S and Alexopoulos,
G S and Anagnostou, E and Areces-Gonzalez, A and Astle, D E and
Auyeung, B and Ayub, M and Ball, G and Baron-Cohen, S and
Beare, R and Bedford, S A and Benegal, V and Beyer, F and Bin
Bae, J and Blangero, J and Blesa C\'{a}bez, M and Boardman, J P
and Borzage, M and Bosch-Bayard, J F and Bourke, N and Calhoun,
V D and Chakravarty, M M and Chen, C and Chertavian, C and
Chetelat, G and Chong, Y S and Cole, J H and Corvin, A and
Costantino, M and Courchesne, E and Crivello, F and Cropley, V
L and Crosbie, J and Crossley, N and Delarue, M and Delorme, R
and Desrivieres, S and Devenyi, G and Di Biase, M A and Dolan,
R and Donald, K A and Donohoe, G and Dunlop, K and Edwards, A D
and Elison, J T and Ellis, C T and Elman, J A and Eyler, L and
Fair, D A and Feczko, E and Fletcher, P C and Fonagy, P and
Franz, C E and Galan-Garcia, L and Gholipour, A and Giedd, J
and Gilmore, J H and Glahn, D C and Goodyer, I and Grant, P E
and Groenewold, N A and Gunning, F M and Gur, R E and Gur, R C
and Hammill, C F and Hansson, O and Hedden, T and Heinz, A and
Henson, R N and Heuer, K and Hoare, J and Holla, B and Holmes,
A J and Holt, R and Huang, H and Im, K and Ipser, J and Jack,
Jr, C R and Jackowski, A P and Jia, T and Johnson, K A and
Jones, P B and Jones, D T and Kahn, R and Karlsson, H and
Karlsson, L and Kawashima, R and Kelley, E A and Kern, S and
Kim, K and Kitzbichler, M G and Kremen, W S and Lalonde, F and
Landeau, B and Lee, S and Lerch, J and Lewis, J D and Li, J and
Liao, W and Liston, C and Lombardo, M V and Lv, J and Lynch, C
and Mallard, T T and Marcelis, M and Markello, R D and Mathias,
S R and Mazoyer, B and McGuire, P and Meaney, M J and Mechelli,
A and Medic, N and Misic, B and Morgan, S E and Mothersill, D
and Nigg, J and Ong, M Q W and Ortinau, C and Ossenkoppele, R
and Ouyang, M and Palaniyappan, L and Paly, L and Pan, P M and
Pantelis, C and Park, M M and Paus, T and Pausova, Z and
Paz-Linares, D and Pichet Binette, A and Pierce, K and Qian, X
and Qiu, J and Qiu, A and Raznahan, A and Rittman, T and
Rodrigue, A and Rollins, C K and Romero-Garcia, R and Ronan, L
and Rosenberg, M D and Rowitch, D H and Salum, G A and
Satterthwaite, T D and Schaare, H L and Schachar, R J and
Schultz, A P and Schumann, G and Sch{\"{o}}ll, M and Sharp, D
and Shinohara, R T and Skoog, I and Smyser, C D and Sperling, R
A and Stein, D J and Stolicyn, A and Suckling, J and Sullivan,
G and Taki, Y and Thyreau, B and Toro, R and Traut, N and
Tsvetanov, K A and Turk-Browne, N B and Tuulari, J J and
Tzourio, C and Vachon-Presseau, {\'{E}} and Valdes-Sosa, M J
and Valdes-Sosa, P A and Valk, S L and van Amelsvoort, T and
Vandekar, S N and Vasung, L and Victoria, L W and Villeneuve, S
and Villringer, A and V\'{e}rtes, P E and Wagstyl, K and Wang,
Y S and Warfield, S K and Warrier, V and Westman, E and
Westwater, M L and Whalley, H C and Witte, A V and Yang, N and
Yeo, B and Yun, H and Zalesky, A and Zar, H J and Zettergren, A
and Zhou, J H and Ziauddeen, H and Zugman, A and Zuo, X N and
Bullmore, E T and Alexander-Bloch, A F and {3R-BRAIN} and
{AIBL} and {Alzheimer's Disease Neuroimaging Initiative} and
{Alzheimer's Disease Repository Without Borders Investigators}
and {UMN BCP} and {CALM Team} and {Cam-CAN} and {CCNP} and
{COBRE} and {Developing Human Connectome Project, ENIGMA
Developmental Brain Age working group} and {FinnBrain, Harvard
Aging Brain Study} and {IMAGEN} and {KNE96} and {The Mayo
Clinic Study of Aging, NSPN} and {POND} and {The PREVENT-AD
Research Group, VETSA}",
journal = "bioRxiv",
institution = "bioRxiv",
pages = "2021.06.08.447489",
month = jun,
year = 2021,
url = "https://www.biorxiv.org/content/10.1101/2021.06.08.447489v2",
doi = "10.1101/2021.06.08.447489",
language = "en"
}
@ARTICLE{Guma2021-dh,
title = "Differential effects of early or late exposure to prenatal
maternal immune activation on mouse embryonic neurodevelopment",
author = "Guma, Elisa and Bordeleau, Maude and Snook, Emily and
Desrosiers-Gr\'{e}goire, Gabriel and Gonz\'{a}lez
Ib\'{a}\~{n}ez, Fernando and Picard, Katherine and Spring,
Shoshana and Lerch, Jason P and Nieman, Brian J and Devenyi,
Gabriel A and Tremblay, Marie-Eve and Chakravarty, M Mallar",
journal = "bioRxiv",
institution = "bioRxiv",
pages = "2021.07.14.452084",
month = jul,
year = 2021,
url = "https://www.biorxiv.org/content/10.1101/2021.07.14.452084v2.abstract",
doi = "10.1101/2021.07.14.452084",
language = "en"
}
@ARTICLE{Costantino2021-bd,
title = "Sex differences in cortical morphometry during ageing: Examining
the interplay between lifestyle and reproductive factors",
author = "Costantino, Manuela and Bussy, Aur\'{e}lie and Pigeau, Grace and
Blostein, Nadia and Devenyi, Gabriel A and Markello, Ross D and
Patel, Raihaan and Gervais, Nicole and Chakravarty, M Mallar",
journal = "bioRxiv",
pages = "2021.10.14.464259",
month = oct,
year = 2021,
url = "https://www.biorxiv.org/content/10.1101/2021.10.14.464259v1.abstract",
doi = "10.1101/2021.10.14.464259",
language = "en"
}
@ARTICLE{Jones2020-ke,
title = "Prenatal Maternal Stress Alters the Structural Integrity of the
Hypothalamic-Pituitary-Gonadal Axis 20 Years After Exposure:
Project {ICE} Storm",
author = "Jones, Sherri Lee and Anastassiadis, Chloe and Dupuis, Matthieu
and Elgbeili, Guillaume and Marcoux, Francois-Pierre and Gazetas,
James and Devenyi, Gabriel A and Near, Jamie and Laplante, David
P and Nguyen, Tuong-Vi and Pruessner, Jens C and King, Suzanne",
journal = "Biological psychiatry",
publisher = "Elsevier",
volume = 87,
number = 9,
pages = "S324",
month = may,
year = 2020,
url = "https://linkinghub.elsevier.com/retrieve/pii/S0006322320309458",
doi = "10.1016/j.biopsych.2020.02.833",
issn = "0006-3223"
}
@INPROCEEDINGS{Guma2020-xl,
title = "Altered Neurodevelopmental Trajectories in Mice Following First
and Second Trimester Maternal Immune Activation",
author = "Guma, Elisa and Anastassiadis, Chloe and Gallino, Daniel and
Devenyi, Gabriel A and Cvetkovska, Vedrana and Bordignon, Pedro
and Ayranci, Gulebru and Misic, Bratislav and Bagot, Rosemary and
Chakravarty, Mallar",
publisher = "Elsevier",
volume = 87,
pages = "S141",
month = may,
year = 2020,
url = "https://linkinghub.elsevier.com/retrieve/pii/S000632232030487X",
doi = "10.1016/j.biopsych.2020.02.375",
issn = "0006-3223"
}
@ARTICLE{Kirschner2020-ai,
title = "Clinical-Anatomical Phenotypes of Schizophrenia",
author = "Kirschner, M and Shafiei, G and {others}",
journal = "Biologicals: journal of the International Association of
Biological Standardization",
publisher = "biologicalpsychiatryjournal.com",
volume = 87,
number = 9,
pages = "S119--S120",
year = 2020,
url = "https://www.biologicalpsychiatryjournal.com/article/S0006-3223(20)30437-6/abstract",
doi = "10.1016/j.biopsych.2020.02.325",
issn = "1045-1056,0006-3223"
}
@MISC{Anastassiadis2019-td,
title = "The effect of high-fat diet and exercise on neuroanatomy in a
mouse model of Alzheimer's disease",
author = "Anastassiadis, Chloe and Urosevic, Mila and Gallino, Daniel
and Ayranci, Gulebru and Devenyi, Gabriel A and Germann,
Jurgen and Mallar Chakravarty, M",
month = jun,
year = 2019,
url = "https://ccnp.ca/Meeting/Program",
howpublished = "Canadian College of Neuropsychopharmacology 2019 Conference"
}
@MISC{Anastassiadis2019-wy,
title = "Can exercise and diet rescue the effects of obesity on
Alzheimer's disease-like pathology in a mouse model?",
author = "Anastassiadis, Chloe and Urosevic, Mila and Gallino, Daniel
and Ayranci, G{\"{u}}lebru and Devenyi, Gabriel A and Germann,
J{\"{u}}rgen and Mallar Chakravarty, M",
month = mar,
year = 2019,
howpublished = "2019 Rotman Research Institute Conference"
}
@MISC{Goerzen2019-hu,
title = "An {MRI}-Derived Neuroanatomical Atlas of the Fischer 344 Rat
Brain",
author = "Goerzen, Dana and Fowler, Caitlin and Devenyi, Gabriel and
Germann, Jurgen and Madularu, Dan and Chakravarty, Mallar and
Near, Jamie",
month = may,
year = 2019,
url = "https://www.ismrm.org/19/program_files/DP10.htm",
howpublished = "International Society for Magnetic Resonance in Medicine 2019
Conference"
}
@MISC{Desrosiers-Gregoire2019-eg,
title = "Comparison of the {BOLD}-evoked response to hypercapnic
challenge in mice anesthetized under isoflurane and
dexmedetomidine",
author = "Desrosiers-Gr\'{e}goire, Gabriel and Gallino, Daniel and
Devenyi, Gabriel A and Mallar Chakravarty, M",
month = may,
year = 2019,
url = "https://www.ismrm.org/19/program_files/DP11.htm",
howpublished = "International Society for Magnetic Resonance in Medicine 2019
Conference"
}
@MISC{Buckthought2019-za,
title = "Cerebellar anatomical alterations in youth with complex
congenital heart disorder",
author = "Buckthought, Athena and Devenyi, Gabriel and Gilbert,
Guillaume and Saint-Martin, Christine and Fontes, Kimberly and
Easson, Kaitlyn and Chakravarty, Mallar and Brossard-Racine,
Marie",
month = may,
year = 2019,
url = "https://www.ismrm.org/19/program_files/DP12.htm",
howpublished = "International Society for Magnetic Resonance in Medicine 2019
Conference"
}
@ARTICLE{Fotopoulos2019-tp,
title = "{SA3} - {REDUCED} {CORTICAL} {THICKNESS} {IN} {CHILDREN} {WITH}
{ADHD}: {ROLE} {OF} {NET16} {AND} {MATERNAL} {SMOKING} {DURING}
{PREGNANCY}",
author = "Fotopoulos, Nellie and Devenyi, Gabriel and Chakravarty, Mallar M
and Karama, Sherif and Grizenko, Natalie and Joober, Ridha",
journal = "European neuropsychopharmacology: the journal of the European
College of Neuropsychopharmacology",
volume = 29,
pages = "S823--S824",
month = jan,
year = 2019,
url = "http://www.sciencedirect.com/science/article/pii/S0924977X17305394",
doi = "10.1016/j.euroneuro.2017.08.075",
issn = "0924-977X"
}
@MISC{Jones2019-od,
title = "Prenatal maternal stress affects the structural integrity of
the hypothalamic pituitary gonadal axis in males and females:
Project Ice Storm",
author = "Jones, S L and Anastassiadis, C and Dupuis, M and Elgbeili, G
and Marcoux, F P and Gazetas, J and Devenyi, G A and Near, J
and Laplante, D P and Pruessner, J and King, S",
year = 2019,
howpublished = "Canadian National Perinatal Research Meeting",
language = "en"
}
@MISC{Skorska2018-on,
title = "Surface area and cortical volume in adolescents who experience
gender dysphoria: A preliminary analysis of the relation to
sexual orientation",
author = "Skorska, Malvina N and van Bruggen, Nina and Lobaugh, Nancy J
and Patel, Raihaan and Bedford, Saashi and Devenyi, Gabriel A
and Keerthi, Pratik and Chavez, Sofia and Zucker, Kenneth J
and Lai, Meng-Chuan and Chakravarty, M Mallar and VanderLaan,
Douglas P",
month = jul,
year = 2018,
howpublished = "International Academy of Sex Research Meeting"
}
@MISC{Tullo2018-qj,
title = "{MR}-based age- and sex-related effects on the striatum,
globus pallidus and thalamus in healthy individuals across the
adult lifespan",
author = "Tullo, S and Devenyi, Gabriel A and Patel, Raihaan and
Salaciak, Alyssa and Bedford, Saashi and Chakravarty, M Mallar",
month = may,
year = 2018,
howpublished = "Canadian Neuroscience Conference"
}
@MISC{Desrosiers-Gregoire2018-wh,
title = "Investigating brain functional connectivity in mouse models of
neuropsychiatric disorders using {fMRI}",
author = "Desrosiers-Gregoire, Gabriel and Gallino, Daniel and Devenyi,
Gabriel A and Chakravarty, M Mallar",
month = sep,
year = 2018,
howpublished = "McGill Integrated Program in Neuroscience Retreat"
}
@MISC{Bedford2015-dz,
title = "Left lateralized sexual dimorphism in cortical thickness in
autism",
author = "Bedford, Alexandra and Park, Min Tae M and Devenyi, Gabriel A
and Patel, Raihaan and Chakravarty, M Mallar",
month = oct,
year = 2015,
howpublished = "Society for Neuroscience Conference"
}
@MISC{Patel2015-kk,
title = "Subcortical volume and morphology in Alzheimer's disease and
mild cognitive impairment",
author = "Patel, Raihaan and Devenyi, Gabriel and Kong, Vincent and
Chakravarty, M Mallar",
month = oct,
year = 2015,
howpublished = "Society for Neuroscience Conference"
}
@MISC{Guma2015-ki,
title = "Brain volume changes following chronic antipsychotic treatment
in animal models: {MRI} and histological study",
author = "Guma, Elisa and Rocchetti, Joanne and Devenyi, Gabriel A and
Lerch, Jason P and Dal Bo, G and Courcot, Blandine and
Chakravarty, M Mallar and Giros, Bruno",
month = oct,
year = 2015,
howpublished = "Society for Neuroscience Conference"
}
@MISC{Patel2016-yc,
title = "Heritability of hippocampal subfield volumes using a twin and
non-twin sibling design",
author = "Patel, Sejal and Park, Min Tae M and Devenyi, Gabriel A and
Patel, Raihaan and Chakravarty, M Mallar and Knight, Jo",
month = jun,
year = 2016,
howpublished = "Organization for Human Brain Mapping Meeting"
}
@MISC{Steele2016-pk,
title = "Variability and heritability of cerebellar lobules",
author = "Steele, Christopher J and Patel, Sejal and Devenyi, Gabriel A
and Knight, Jo and Chakravarty, M Mallar",
month = jun,
year = 2016,
howpublished = "Organization for Human Brain Mapping Meeting"
}
@MISC{Guma2016-oq,
title = "Sex differences in a population with familial high-risk for
psychosis: analysis of neuroanatomical and symptom sexual
dimorphism",
author = "Guma, Elisa and Devenyi, Gabriel A and Germann, Jurgen and
Chakravarty, M Mallar",
month = nov,
year = 2016,
howpublished = "Society for Neuroscience Conference"
}
@MISC{Gallino2016-xb,
title = "High-frequency deep brain stimulation of the fornix improves
memory formation and causes network-level neuroanatomical
remodeling in an Alzheimer's mouse model",
author = "Gallino, Daniel and Devenyi, Gabriel A and Germann, Jurgen and
Chakravarty, M Mallar",
month = nov,
year = 2016,
howpublished = "Society for Neuroscience Conference"
}
@MISC{Steele2016-ax,
title = "A quantification of normative grey-matter structural
variability, covariance, and heritability in the human
cerebellum",
author = "Steele, Christopher J and Patel, Sejal and Devenyi, Gabriel A
and Knight, Jo and Chakravarty, M Mallar",
month = nov,
year = 2016,
howpublished = "Society for Neuroscience Conference"
}
@MISC{Ayranci2016-ik,
title = "Influence of amyloid burden on subcortical volume and
morphometry",
author = "Ayranci, Gulebru and Patel, Raihaan and Devenyi, Gabriel A and
Kong, Vincent and Chakravarty, M Mallar",
month = nov,
year = 2016,
howpublished = "Society for Neuroscience Conference"
}
@MISC{Tardif2016-mk,
title = "Hippocampus and subfield volumes are associated with
$\beta$-amyloid and phospho-tau in asymptomatic individuals
with familial history for Alzheimer's disease",
author = "Tardif, Christine L and Devenyi, Gabriel A and Rosa-Neto,
Pedro and Poirier, Jude and Breitner, John and Chakravarty, M
Mallar and {PREVENT-AD Research Group}",
month = nov,
year = 2016,
howpublished = "Society for Neuroscience Conference"
}
@MISC{Hill2017-wp,
title = "Functional dissociation and specialization of dentate gyrus
and {CA3} hippocampal subfields during episodic future
thinking",
author = "Hill, Paul F and Sweeney, Tobias and Devenyi, Gabriel A and
Chakravarty, M Mallar and Diana, Rachel A",
month = mar,
year = 2017,
howpublished = "Cognitive Neuroscience Society Conference"
}
@MISC{Kang2017-bt,
title = "Increased level of {CSF} neurofilament light chain is
associated with structural changes in transgenic rat model of
Alzheimer's disease",
author = "Kang, Min Su and Zimme, Eduardo R and Shin, Monica and
Mothataarachchi, Sulantha and Pascoal, Tharick and Ng, Kok Pin
and Devenyi, Gabriel A and Chakravarty, M Mallar and Blennow,
Kaj and Zetterberg, Henrik and Soucy, Jean-Paul and Poirier,
Judes and Gauthier, Serge and Cuello, A Claudio and Rosa-Neto,
Pedro",
month = apr,
year = 2017,
howpublished = "Brain PET Conference"
}
@MISC{McKee2017-hd,
title = "Cerebellar volume mediates the association between prenatal
maternal stress and motor performance in adolescent boys:
Project Ice Storm",
author = "McKee, Kyle and Navarri, Xavier and Elgbelli, Guillaume and
Laplante, David P and Jones, Sherri L and Devenyi, Gabriel A
and Chakravarty, M Mallar and King, Suzanne",
month = feb,
year = 2017,
howpublished = "Canadian National Perinatal Research Meeting"
}
@MISC{Gallino2017-hy,
title = "High-frequency deep brain stimulation of the fornix improves
memory consolidation and causes network-level neuroanatomical
remodeling in an Alzheimer's mouse model",
author = "Gallino, Daniel and Devenyi, Gabriel A and Germann, Jurgen and
Frey, Stephen and Chakravarty, M Mallar",
month = may,
year = 2017,
howpublished = "Canadian Association for Neuroscience Conference"
}
@MISC{Tardif2017-iy,
title = "Hippocampal {T1}-weighted and {FLAIR} contrast is associated
with {CSF} biomarkers in asymptomatic individuals with
parental history of Alzheimer's disease",
author = "Tardif, Christine L and Amaral, Robert S C and Devenyi,
Gabriel A and Rosa-Neto, Pedro and Poirier, Judes and
Breitner, John and Chakravarty, M Mallar and {PREVENT-AD
Research Group}",
month = jul,
year = 2017,
howpublished = "International Society of Magnetic Resonance in Medicine
Conference"
}
@MISC{Bedford2017-rh,
title = "Large-scale ({N=1830}) analysis of sex-dependent atypical
cortical thickness in autism spectrum disorder",
author = "Bedford, Saashi and Park, Min Tae M and Devenyi, Gabriel A and
Tullo, Stephanie and Anagnostou, Evdokia and Baron-Cohen,
Simon and Craig, Michael C and Ecker, Christine and Lenroot,
Rhoshel and Lerch, Jason P and Lombardo, Michael V and Murphy,
Declan G M and Raznahan, Armin and Ruigrok, Amber N V and
Smith, Elizabeth and Swedo, Susan and Taylor, Margot J and
Thurm, Audrey and {MRC Aims Consortium} and Lai, Meng-Chuan
and Chakravarty, M Mallar",
month = may,
year = 2017,
howpublished = "Society for Biological Psychiatry Conference"
}
@MISC{Fotopoulos2017-wb,
title = "Investigating the effects of maternal smoking during pregnancy
on brain structure in children with Attention
deficit-hyperactivity disorder ({ADHD})",
author = "Fotopoulos, Nellie and Devenyi, Gabriel A and Chakravarty, M
Mallar and Karama, Sherif and Grizenko, Natalie and Joober,
Ridha",
month = jun,
year = 2017,