-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
590 lines (561 loc) · 36.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>FIIND Ferret Interactive Integrated Neurodevelopment Atlas</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<link rel='shortcut icon' type='image/x-icon' href="./favicon.ico" />
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Plaster" rel="stylesheet">
</head>
<body>
<!-- navigation bar -->
<!-- currently, the fixed top class is added, so it sticks to the top -->
<!-- data value of nav bar corresponds to id in each section -->
<nav class="navbar navbar-expand-lg fixed-top ">
<a class="navbar-brand" href="https://neuroanatomy.github.io/" target="_blank">
<div class="logo_naat"><p style="padding-left:2.7em;color:white;cursor:pointer;font-size:14px;font-weight:300;line-height:2.2;vertical-align: middle;">Neuroanatomie appliquée et théorique</p></div>
</a>
<button class="navbar-toggler landing-page myCollapsedMenuBarIcon" id="myMenuBtn" type="button" data-toggle="collapse" data-target="#myMenu" aria-controls="myMenu" aria-expanded="false" aria-label="Toggle navigation" style="padding:0;border:none; width:1.5em;height:1.5em;" onclick="this.blur();">
</button>
<div class="collapse navbar-collapse" id="myMenu" style="width:100%;">
<a class="navbar-brand" href="#myheader">
<div class="logo_fiind"></div>
</a>
<ul class="navbar-nav mr-4" >
<li class="nav-item">
<a class="nav-link" data-value="home" href="#">FIIND</a>
</li>
<li class="nav-item">
<a class="nav-link" id="datatablemri" href="./datatables/mri/" target="_blank">MRI</a>
</li>
<li class="nav-item">
<a class="nav-link" <a id="datatablehisto" href="./datatables/histology/" target="_blank">Histology</a>
</li>
<li class="nav-item">
<a class="nav-link" <a id="notebooks" href="./resources/" target="_blank">Notebooks</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" data-value="projects" href="#">Projects</a>
</li>-->
</ul>
</div>
</nav>
<!-- my header -->
<header class="header" id="myheader">
<div class="overlay">
</div>
<div class="container">
<div class="description rectangle">
<div class="row">
<!-- left side logo -->
<div class="col-lg-4 col-md-4 col-xs-12">
<div class="fiindlogobig" style="max-width:100%;transform:translate(0,0)">
<img src="./images/logo/fiind_with-font-and-text_all.svg" class="img-fluid" alt="">
</div>
<br/>
</div>
<!-- right side text -->
<div class="col-lg-8 col-md-8 col-xs-12" style="position: relative;bottom:0em;vertical-align: bottom; vertical-align: text-bottom; padding-top:8em;padding-left:1em;">
<p style="vertical-align: bottom;position:absolute;bottom:0.3em;padding-right: 2em;">A project to create an online atlas of the development of the ferret brain, and to further the development of interactive tools to collaborate on the FIIND dataset.
</p>
</div>
</div>
</div>
</div>
</header>
<!-- FIIND project description -->
<div class="row mainpageparts" id="home">
<div class="container">
<h1>FIIND</h1>
<div class="row">
<!-- left side 1 -->
<div class="col-lg-4 col-md-4 col-sm-12">
<div data-aos="fade-in" data-aos-easing="linear" data-aos-duration="3000" data-aos-offset="0">
<img data-aos="fade-in" data-aos-easing="linear" data-aos-duration="3000" data-aos-offset="0" src="./images/landing_page/histo_1.jpg" style="width:100%;padding-top:2.8em;filter:grayscale(50%) contrast(100%) opacity(90%); -webkit-filter:grayscale(50%) contrast(100%) opacity(90%);"" class="img-fluid" alt="">
</div>
<div>
<span>Histology of a 32 day old ferret</span>
</div>
<div><p><br></p></div>
</div>
<!-- right side 1 -->
<div class="col-lg-8 col-md-8 col-sm-12 desc">
<h3>Ferret interactive integrated neurodevelopment atlas</h3>
<p>Project FIIND is an international effort to create the most detailed description of the development of the ferret brain. The first days after birth in ferrets provide a unique view of the development of a complex brain. Unlike mice, ferrets develop a rich pattern of deep neocortical folds and cortico-cortical connections. Unlike humans and other primates, whose brains are well differentiated and folded at birth, ferrets are born with a very immature and completely smooth neocortex: folds, neocortical regionalisation and cortico-cortical connectivity develop in ferrets during the first days after birth. After a period of fast neocortical expansion, during which brain volume increases by up to a factor of 4 in 2 weeks, the ferret brain reaches its adult volume at about 6 weeks of age.
<br/><br/>
</p>
</div>
<!-- left side 2 -->
<div class="col-lg-4 col-md-4 col-sm-12">
<div data-aos="fade-in" data-aos-easing="linear" data-aos-duration="3000" data-aos-offset="0">
<img src="./images/landing_page/ferrets.jpg" style="width:100%; filter:grayscale(50%) contrast(100%) opacity(90%); -webkit-filter:grayscale(60%) contrast(100%) opacity(90%);" class="img-fluid" alt="">
</div>
<div>
<span>Ferrets as study model</span>
</div>
<div><p><br></p></div>
</div>
<!-- right side 2 -->
<div class="col-lg-8 col-md-8 col-sm-12 desc">
<h3>The ferret as an exceptional model for neuroimaging</h3>
<p>
Ferrets appear as an exceptional animal model to investigate the neurobiological correlates of the phenomena observed in human neuroimaging. Many of these phenomena, such as the relationship between brain folding, cortico-cortical connectivity and neocortical regionalisation cannot be investigated in mice, but can be investigated in ferrets.<br>
<br>
</p>
</div>
<!-- left side 3 -->
<div class="col-lg-4 col-md-4 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<img src="./images/landing_page/collaboration.jpg" style="width:100%;filter:grayscale(50%) contrast(100%) opacity(90%); -webkit-filter:grayscale(50%) contrast(100%) opacity(90%);" class="img-fluid" alt="">
</div>
<div>
<span>An open database with integrated tools for collaborative annotation</span>
</div>
<div><p><br></p></div>
</div>
<!-- right side 3 -->
<div class="col-lg-8 col-md-8 col-sm-12 desc">
<h3>An open science project</h3>
<p>We are constituting an open, collaborative atlas of ferret brain development, integrating multi-modal and multi-scale data. We acquired data from many animals, from newborns to adults, using high-resolution MRI, diffusion weighted imaging (DWI) and high-throughput histology. Brains were sectioned at 30 μm and scanned at 0.25 μm of resolution, and processed for real-time multi-scale visualisation. We have built a web-platform to integrate an interactive multi-scale visualisation of the data. Using our combined expertise in computational neuroanatomy, multi-modal neuroimaging, neuroinformatics, and the development of inter-species atlases, we have built an open-source web platform to allow the collaborative, online, creation of atlases of the development of the ferret brain. The web platform allows researchers to access and visualise interactively the MRI and histology data. It also allows researchers to create collaborative, human curated, 3D segmentations of brain structures, as well as vectorial atlases. Our work should provide a first integrated atlas of ferret brain development, and the basis for an open platform for the creation of collaborative multi-modal, multi-scale, multi-species atlases.
</p>
</div>
</div>
</div>
</div>
<!-- Data -->
<div class="row mainpageparts" id="data">
<div class="container">
<h1>Data</h1>
<!-- visual head image of section -->
<div class="row">
<!--<video class="visualintro" autoplay muted style="object-fit:cover;width:100%;height:300px;">
<source src="./images/videos/visintro_histo_P32.mp4" type="video/mp4" autoplay>
Your browser does not support the video tag.
</video>-->
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<img src="./images/landing_page/histo_1_ws.jpg" style="padding-left:1em;padding-right:1em;padding-bottom:2em;filter:grayscale(50%) contrast(100%) opacity(90%); -webkit-filter:grayscale(50%) contrast(100%) opacity(90%);" class="img-fluid" alt="">
</div>
</div>
<div class="row">
<!-- two-spilt part -->
<!-- left side 1 -->
<div class="col-lg-4 col-md-4 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<img src="./images/landing_page/mri1_t2w.jpg" class="img-fluid" alt="">
</div>
<div>
<a id="datatablemri" href="./datatables/mri/" target="_blank">
<span>Magnetic Resonance Imaging: T2w & DWI data</span>
</a>
</div>
<div><p><br></p></div>
</div>
<!-- right side 1 -->
<div class="col-lg-8 col-md-8 col-sm-12 desc">
<h3>Magnetic Resonance Imaging data</h3>
<p>
<b style="font-weight:900;">T2 weighted & Diffusion weighted imaging data</b><br/>
We have acquired data for 28 ferrets (4 animals per time point from P0 to adults), using high-resolution MRI and diffusion weighted imaging (DWI). The T2 weighted images have a 120µm isotropic resolution, and the DWI data has been acquired at 240µm istropic resolution.
<br/>We have developed an open-source pipeline to segment and produce – online – 3D reconstructions of brain MRI data. We provide a <a href="./datatables/mri/" target="_blank" style="color:white; cursor: pointer">web framework</a> for the interactive visualisation of the data, and a real-time collaborative annotation.
<br/>More details can be found in the <a href="https://riojournal.com/article/25312/" target="_blank" style="color:white; cursor: pointer">initial grant proposal.</a><br/>
<br/>
</p>
</div>
<!-- left side 2 -->
<div class="col-lg-4 col-md-4 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<img src="./images/landing_page/slides.jpg" style="filter:grayscale(50%) contrast(100%) opacity(90%); -webkit-filter:grayscale(50%) contrast(100%) opacity(90%);" class="img-fluid" alt="">
</div>
<div>
<a id="datatablehisto" href="./datatables/histology/" target="_blank">
<span>Histological data: Nissl & NeuN staining</span>
</a>
</div>
<div><p><br></p></div>
</div>
<!-- right side 2 -->
<div class="col-lg-8 col-md-8 col-sm-12 desc">
<h3>High resolution histological data</h3>
<p>
Whole brains (cerebrum and cerebellum) of 20 specimens (4 brains at each time point from P0 to P32) have been processed using high-throughput 3D histology, staining for cytoarchitectonic landmarks (Nissl and NeuN). Brains were sectioned at 30 μm (P32, P16, P8) and 40 µm (P4, P0), stained, scanned at 0.25 μm of resolution, and processed for real-time multi-scale visualisation.
<br/>We built a <a href="./datatables/histology/" target="_blank" style="color:white; cursor: pointer">web-platform</a> to integrate an interactive multi-scale visualisation of the data, and provide a real-time annotation framework for the creation of collaborative multi-modal, multi-scale, multi-species atlases.
<br/>
The availability of both modalities at the same ages allows to relate the MRI data with multi-dimensional cell-scale information during development.
<br/>
More details can be found in the <a href="https://riojournal.com/article/25312/" target="_blank" style="color:white; cursor: pointer">initial grant proposal.</a><br/><br/>
<br/>
</p>
</div>
</div>
</div>
</div>
<!-- Data Overview: Gallery with filters -->
<!--
<div class="row mainpageparts" id="gallery">
<div class="container page-top">
<h1>Overview of the datasets</h1>
-->
<!-- buttons for filtering -->
<!--
<div class="row" style="padding-top:1em;padding-left:0.1em;padding-bottom:0.5em;">
<div class="col-lg-12 col-md-10 col-xs-8 justify-content-center">
<a class="btn btn-outline-secondary filter" data-rel="all">All</a>
<a class="btn btn-outline-secondary filter" data-rel="structMRI">T2w</a>
<a class="btn btn-outline-secondary filter" data-rel="DWI">DWI</a>
<a class="btn btn-outline-secondary filter" data-rel="nissl">Nissl</a>
<a class="btn btn-outline-secondary filter" data-rel="neun">NeuN</a>
<a class="btn btn-outline-secondary filter" data-rel="P0">P0</a>
<a class="btn btn-outline-secondary filter" data-rel="P2">P2</a>
<a class="btn btn-outline-secondary filter" data-rel="P4">P4</a>
<a class="btn btn-outline-secondary filter" data-rel="P8">P8</a>
<a class="btn btn-outline-secondary filter" data-rel="P16">P16</a>
<a class="btn btn-outline-secondary filter" data-rel="P32">P32</a>
<a class="btn btn-outline-secondary filter" data-rel="adult">Adult</a>
</div>
</div>
-->
<!-- Gallery of data pictures with filters and zoom-click -->
<!--
<div class="row picgallery maingallery" id="maingallery">
-->
<!-- Structural MRI all ages -->
<!--
<div class="col-lg-3 col-md-4 col-xs-12 animation all structMRI adult">
<a href="./images/maingallery/mri1_t2w_adult_square.jpg" class="fancybox animation all structMRI adult" rel="lightbox">
<img src="./images/maingallery/mri1_t2w_adult_square.jpg" title="F01 Adult T2" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-12 animation all structMRI P32">
<a href="./images/maingallery/mri1_t2w_P32_square.jpg" class="fancybox animation all structMRI P32" rel="ligthbox">
<img src="./images/maingallery/mri1_t2w_P32_square.jpg" title="F P32 T2" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-12 animation all structMRI P16">
<a href="./images/maingallery/mri1_t2w_P16-F21_square.jpg" class="fancybox animation all structMRI P16" rel="ligthbox">
<img src="./images/maingallery/mri1_t2w_P16-F21_square.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-12 animation all structMRI P8">
<a href="./images/maingallery/mri1_t2w_P8-F10_square.jpg" class="fancybox animation all structMRI P8" rel="ligthbox">
<img src="./images/maingallery/mri1_t2w_P8-F10_square.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-3 col-xs-4 animation all structMRI P4">
<a href="./images/maingallery/mri1_t2w_P4-F06_square.jpg" class="fancybox animation all structMRI P4" rel="ligthbox">
<img src="./images/maingallery/mri1_t2w_P4-F06_square.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-4 animation all structMRI P2">
<a href="./images/maingallery/mri1_t2w_P2-F25_square.jpg" class="fancybox animation all structMRI P2" rel="ligthbox">
<img src="./images/maingallery/mri1_t2w_P2-F25_square.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-4 animation all structMRI P0">
<a href="./images/datapreview_mri/F01_Adult.jpg" class="fancybox animation all structMRI P0" rel="ligthbox">
<img src="./images/datapreview_mri/F01_Adult.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
-->
<!-- DWI images b0 , Nissl stainings all ages, NeuN stainings -->
<!--
<div class="col-lg-3 col-md-4 col-xs-4 animation all DWI P0">
<a href="./images/datapreview_mri/F02_P0_87.jpg" class="fancybox animation all DWI P0" rel="ligthbox">
<img src="./images/datapreview_mri/F02_P0_87.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 animation all DWI P2">
<a href="./images/maingallery/0002.jpg" class="fancybox animation all DWI P2" rel="ligthbox">
<img src="./images/maingallery/0002.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 animation all DWI P4">
<a href="./images/maingallery/0003.jpg" class="fancybox animation all DWI P4" rel="ligthbox">
<img src="./images/maingallery/0003.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 animation all DWI P8">
<a href="./images/maingallery/0004.jpg" class="fancybox animation all DWI P8" rel="ligthbox">
<img src="./images/maingallery/0004.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 animation all DWI P16">
<a href="./images/maingallery/0005.jpg" class="fancybox animation all DWI P16" rel="ligthbox">
<img src="./images/maingallery/0005.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 animation all DWI P32">
<a href="./images/maingallery/0006.jpg" class="fancybox animation all DWI P32" rel="ligthbox">
<img src="./images/maingallery/0006.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 animation all DWI adult">
<a href="./images/maingallery/0007.jpg" class="fancybox animation all DWI adult" rel="ligthbox">
<img src="./images/maingallery/0007.jpg" class="zoom img-fluid" alt="Card image cap">
</a>
</div>
</div>
</div>
</div>
-->
<!-- Project partners -->
<div class="row " id="partners">
<div class="container">
<h1>Partners</h1>
<!-- Institut Pasteur -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div style="display:table">
<a href="https://neuroanatomy.github.io/"
target="_blank"
style="color:white; cursor: pointer;">
<img src="./images/logo/pasteur.svg" class="partner-logos" alt="">
<div style="display:table-cell">
<a href="https://neuroanatomy.github.io/"
target="_blank"
style="color:white; cursor: pointer;">
Groupe de neuroanatomie appliquée et théorique, Institut Pasteur, France (Roberto Toro)
</a>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Radboud U -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div style="display:table">
<a href="https://www.ru.nl/donders/research/theme-4-neural-computation-neurotechnology/research-groups-theme-4/neuroinformatics/"
target="_blank"
style="color:white; cursor: pointer;">
<img src="./images/logo/radboud.svg" class="partner-logos" alt="">
<div style="display:table-cell">
<a href="https://www.ru.nl/donders/research/theme-4-neural-computation-neurotechnology/research-groups-theme-4/neuroinformatics/"
target="_blank"
style="color:white; cursor: pointer;">
Neuroinformatics research group, Radboud University Nijmegen, The Netherlands (Paul Tiesinga)
</a>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- MIRCen -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div style="display:table">
<a href="http://jacob.cea.fr/drf/ifrancoisjacob/Pages/Departements/MIRCen.aspx"
target="_blank"
style="color:white; cursor: pointer;">
<img src="./images/logo/cea.svg" class="partner-logos" alt="">
<div style="display:table-cell">
<a href="http://jacob.cea.fr/drf/ifrancoisjacob/Pages/Departements/MIRCen.aspx"
target="_blank"
style="color:white; cursor: pointer;">
MIRCen, Commisariat aux Énergies Alternatives, France (Thierry Delzescaux)
</a>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- MCGill -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div style="display:table">
<a href="https://mcin.ca/"
target="_blank"
style="color:white; cursor: pointer;">
<img src="./images/logo/mcgill.svg" class="partner-logos" alt="">
<div style="display:table-cell">
<a href="https://mcin.ca/"
target="_blank"
style="color:white; cursor: pointer;">
McGill Centre for Integrative Neuroscience, Quebec, Canada (Alan Evans)
</a>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Collaborators -->
<div class="row " id="collaborators">
<div class="container">
<h1>Collaborators</h1>
<!-- Radboud U -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div style="margin-top:1.3em">
<a href="https://www.ru.nl/english/people/bakker-r/"
target="_blank"
style="color:white; cursor: pointer;line-height:3;">
Rembrandt Bakker (Radboud University Nijmegen, The Netherlands)
</a>
</div>
</div>
</div>
</div>
<!-- Victor -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div>
<a href="http://in.umh-csic.es/grupos-detalle.aspx?grupo=50"
target="_blank"
style="color:white; cursor: pointer;line-height:3;">
Víctor Borrell Franco (Instituto de Neurociencias de Alicante, Spain)
</a>
</div>
</div>
</div>
</div>
<!-- Isabel Reillo -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div>
<a href="http://in.umh-csic.es/grupos-detalle.aspx?grupo=50"
target="_blank"
style="color:white; cursor: pointer;line-height:3;">
Isabel Reillo (Instituto de Neurociencias de Alicante, Spain)
</a>
</div>
</div>
</div>
</div>
<!-- Camino de Juan Romero -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div>
<a href="http://in.umh-csic.es/grupos-detalle.aspx?grupo=50"
target="_blank"
style="color:white; cursor: pointer;line-height:3;">
Camino de Juan Romero (Instituto de Neurociencias de Alicante, Spain)
</a>
</div>
</div>
</div>
</div>
<!-- NSA -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div>
<a href="https://www.neuroscienceassociates.com/"
target="_blank"
style="color:white; cursor: pointer;line-height:3;">
Robert C. Switzer (Neuroscience Associates, USA)
</a>
</div>
</div>
</div>
</div>
<!-- Jean-François Mangin -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div>
<a href="http://joliot.cea.fr/drf/joliot/Pages/Entites_de_recherche/NeuroSpin.aspx/"
target="_blank"
style="color:white; cursor: pointer;line-height:3;">
Jean-François Mangin (NeuroSpin, France)
</a>
</div>
</div>
</div>
</div>
<!-- Sébastien Mériaux -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div>
<a href="http://joliot.cea.fr/drf/joliot/Pages/Entites_de_recherche/NeuroSpin.aspx/"
target="_blank"
style="color:white; cursor: pointer;line-height:3;">
Sébastien Mériaux (NeuroSpin, France)
</a>
</div>
</div>
</div>
</div>
<!-- Benoit Larrat -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<div>
<a href="http://joliot.cea.fr/drf/joliot/Pages/Entites_de_recherche/NeuroSpin.aspx/"
target="_blank"
style="color:white; cursor: pointer;line-height:3;">
Benoit Larrat (NeuroSpin, France)
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Funding acknowledgements -->
<div class="row " id="funding">
<div class="container">
<h1>Funding</h1>
<div class="row">
<!-- logos with name on hover -->
<!-- ANR -->
<div class="col-lg-4 col-md-4 col-xs-6 " data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<a href="https://anr.fr/" target="_blank">
<img class="funder" src="./images/logo/anr.svg" title="Agence nationale de la recherche" class="img-fluid" alt="">
</a>
</div>
<!-- NWO -->
<div class="col-lg-4 col-md-4 col-xs-6 " data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<a href="https://www.nwo.nl/en" target="_blank">
<img class="funder" src="./images/logo/nwo-circle.svg" title="Netherlands Organisation for Scientific Research" class="img-fluid" alt="">
</a>
</div>
<!-- Human Brain Project Education Programme -->
<div class="col-lg-4 col-md-4 col-xs-6 " data-aos="fade-in" data-aos-duration="3000" data-aos-offset="0">
<a href="https://www.humanbrainproject.eu" target="_blank">
<img class="funder" src="./images/logo/hbp.png" title="Human Brain Project" class="img-fluid" alt="">
</a>
</div>
</div>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous">
</script>
<!--<script src='https://cdn.jsdelivr.net/npm/jquery@3.1.1/dist/jquery.min.js'></script>-->
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="./js/main.js"></script>
<script>
AOS.init();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155886332-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-155886332-1');
</script>
</body>
</html>