forked from 3design/bbp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
835 lines (804 loc) · 48.3 KB
/
about.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
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
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145481065-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145481065-1');
</script>
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="author" content="Derek Lo @ 3design-dlo.com">
<!-- general -->
<link rel="stylesheet" type="text/css" href="slick/slick.css">
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="stylesheet" type="text/css" href="css/timeline.css" />
<link rel="stylesheet" type="text/css" href="css/nav-styles.css" />
<link rel="stylesheet" type="text/css" href="fonts/fonts.css" />
<link href="font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/lightbox.css" rel="stylesheet" />
<meta charset="utf-8">
<title>the BigBrain</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="This is the website of the BigBrain Project.">
<meta name="keywords" content="Neuro, Brain, Research, Big Data, Science, Medicine">
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/drop-down.js"></script>
<script src="js/jquery.matchHeight.js" type="text/javascript"></script>
<script src="slick/slick.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="main-wrapper">
<div class="social-media">
<a href="https://twitter.com/BigBrainProject" class="tooltip">
<i class="fab fa-twitter-square"></i>
<span class="tooltiptext">Twitter</span>
</a>
<a href="mailto:[email protected]" class="tooltip">
<i class="fas fa-envelope-square"></i>
<span class="tooltiptext">Email</span>
</a>
<a href="#main-wrapper" class="tooltip">
<i class="fas fa-arrow-up"></i>
<span class="tooltiptext">Top</span>
</a>
</div>
<!-- navigation -->
<nav class="site-nav">
<div class="brand-border-1"></div>
<div class="brand-border-2"></div>
<div class="brand-border-3"></div>
<div class="nav-container">
<div class="branding"><a href="index.html">BigBrain Project</a></div>
<div id="showmenu">Menu</div>
<ul id="menu" class="nav-list hide">
<li class="nav-item"><a href="hiball.html"><strong>HIBALL</strong></a></li>
<li class="nav-item"><a href="#!" class="active">About</a>
<ul class="nav-dropdown">
<li><a href="about.html" class="active">About Us</a></li>
<li><a href="references.html">References</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
<li class="nav-item"><a href="maps-and-models.html">Maps & Models</a></li>
<li class="nav-item"><a href="tools-and-services.html">Tools & Services</a></li>
<li class="nav-item"><a href="#!">Community</a>
<ul class="nav-dropdown">
<li><a href="community.html">Our Community</a></li>
<li><a href="news.html">News & Events</a></li>
<li><a href="featured.html">Featured</a></li>
<li><a href="https://bigbrain-forum.loris.ca/">Forum</a></li>
<li><a href="careers.html">Careers</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<!-- intro section -->
<section class="hero hero-coronal lt-grey-bg">
<div class="grid-container">
<div class="hero-content-grid">
<div class="hero-content-container">
<h1>Vision and Mission</h1>
<p>Neuroimaging methods rely on accurate brain models as ground truth to develop reliable approaches for probing the brain. Researchers in brain simulation and AI have a growing need for detailed descriptions of the internal organisation of brain regions in terms of local morphology, cell densities, or connectivity. Currently established computer-based 3D neuroimaging tools cannot reproduce the anatomical details available from freshly cut brains, particularly for very convoluted cortical regions and in the subcortical areas. With the advent of the BigBrain - a human post-mortem brain that has been sectioned, stained for cell bodies, scanned at very high resolution, and then digitally reconstructed in 3D (Amunts, Evans et al. 2013), we believe that there will be improvement in the precision and quality of neuroimaging support for qualitative and quantitative investigation of the brain. We aim to extend this model by further increasing its resolution and integrating multimodal data, working closely with the neuroimaging, brain modelling, and AI communities to unleash its potential for research. To enable collaboration, we build a transcontinental data sharing and computing platform in close interaction with the European "Human Brain Project" and the Canadian “Healthy Brains for Healthy Lives” program.</p>
</div>
</div>
</div>
</section>
<div class="clear-all"></div>
<section class="lt-grey-bg">
<div class="section-content lt-grey-bg text-center">
<!-- goals section -->
<h2 class="small-spacer">BigBrain Goals</h2>
<div class="flex spacer">
<div class="quad-image scene">
<div class="animated-card">
<div class="one-to-one-aspect"></div>
<div class="card-face face-front">
<img src="images/goal-multimodal.png" alt="Hiball goal: multimodal atlas">
<span class="flex-center">Building a highly detailed multimodal atlas</span>
</div>
<div class="card-face face-back">
<span class="flex-center">
Building a highly detailed multimodal atlas<br><br>
By developing novel AI-based methods for analyzing high-resolution image data, we create highly detailed maps of brain areas, cortical layers, and subcortical structures for our microscopic brain models. We complement the cytoarchitectonic model by modalities that cover fibre- and chemoarchitecture, working towards a multimodal characterization of the human brain at the microscopic scale. Furthermore, we work towards a model with a resolution in 1 micron range, which resolves individual neuronal cell bodies.</span>
<!-- <a href="hiball-goal-one.html"><button>read more</button></a> -->
</div>
</div>
</div>
<div class="quad-image scene">
<div class="animated-card">
<div class="one-to-one-aspect"></div>
<div class="card-face face-front">
<img src="images/goal-reference.png" alt="Hiball goal: reference">
<span class="flex-center">Build on the existing 3D BigBrain as a microscopic reference template</span>
</div>
<div class="card-face face-back">
<span class="flex-center">
Build on the existing 3D BigBrain as a microscopic reference template<br><br>
We integrate our ongoing developments with the original BigBrain model (Amunts, Evans et al. 2013) in order to foster a common microscopic reference template. This includes efforts on careful spatial registration across subjects and modalities, and propagation of maps of brain regions. </span>
<!-- <a href="hiball-goal-two.html"><button>read more</button></a> -->
</div>
</div>
</div>
<div class="quad-image scene">
<div class="animated-card">
<div class="one-to-one-aspect"></div>
<div class="card-face face-front">
<img src="images/goal-platform.png" alt="Hiball goal: platform">
<span class="flex-center">Building a distributed platform for big neuroscience data</span>
</div>
<div class="card-face face-back">
<span class="flex-center">
Building a distributed platform for big neuroscience data<br><br>
By increasing the resolution to the level of individual neuronal cell bodies, the size of whole brain models reaches the Petabyte scale. To address such Big Data challenge, we establish specific workflows for distributed data management and processing, and tools for remote visualization and annotation of 2D and 3D data. This also requires standardization efforts for data and metadata formats. We align these infrastructure development efforts with the developments of the Human Brain Project and the HBHL program to maximize compatibility with the international initiatives.</span>
<!-- <a href="hiball-goal-three.html"><button>read more</button></a> -->
</div>
</div>
</div>
<div class="quad-image scene">
<div class="animated-card">
<div class="one-to-one-aspect"></div>
<div class="card-face face-front">
<img src="images/goal-computing.png" alt="Hiball goal: computing">
<span class="flex-center">AI link to data science and brain inspired computing</span>
</div>
<div class="card-face face-back">
<span class="flex-center">
AI link to data science and brain inspired computing<br><br>
The BigBrain project is entangled with AI research in two fundamental ways - by developing novel image analysis methods based on Machine and Deep Learning, and by contributing knowledge about the microstructural organization of biological neural networks in the brain. The project initiates early cooperation with researchers in brain inspired AI and computing to incorporate information about the human brain into the design of artificial systems.</span>
<!-- <a href="hiball-goal-four.html"><button>read more</button></a> -->
</div>
</div>
</div>
<div class="quad-image scene">
<div class="animated-card">
<div class="one-to-one-aspect"></div>
<div class="card-face face-front">
<img src="images/goal-simulation.png" alt="Hiball goal: simulation">
<span class="flex-center">Virtual BigBrain and simulation platform</span>
</div>
<div class="card-face face-back">
<span class="flex-center">
Virtual BigBrain and simulation platform<br><br>
The VirtualBrain (TVB) uses empirical knowledge of brain structure to constrain models that simulate network dynamics, which in turn can be validated with experimental observations of brain function. Complementing related work in the Human Brain Project, we support the development of TVB models with increased spatial resolution and regional heterogeneity by informing them with microscopic resolution data, and evaluating optimized software and hardware environments for the CBRAIN platform.</span>
<!-- <a href="hiball-goal-five.html"><button>read more</button></a> -->
</div>
</div>
</div>
<div class="quad-image scene">
<div class="animated-card">
<div class="one-to-one-aspect"></div>
<div class="card-face face-front">
<img src="images/goal-open.png" alt="Hiball goal: open resource">
<span class="flex-center">Open Community Resource</span>
</div>
<div class="card-face face-back">
<span class="flex-center">
Open Community Resource<br><br>
The BigBrain Project continues to build an open resource and a lively scientific community within a collaborative research and training environment. We will share our datasets and tools through the platform, aim to integrate them with the EBRAINS and CBRAIN ecosystems, and engage with the BigBrain user and contributor community through open project meetings, workshops, and online services.</span>
<!-- <a href="hiball-goal-five.html"><button>read more</button></a> -->
</div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript">
$("document").ready(function($){
var $flipper = $('.animated-card');
$('.scene').on('click', '.animated-card', function() {
if ($(this).hasClass("card-flip")) {
$flipper.removeClass("card-flip");
} else {
$flipper.removeClass("card-flip");
$(this).toggleClass('card-flip');
}
});
});
</script>
<!-- timeline section -->
<section>
<div class="section-content max100">
<h1 class="text-center spacer">History of BigBrain</h1>
<div id="slick-slider" class="slider slider-padding">
<div class="testimonial">
<div class="col-2 flex-center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/wSHC_7yz0hs?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-2">
<div class="text-box">
<h2>1. What is the BigBrain</h2>
<p>BigBrain is a freely accessible high-resolution 3D digital model of the human brain, released in June 2013 by a team of researchers at the Montreal Neurological Institute (Canada) and the Forschungszentrum Jülich (Germany). The isotropic 3D spatial resolution of the BigBrain atlas is 20 µm, much finer than other models. In 2014, BigBrain was cited in the <a href="http://www.technologyreview.com/featuredstory/526501/brain-mapping/">Top 10 MIT Technology Review</a>. Since then, it is continuously enriched by detailed maps of cortical areas and layers as well as subcortical regions. It became the basis of many neuroscientific studies.</p>
</div>
</div>
</div>
<!-- <div class="testimonial">
<div class="col-2 flex-center">
<a href="images/history-aquisition.png" data-lightbox="bbstory">
<img src="images/history-aquisition.png">
</a>
<p class="caption">Digital rendering with CIVET<br>
<a href="http://mcin-cnim.ca/wp-content/uploads/2017/08/RBIQ2016BigBrain.png">OHBM poster from 2016</a>
</p>
</div>
<div class="col-2">
<div class="text-box">
<h2>2. Acquisition: Source brain</h2>
<p>The 3D model was created from the brain of an unidentified 65-year-old man who died with no known brain pathology. The postmortem brain, which was obtained in accordance with ethical requirements of the University of Düsseldorf, was first scanned using an MRI machine, then embedded in paraffin.</p>
</div>
</div>
</div> -->
<div class="testimonial">
<div class="col-2 flex-baseline">
<div class="two-col">
<a href="images/history-digitize1.png" data-lightbox="bbstory">
<img src="images/history-digitize1.png">
</a>
<p class="caption">Body donor gave written informed consent for the general use of postmortem tissue used in this study for aims of research and education. The usage is covered by a vote of the ethics committee of the medical faculty of the Heinrich Heine, University Düsseldorf (#4863).</p>
</div>
<div class="two-col">
<a href="images/history-digitize2.png" data-lightbox="bbstory">
<img src="images/history-digitize2.png">
</a>
<p class="caption">A paraffin embedded brain was cut into 7404 histological sections, each 20 micrometers thick, using a microtome.<br> Copyright: Amunts, Zilles, Evans et al. </p>
</div>
</div>
<div class="col-2">
<div class="text-box">
<h2>2. Acquisition, histological processing, and digitization at 20 μm</h2>
<p>The 3D model was created from the brain of an 65-year-old body donor. The postmortem brain was obtained in accordance with ethical requirements of the University of Düsseldorf. It was fixed in formalin, and imaged in 2003 using a MR scanner. In 2005, it was cut into 7,404 sections 20 µm thick using a large-scale microtome. The brain sections were placed on glass slides and stained for cell bodies using the Merker method, resulting in darkly stained neurons and light neuropile, i.e. the space in between neurons filled with the branches of the cells and synapses. The stained sections were scanned and digitized using a flatbed scanner at 2400dpi (10 µm), creating a one Terabyte raw record. The acquisition process (wet work + scanning) took about 1,000 hours of labor.</p>
</div>
</div>
</div>
<div class="testimonial">
<div class="col-2 flex-center">
<a href="images/processing.png" data-lightbox="bbstory">
<img src="images/processing.png">
</a>
</div>
<div class="col-2">
<div class="text-box">
<h2>3. Manual repairing of tissue artefacts in the images </h2>
<p>The resulting digital images were carefully processed by a team of operators to identify and manually fix artifacts such as tears and folds, which arise inevitably during histological processing. The manual repair process was complemented by automated repairs, carefully blending information from neighbouring sections to replace missing pieces of brain tissue where required.</p>
</div>
</div>
</div>
<div class="testimonial">
<div class="col-2 flex-center">
<a href="images/history-aquisition.png" data-lightbox="bbstory">
<img src="images/history-aquisition.png">
</a>
<p class="caption">Digital rendering with CIVET<br>
<a href="http://mcin-cnim.ca/wp-content/uploads/2017/08/RBIQ2016BigBrain.png">OHBM poster from 2016</a>
</p>
</div>
<div class="col-2">
<div class="text-box">
<h2>4. 3D reconstruction using image processing with HPC</h2>
<p>The corrected digital sections were nonlinearly registered to the postmortem MRI in an iterative process, and reassembled into a consistent 3D computer model with a spatial isotropic 3D resolution of 20 µm. The aligned images were optically balanced to remove colouring artifacts from staining. Dealing with more than 7000 images, this was a highly complex and compute intensive process which would not have been possible without supercomputers. Including all manual work, the 3D reconstruction took five years to complete.</p>
</div>
</div>
</div>
<div class="testimonial">
<div class="col-2 flex-center">
<!-- <a href="images/neuroglancer.png" data-lightbox="bbstory">
<img src="images/neuroglancer.png">
</a> -->
<a href="images/a3d.png" data-lightbox="bbstory">
<img src="images/a3d.png">
</a>
</div>
<div class="col-2">
<div class="text-box">
<h2>5. Rendering and annotating the BigBrain </h2>
<p>Standard tools for volumetric image rendering and annotation were not applicable to the BigBrain due to its size: A Terabyte of image date does not fit into a typical computer’s working memory. Specific software had to be developed which provides very efficient loading and rendering of the image data to visualize the BigBrain and allow smooth interactions and annotations in 3D space. The Atelier3D software developed by the National Research Council Canada (NRC) is one of the few available tools that were able at that time to render and interactively annotate such huge image volumes, and had been specifically adjusted for brain navigation and mapping.<!-- <a href="https://bigbrain.humanbrainproject.eu ">https://bigbrain.humanbrainproject.eu</a> --></p>
</div>
</div>
</div>
<div class="testimonial">
<div class="col-2 flex-center">
<a href="images/history-analysis.png" data-lightbox="bbstory">
<img src="images/history-analysis.png">
</a>
</div>
<div class="col-2">
<div class="text-box">
<h2>6. Analysis: Mapping of the BigBrain</h2>
<p>We have applied different approaches to map cortical areas and subcortical nuclei in the BigBrain. For the cerebral cortex, we applied image analysis and statistical tools to identify borders between areas (Schleicher et al., 2005), while nuclei were manually delineated. Most recently, automatic methods derived from artificial intelligence (machine learning and deep learning) were applied map brain areas (Spitzer et al.), and to extract cortical layers or count groups of cells (Wagstyl et al.). Check out recent work on our <a href="https://3design.github.io/news.html">news feed!</a></p>
</div>
</div>
</div>
<div class="testimonial">
<div class="col-2 flex-center">
<a href="images/a3d.png" data-lightbox="bbstory">
<img src="images/a3d.png">
</a>
</div>
<div class="col-2">
<div class="text-box">
<h2>7. Dissemination: Sharing the atlas with the world</h2>
<p>The BigBrain image datasets are currently hosted by the project on an <a href="https://ftp.bigbrainproject.org/">ftp server</a>. The model has been integrated as a core reference space of the multilevel human brain atlas of the <a href="https://ebrains.eu/services/atlases/brain-atlases">Human Brain Project</a>. In the future, data sharing will be offered through a fully versioned online system developed within the framework of <a href="hiball.html">HIBALL</a>. In Summer 2017 the first version of the Human Brain Project’s web-based 3D atlas viewer was released, building on Google’s open source project Neuroglancer. It is capable of displaying very large brain volumes, including oblique slicing, a whole brain overview, surface meshes, and maps. It enables navigating the BigBrain in 3D, exploring the growing set of highly detailed maps for cortical layers and cytoarchitectonic areas, and finding related neuroscience data. BigBrain can be explored in the viewer at <a href="https://bigbrain.humanbrainproject.eu">Human Brain Project website.</a> </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- publications section -->
<section class="lt-grey-bg">
<div class="section-content flex lt-grey-bg">
<h1 class="full-width text-center">BigBrain Featured</h1>
<h2 class="full-width text-center">Major publications featuring the dataset</h2>
<div class="col-2 wide-card">
<div class="col-2">
<img src="images/science_cover.gif" class="BigBrainPic" data-mh="card-pic">
</div>
<div class="col-2">
<div class="text-box">
<div class="small-spacer" data-mh="card-details">
<h1>Science Magazine</h1>
<h2>BigBrain: An Ultrahigh-Resolution 3D Human Brain Model</h2>
<p>The original publication of the BigBrain</p>
</div>
<a href="https://science.sciencemag.org/content/340/6139/1472"><button class="float-right">read the full article</button></a>
</div>
</div>
</div>
<div class="col-2 wide-card">
<div class="col-2 ">
<img src="images/mit-magazine.jpg" class="BigBrainPic" data-mh="card-pic">
</div>
<div class="col-2">
<div class="text-box">
<div class="small-spacer" data-mh="card-details">
<h1>MIT Technology Review</h1>
<h2>One of the Top 10 Breakthroughs of 2014 </h2>
<p>MIT Technology Review listed the BigBrain as 1 of the Top 10 Breakthroughs of 2014.</p>
</div>
<a href="http://www.technologyreview.com/featuredstory/526501/brain-mapping/"><button class="float-right">read the full article</button></a>
</div>
</div>
</div>
</div>
</section>
<div class="clear-all"></div>
<!-- team section -->
<section>
<div class="section-content no-side-pad max100">
<h1 class="full-width text-center">BigBrain team</h1>
<h2 class="full-width text-center">The people from the original project</h2>
<div class="mosaic">
<img src="images/profile-katrin-amunts.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name julich-small">Katrin Amunts</div>
<div class="card-jobtitle">Director, Institute Structural and functional organisation of the brain (INM-1)</div>
<a href="https://www.fz-juelich.de/inm/inm-1/EN/Home/home_node.html" class="wordbreak">Forschungszentrum Jülich</a>
<br>
<div class="card-jobtitle">Director, C. and O. Vogt-Institute of Brain Research</div>
<a href="https://www.uniklinik-duesseldorf.de/patienten-besucher/klinikeninstitutezentren/c-u-o-vogt-institut-fuer-hirnforschung">Universitätsklinikum Düsseldorf</a>
</div>
</div>
<div class="mosaic">
<img src="images/team/profile-temp2.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name mcgill-small">Claude Lepage</div>
<div class="card-jobtitle">Development and programming of image-processing tools for 3D reconstruction/alignment and automatic repair pipelines, manual repairs, registration, quality control and documentation</div>
<a href="http://mcin.ca">McGill Centre for Integrative Neuroscience</a>
</div>
</div>
<div class="mosaic">
<img src="images/team/team-louis.jpg" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name other-small">Louis Borgeat</div>
<div class="card-jobtitle">Volume data modeling and integration, development of the Atelier3D remote visualization and analysis tools</div>
<a href="https://nrc.canada.ca/">National Research Council of Canada</a>
</div>
</div>
<div class=" mosaic">
<img src="images/team/profile-temp2.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name julich-small">Hartmut Mohlberg</div>
<div class="card-jobtitle">Institute structural and functional organisation of the brain (INM-1)</div>
<a href="https://www.fz-juelich.de/inm/inm-1/EN/Home/home_node.html" class="wordbreak">Forschungszentrum Jülich</a>
</div>
</div>
<div class="mosaic">
<img src="images/team/team-dickscheid.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name julich-small">Timo Dickscheid</div>
<div class="card-jobtitle">Institute structural and functional organisation of the brain (INM-1)</div>
<a href="https://www.fz-juelich.de/inm/inm-1/EN/Home/home_node.html" class="wordbreak">Forschungszentrum Jülich</a>
</div>
</div>
<div class=" mosaic">
<img src="images/team/team-marc.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name mcgill-small">Marc-Étienne Rousseau </div>
<div class="card-jobtitle">Computing platform manager</div>
<a href="http://mcin.ca">McGill Centre for Integrative Neuroscience</a>
</div>
</div>
<div class="mosaic">
<img src="images/team/team-bludau.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name julich-small">Sebastian Bludau</div>
<div class="card-jobtitle">Institute structural and functional organisation of the brain (INM-1)</div>
<a href="https://www.fz-juelich.de/inm/inm-1/EN/Home/home_node.html" class="wordbreak">Forschungszentrum Jülich</a>
</div>
</div>
<div class="mosaic">
<img src="images/team/team-bazin.jpg" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name other-small">Pierre-Louis Bazin</div>
<div class="card-jobtitle">Senior Onderzoeker</div>
<a href="https://herseninstituut.nl/over-ons/de-organisatie/medewerkers/pierre-louis-bazin/">Herseninstituut</a>
</div>
</div>
<div class="mosaic">
<img src="images/team/team-llewis.jpg" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name mcgill-small">Lindsay B. Lewis</div>
<div class="card-jobtitle">Manual repairs, quality control and documentation</div>
<a href="http://mcin.ca">McGill Centre for Integrative Neuroscience</a>
</div>
</div>
<div class=" mosaic">
<img src="images/team/team-oros-peusquens.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name julich-small">Ana-Maria Oros-Peusquens</div>
<div class="card-jobtitle">Institute structural and functional organisation of the brain (INM-1)</div>
<a href="https://www.fz-juelich.de/inm/inm-1/EN/Home/home_node.html" class="wordbreak">Forschungszentrum Jülich</a>
</div>
</div>
<div class=" mosaic">
<img src="images/team/team-shah.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name julich-small">Nadim J. Shah</div>
<div class="card-jobtitle">Director of the Institute Medical Imaging Physics (INM-4)</div>
<a href="https://www.fz-juelich.de/inm/inm-4/EN/Home/home_node.html" class="wordbreak">Forschungszentrum Jülich</a>
</div>
</div>
<div class="mosaic">
<img src="images/team/team-lippert.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name julich-small">Thomas Lippert</div>
<div class="card-jobtitle">Director of the Institute for Advanced Simulation, Head of Jülich Supercomputing Centre</div>
<a href="https://www.fz-juelich.de/ias/jsc/EN/Home/home_node.html" class="wordbreak">Forschungszentrum Jülich</a>
</div>
</div>
<div class=" mosaic">
<img src="images/dr-zilles.jpg" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name julich-small"> Karl Zilles</div>
<div class="card-jobtitle">Institute structural and functional organisation of the brain (INM-1), Forschungszentrum Jülich</div>
<a href="https://www.fz-juelich.de/inm/inm-1/EN/Home/home_node.html" class="wordbreak">Forschungszentrum Jülich</a>
<div class="card-jobtitle">former Director of the Institute of Neuroscience and Medicine</div>
<div class="card-jobtitle">former director of the C. and O. Vogt-Institute of Brain Research</div>
</div>
</div>
<div class="mosaic">
<img src="images/profile-alan-evans.png" class="">
<div class="mosaic-overlay">
<div class="mosiac-overlay-name mcgill-small">Alan Evans</div>
<div class="card-jobtitle">James McGill Professor of Neurology, Psychiatry, Biomedical Eng.</div>
<a href="https://mcgill.ca">McGill University</a>
<a href="http://mcin.ca">mcin.ca</a>
</div>
</div>
<div class="clear-all spacer"></div>
<!-- additional team list -->
<ul class="contributors-list">
<li class="contributor mcgill-small">
Reza Adalat, <a href="http://mcin.ca/" class="">McGill Centre for Integrative Neuroscience</a>
</li>
<li class="contributor julich-small">
René Bergs, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor julich-small">
Ursula Blohm, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor mcgill-small">
Samir Das, <a href="http://mcin.ca/" class="">McGill Centre for Integrative Neuroscience</a>
</li>
<li class="contributor julich-small">
Franziska Henke, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor julich-small">
René Hübbers, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor julich-small">
Timo Hütz, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor julich-small">
Florian Janetzko, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor other-small">
Andrew Janke, <a href="https://cai.centre.uq.edu.au/" class="">Center for Advanced Imaging, University of Queensland</a>
</li>
<li class="contributor mcgill-small">
Nicolas Kassis, <a href="http://mcin.ca/" class="">McGill Centre for Integrative Neuroscience</a>
</li>
<li class="contributor julich-small">
Melanie Kleiner, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor julich-small">
Ferdag Kocaer, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor mcgill-small">
Dave MacFarlane, <a href="http://mcin.ca/" class="">McGill Centre for Integrative Neuroscience</a>
</li>
<li class="contributor other-small">
Philippe Massicotte, <a href="https://nrc.canada.ca/" class="">National Research Council of Canada</a>
</li>
<li class="contributor julich-small">
Patricia Morosan, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor julich-small">
Katja Morstadt, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor mcgill-small">
Mia Petkova, <a href="http://mcin.ca/" class="">McGill Centre for Integrative Neuroscience</a>
</li>
<li class="contributor julich-small">
Uwe Pietrzyk, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor julich-small">
Julia Reckfort, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor mcgill-small">
Pierre Rioux, <a href="http://mcin.ca/" class="">McGill Centre for Integrative Neuroscience</a>
</li>
<li class="contributor julich-small">
Martin Schober, <a href="https://www.fz-juelich.de" class="">Forschungszentrum Jülich</a>
</li>
<li class="contributor mcgill-small">
Tarek Sherif, <a href="http://mcin.ca/" class="">McGill Centre for Integrative Neuroscience</a>
</li>
<li class="contributor mcgill-small">
Jordan Sterling, <a href="http://mcin.ca/" class="">McGill Centre for Integrative Neuroscience</a>
</li>
<li class="contributor mcgill-small">
Robert Vincent, <a href="http://mcin.ca/" class="">McGill Centre for Integrative Neuroscience</a>
</li>
</ul>
</div>
</section>
<!-- faq section -->
<section class="lt-grey-bg">
<div class="section-content flex lt-grey-bg">
<h1 class="full-width text-center">BigBrain FAQ</h1>
<h2 class="full-width text-center">Frequently asked questions about the BigBrain</h2>
<!-- accordian -->
<div class="accordian">
<ul>
<li>
<h3 class="title">
<span class="fa fa-plus"></span>
<span class="faq-q">Q: </span>
<p class="question">What is the BigBrain</p>
</h3>
<p class="answer"><span class="faq-q">A: </span>The BigBrain is the brain of a 65yo man with no known neurological or psychiatric diseases in clinical records at time of death. The brain was embedded in paraffin and sectioned in 7404 coronal histological sections (20 microns), stained for cell bodies. The BigBrain is the digitized reconstruction of the high-resolution histological sections (20 microns isotropic).</p>
</li>
<li>
<h3 class="title">
<span class="fa fa-plus"></span>
<span class="faq-q">Q: </span>
<a class="anchor" id="citation"></a>
<p class="question">How to Cite</p>
</h3>
<p class="answer"><span class="faq-q">A: </span>When referring to the BigBrain Project or using the data, please cite the original Science 2013 publication:<br><br>Amunts K, Lepage C, Borgeat L, Mohlberg H, Dickscheid T, Rousseau M-É, Bludau S, Bazin PL, Lewis LB, Oros-Peusquens AM, Shah NJ, Lippert T, Zilles K, Evans AC. BigBrain: An ultrahigh-resolution 3D human brain model. Science. 2013; 340(6139):1472-1475. doi: 10.1126/science.1235381. PMID: 23788795.</p>
</li>
<li>
<h3 class="title">
<span class="fa fa-plus"></span>
<span class="faq-q">Q: </span>
<a class="anchor" id="citation"></a>
<p class="question">What is the ethics statement for source brain</p>
</h3>
<p class="answer"><span class="faq-q">A: </span>Body donor gave written informed consent for the general use of postmortem tissue used in this study for aims of research and education. The usage is covered by a vote of the ethics committee of the medical faculty of the Heinrich Heine, University Düsseldorf (#4863).</p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">What are all the volumes listed in the table?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>The volumes are represented in either stereotaxic space (MNI-ICBM152 or MNI-SYN24) or in native histological space. The stereotaxic registration is not perfect but it is very good. The templates for registration (ICBM152 and SYN24) are made available in those tables. The BigBrain volumes are offered at 100, 200, 300, 400 microns isotropic in both MINC (.mnc) and NIfTI (.nii) formats.</p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">Why is the aligned BigBrain showing such strong asymmetry?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>The asymmetry results from aligning the histology sections to the MRI of the brain taken after it was extracted from the skull and set in formalin. We do not have a post-mortem MRI of the undistorted brain inside the head.</p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">The intensities are wrong in the NIfTI volumes. How can I view them correctly?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>There was a problem with the initial data conversion to NIfTI format. The NIfTI volumes have been replaced on Sept 3, 2013. You will have to download the new volumes to view them in fslview, mricron or afni tools.</p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">How can I download the MINC volumes? The files appear incomplete.</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>Your browser may be limiting the maximum size of the file to transfer. This is problematic for the 100-micron MINC volumes.</p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">How can I view the MINC volumes?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>MINC is an imaging format developed at the MNI. To obtain binaries (mostly Linux and OSX) of the MINC tools, download the MINC Tool Kit <a href="http://www.bic.mni.mcgill.ca/ServicesSoftware/HomePage">here</a>. The viewers are called register and Display.</p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">How do I view the volumes online?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>The web-based viewer is TissueStack. Documentation is available at: <a href="http://www.tissuestack.org/">http://www.tissuestack.org/</a>. As you will soon discover, there is a limitation in the zoom factor in TissueStack.</p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">How can I view the OBJ surfaces?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>The OBJ surfaces are viewable in <a href="https://brainbrowser.cbrain.mcgill.ca">Brainbrowser</a>, <a href="http://www.math.mcgill.ca/keith/surfstat">Surfstat (MATLAB-based) toolbox</a>, <a href="https://wiki.mouseimaging.ca/display/MICePub/brain-view">Brain-view</a>, or overlaid on the corresponding volume in Display, etc.</p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">Is there an MRI of the BigBrain?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>Yes, there is one of the fixed brain (removed from skull). It has an isotropic voxel size resolution of 0.444mm, and is available in the Raw_Data/MRI subdirectory. Note that the current version is in "processing space" with y-z axes flipped.</p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">How can I view the volumes as in the bigbrain videos?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>The BigBrain videos were created using Atelier3D, a licensed software which is currently not distributed. The volume read in Atelier3D is at 20-micron isotropic, which is too big for file transfers. This is why reduced volumes at 100, 200, 300, 400 microns have been created. </p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">Is there sound to the bigbrain videos?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>No </p>
</li>
<li>
<h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">Is there a way to mass-download the data files?</p>
<span class="fa fa-plus"></span>
</h3>
<p class="answer"><span class="faq-q">A: </span>Yes. As of March 12th, 2014, all sections and volumes are available on an anonymous FTP server located at the same address as this site. We recommend connecting to the FTP server using a command line or GUI client (e.g., <a href="https://filezilla-project.org">Filezilla</a>), but not a web browser. % ftp bigbrain.loris.ca (enter anonymous as the username and your e-mail as the password) Use the command "ls" to list the contents, "cd" to change directory, "get" to download files.</p>
</li>
</ul>
</div>
</div>
</section>
<div class="clear-all"></div>
<!-- Additional partners and sponsors -->
<section>
<div class="section-content flex partners flex-center end">
<h1 class="full-width text-center">Additional Partners and Sponsors</h1>
<h2 class="full-width text-center">Those that made the BigBrain possible</h2>
<a href="https://www.humanbrainproject.eu/"><img src="images/partner-hbp.jpg"></a>
<a href="https://www.mcgill.ca/hbhl/"><img src="images/partner-hbhl.png"></a>
<a href="http://ludmercentre.ca"><img src="images/logo-ludmer.png"></a>
<a href="http://mcin.ca"><img src="images/partner-mcin.png"></a>
<a href="https://www.fz-juelich.de/"><img src="images/logo-julich.jpg"></a>
<a href="https://www.mpg.de/149614/kognition_neuro"><img src="images/logo-max-planck.png"></a>
<a href="https://www.helmholtz.de/en/ "><img src="images/logo-helmholtz.png"></a>
<!-- <a href="https://cai.centre.uq.edu.au/"><img src="images/logo-queensland.png"></a> -->
<a href="https://www.canarie.ca/"><img src="images/logo-canarie.jpg"></a>
<a href="https://www.computecanada.ca/"><img src="images/logo-compute-canada.jpg"></a>
<a href="https://www.calculquebec.ca/"><img src="images/logo-calculquebec.jpg"></a>
<a href="https://nrc.canada.ca/"><img src="images/logo-nrc.jpg"></a>
<a href="https://www.ands.org.au//"><img src="images/logo-ands.png"></a>
<a href="https://cbrain.ca"><img src="images/logo-cbrain.png"></a>
<a href="https://www.mcgill.ca/neuro/"><img src="images/logo-neuro.jpg"></a>
</div>
</section>
<div class="clear-all"></div>
<!-- footer -->
<footer>
<blockquote class="quote-holder">
<img class="quote-image" src="images/icon-aquisition.png">
<p class="quote-text">An exciting new opportunity.</p>
</blockquote>
<div class="section-content flex">
<a href="https://www.fz-juelich.de/">
<img src="images/logo-julich.jpg">
</a>
<a href="https://mcgill.ca/">
<img src="images/logo-mcgill.png">
</a>
</div>
<p class="center" style="color: #fff;">For information please email us at <a href="mailto:[email protected]">[email protected]</a>
</footer>
<div class="brand-border-1"></div>
<div class="brand-border-2"></div>
<div class="brand-border-3"></div>
</div>
<script>
$(function(){
$(".accordian h3").click(function(e){
$(".accordian ul p.answer").slideUp();
if ($(this).next().is(":hidden")){
$(this).next().slideDown();
}
});
});
</script>
<script src="js/lightbox.js"></script>
<script>
$(function(){
$("#showmenu").click(function(e){
$("#menu").slideUp();
if ($(this).next().is(":hidden")){
$(this).next().slideDown();
}
});
});
</script>
<script type="text/javascript">
$(function() {
$('.item').matchHeight();
});
</script>
<script type="text/javascript">
$(document).on('ready', function() {
$('#slick-slider').slick({
dots: true,
infinite: true,
autoplay: true,
autoplaySpeed: 6000,
draggable: true,
mobilefirst: true,
pauseonhover: true,
slidesToShow: 2,
slidesToScroll: 1,
responsive: [
{
breakpoint: 1500,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
autoplayspeed: 4000,
infinite: false,
dots: true
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
});
</script>
</body></html>