-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
448 lines (421 loc) · 17.7 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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>CogBases</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">CogBases</a></h1>
<nav id="nav">
<ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#tools">Tools</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#registration">Registration</a></li>
<li><a href="#venue">Venue</a></li>
<li><a href="abstracts.html">Abstracts</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>CogBases</h2>
<p>A workshop on open science methods <br />
for analyzing brain imaging data</p>
<p>10-11 October 2023 <br />
Institut Pasteur</p>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- Introduction -->
<section id="introduction" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Welcome to the CogBases Workshop, an exciting event dedicated to exploring the latest advances in cognitive neuroscience research.</h2>
<p>The workshop brings together leading experts in the field to discuss new techniques, tools, and insights into the workings of the brain.</p> <p>Through a combination of talks, posters, and networking sessions, attendees will have the opportunity to learn from the best and connect with peers from around the world.</p>
<p>Jump directly to the <a href="#registration">registration</a></p>
</header>
<ul class="icons major">
<li><span class="icon solid fa-brain major style1"><span class="label">Lorem</span></span></li>
<li><span class="icon solid fa-database major style1"><span class="label">Ipsum</span></span></li>
<li><span class="icon solid fa-code major style1"><span class="label">Dolor</span></span></li>
</ul>
</div>
</section>
<!-- Tools -->
<section id="tools" class="wrapper style2 special">
<div class="inner">
<header class="major">
<h2>Open tools to enrich your analyses</h2>
<p>During the conference, we will present a range of cutting-edge tools and technologies for analyzing brain imaging data. Whether you're a seasoned neuroscientist or just starting out in the field, these tools will help you unlock new insights into the workings of the brain.</p>
</header>
<ul class="features">
<li class="icon solid fa-code">
<h3>NeuroLang</h3>
<p>A domain-specific language for neuroscience that aims to facilitate data integration and knowledge discovery.</p>
</li>
<li class="icon solid fa-map">
<h3>Neuromaps</h3>
<p>An open-source software suite for the analysis, visualization, and sharing of neuroimaging data.</p>
</li>
<li class="icon solid fa-cogs">
<h3>IBC/Brain Cockpit</h3>
<p>A web-based platform for data management, curation, and analysis, with a particular focus on neuroimaging data.</p>
</li>
<li class="icon solid fa-cube">
<h3>Siibra</h3>
<p>A platform for the integration and analysis of multimodal brain data, including MRI, EEG, and PET.</p>
</li>
</ul>
</div>
</section>
<!-- Speakers -->
<section id="speakers" class="wrapper style3 special">
<div class="inner">
<header>
<h2>Speakers</h2>
<p>Meet the international experts who will be sharing their knowledge at our conference.</p>
</header>
<table>
<tr><td>
<section style="text-align: left">
<img class="image left" style="width:180px;" src="images/speakers/justine.jpg" alt="Justine Hansen" />
<h3>Justine Hansen</h3>
<p>Assistant Professor in the Department of Neurology and Neurosurgery at McGill University. Her research focuses on the development of new statistical methods to analyze large-scale brain imaging data, with a particular emphasis on the analysis of functional connectivity data.</p>
</section>
</td></tr>
<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/camille.jpg" alt="Camille Maumet" /></span>
<h3>Camille Maumet</h3>
<p>Senior Research Scientist at the French National Institute for Research in Digital Science and Technology (Inria). Her research focuses on the development of open science methods and tools to support reproducible neuroscience research, with a particular emphasis on the use of neuroinformatics approaches.</p>
</section>
</td></tr>
<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/pierre.jpg" alt="Pierre Bellec" /></span>
<h3>Pierre Bellec</h3>
<p>Associate Professor in the Department of Computer Science and Operations Research at the University of Montreal. His research focuses on the development of new statistical and computational methods to analyze brain imaging data, with a particular emphasis on the identification of biomarkers for brain disorders.</p>
</section>
</td></tr>
<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/russ.jpg" alt="Russ Poldrack" /></span>
<h3>Russ Poldrack</h3>
<p>Professor of Psychology at Stanford University. His research focuses on the neural basis of human cognition, with a particular emphasis on the use of neuroimaging methods to understand the mechanisms underlying learning and decision-making.</p>
</section>
</td></tr>
<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/sarah.jpg" alt="Sarah Genon" /></span>
<h3>Sarah Genon</h3>
<p>Research Scientist at the Institute of Neuroscience and Medicine at the Forschungszentrum Juelich. Her research focuses on the development of new computational methods to analyze large-scale brain imaging data, with a particular emphasis on the identification of brain networks involved in cognitive functions.</p>
</section>
</td></tr>
<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/angie.jpg" alt="Angie Laird" /></span>
<h3>Angie Laird</h3>
<p>Professor of Psychology at Florida International University. Her research focuses on the use of brain imaging techniques to understand the structure and function of the brain, with a particular emphasis on the identification of brain networks involved in cognition, emotion, and social behavior.</p>
</section>
</td></tr>
<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/demian.jpg" alt="Demian Wassermann" /></span>
<h3>Demian Wassermann</h3>
<p>Research Director at Inria. His research focuses on the development of new computational methods to analyze brain imaging data, with a particular emphasis on the study of brain function and dysfunction in neurological and psychiatric disorders.</p>
</section>
</td></tr>
<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/jerome.jpg" alt="Jérôme Dockès" /></span>
<h3>Jérôme Dockès</h3>
<p>Jérôme Dockès is a post-doc at the Montreal Neurological Institute, researching machine learning-based biomarkers and text-mining of neuroimaging literature. His interests include computational neuroscience and (bio)statistics.</p>
</section>
</td></tr>
</table>
</div>
</section>
<!-- Schedule -->
<section id="schedule" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Schedule</h2>
<p>Two days of presentations, tutorials and discussion</p>
</header>
<section id="schedule" class="main">
<h3>Day 1</h3>
<div class="table-wrapper" style="text-align: left;">
<table class="alt">
<thead>
<tr>
<th>Time</th>
<th>Speaker</th>
<th>Topic</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:30 - 10:00</td>
<td><b>Welcome coffee</b></td>
<td></td>
</tr>
<tr>
<td>10:00 - 10:10</td>
<td>Opening session</td>
<td></td>
</tr>
<tr>
<td>10:10 - 11:50</td>
<td colspan="2"><b>Session 1: Describing behaviour with cognitive annotations</b></td>
</tr>
<tr>
<td></td>
<td>Justine Hansen</td>
<td>Functional annotations</td>
</tr>
<tr>
<td></td>
<td>Camille Maumet</td>
<td>Reproducible Neuroscience Research</td>
</tr>
<tr>
<td></td>
<td>Pierre Bellec</td>
<td>Biomarkers for Brain Disorders</td>
</tr>
<tr>
<td>11:50 - 12:50</td>
<td colspan="2"><b>Tutorial session 1</b></td>
</tr>
<tr>
<td></td>
<td>Neurolang</td>
<td></td>
</tr>
<tr>
<td></td>
<td>Neuromaps</td>
<td></td>
</tr>
<tr>
<td></td>
<td>IBC/Brain cockpit</td>
<td></td>
</tr>
<tr>
<td></td>
<td>Siibra</td>
<td></td>
</tr>
<tr>
<td>12:50 - 14:00</td>
<td colspan="2"><b>Lunch</b></td>
</tr>
<tr>
<td>14:00 - 15:00</td>
<td colspan="2"><b>Tutorial session 2</b></td>
</tr>
<tr>
<td></td>
<td>Neurolang</td>
<td></td>
</tr>
<tr>
<td></td>
<td>Neuromaps</td>
<td></td>
</tr>
<tr>
<td></td>
<td>IBC/Brain cockpit</td>
<td></td>
</tr>
<tr>
<td></td>
<td>Siibra</td>
<td></td>
</tr>
<tr>
<td>15:00 - 15:30</td>
<td colspan="2"><b>Coffee break</b></td>
</tr>
<tr>
<td>15:30 - 17:10</td>
<td colspan="2"><b>Session 2: Meta analysis in the age of predicting modeling</b></td>
</tr>
<tr>
<td></td>
<td>Sarah Genon</td>
<td>Biomarkers for Brain Disorders</td>
</tr>
<tr>
<td></td>
<td>Angie Laird</td>
<td>Neuroimaging Data Analysis</td>
</tr>
<tr>
<td></td>
<td>Demian Wasserman</td>
<td>Neuroimaging Data Analysis</td>
</tr>
<tr>
<td>17:10 - 18:00</td>
<td colspan="2"><b>Neuro apéro</b></td>
</tr>
</tbody>
</table>
</div>
<h3>Day 2</h3>
<div class="table-wrapper" style="text-align: left;">
<table class="alt">
<thead>
<tr>
<th>Time</th>
<th>Speaker</th>
<th>Topic</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:00 - 9:15</td>
<td>Opening Remarks</td>
<td>Welcome to the Workshop</td>
</tr>
<tr>
<td>9:15 - 10:00</td>
<td>Justine Hansen</td>
<td>Functional Connectivity Analysis</td>
</tr>
<tr>
<td>10:00 - 10:45</td>
<td>Camille Maumet</td>
<td>Reproducible Neuroscience Research</td>
</tr>
<tr>
<td>10:45 - 11:00</td>
<td>Coffee Break</td>
<td></td>
</tr>
<tr>
<td>11:00 - 11:45</td>
<td>Pierre Bellec</td>
<td>Biomarkers for Brain Disorders</td>
</tr>
<tr>
<td>11:45 - 12:30</td>
<td>Russ Poldrack</td>
<td>Neuroimaging Data Analysis</td>
</tr>
<tr>
<td>12:30 - 1:30</td>
<td>Lunch Break</td>
<td></td>
</tr>
<tr>
<td>1:30 - 2:15</td>
<td>Panel Discussion</td>
<td>Reproducibility Challenges in Brain Imaging Research</td>
</tr>
<tr>
<td>2:15 - 2:30</td>
<td>Closing Remarks</td>
<td>End of Workshop</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</section>
<!-- Registration -->
<section id="registration" class="wrapper style2 special">
<div class="inner">
<header class="major">
<h2>Registration</h2>
</header>
<div>
<p>Registration is free of charge but mandatory, and is open until the 22 of September 2023.</p>
<p>Register <b><a href="https://docs.google.com/forms/d/e/1FAIpQLScZLHB5Ybf4fliCGbZ9k0cSaXpyLlyH-BIz1GMr4Wns35LA8g/viewform">here</a></b>.</p>
<p>If you want to showcase your research as a poster, submit your contribution using <b><a href="https://docs.google.com/forms/d/e/1FAIpQLSeATbXRye3lBD-VYXBkGVSyX5tMts_W6mMS_nEW6BITjedFNw/viewform">this form</a></b>.</p>
</div>
</div>
</section>
<!-- Venue -->
<section id="venue" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Venue</h2>
</header>
<p>The CogBases workshop will be held at the Agora of the Yersin building (also called the "Omics" building) at Institut Pasteur in Paris. The Agora is a spacious and modern venue that provides a comfortable and inspiring environment for scientific events.</p>
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-12"><span class="image fit"><img src="images/venue/omics-0.jpg" alt="The Agora of the Yersin building" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/venue/omics-1.jpg" alt="The Agora of the Yersin building" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/venue/omics-2.jpg" alt="The Agora of the Yersin building" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/venue/omics-3.jpg" alt="The Agora of the Yersin building" /></span></div>
</span>
<div class="content">
<p>To get to Institut Pasteur using public transportation, you can take the metro line 6 and get off at the Pasteur station, which is just a few minutes' walk from the institute. Alternatively, you can take the bus lines 39, 70, or 89 and get off at the Pasteur - Institute Curie stop.</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2624.154766854844!2d2.310894315674748!3d48.83824007928561!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66ed94522e955%3A0xb5bb0727c26760f8!2sInstitut%20Pasteur!5e0!3m2!1sen!2sus!4v1658563989899!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
</section>
<!-- Sponsors -->
<section id="sponsors" class="wrapper style4 special">
<div class="inner">
<header class="major">
<h2>Sponsors</h2>
</header>
<span style="margin-left:50px">
<img src="images/cbrains-logo.png" width="200px" alt="DIM C-BRAINS logo">
</span>
<span style="margin-left:50px">
<img src="images/inr_logo_blanc.svg" width="200px" alt="Inria logo">
</span>
<span style="margin-left:50px">
<img src="images/pasteur-logo.svg" width="120px" alt="Institut Pasteur logo">
</span>
<br/>
<span>
<img src="images/erc-logo.svg" width="400px" alt="ERC logo" style="margin-top:100px">
</span>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon brands fa-slack"><span class="label">Mattermost</span></a></li>
<li><a href="#" class="icon brands fa-mastodon"><span class="label">Mastodon</span></a></li>
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>CogBases</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>