-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
507 lines (461 loc) · 24.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon"
type="image/png"
href="favicon.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BrainHack School</title>
<!-- CSS -->
<!-- google fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<!-- files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.carousel.theme.min.css" rel="stylesheet">
<link href="assets/css/ionicons.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Site Header -->
<div class="site-header-bg">
<div class="container">
<div class="row">
<div class="col-sm-6">
<a href="index.html"><img src="assets/images/logo_brainhack.png" alt="logo" width="50%"></a>
</div>
<div class="col-sm-6">
<a href="index.html"><img src="assets/images/logo_brainhack_fr.png" align="right" alt="logo" width="50%"></a>
</div>
</div>
</div>
</div>
<!-- Header -->
<section id="header" class="main-header">
<div class="container">
<div class="row">
<nav class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#site-nav-bar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="site-nav-bar">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="http://www.brainhack.org/code-of-conduct.html">Code of conduct</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
<div class="intro row">
<div class="overlay"></div>
<div class="col-sm-6 col-sm-offset-6">
<h2 class="header-quote">Brainhack School</h2>
<p>
work on a project you love
</p>
<h1 class="header-title">Montreal<br><span class="thin">May 14th-June 1st</span> </h1>
<a href="register.html" class="btn btn-default btn-robot">Register now</a>
</div>
</div> <!-- /.intro.row -->
</div> <!-- /.container -->
<div class="nutral"></div>
</section> <!-- /#header -->
<!-- Why BrainHack School -->
<section id="product" class="product">
<div class="container section-bg">
<div class="row">
<div class="col-sm-12">
<div class="classic-title">
<div class="stiker">
<h3 class="inner-stiker">Why BrainHack </h3>
</div>
<h3 class="outer-stiker">Project-based, multidisciplinary learning</h3>
<div class="incline-div"></div>
</div>
</div>
<div class="boxed">
<div class="col-sm-6">
<p class="p-large">
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">My advice on learning Python:<br><br>Don't set out to "learn Python". Choose a problem you're interested in and learn to solve it with Python.</p>— Jake VanderPlas (@jakevdp) <a href="https://twitter.com/jakevdp/status/906901174728536066?ref_src=twsrc%5Etfw">September 10, 2017</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</p>
</div>
<div class="col-sm-6">
<p style="margin:30px 0px;" class="p-large">
Neuroimaging data require both statistical and computational tools to be converted into neuroscience knowledge. These brain hacking skills are much better acquired and solidified through practice.
Most of the training will consist in working on a project openly and collaboratively.
</p>
</div>
</div>
</div>
<div class="col-sm-12">
</div>
</div>
</section>
<!-- Neural Data Science -->
<section id="history" class="history">
<div class="container section-bg">
<div class="row">
<div class="col-sm-12">
<div class="title-box">
<h2 class="title mt0">Neuroimaging Data Science</h2>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-10 col-sm-offset-1">
<p style="margin:30px 0px; font-size:20px; height:auto;">
The brainhack school is a 3-weeks long full-time educational retreat at the interface of <b>Neuroscience</b>, <b>Statistical modeling</b> and <b>Computer Science</b>.
</p>
</div>
<div class="col-sm-12">
<img class="center" src="assets/images/fig_data_science.png" alt="data science" style="margin:30px 0px" width="50%">
</div>
</div>
</div>
</div>
</section>
<!-- Not a bootcamp -->
<section id="product" class="product">
<div class="container section-bg">
<div class="row">
<div class="col-sm-12">
<div class="classic-title">
<div class="stiker">
<h3 class="inner-stiker">Not a bootcamp</h3>
</div>
<h3 class="outer-stiker">Self-directed, educational retreat for neuroimaging data scientists</h3>
<div class="incline-div"></div>
</div>
</div>
<div class="boxed">
<div class="col-sm-6">
<p class="p-large">
It is similar to a writer's retreat or work sabbatical. Researchers of all experience levels join us in Montreal to spend one to three weeks getting better, however they see fit. Participants have access to top work environment and computational facilities. Most importantly, the brainhack school community is here to help.
</p>
<a href="schedule.html" class="btn btn-default btn-robot">View schedule</a>
</div>
<div class="col-sm-6">
<p class="p-large">
<img class="center" src="assets/images/greg_anisha.jpg" alt="collaboration" style="margin:0px 0px" width="100%">
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Topics -->
<section id="history" class="history">
<div class="container section-bg">
<div class="row">
<div class="col-sm-12">
<div class="title-box">
<h2 class="title">Topics at the Brainhack School <span> </span></h2>
<a href="tutorials.html" class="btn btn-default btn-robot">view tutorials</a>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-10 col-sm-offset-1">
<p style="margin:30px 0px; font-size:20px; height:auto;">
The exact content of the course will be defined by the material required by each project. Tutorials will be organized by request in the following topics:
</p>
</div>
<div class="row">
<div class="col-sm-4">
<div class="porduct-box">
<img class="img-responsive" src="assets/images/fig_open_data.jpg" alt="data">
<h3 class="product-title">Open data</h3>
</div>
</div>
<div class="col-sm-4">
<div class="porduct-box">
<img class="img-responsive" src="assets/images/fig_code.png" alt="code">
<h3 class="product-title">Open code</h3>
</div>
</div>
<div class="col-sm-4">
<div class="porduct-box">
<img class="img-responsive" src="assets/images/fig_hpc.png" alt="product">
<h3 class="product-title">High-performance computing and pipelines</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="porduct-box">
<img class="img-responsive" src="assets/images/visu.png" alt="data">
<h3 class="product-title">Data visualization</h3>
</div>
</div>
<div class="col-sm-4">
<div class="porduct-box">
<img class="img-responsive" src="assets/images/ml.png" alt="code">
<h3 class="product-title">machine learning</h3>
</div>
</div>
<div class="col-sm-4">
<div class="porduct-box">
<img class="img-responsive" src="assets/images/neuroimaging.png" alt="product">
<h3 class="product-title">Neuroimaging</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Instructor Section -->
<section id="instructors" class="content-section">
<div class="container instructor-section">
<div class="col-md-12 ">
<div class="title-box">
<h2 class="title">Community - instructors and residents</h2>
</div>
<div class="row">
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/pierre.png">
</div>
<div class="col-sm-8">
<a href="http://bellec.simexp-lab.org/">Pierre Bellec</a> (Director)<br />Department of Computer Science and Operational Research<br />CRIUGM, Université de Montréal
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/mallar.png">
</div>
<div class="col-sm-8">
<a href="http://cobralab.ca/members/commander/">Mallar Chakravarty</a> <br />Department of Psychiatry<br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/cameron.png">
</div>
<div class="col-sm-8">
<a href="https://dellmed.utexas.edu/team-profile/cameron-craddock">Cameron Craddock</a> (resident)<br />Diagnostic Medicine<br />University of Texas at Austin
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/samir.png">
</div>
<div class="col-sm-8">
<a href="http://www.bic.mni.mcgill.ca/~samir/">Samir Das</a><br />Montreal Neurological Institute<br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/andrew.png">
</div>
<div class="col-sm-8">
<a href="http://crocodoyle.ca">Andrew Doyle</a><br />Montreal Neurological Institute<br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/elizabeth.png">
</div>
<div class="col-sm-8">
<a href="http://emdupre.me/">Elizabeth Dupre</a> <br />Montreal Neurological Institute<br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/tristan.png">
</div>
<div class="col-sm-8">
<a href="https://users.encs.concordia.ca/~tglatard/">Tristan Glatard</a><br />Department of Computer Science and Software Engineering<br />Concordia University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/karim.png">
</div>
<div class="col-sm-8">
<a href="http://www.karimjerbi.com">Karim Jerbi (co-director)</a><br />Psychology Department<br />Université de Montréal
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/anisha.png">
</div>
<div class="col-sm-8">
<a href="http://ilabs.washington.edu/postdoctoral-fellows/bio/i-labs-anisha-keshavan">Anisha Keshavan</a><br />eScience Institute<br />University of Washington
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/greg.png">
</div>
<div class="col-sm-8">
<a href="http://gkiar.me/">Gregory Kiar</a><br />Montreal Neurological Institute<br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/cecile.png">
</div>
<div class="col-sm-8">
<a href="https://ca.linkedin.com/in/cécile-madjar-11490567">Cécile Madjar</a><br />Montreal Neurological Institute<br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/daniel.png">
</div>
<div class="col-sm-8">
<a href="https://www.cbs.mpg.de/person/margulies/205351">Daniel Margulies</a><br />Institut Pasteur<br />Centre National de la Recherche Scientifique
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/bratislav.png">
</div>
<div class="col-sm-8">
<a href="http://www.misiclab.com/">Bratislav Misic</a><br />Montreal Neurological Institute <br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/clara.png">
</div>
<div class="col-sm-8">
<a href="https://recherche.chusj.org/fr/Blogue/Clara-Moreau">Clara Moreau</a><br />Ste Justine Hospital<br />Université de Montréal
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/jb.png">
</div>
<div class="col-sm-8">
<a href="https://www.mcgill.ca/qls/researchers/jb-poline">Jean-Baptiste Poline (co-director)</a><br />Montreal Institute<br />Mcgill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/nikola.png">
</div>
<div class="col-sm-8">
<a href="https://www.polymtl.ca/expertises/stikov-nikola">Nikola Stikov</a><br />Montreal Heart Institute<br />Montreal University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/angela.png">
</div>
<div class="col-sm-8">
<a href="https://www.researchgate.net/profile/Angela_Tam3">Angela Tam</a><br />CRIUGM<br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/pjt.png">
</div>
<div class="col-sm-8">
<a href="http://www.facebook.com/McConnellBrainImagingCentre/posts/819456298096269">Paule-Joanne Toussaint</a><br />Montreal Neurological Institute<br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/sebastian.png">
</div>
<div class="col-sm-8">
<a href="http://www.researchgate.net/profile/Sebastian_Urchs">Sebastian Urchs</a><br />montreal Neurological Institute<br />McGill University
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/tal.png">
</div>
<div class="col-sm-8">
<a href="http://talyarkoni.org">Tal Yarkoni</a> (Resident)<br />Department of Psychology<br />University of Texas at Austin
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<img style="margin-bottom: 10px" width="100%" src="assets/images/yu.png">
</div>
<div class="col-sm-8">
<a href="https://www.researchgate.net/profile/Yu_Zhang104">Yu Zhang</a> <br />Department of Computer Science and Operational Research<br />CRIUGM, Université de Montréal
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Partners -->
<section id="partner" class="partner">
<div class="container section-bg">
<div class="row">
<div class="col-sm-12">
<div class="title-box">
<h2 class="title mt0">Instructors' affiliations</h2>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<div id="partner-slider" class="owl-carousel">
<div class="item">
<a href="http://www.unf-montreal.ca/site/home/"> <img src="assets/logos/logo_unf.jpg" alt="UNF"></a>
</div>
<div class="item">
<a href="http://www.criugm.qc.ca/"> <img src="assets/logos/logo_criugm.jpg" alt="CRIUGM"> </a>
</div>
<div class="item">
<a href="http://www.umontreal.ca/"> <img src="assets/logos/logo_udm.jpg" alt="UdeM"> </a>
</div>
<div class="item">
<a href="http://www.mcgill.ca/"> <img src="assets/logos/logo_mcgill.jpg" alt="McGill"></a>
</div>
<div class="item">
<a href="https://www.concordia.ca/encs.html"> <img src="assets/logos/logo_concordia.jpg" alt="Concordia"></a>
</div>
<div class="item">
<a href="http://www.polymtl.ca/en"> <img src="assets/logos/logo_polytechnique.jpg" alt="polytechnique"></a>
</div>
<div class="item">
<a href="http://www.mcgill.ca/neuro/"> <img src="assets/logos/logo_mni.jpg" alt="MNI"></a>
</div>
<div class="item">
<a href="http://www.douglas.qc.ca/?locale=en"> <img src="assets/logos/logo_douglas.jpg" alt="douglas"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer text-center">
<h3>© Brainhack School 2018 </h3>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery-1.12.3.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>