-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
723 lines (660 loc) · 27.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Brainhack Global</title>
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:600" rel="stylesheet">
<!-- font awesome -->
<link href="assets/font-awesome-4.6.3/css/font-awesome.min.css" rel="stylesheet">
<!-- bootstrap -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<!-- animate.css -->
<link rel="stylesheet" href="assets/animate/animate.css" />
<link rel="stylesheet" href="assets/animate/set.css" />
<!-- gallery -->
<link rel="stylesheet" href="assets/gallery/blueimp-gallery.min.css">
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="topbar animated fadeInLeftBig"></div>
<!-- Header Starts -->
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation" id="top-nav">
<div class="container">
<div class="navbar-header">
<!-- Logo Starts -->
<a class="navbar-brand" href="http://brainhack.org/"><img src="images/logo_1.png" alt="logo">
</a>
<!-- #Logo Ends -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Nav Starts -->
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right scroll">
<li class="active"><a href="index.html#home">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#schedule">Schedule</a></li>
<li><a href="index.html#details">Locations</a></li>
<li><a href="http://www.brainhack.org/submission.html">Projects</a></li>
<li><a href="https://hackpad.com/Brainhack-Global-2017-Video-Content-ZP53JJlhGyJ">Broadcasts</a></li>
<li><a href="codeofconduct.html">Code of Conduct</a></li>
</ul>
</div>
<!-- #Nav Ends -->
</div>
</div>
</div>
</div>
<!-- #Header Starts -->
<div id="home">
<!-- Slider Starts -->
<div id="myCarousel">
<div class="carousel-inner">
<img src="images/cover1_resize.jpg" class="stretch" alt="banner" id="cover">
<h1 class="bh-title text-center wowload bounceInLeft"><i>Brainhack Global</i></h1>
<h2 class="bh-title2 text-center wowload bounceInLeft">March 2-5, 2017</h2>
</div>
</div>
<!-- #Slider Ends -->
</div>
<!-- Button Starts -->
<div class="container spacer about">
<div id="map" class="map no-padding">
<iframe width="100%" height="400px" frameborder="0" scrolling="no" scrollwheel="false" marginheight="0" marginwidth="0" src="https://www.google.com/maps/d/embed?mid=1XpAJEj5dFbyOfBocQErzPPJCxpw" style="border:0" allowfullscreen>
</iframe>
<br />
<small>
<a href="https://www.google.com/maps/d/embed?mid=12oQJgtEcGJyKgJqxRk99KKZiviU&hl=en"></a>
</small>
</div>
</div>
<!-- Button Starts -->
<div id="about" class="container spacer about">
<h2 class="text-center wowload fadeInDown">Get Ready!</h2>
<div class="row">
<div class="col-sm-4 wowload fadeInLeft">
<a href="http://www.brainhack.org/global2017/index.html#details" class="btn btn-primary">Locations</a>
</div>
<div class="col-sm-4 wowload fadeInUp">
<a href="https://brainhack-slack-invite.herokuapp.com/" class="btn btn-primary">Join us on Slack</a>
</div>
<div class="col-sm-4 wowload fadeInUp">
<a href="projects.html" class="btn btn-primary">Submit a Project</a>
</div>
</div>
</div>
<div id="coming" class="container spacer">
<h2 class="text-center wowload fadeInDown">Brainhack Global Is Coming</h2>
<div class="row">
<div class="col-sm-4 wowload fadeInLeft">
<h4>The Conference </h4>
<p>Brainhack is a unique conference that convenes researchers from across the globe and a myriad of disciplines to work together on innovative projects related to neuroscience. Year after year, global Brainhack events have brought together researchers to participate in open collaboration, and regional Brainhack events keep the momentum going throughout the year. Brainhack Global 2017 will unite several regional Brainhack events throughout the world during March 2-5, 2017. </p>
</div>
<div class="col-sm-4 wowload fadeInRight">
<h4>Registration</h4>
<p>Please contact your site's organizer or look under your sites location page to find out about registration.</p>
</div>
<div class="col-sm-4 wowload fadeInRight">
<h4>Synchronizing Sites </h4>
<p>A feature of the distributed Brainhack model is that content can be shared between sites. In the past, we have broadcast video lectures using google hangouts on air, which also archives the videos so that they can be watched later. It may also be possible for some of our speakers to give tutorials at multiple times. </p>
</div>
</div>
</div>
<div class="services">
<ul class="row text-center list-inline wowload bounceInUp">
<li>
<span><i class="fa fa-heart-o"></i><b>Share Ideas</b></span>
</li>
<li>
<span><i class="fa fa-rocket"></i><b>Build Projects</b></span>
</li>
<li>
<span id="smallfix"><i class="fa fa-globe"></i><b>Meet the Community</b></span>
</li>
<li>
<span><i class="fa fa-flask"></i><b>Learn Tools</b></span>
</li>
</ul>
</div>
<!-- #Circle Ends -->
<!-- Sponsors -->
<div id="sponsors" class="container spacer">
<div class="container">
<hr>
<h2 id="sponsors" class="text-center wowload fadeInDown">Sponsors</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center"><img src="images/child-mind-institue-logo.jpeg" alt="Child Mind Institute">
</div>
</div>
<div id="sponsors" class="row text-center">
<div class="imgContainer">
<div class="col-sm-4 wowload fadeInLeft">
<img src="images/montrealsponssmall.png" alt="Montreal Sponsor">
<h4>Montreal, Canada</h4>
</div>
<div class="col-sm-4 wowload fadeInLeft">
<img src="images/montrealspons2small.jpeg" alt="Montreal Sponsor">
<h4>Montreal, Canada</h4>
</div>
<div class="col-sm-4 wowload fadeInRight">
<img src="images/montrealspons3small.jpeg" alt="Montreal Sponsor">
<h4>Montreal, Canada</h4>
</div>
</div>
</div>
<div id="sponsors" class="row text-center">
<div class="imgContainer">
<div class="col-sm-4 wowload fadeInRight">
<img src="images/westernspons3small.png" alt="Western Sponsor">
<h4>London, Canada</h4>
</div>
<div class="col-sm-4 wowload fadeInRight">
<img src="images/westernsponssmall.png" alt="Western Sponsor">
<h4>London, Canada</h4>
</div>
<div class="col-sm-4 wowload fadeInRight">
<img src="images/westernspons2small.png" alt="Western Sponsor">
<h4>London, Canada</h4>
</div>
</div>
</p>
</div>
<div id="sponsors" class="row text-center">
<div class="imgContainer">
<div class="col-sm-4 wowload fadeInRight">
<img src="images/dartmouthspons2small.jpg" alt="Dartmouth Sponsor">
<h4>Hanover, USA</h4>
</div>
<div class="col-sm-4 wowload fadeInRight">
<img src="images/dartmouthspons3small.png" alt="Dartmouth Sponsor">
<h4>Hanover, USA</h4>
</div>
<div class="col-sm-4 wowload fadeInRight">
<img src="images/dartmouthsponssmall.png" alt="Dartmouth Sponsor">
<h4>Hanover, USA</h4>
</div>
</div>
</div>
<div id="sponsors" class="row text-center">
<div class="imgContainer">
<div class="col-sm-4 wowload fadeInRight">
<img src="images/obi_logo_4c_pos_biling_0 copysmall.jpg" alt="Ontario Sponsor">
<h4>Ontario, Canada</h4>
</div>
<div class="col-sm-4 wowload fadeInRight">
<img src="images/ynic-logo-transsmall.png" alt="York Sponsor">
<h4>York, UK</h4>
</div>
<div class="col-sm-4 wowload fadeInRight">
<img src="images/warwickspons1small.png" alt="Warwick Sponsor">
<h4>Coventry, UK</h4>
</div>
</div>
</div>
<div id="sponsors" class="row text-center">
<div class="imgContainer">
<div class="col-sm-4 wowload fadeInRight">
<img src="images/cambridgesponssmall.png" alt="Cambridge Sponsor">
<h4>Cambridge, UK</h4>
</div>
</div>
</div>
</div>
<hr>
</div>
<!-- Sponsors End -->
<!-- Schedule -->
<div id="schedule" class="container">
<div class="row">
<div class="text-center wowload fadeInLeft">
<h2>Schedule</h2>
<div class="text-center">
<div class="responsive-iframe-container">
<iframe src="https://calendar.google.com/calendar/embed?mode=WEEK&height=300&wkst=2&bgcolor=%23FFFFFF&src=brainhackorg%40gmail.com&color=%231B887A&src=4d5komlf0gje9bjdc4eu9if68k%40group.calendar.google.com&color=%23711616&src=c8m7gdq4d0cfods70ltptculj0%40group.calendar.google.com&color=%238C500B&src=mrn.org_rco0m6cdqc8u65ur9htnqe589o%40group.calendar.google.com&color=%23333333&src=berkeley.edu_ah9g8acucglpcvfuuqtjeta1l0%40group.calendar.google.com&color=%23875509&src=j0qn81jhmmnp6otpkbf96l36ag%40group.calendar.google.com&color=%23865A5A&src=mrmbtj7du1579lulhotg5d0ovc%40group.calendar.google.com&color=%2329527A&src=emuuoren2ekiemhk6556q9a88c%40group.calendar.google.com&color=%23AB8B00&src=uv.cl_9d5rsoalcqvknkhjkrtit07q1o%40group.calendar.google.com&color=%236B3304&src=ge9tmicimqubkeqggl3rt6fn3s%40group.calendar.google.com&color=%232F6309&src=york.ac.uk_9b75q6kmfsisjudpd2hkep5lqk%40group.calendar.google.com&color=%2342104A&src=brainhack.zh%40gmail.com&color=%23182C57&src=fn1irf5eknmekbs89jh3ltcjkk%40group.calendar.google.com&color=%230F4B38&src=western.brainhack%40gmail.com&color=%23B1365F&ctz=America%2FNew_York&dates=20170302%2F20170305" style="border-width:0" width="1000" height="300" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
</div>
<hr>
</div>
<!-- Schedule Ends -->
<div id="details" class="container spacer">
<div>
<h2 class=" col-sm-12 text-center wowload fadeInDown">Locations</h2> </div>
<!-- start row1 -->
<div class="row">
<div class="postit asia col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>Beijing, China</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> Institute Of Psychology, CAS, China</p>
<p>Chair: Xinian Zuo </p>
<p> <a href="locations.html#beijing">Learn More</a>
</p>
</div>
<div class="postit asia col-sm-3 wowload fadeInLeft">
<h4>TBD, Singapore</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> National University of Singapore, Singapore</p>
<p>Chair: Anqi Qlu</p>
<p><a href="locations.html#singapore">Learn More</a>
</p>
</div>
<div class="postit asia col-sm-3 wowload fadeInLeft">
<h4>Wako, Japan</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> RIKEN</p>
<p>Chair: Yoshihiro Okumura</p>
<p><a href="locations.html#Wako">Learn More</a>
</p>
</div>
<div class="postit europe col-sm-3 wowload fadeInLeft">
<h4>Amsterdam, Netherlands</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Spinoza Centre for Neuroimaging</p>
<p>Chair: Pierre-Louis Bazin</p>
<p> <a href="locations.html#amsterdam">Learn More</a>
</p>
</div>
</div>
<!-- end row1 -->
<!-- start row2 -->
<div class="row">
<div class="postit europe col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>Bilbao, Spain</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Cruces University Hospital</p>
<p>Chair: Asier Erramuzpe Aliaga</p>
<p> <a href="locations.html#Bilbao">Learn More</a>
</p>
</div>
<div class="postit europe col-sm-3 wowload fadeInLeft">
<h4>Cambridge, UK</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Wolfson College, University of Cambridge</p>
<p>Chair: Kirstie Whitaker </p>
<p> <a href="locations.html#cambridge">Learn More</a>
</p>
</div>
<div class="postit europe col-sm-3 wowload fadeInLeft">
<h4>Leipzig, Germany</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Max Planck Institute for Human Cognitive and Brain Sciences</p>
<p>Chair: Daniel Margulies</p>
<p> <a href="locations.html#leipzig">Learn More</a>
</p>
</div>
<div class="postit europe col-sm-3 wowload fadeInLeft">
<h4>Munich, Germany</h4>
<p>March 2-3</p>
<p><i class="fa fa-map-marker"></i> LMU Munich, Biocenter</p>
<p>Chair: Thomas Wachtler </p>
<p> <a href="locations.html#munich">Learn More</a>
</p>
</div>
</div>
<!-- end row2 -->
<!-- start row3 -->
<div class="row">
<div class="postit europe col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>Paris, France</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Institut Pasteur</p>
<p>Chair: Roberto Toro and Gael Varoquax </p>
<p> <a href="locations.html#paris">Learn More</a>
</p>
</div>
<div class="postit europe col-sm-3 wowload fadeInLeft">
<h4>Rotterdam, Netherlands</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Spinoza Centre for Neuroimaging</a></p>
<p>Chair: Tonya White </p>
<p> <a href="locations.html#Rotterdam">Learn More</a>
</p>
</div>
<div class="postit europe col-sm-3 wowload fadeInLeft">
<h4>Stockholm, Sweden</h4>
<p>March 3-4</p>
<p><i class="fa fa-map-marker"></i> Karolinska Institute, INCF Secretariat, Nobels väg 15 A</p>
<p>Chair: Malin Sandström, Gustav Nilsonne, Anders Eklund </p>
<p> <a href="locations.html#stockholm">Learn More</a>
</p>
</div>
<div class="postit europe col-sm-3 wowload fadeInLeft">
<h4>Coventry, UK</h4>
<p>March 2-3</p>
<p><i class="fa fa-map-marker"></i> University of Warwick</p>
<p>Chair: Camille Maumet, Thomas Nichols, and Simon Schwab</p>
<p> <a href="locations.html#warwick">Learn More</a>
</p>
</div>
</div>
<!-- end row3 -->
<!-- start row4 -->
<div class="row">
<div class="postit europe col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>York, UK</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> York Neuroimaging Centre</p>
<p>Chair: Deniz Vatansever</p>
<p> <a href="locations.html#york">Learn More</a>
</p>
</div>
<div class="postit europe col-sm-3 wowload fadeInLeft">
<h4>Zurich, Switzerland</h4>
<p>March 2-3</p>
<p><i class="fa fa-map-marker"></i>University Research Priority Program Dynamics of Healthy Aging, University of Zurich</p>
<p>Chair: Franz Liem and Frank Scharnowski</p>
<p> <a href="locations.html#zurich">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>London, Canada</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Robarts Research Institute, Western University</p>
<p>Chairs: Ali Khan and Joern Diedrichsen</p>
<p> <a href="locations.html#western">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Montreal, Canada</h4>
<p>March 2-3</p>
<p><i class="fa fa-map-marker"></i> Notman house</p>
<p>Chair: Pierre Bellec</p>
<p> <a href="locations.html#montreal">Learn More</a>
</p>
</div>
</div>
<!-- end row4 -->
<!-- start row5 -->
<div class="row">
<div class="postit north col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>Toronto, Canada</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Center for Addiction and Mental Health</p>
<p>Chair: Stephen Strother and Erin W Dickie</p>
<p> <a href="locations.html#toronto">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Albuquerque, USA</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> University of New Mexico</p>
<p>Chair: Eva Mennigen </p>
<p> <a href="locations.html#albuquerque">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Ann Arbor, USA</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> University of Michigan</p>
<p>Chair: Daniel Kessler and Scott Peltier</p>
<p> <a href="locations.html#annarbor">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Birmingham, USA</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> University of Alabama at Birmingham</p>
<p>Chair: Kristina Visscher</p>
<p> <a href="locations.html#birmingham">Learn More</a>
</p>
</div>
</div>
<!-- end row5 -->
<!-- start row6 -->
<div class="row">
<div class="postit north col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>Bloomington, USA</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> University of Indiana at Bloomington</p>
<p>Chair: Eleftherios Garyfallidis</p>
<p> <a href="locations.html#bloomington">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Boston, USA</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> MIT</p>
<p>Chair: Satra Ghosh, Keith Heberlin, David Kennedy, and Koene Van Dijk </p>
<p> <a href="locations.html#boston">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Washington DC, USA</h4>
<p>March 2-3</p>
<p><i class="fa fa-map-marker"></i> NIMH</p>
<p>Chair: Javier Gonzalez-Castillo </p>
<p> <a href="locations.html#dc">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Durham, USA</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> Duke University</p>
<p>Chair: Luka Ruzic </p>
<p> <a href="locations.html#Durham">Learn More</a>
</p>
</div>
</div>
<!-- end row6 -->
<!-- start row7 -->
<div class="row">
<div class="postit north col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>Eugene, USA</h4>
<p>March 4-5</p>
<p><i class="fa fa-map-marker"></i> University of Oregon</p>
<p>Chair: Kate Mills </p>
<p> <a href="locations.html#eugene">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Hanover, USA</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> Department of Psychological & Brain Sciences, Dartmouth College</p>
<p>Chair: Matteo Visconti di Oleggio Castello</p>
<p> <a href="locations.html#hanover">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Iowa City, USA</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> University of Iowa</p>
<p>Chair: Hans J. Johnson</p>
<p> <a href="locations.html#iowacity">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Madison, USA</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> University of Wisconsin</p>
<p>Chair: Rasmus Birn</p>
<p> <a href="locations.html#madison">Learn More</a>
</p>
</div>
</div>
<!-- end row7 -->
<!-- start row8 -->
<div class="row">
<div class="postit north col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>Miami, USA</h4>
<p>March 3</p>
<p><i class="fa fa-map-marker"></i> Florida International University</p>
<p>Chair: Angie Laird</p>
<p> <a href="locations.html#miami">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>New York City, USA</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Child Mind Institute</p>
<p>Chair: Cameron Craddock</p>
<p> <a href="locations.html#NYC">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>San Francisco, USA</h4>
<p>March 3-5</p>
<p><i class="fa fa-map-marker"></i> Manylabs</p>
<p>Chair: Dan Lurie</p>
<p> <a href="locations.html#sanfrancisco">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Seattle, USA</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> University of Washington</p>
<p>Chair: Ariel Rokem </p>
<p> <a href="locations.html#seattle">Learn More</a>
</p>
</div>
</div>
<!-- end row8 -->
<!-- start row9 -->
<div class="row">
<div class="postit north col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>St. Louis, USA</h4>
<p>March 3-5</p>
<p><i class="fa fa-map-marker"></i> Danforth University Center</p>
<p>Chair: Caitlin Carey </p>
<p> <a href="locations.html#stlouis">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Urbana, USA</h4>
<p>March 2-4</p>
<p><i class="fa fa-map-marker"></i> Beckman Institute, UIUC</p>
<p>Chair: Brad Sutton</p>
<p> <a href="locations.html#urbana">Learn More</a>
</p>
</div>
<div class="postit north col-sm-3 wowload fadeInLeft">
<h4>Queretaro, Mexico</h4>
<p>March 2-5</p>
<p><i class="fa fa-map-marker"></i> UNAM Instituto de Neurobiología</p>
<p>Chair: Fernando Barrios</p>
<p><a href="locations.html#Queretaro">Learn More</a>
</p>
</div>
<div class="postit south col-sm-3 wowload fadeInLeft">
<h4>Porto Alegre, Brasil</h4>
<p>March 3-4</p>
<p><i class="fa fa-map-marker"></i> PUCRS, Prédio 30</p>
<p>Chair: Alexandre Franco</p>
<p> <a href="locations.html#porto-alegre">Learn More</a>
</p>
</div>
</div>
<!-- end row9 -->
<!-- start row10 -->
<div class="row">
<div class="postit south col-sm-3 col-md-offset-1 wowload fadeInLeft">
<h4>Valparaíso, Chile</h4>
<p>March 3-4</p>
<p><i class="fa fa-map-marker"></i> Universidad de Valparaíso</p>
<p>Chair: Alejandro Weinstein</p>
<p> <a href="locations.html#Valparaíso">Learn More</a>
</p>
</div>
</div>
<!-- end row10 -->
</div>
<!-- end postit -->
<div id="codeofconduct" class="container spacer ">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="text-center wowload fadeInUp">Code of Conduct</h2>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 text-justify">
<p>Brainhack is dedicated to a harassment-free conference experience for everyone. Our anti-harassment policy can be found at:
<a href="http://www.brainhack.org/global2017/codeofconduct.html">http://www.brainhack.org/global2017/codeofconduct.html</a>
</p>
</div>
</div>
</div>
</div>
<!-- About Starts -->
<div class="highlight-info">
<div class="overlay spacer">
<div class="container">
<div class="row text-center wowload fadeInDownBig">
<div class="col-xs-3">
<i class="fa fa-users fa-5x"></i>
<h4>708 People</h4>
</div>
<div class="col-xs-3">
<i class="fa fa-coffee fa-5x"></i>
<h4>36 Brainhacks</h4>
</div>
<div class="col-xs-3">
<i class="fa fa-map-marker fa-5x"></i>
<h4>16 Countries</h4>
</div>
<div class="col-xs-3">
<i class="fa fa-calendar fa-5x"></i>
<h4>4 days</h4>
</div>
</div>
</div>
</div>
</div>
<!-- About Ends -->
<!-- Footer Starts -->
<div id="contact" class="footer text-center spacer">
<p class="wowload flipInX">
<a href="https://brainhack-slack-invite.herokuapp.com/"><i class="fa fa-slack fa-2x"></i></a>
<a href="https://twitter.com/brainhackorg"><i class="fa fa-twitter fa-2x"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-2x"></i></a> </p>
Copyright 2017 Brainhack Global. All rights reserved.
</div>
<!-- # Footer Ends -->
<a href="#home" class="gototop "><i class="fa fa-angle-up fa-3x"></i></a>
<!-- The Bootstrap Image Gallery lightbox, should be a child element of the document body -->
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls">
<!-- The container for the modal slides -->
<div class="slides"></div>
<!-- Controls for the borderless lightbox -->
<h3 class="title">Title</h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<!-- The modal dialog, which will be used to wrap the lightbox content -->
</div>
<!-- jquery -->
<script src="assets/jquery.js"></script>
<!-- wow script -->
<script src="assets/wow/wow.min.js"></script>
<!-- boostrap -->
<script src="assets/bootstrap/js/bootstrap.js" type="text/javascript"></script>
<!-- jquery mobile -->
<script src="assets/mobile/touchSwipe.min.js"></script>
<script src="assets/respond/respond.js"></script>
<!-- gallery -->
<script src="assets/gallery/jquery.blueimp-gallery.min.js"></script>
<!-- custom script -->
<script src="assets/script.js"></script>
<script>
$('.map').click(function() {
$('.map iframe').css("pointer-events", "auto");
});
$(".map").mouseleave(function() {
$('.map iframe').css("pointer-events", "none");
});
</script>
</body>
</html>