-
Notifications
You must be signed in to change notification settings - Fork 611
/
CITATION.cff
779 lines (770 loc) · 27.9 KB
/
CITATION.cff
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
# https://citation-file-format.github.io/
# https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
cff-version: 1.2.0
title: nilearn
abstract: |
Nilearn enables approachable and versatile analyses of brain volumes.
It provides statistical and machine-learning tools,
with instructive documentation & friendly community.
message: If you use this software, please cite it as below.
repository-code: https://github.com/nilearn/nilearn
preferred-citation:
authors:
- family-names: Nilearn contributors
title: Nilearn
url: https://doi.org/10.5281/zenodo.8397156
type: software
identifiers:
- description: 2014, Frontiers in Neuroinformatics
type: doi
value: 10.3389/fninf.2014.00014
- description: Zenodo collection for all releases
type: doi
value: 10.5281/zenodo.8397156
- description: 2023, OHBM poster
type: doi
value: 10.5281/zenodo.8383514
contact:
- given-names: Bertrand
family-names: Thirion
email: [email protected]
affiliation: Inria, France
license: BSD-4-Clause
authors:
- family-names: Nilearn contributors
- given-names: Ahmad
family-names: Chamma
website: https://github.com/achamma723
affiliation: Inria, Saclay, France
email: [email protected]
orcid: https://orcid.org/0000-0003-0975-133X
- given-names: Aina
family-names: Frau-Pascual
website: https://github.com/ainafp
orcid: https://orcid.org/0000-0001-6311-8426
- given-names: Alex
family-names: Rothberg
website: https://github.com/cancan101
affiliation: Free Agency, New York, USA
email: [email protected]
- given-names: Alexandre
family-names: Abadie
website: https://github.com/aabadie
affiliation: Inria, Paris
- given-names: Alexandre
family-names: Abraham
website: https://twinee.fr/
affiliation: Bazemont, Île-de-France, France
orcid: https://orcid.org/0000-0003-3693-0560
- given-names: Alexandre
family-names: Gramfort
website: http://alexandre.gramfort.net/
affiliation: Meta, France
email: [email protected]
orcid: https://orcid.org/0000-0001-9791-4404
- given-names: Alexandre
family-names: Savio
website: https://github.com/alex-savio
- given-names: Alexandre
family-names: Cionca
website: https://github.com/acionca
affiliation: Centre Hospitalier Universitaire Vaudoise, Lausanne, Switzerland
orcid: https://orcid.org/0000-0002-1910-9650
- given-names: Alexandre
family-names: Sayal
website: https://github.com/alexsayal
affiliation: CIBIT, University of Coimbra, Portugal
- given-names: Alexis
family-names: Thual
website: https://github.com/alexisthual
affiliation: Inria, Saclay, France
- given-names: Alisha
family-names: Kodibagkar
website: https://github.com/alishakodibagkar/
affiliation: MIT McGovern Institute, Cambridge, Massachusetts, United States
orcid: https://orcid.org/0000-0002-0951-242X
- given-names: Amadeus
family-names: Kanaan
website: https://github.com/amadeuskanaan
- given-names: Ana Luisa
family-names: Pinho
website: https://github.com/alpinho
affiliation: Western University, London, Ontario, Canada
- given-names: Anand
family-names: Joshi
website: https://github.com/ajoshiusc
affiliation: University of Southern California, Los Angeles, California, United
States
- given-names: Andrés Hoyos
family-names: Idrobo
website: https://github.com/ahoyosid
affiliation: Rakuten, France
- given-names: Anne-Sophie
family-names: Kieslinger
website: https://github.com/askieslinger
affiliation: Max Planck Institute for Human Cognitive and Brain Sciences, Leipzig,
Germnay
- given-names: Anupriya
family-names: Kumari
website: https://github.com/anupriyakkumari
affiliation: Indian Institute of Technology, Roorkee, India
email: [email protected]
- given-names: Ariel
family-names: Rokem
website: http://arokem.org/
affiliation: University of Washington, Psychology, Seattle, Washington, 98107,
USA
email: [email protected]
orcid: https://orcid.org/0000-0003-0679-1985
- given-names: Arthur
family-names: Mensch
website: https://www.amensch.fr/
orcid: https://orcid.org/0000-0001-7866-0461
- given-names: Aswin
family-names: Vijayan
website: https://github.com/vaswin0
- given-names: Audrey
family-names: Duran
website: https://github.com/AudreyDuran
affiliation: TheraPanacea, France
- given-names: Ben
family-names: Cipollini
website: https://github.com/bcipolli
affiliation: Facebook, Hayward, California, USA
- given-names: Bertrand
family-names: Thirion
website: https://pages.saclay.inria.fr/bertrand.thirion/
email: [email protected]
affiliation: Inria, Saclay, France
orcid: https://orcid.org/0000-0001-5018-7895
- given-names: Binh
family-names: Nguyen
website: https://www.imo.universite-paris-saclay.fr/~tbnguyen/
- given-names: Caglar
family-names: Cakan
website: https://github.com/caglorithm
affiliation: Technische Universität Berlin, Berlin, Germany
orcid: https://orcid.org/0000-0002-1902-5393
- given-names: Chris
family-names: Gorgolewski
website: https://chrisgorgolewski.org/
affiliation: Google LLC
email: [email protected]
orcid: https://orcid.org/0000-0003-3321-7583
- given-names: Chris
family-names: Markiewicz
website: https://github.com/effigies
affiliation: Stanford University, Stanford, California, USA
email: [email protected]
orcid: https://orcid.org/0000-0002-6533-164X
- given-names: Christian
family-names: Horea
website: http://chymera.eu/
affiliation: Dartmouth College, PBS, Hanover, New Hampshire, USA
email: [email protected]
orcid: https://orcid.org/0000-0001-7037-2449
- given-names: Christian
family-names: Gerloff
website: https://github.com/ChristianGerloff
- given-names: Christina
family-names: Roßmanith
affiliation: Dept. of Neurology, Medical Faculty Mannheim, University of Heidelberg,
Germany
email: [email protected]
website: https://github.com/crossmanith
- given-names: Colin
family-names: Reininger
website: https://github.com/reiningc
affiliation: Denver, Colorado, USA
- given-names: Connor
family-names: Lane
website: https://github.com/clane9
affiliation: Child Mind Institute, Baltimore, MD, USA
- given-names: Czarina
family-names: Sy
website: https://github.com/czarinasy
- given-names: Céline
family-names: Delettre
website: https://github.com/celinede
- given-names: Dan
family-names: Gale
website: https://danjgale.github.io/
affiliation: Centre for Neuroscience Studie, Queen University, Kingston, Ontario,
Canada
- given-names: Daniel
family-names: Gomez
website: https://github.com/dangom
affiliation: Cambridge, Massachusetts, USA
- given-names: Danilo
family-names: Bzdok
website: https://github.com/banilo
affiliation: McGill University & Mila Quebec AI Institute, Montréal, Canada
- given-names: David G
family-names: Ellis
website: https://github.com/ellisdg
affiliation: University of Nebraska Medical Center, Nebraska, USA
- given-names: Demian
family-names: Wassermann
website: https://github.com/demianw
affiliation: Inria, Saclay, France
email: [email protected]
orcid: https://orcid.org/0000-0001-5194-6056
- given-names: Derek
family-names: Pisner
website: https://github.com/dPys
affiliation: St. Petersburg, FL
orcid: https://orcid.org/0000-0002-1228-0201
- given-names: Dimitri Papadopoulos
family-names: Orfanos
website: https://github.com/DimitriPapadopoulos
affiliation: NeuroSpin, CEA, Université Paris-Saclay, Gif-sur-Yvette, France
orcid: https://orcid.org/0000-0002-1242-8990
- given-names: Elizabeth
family-names: DuPre
website: https://elizabeth-dupre.com/#/
affiliation: Stanford University, Stanford, California, USA
orcid: https://orcid.org/0000-0003-1358-196X
- given-names: Elvis
family-names: Dohmatob
website: https://dohmatob.github.io/
affiliation: Facebook AI Research (FAIR)
- given-names: Eric
family-names: Larson
website: https://larsoner.com/
affiliation: Institute for Learning and Brain Sciences, University of Washington,
Washington, USA
- given-names: Evan
family-names: Edmond
website: https://evan.science/
affiliation: University of Oxford, Oxford, UK
orcid: https://orcid.org/0000-0003-4641-3583
- given-names: Fabian
family-names: Pedregosa
website: https://github.com/fabianp
affiliation: '@google, Geneva, Switzerland'
orcid: https://orcid.org/0000-0003-4025-3953
- given-names: Florent
family-names: Pollet
website: https://florian6973.github.io/
affiliation: ENS Paris-Saclay, Saclay, France
- given-names: Franz
family-names: Liem
website: https://github.com/fliem
- given-names: François
family-names: Paugam
website: https://github.com/FrancoisPgm
orcid: https://orcid.org/0000-0002-8161-7699
- given-names: Gael
family-names: Varoquaux
website: https://gael-varoquaux.info/
affiliation: Inria, Saclay, France
orcid: https://orcid.org/0000-0003-1076-5122
- given-names: Gilles de
family-names: Hollander
website: https://github.com/Gilles86
email: [email protected]
affiliation: Vrije Universiteit, Amsterdam, The Netherlands
orcid: https://orcid.org/0000-0003-1988-5091
- given-names: Greg
family-names: Kiar
website: https://gkiar.me/
affiliation: Child Mind Institute
email: [email protected]
orcid: https://orcid.org/0000-0001-8915-496X
- given-names: Greydon
family-names: Gilmore
website: https://www.greydongilmore.com/
affiliation: Department of Mathematics, Western University, Toronto, Canada
email: [email protected]
orcid: https://orcid.org/0000-0001-7523-5734
- given-names: Guillaume
family-names: Lemaitre
website: https://glemaitre.github.io/
affiliation: Inria, Saclay, France
email: [email protected]
orcid: https://orcid.org/0000-0002-0897-6791
- given-names: Hande
family-names: Gözükan
website: https://github.com/hndgzkn
affiliation: Inria, Saclay, France
email: [email protected]
- given-names: Hao-Ting
family-names: Wang
website: https://wanghaoting.com/
affiliation: Montréal Geriatrics Institute (CRIUGM), Montréal, Canada
email: [email protected]
orcid: https://orcid.org/0000-0003-4078-2038
- given-names: Himanshu
family-names: Aggarwal
website: https://github.com/man-shu
affiliation: Inria, Saclay, France
email: [email protected]
orcid: https://orcid.org/0000-0003-2451-0470
- given-names: Ian
family-names: Abenes
website: https://github.com/boredStats
orcid: https://orcid.org/0000-0002-7625-1557
- given-names: Jake
family-names: Vogel
website: https://github.com/illdopejake
email: [email protected]
affiliation: Department of Clinical Sciences, SciLifeLab, Lund University, Lund,
Sweden
- given-names: Jan
family-names: Margeta
website: https://github.com/jmargeta
affiliation: KardioMe, Nova Dubnica, Slovakia
email: [email protected]
orcid: https://orcid.org/0000-0003-4882-0502
- given-names: Jaques
family-names: Grobler
website: https://github.com/jaquesgrobler
affiliation: Anyline GmbH, Vienna, Austria
- given-names: Jason
family-names: Gors
website: http://jgors.com/
affiliation: Insight Data Science, Mountain View, California, USA
- given-names: Jason
family-names: Kai
website: https://github.com/kaitj
affiliation: Child Mind Institute
- given-names: Javier
family-names: Rasero
website: https://jrasero.github.io/
affiliation: School of Data Science, University of Virginia, Viginia, USA
orcid: https://orcid.org/0000-0003-1661-2856
- given-names: Jean
family-names: Kossaifi
website: http://jeankossaifi.com/
affiliation: Imperial College London, London, UK
- given-names: Jean-Rémi
family-names: King
website: https://github.com/kingjr
affiliation: Meta AI, CNRS, Paris
- given-names: Jelle Roelof
family-names: Dalenberg
website: https://github.com/jrdalenberg
affiliation: University Medical Center Groningen, Groningen, The Netherlands
orcid: https://orcid.org/0000-0001-8580-5358
- given-names: Jeremy
family-names: Lefort-Besnard
website: https://jlefortbesnard.github.io/
affiliation: Inria Rennes, France
- given-names: Jerome
family-names: Dockes
website: https://jeromedockes.github.io/
affiliation: Origami lab, McGill University, Montréal, Canada
- given-names: Jerome-Alexis
family-names: Chevalier
website: https://github.com/ja-che
affiliation: Emerton Data
orcid: https://orcid.org/0000-0003-1959-3056
- given-names: Johannes
family-names: Wiesner
website: https://github.com/JohannesWiesner
affiliation: Central Institute of Mental Health, Mannheim, Germany
orcid: https://orcid.org/0000-0001-7040-3516
- given-names: Jon Haitz Legarreta
family-names: Gorrono
website: https://github.com/jhlegarreta
affiliation: Brigham and Women's Hospital, Mass General Brigham/Harvard Medical
School, Boston, Massachusetts, USA
- given-names: Jona
family-names: Sassenhagen
website: https://github.com/jona-sassenhagen
- given-names: Jordi
family-names: Huguet
website: https://github.com/jhuguetn
affiliation: BarcelonaBeta Brain Research Center
email: [email protected]
orcid: https://orcid.org/0000-0001-8420-4833
- given-names: Joshua
family-names: Teves
website: https://github.com/jbteves
- given-names: Julia
family-names: Huntenburg
website: https://github.com/juhuntenburg
affiliation: International Brain Laboratory, Berlin, Germany
orcid: https://orcid.org/0000-0003-0579-9811
- given-names: Julio A
family-names: Peraza
website: https://github.com/JulioAPeraza
affiliation: Florida International University, Miami, Florida, USA
orcid: https://orcid.org/0000-0003-3816-5903
- given-names: Kamalakar Reddy
family-names: Daddy
website: https://github.com/KamalakerDadi
email: [email protected]
- given-names: Kevin
family-names: Sitek
website: https://github.com/sitek
affiliation: Northwestern University, Evanston, Ilinois , USA
email: [email protected]
orcid: https://orcid.org/0000-0002-2172-5786
- given-names: Koen
family-names: Helwegen
website: https://github.com/koenhelwegen
affiliation: Dutch Connectome Lab, VU, Amsterdam, The Netherlands
orcid: https://orcid.org/0000-0002-1247-6626
- given-names: Konrad
family-names: Wagstyl
website: https://github.com/kwagstyl
orcid: https://orcid.org/0000-0003-3439-5808
- given-names: Konstantin
family-names: Shmelkov
website: https://github.com/kshmelkov
- given-names: Kshitij
family-names: Chawla
website: https://github.com/kchawla-pi
affiliation: Duke University Health System, USA
email: [email protected]
orcid: https://orcid.org/0000-0002-7517-6321
- given-names: Kun
family-names: CHEN
website: https://chenkun.me
affiliation: University of Macau, Macau, China
email: [email protected]
orcid: https://orcid.org/0000-0002-9138-3195
- given-names: Leonard
family-names: Sasse
website: https://github.com/LeSasse
orcid: https://orcid.org/0000-0002-2400-3404
- given-names: Loic
family-names: Estève
website: https://github.com/lesteve
- given-names: Loic
family-names: Tetrel
website: https://ltetrel.github.io/
- given-names: Luz
family-names: Paz
website: https://github.com/luzpaz
- given-names: Manon
family-names: Pietrantoni
website: https://github.com/ManonP38
- given-names: Martin
family-names: Perez-Guevara
website: https://github.com/MartinPerez
affiliation: Criteo, France
- given-names: Martin
family-names: Wegrzyn
website: https://github.com/mwegrzyn
affiliation: Bielefeld University, Bielefeld, Germany
- given-names: Mathias
family-names: Goncalves
website: https://github.com/mgxd
affiliation: Stanford University, Stanford, California, USA
email: [email protected]
orcid: https://orcid.org/0000-0002-7252-7771
- given-names: Mathieu
family-names: Dugré
website: https://mathdugre.me
affiliation: Concordia University, Montréal, Canada
orcid: https://orcid.org/0000-0003-2828-6031
- given-names: Matthias
family-names: Ekman
website: https://github.com/mekman
affiliation: Donders Institute, Nijmegen, The Netherlands
orcid: https://orcid.org/0000-0003-1254-1392
- given-names: Matthieu
family-names: Joulot
website: https://github.com/MatthieuJoulot
affiliation: Aramis, Paris Brain Institute, Paris, France
email: [email protected]
- given-names: Maximilian Cosmo
family-names: Sitter
website: https://github.com/mcsitter
- given-names: Mehdi
family-names: Rahim
website: https://github.com/mrahim
affiliation: Air Liquide, France
- given-names: Mia
family-names: Zwally
website: https://github.com/MIZwally
affiliation: DSST, National Institute of Mental Health, USA
- given-names: Micha
family-names: Burkhardt
website: https://github.com/mibur1
affiliation: University of Oldenburg, Germany
orcid: https://orcid.org/0000-0002-6268-3527
- given-names: Michael
family-names: Eickenberg
website: https://github.com/eickenberg
affiliation: Flatiron Institute, New-York, New-York, USA
- given-names: Michael
family-names: Hanke
website: https://github.com/mih
email: [email protected]
affiliation: Psychoinformatics, Forschungszentrum Jülich GmbH, Jülich, Germany
orcid: https://orcid.org/0000-0001-6398-6370
- given-names: Michael
family-names: Notter
website: https://github.com/miykael
email: [email protected]
affiliation: ams OSRAM, Martigny, Lausanne, Switzerland
orcid: https://orcid.org/0000-0002-5866-047X
- given-names: Michael
family-names: Waskom
website: https://mwaskom.github.io/
affiliation: Flatiron health, New York, USA
email: [email protected]
- given-names: Michelle
family-names: Wang
website: https://github.com/michellewang
affiliation: Origami lab, McGill University, Montréal, Canada
- given-names: Mohammad
family-names: Torabi
website: https://github.com/mtorabi59
affiliation: Origami lab, McGill University, Montréal, Canada
email: [email protected]
orcid: https://orcid.org/0000-0002-4429-8481
- given-names: Moritz
family-names: Boos
website: https://github.com/mjboos
- given-names: Mudassir
family-names: Chapra
website: https://github.com/muddi900
- given-names: Myeong Seop
family-names: Song
website: https://github.com/NeuroVR-Song
- given-names: Natasha
family-names: Clarke
website: https://github.com/clarkenj
affiliation: '@SIMEXP, Montréal, Canada'
- given-names: Neelay
family-names: Shah
website: https://github.com/NeelayS
affiliation: Max Planck Institute for Intelligent Systems, Germany
email: [email protected]
- given-names: Nicolas
family-names: Gensollen
website: https://nicolasgensollen.github.io/
affiliation: Inria, Paris, France
orcid: https://orcid.org/0000-0001-7199-9753
- given-names: Nikhil
family-names: Krish
website: https://github.com/NIkhilgKrish
affiliation: University of Texas, Austin
- given-names: Oliver
family-names: Warrington
website: https://github.com/OliverWarrington
affiliation: Wellcome Centre for Human Neuroimaging, UCL, London, UK
orcid: https://orcid.org/0000-0002-3592-7071
- given-names: Oscar
family-names: Esteban
website: https://github.com/oesteban
affiliation: Centre Hospitalier Universitaire Vaudoise, Lausanne, Switzerland
orcid: https://orcid.org/0000-0001-8435-6191
- given-names: Patrick
family-names: Sadil
website: https://psadil.github.io/psadil
affiliation: Department of Biostatistics, Johns Hopkins Bloomberg School of Public
Health, USA
orcid: https://orcid.org/0000-0003-4141-1343
- given-names: Paul
family-names: Bogdan
website: https://github.com/paulcbogdan
- given-names: Paul
family-names: Reiners
website: https://github.com/paul-reiners
affiliation: Masonic Institute for the Developing Brain, University of Minnesota,
USA
orcid: https://orcid.org/0000-0002-6167-5007
- given-names: Paula
family-names: Sanz-Leon
website: https://github.com/pausz
orcid: https://orcid.org/0000-0002-1545-6380
affiliation: Medical Research Institute, Brisbane, Australia
- given-names: Peer
family-names: Herholz
website: https://peerherholz.github.io/
affiliation: Origami lab, McGill University, Montréal, Canada
orcid: https://orcid.org/0000-0002-9840-6257
- given-names: Philippe
family-names: Gervais
website: https://github.com/pgervais
affiliation: Zurich, Switzerland
- given-names: Pierre
family-names: Bellec
website: https://github.com/pbellec
affiliation: Psychology Department, University of Montréal, Montréal, Canada
orcid: https://orcid.org/0000-0002-9111-0699
email: [email protected]
- given-names: Pierre
family-names: Glaser
website: https://pierreglaser.github.io/
affiliation: Gatsby Computational Neuroscience Unit, University College London,
London, UK
- given-names: Pierre-Olivier
family-names: Quirion
website: https://github.com/poquirion
affiliation: Canadian Center for Computational Genomics / Calcul, Québec, Canada
email: [email protected]
orcid: https://orcid.org/0000-0003-2270-0000
- given-names: Pradeep Reddy
family-names: Raamana
website: https://github.com/raamana
affiliation: University of Pittsburgh, Pittsburgh, PA, USA
email: [email protected]
orcid: https://orcid.org/0000-0003-4662-0558
- given-names: Prakhar
family-names: Jain
website: https://github.com/PrakharJain1509
affiliation: RV College of Engineering, Bangalore, India
- given-names: Rahul
family-names: Brito
website: https://github.com/Rahul-Brito
- given-names: Raphael
family-names: Meudec
website: https://github.com/RaphaelMeudec
affiliation: Inria, Saclay, France
- given-names: Robert
family-names: Luke
website: https://github.com/rob-luke
affiliation: '@agencyenterprise, Melbourne, Australia'
orcid: https://orcid.org/0000-0002-4930-8351
- given-names: Robert
family-names: Williamson
website: https://github.com/RobWilliamson15
- given-names: Roberto
family-names: Guidotti
website: https://github.com/robbisg
affiliation: University "G. D'Annunzio" Chieti-Pescara, San Benedetto del Tronto,
Italy
- given-names: Ronald
family-names: Phlypo
website: https://github.com/rphlypo
affiliation: Lyon area, France
- given-names: Ryan
family-names: Hammonds
website: https://github.com/ryanhammonds
affiliation: UC San Diego, San Diego, California, USA
- given-names: Rémi
family-names: Gau
website: https://github.com/Remi-Gau
affiliation: Origami lab, McGill University, Montréal, Canada
orcid: https://orcid.org/0000-0002-1535-9767
email: [email protected]
- given-names: Sachin
family-names: Patalasingh
website: https://github.com/sachin-bsai
- given-names: Sage
family-names: Hahn
website: https://www.sagehahn.com/
orcid: https://orcid.org/0000-0003-3560-2952
affiliation: deephealth
- given-names: Salma
family-names: Bougacha
website: https://github.com/salma1601
- given-names: Sam Buck
family-names: Johnson
website: https://github.com/sambjohnson
- given-names: Sami
family-names: Jawhar
website: https://github.com/sjawhar
email: [email protected]
orcid: https://orcid.org/0000-0002-9914-2193
- given-names: Simon
family-names: Steinkamp
website: https://github.com/SRSteinkamp
orcid: https://orcid.org/0000-0002-6437-0700
affiliation: Danish Research Centre for Magnetic Resonance, Copenhagen University
Hospital Amager & Hvidovre, Copenhagen, Denmark.
- given-names: Sin
family-names: Kim
website: https://github.com/kimsin98
orcid: https://orcid.org/0000-0003-4652-3758
affiliation: 'Korea Advanced Institute of Science and Technology: Daejeon, KR'
- given-names: Sourav
family-names: Singh
website: https://github.com/souravsingh
- given-names: Steven
family-names: Meisler
website: https://www.stevenmeisler.com
affiliation: Harvard-MIT Division of Health Sciences and Technology, Cambridge,
Massachusetts, USA
email: [email protected]
orcid: https://orcid.org/0000-0002-8888-1572
- given-names: Suramya
family-names: Pokharel
website: https://github.com/SuramyaP
affiliation: Tribhuvan University, Kathmandu, Nepal
email: [email protected]
- given-names: Sylvain
family-names: Lan
website: https://github.com/SylvainLan
- given-names: Sylvain
family-names: Takerkart
website: https://github.com/SylvainTakerkart
affiliation: CNRS, Institut des Neurosciences de la Timone, Marseille, France
orcid: https://orcid.org/0000-0001-8410-0962
- given-names: Tamer
family-names: Gezici
website: https://github.com/TamerGezici
affiliation: Bilkent University
- given-names: Tarun
family-names: Samanta
website: https://github.com/tarunsamanta2k20
affiliation: Acharya Prafulla Chandra College
email: [email protected]
orcid: https://orcid.org/0000-0003-1630-8993
- given-names: Taylor
family-names: Salo
website: https://tsalo.github.io/
affiliation: Lifespan Informatics & Neuroimaging Center, University of Pennsylvania,
USA
email: [email protected]
orcid: https://orcid.org/0000-0001-9813-3167
- given-names: Tharun
family-names: K
website: https://github.com/tharun634
- given-names: Thomas
family-names: Bazeille
website: https://github.com/thomasbazeille
orcid: https://orcid.org/0000-0001-5377-9108
affiliation: Inria, Saclay, France
- given-names: Tom
family-names: Vanasse
website: https://github.com/tvanasse
affiliation: Wisconsin Institute for Sleep and Consciousness, USA
email: [email protected]
orcid: https://orcid.org/0000-0003-4672-0049
- given-names: Vasco
family-names: Diogo
website: https://github.com/vascosa
- given-names: Victoria
family-names: Shevchenko
website: https://github.com/victoris93
affiliation: Inria Saclay, Université Paris Cité, France
- given-names: Vincent
family-names: Michel
website: https://github.com/vmichel
affiliation: https://www.logilab.fr/
- given-names: Virgile
family-names: Fritsch
website: https://github.com/VirgileFritsch
affiliation: Inria, Saclay, France
- given-names: Yaroslav
family-names: Halchenko
website: https://github.com/yarikoptic
affiliation: Dartmouth College, PBS, Hanover, New Hampshire, USA
email: [email protected]
orcid: https://orcid.org/0000-0003-3456-2493
- given-names: Yasmin
family-names: Mzayek
website: https://github.com/ymzayek
affiliation: Inria, Saclay, France
orcid: https://orcid.org/0000-0003-2904-2530
- given-names: Yichun
family-names: Huang
website: https://github.com/YCHuang0610
affiliation: Peking University, Beijing, China
- given-names: Zvi
family-names: Baratz
website: https://github.com/ZviBaratz
affiliation: Tel-Aviv University, Israel
email: [email protected]
orcid: https://orcid.org/0000-0001-7159-1387
- given-names: Óscar
family-names: Nájera
website: https://github.com/Titan-C
affiliation: Checkmk