-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
892 lines (804 loc) · 31.5 KB
/
index.html
File metadata and controls
892 lines (804 loc) · 31.5 KB
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
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
<!DOCTYPE HTML>
<!--
Tessellate by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Global Toronto 01-2026</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/index.css" />
<!-- Full Calender -->
<link href='assets/js/fullcalendar/packages/core/main.css' rel='stylesheet' />
<link href='assets/js/fullcalendar/packages/list/main.css' rel='stylesheet' />
<script src='assets/js/fullcalendar/packages/core/main.js'></script>
<script src='assets/js/fullcalendar/packages/list/main.js'></script>
<script src="assets/js/jquery.min.js"></script>
<!-- Script for calendar -->
<script>
// Get JSON callsback addDocument...
document.addEventListener('DOMContentLoaded', addDocument)
function addDocument() {
$.getJSON("assets/data/calendar.json", function (data) {
console.log(data)
var calendarEl = document.getElementById('calendar');
var calendar = new FullCalendar.Calendar(calendarEl, {
plugins: ['list'],
defaultView: 'listWeek',
validRange: {
start: "2026-01-19",
end: "2026-01-22"
},
events: data
});
calendar.render();
});
}
</script>
<!-- Script for responsive banner -->
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="#info">Brainhack Toronto 2026</a>
<!-- <a href="https://brainhack.org/global2026/">Brainhack Global 2026</a> -->
<a href="https://www.eventbrite.com/e/brainhack-global-toronto-2026-building-bridges-in-brain-data-tickets-1977049523345?aff=oddtdtcreator"><b>Register</b></a>
<a href="#schedule">Program</a>
<a href="#calendar">Schedule</a>
<a href="#workshop">TrainTrack</a>
<a href="#panel">Featured Panels</a>
<a href="#projects">Projects</a>
<a href="#team">Our team</a>
<a href="#sponsors">Sponsors</a>
<a href="#footer">Contact us</a>
<a href="https://github.com/brainhackto/Global-Toronto-01-2026"><i class="icon fa-github"></i></a>
<a href="https://twitter.com/brainhackto"><i class="icon fa-twitter"></i></a>
<a href="javascript:void(0);" class="visible-phone" onclick="myFunction()">☰</a>
</div>
<!-- Header -->
<span class="header-logo">
<div align=center><img class="logo" src="./images/BrainHack/1x/coverArt2026@0.5x.png" alt="retro-brain-logo">
</div>
<!-- <div align=center id="register-link"><a
href="https://cvent.me/4lLx9O">Register!</a>
</div> -->
</span>
<!-- First -->
<section id="info" class="main">
<header>
<div class="container">
<h2> Why Brainhack ?</h2>
<p> BrainHacks are collaborative events that focus on the open sharing of ideas, models, code, and data.
They bring together brain experts and enthusiasts from a variety of backgrounds to build
relationships, learn from one another, and collaborate on projects related to the neurosciences.
</p>
<p> BrainHack Global Toronto 2026 will be an in person event, featuring the theme of <b>Building Bridges in Brain Data</b>.
The event will be held in collaboration with Neuronto, the Ontario Brain Institute, SickKids Neuroscience & Mental Health,
and CAMH's Krembil Centre for Neuroinformatics. Participants at BrainHack Global Toronto
2026 will have opportunities to work with like-minded scientists through either submitting an organized
project or engaging in one.
</p>
<p>
We also encourage new programmers and all levels of students/scientists to participate in our workshop this year.
We pair with the Hospital for Sick Children (SickKids) to provide TrainTrack sessions (i.e., tutorials and workshops)
during the event to help kickstart your growth as a neurohacker!
</p>
<!-- Youtube video embed -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/3tBMvtjTTCI?si=jQV3qiJcz8qhJ1FS" title="BrainHack Toronto 2026" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p> Join us on <a href="https://discord.gg/HC7fumm79B" target="_blank">Discord</a> to join the community
of BrainHack Global Toronto 2026 and start planning your projects! We also have an official
<b>#brainhack-toronto</b> channel on <a
href="https://mattermost.brainhack.org/brainhack/channels/brainhack-toronto"
target="_blank">Mattermost</a>, where you can connect with the BrainHack Global community around
the world!
</p>
</br>
<div>
<h4><u><b>BrainHack Toronto 2026</b></u></h4>
<table>
<tr>
<td align="left">
<b>Dates:</b>
</td>
<td align="left">
Jan 19-21, 2026
</td>
</tr>
<tr>
<td align="left">
<b>Cost:</b>
</td>
<td align="left">
CA$30/person for General admission including onsite breakfast & lunch
<!-- <br>
CA$5/person for the General admission of virtual participation
<br>
(Check out our Bring-a-Friend discount with CA$50 for 2!) -->
<br>
Additionally, we have allocated funds to assist with travel expenses for those coming from out of town.
We encourage those who are interested to <a href="mailto:brainhacktoronto@gmail.com" target="_blank">send us an email</a> for further information.
</td>
</tr>
<tr>
<td align="left">
<b>Location:</b>
</td>
<td align="left">
Peter Gilgan Centre for Research and Learning, SickKids, 686 Bay St., Toronto, ON M5G 0A4
<br> Hybrid option will be supported for talks and presentations, but not for open hacking. Link will be shared via Discord.
</td>
</tr>
<tr>
<td align="left">
<b>Note:</b>
</td>
<td align="left">We follow <a href="http://www.brainhack.org/code-of-conduct.html">the code
of conduct</a> of BrainHack Global.</td>
</tr>
</table>
</div>
<div id="reg-link"><a
href="https://www.eventbrite.com/e/brainhack-global-toronto-2026-building-bridges-in-brain-data-tickets-1977049523345?aff=oddtdtcreator">
<b>Register now!</b></a></div>
<div class="map-responsive">
<!-- Change z=xx for map zoom-->
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11546.188152472374!2d-79.3849272!3d43.6575916!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b34ca3dd5da23%3A0x9399001f9e6cd4b4!2sPeter%20Gilgan%20Centre%20for%20Research%20and%20Learning!5e0!3m2!1sen!2sca!4v1728597288154!5m2!1sen!2sca"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</header>
<div class="content dark style1 featured">
<div class="container">
<div class="row">
<div class="4u 12u(narrow)">
<section>
<span class="feature-icon">
<span class="icon fa-graduation-cap"></span>
</span>
<header>
<h3>Learn</h3>
</header>
<p>Learn about tools, techniques and datasets in neuroimaging research.</p>
</section>
</div>
<div class="4u 12u(narrow)">
<section>
<span class="feature-icon">
<span class="icon fa-comments"></span>
</span>
<header>
<h3>Be Social</h3>
</header>
<p>Meet researchers from a variety of backgrounds. Share your knowledge.</p>
</section>
</div>
<div class="4u 12u(narrow)">
<section>
<span class="feature-icon">
<span class="icon fa-gears"></span>
</span>
<header>
<h3>Get Involved</h3>
</header>
<p>Find exciting projects that you would like to contribute to.</p>
</section>
</div>
</div>
</div>
</div>
</section>
<!-- Second -->
<section id="schedule" class="main">
<header>
<div class="container">
<h2>Program</h2>
<p>
This three day event will bring together local scientists and trainees in neuroimaging from
institutions across the region.
The program will include:
</p>
<div class="row">
<div class="4u 12u(narrow)">
<a href="https://gigascience.biomedcentral.com/articles/10.1186/s13742-016-0121-x"
target="_blank" class="image fit">
<img src="images/what_is_brainhack.gif" alt="" />
</a>
</div>
<div class="8u 12u(narrow)">
<ul class="info">
<li class="icon fa-cog">
<!-- Update information for better interoperability -->
<b>Open hacking</b> sessions in which attendees will work together on projects of their
own design. Attendees are encouraged but not required to bring their own projects into
the hackathon to work collaboratively with others. Project inspirations could stem from
other projects proposed by attendees, ongoing work you're involved in, or new research
areas that you've been waiting to have an opportunity to jump on!
</li>
<li class="icon fa-train"> <b> TrainTrack </b> to help you get up to speed
with various programming languages and current practices in open-source and
reproducible neuroimaging analysis. This year's BrainHack will feature 3 TrainTrack
sessions, provided by Centre for Computational Medicine of SickKids.
</li>
<li> <i class="fas fa-handshake"></i> <b> Panel Discussions </b> to give attendees an overview
of brain science in the Greater Toronto Area and beyond.
This year, we invited speakers from SickKids, KCNI, Krembil Brain Institute, and Baycrest
Rotman Research Centre to share their research. We also invite brainhackers from Taiwan,
Montreal, and Marseille to share their experiences in their BrainHack.
</li>
<li><i class="icon fa-microphone"></i> <b> Unconference sessions </b> to provide a welcoming
platform for attendees to share their tools, knowledge, and ideas. There will be three open slots
for attendees to sign up. If you’re interested, please speak with a member of the organizing
committee at the event. Sessions will be filled on a first-come, first-served basis.
</li>
<li><i class="icon fa-comment"></i> <b> Socials </b> will be held during hack nights
to foster community building.
</li>
</ul>
</div>
</div>
<div class="row">
<h2>Schedule</h2>
</div>
<img src = "images/Schedule2026.png" alt = "Schedule2026" width = 100%>
<!-- <div id='calendar' style="padding: 0 0 2em 0"></div> -->
<div>
<h4>View in <a
href="https://calendar.google.com/calendar/embed?src=8101e300ea50248d4eec77fdb049cb033c8460ce8710a21cff0afbf8edef6781%40group.calendar.google.com&ctz=America%2FToronto"><b>Google
Calendar</b></a>
or <a
href="https://calendar.google.com/calendar/ical/8101e300ea50248d4eec77fdb049cb033c8460ce8710a21cff0afbf8edef6781%40group.calendar.google.com/public/basic.ics"><b>add it to
your calendar</b></a>
</h4>
</div>
<div id="workshop" class="row">
<h2>Workshops</h2>
<p>
BrainHack Global Toronto 2026 will work with the Centre for Computational Medicine (CCM)
at The Hospital of Sick Children (SickKids) and feature three tutorial sessions for our TrainTrack
to enhance the computational literacy of neuroscientists across all levels.
</p>
<p>
<ul>
<li>1. Tue Jan 20, 10:30 AM – 11:30 AM: <b>Introduction to Python</b> (Presenter: Michael Li)</li>
<li>2. Tue Jan 20, 01:00 PM – 02:00 PM: <b>Introduction to machine learning using R</b> (Presenter: Dr. Shireen Parimoo)</li>
<li>3. Wed Jan 21, 11:00 AM – 12:00 PM: <b>Introduction to deep learning and AI</b> (Presenter: Dr. Alper Celik)</li>
</ul>
</p>
</div>
<div id="panel" class="row">
<h2><a id="panel_career"></a> Opening Panel: <b>Building Bridges in Brain Data in Toronto</b></h2>
<h3>January 19, 9:30 AM - 11:30 AM</h3>
</div>
<div>
<ul>
<li>9:30 - 9:50 <b>Tristan Glatard</b> <i>The Brain Health Data Challenge Platform</i></li>
<li>9:50 - 10:10 <b>Kâmil Uludağ</b> <i>Opportunities and Challenges of 7 Tesla MRI Research in Toronto</i></li>
<li>10:10 - 10:30 <b>Rosanna Olsen</b><i>Overview of Hippocampal Subfield Segmentation Methods: Best Practices for Validity and Reliability</i></li>
<li>10:30 - 10:50 <b>Milad Lankarany</b><i>Using Computational Neuroscience to Optimize Neuromodulation</i></li>
<li>10:50 - 11:10 <b>Farzad Khalvati</b>: <i>Toward Precision Neuroradiology: The Present and Future Role of AI</i></li>
<li>11:10 - 11:30 <b>Panel discussion</b>: <i>Building Bridges in Brain Data and how current and future initiatives, such as BrainHack toronto, can support this goal</i></li>
</ul>
</div>
<!-- Add flexbox div container horizontal here use placeholder-->
<div class="panelists">
<div class="career-box"><img class="panelist-box" src="./images/panelists/Tristan.jpg"
alt="panelist-box"></div>
<div class="career-box"><img class="panelist-box" src="./images/panelists/Kamil.jpg"
alt="panelist-box"></div>
<div class="career-box"><img class="panelist-box" src="./images/panelists/Rosanna.jpg"
alt="panelist-box"></div>
<div class="career-box"><img class="panelist-box" src="./images/panelists/milad.jpg"
alt="panelist-box"></div>
<div class="career-box"><img class="panelist-box" src="./images/panelists/Farzad.jpeg"
alt="panelist-box"></div>
</div>
<!-- Goal on hover of above, call a JS script that writes into panelist-test-->
<div class="text-parent">
<div id="career-person"></div>
<div id="career-job"></div>
<div id="career-bio"></div>
</div>
<div id="panel_global" class="row">
<h2><a id="panel_global"></a> Featured Panel: <b>Making BrainHack Global Again</b></h2>
<h3>January 20, 9:00 AM - 10:00 AM</h3>
</div>
<p>
BrainHack Global Toronto 2026 is excited to invite speakers from different BrainHack locations
around the world--Taiwan, Montreal, and Marseille--to share their experiences and insights on their experience in participating
and organizing their BrainHack. Our speakers include:
</p>
<p>
<ul>
<li>09:00 - 09:15 Taiwan (participants): Amanda Lin & Ivo Niet</li>
<li>09:15 - 09:25 Taiwan (organizer): Dr. Tzu-Yu Hsu</li>
<li>09:25 - 09:35 Marseille (organizing team)</li>
<li>09:35 - 09:45 Montreal (organizers): Mathieu Dugré & Michelle Wang </li>
<li>09:45 - 10:00 <b>Panel discussion</b>: <i>What you gain from participating in BrainHack and what are the challenges you face organizing one</i></li>
</ul>
</p>
<div id="team" class="row">
<h2>Meet Our Team</h2>
</div>
<div class="subcomittee-container">
<div class="flex-item"><img src="./images/committee/erin.jpeg">
<div class="description-text">
<div>Erin Dickie</div>
<div><i>CAMH, KCNI</i></div>
<div>Chair</div>
<div><a href="https://github.com/edickie/"><i class="icon fa-github"></i></a>
<a href="https://x.com/ErinWDickie"><i class="icon fa-twitter"></i></a>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/kathryn.jpg">
<div class="description-text">
<div>Kathryn Manning</div>
<div><i>SickKids</i></div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/tristan.jpg">
<div class="description-text">
<div>Tristan Glatard</div>
<div><i>CAMH, KCNI</i></div>
<div></div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/julie.jpeg">
<div class="description-text">
<div>Julie Ruston</div>
<div><i>SickKids</i></div>
<div></div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/francis.jpg">
<div class="description-text">
<div>Francis Jeanson</div>
<div><i>OBI</i></div>
<div>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/Ju-Chi.jpg">
<div class="description-text">
<div>Ju-Chi Yu</div>
<div><i>CAMH</i></div>
<div><a href="https://github.com/juchiyu/"><i class="icon fa-github"></i></a>
<a href="https://x.com/juchiyu"><i class="icon fa-twitter"></i></a>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/Minarose.jpg">
<div class="description-text">
<div>Minarose Ismail</div>
<div><i>SickKids</i></div>
<div><a href="https://github.com/Minarose"><i class="icon fa-github"></i></a>
<a href="https://x.com/MinaroseIsmail"><i class="icon fa-twitter"></i></a>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/ryan.jpeg">
<div class="description-text">
<div>Ryan Panela</div>
<div><i>Baycrest</i></div>
<div><a href="https://github.com/RyanAPanela"><i class="icon fa-github"></i></a>
<a href="https://x.com/RyanAPanela"><i class="icon fa-twitter"></i></a>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/Justin.jpg">
<div class="description-text">
<div>Justin Ng</div>
<div><i>CAMH</i></div>
<div><a href="https://github.com/14jwkn"><i class="icon fa-github"></i></a>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/stephanie.jpg">
<div class="description-text">
<div>Stephanie Simpson</div>
<div><i>CAMH</i></div>
<div><a href="https://github.com/stefsimpson"><i class="icon fa-github"></i></a>
<a href="https://x.com/stf_simpson"><i class="icon fa-twitter"></i></a>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/ayesha.jpg">
<div class="description-text">
<div>Ayesha Rashidi</div>
<div><i>CAMH</i></div>
<div><a href="https://github.com/ayeshagrr"><i class="icon fa-github"></i></a>
<a href="https://x.com/AyeshaRashidi"><i class="icon fa-twitter"></i></a>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/jiya.jpg">
<div class="description-text">
<div>Jiya Shah</div>
<div><i>CAMH</i></div>
<div>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/mathieu.png">
<div class="description-text">
<div>Mathieu Dugré</div>
<div><i>Concordia University</i></div>
<div><a href="https://github.com/mathdugre"><i class="icon fa-github"></i></a>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/Daisy.jpg">
<div class="description-text">
<div>Daisy Hu</div>
<div><i>UofT</i></div>
<!-- <div><a href="https://github.com/mathdugre"><i class="icon fa-github"></i></a>
</div> -->
</div>
</div>
<div class="flex-item"><img src="./images/committee/alena.jpg">
<div class="description-text">
<div>Alena Ionova</div>
<div><i>SickKids</i></div>
<div><a href="https://github.com/alenaion"><i class="icon fa-github"></i></a>
<!-- <a href="https://x.com/AyeshaRashidi"><i class="icon fa-twitter"></i></a> -->
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/grace_volunteer.jpeg">
<div class="description-text">
<div>Grace Burns</div>
<div><i>SickKids</i></div>
<div><a href="https://github.com/burnsg5"><i class="icon fa-github"></i></a>
</div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/Julia_new.jpg">
<div class="description-text">
<div>Julia Qiu</div>
<div><i>University of Waterloo</i></div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/gulnaz.jpg">
<div class="description-text">
<div>Gulnaz Kudoiarova</div>
<div><a href="https://github.com/g-kudo"><i class="icon fa-github"></i></a></div>
</div>
</div>
<div class="flex-item"><img src="./images/committee/kant.jpg">
<div class="description-text">
<div>Kant Yao</div>
<div><i>CAMH</i></div>
</div>
</div>
</div>
<div>
<p>
<b>If you are interested in joining our organizing team and the volunteering committee, please don't hesitate to </b>
<a href="mailto:brainhacktoronto@gmail.com" target="_blank"><b>email us at brainhacktoronto@gmail.com</b></a>
<b>or reach out on</b>
<a href="https://discord.gg/HC7fumm79B" target="_blank"><b>Discord</b></a><b>!</b>
</p>
</div>
<div class="container">
<div class="12u 12u(narrow)">
<!-- <h2>Social Events</h2> -->
<div class="row">
<div class="3u"></div>
<!-- <div>
<i class="icon fa-code"></i> Hacknight with
<a href="http://neurotechx.com/chapter/1531/">NeuroTechTO</a> on Thursday evening @ Mozilla
</div> -->
</div>
<div class="row">
<div class="3u"></div>
<!--<div>
<i class="icon fa-coffee"></i> A social outing on Friday evening @
<a href="http://fabrestaurants.ca/restaurant/thegoodman/">Goodman Pub & Kitchen</a>
</div> --->
</div>
</div>
</div>
</header>
</section>
<section id="projects" class="main">
<div class="content dark style2">
<div class="container">
<div class="row">
<div class="8u 12u(narrow)">
<section>
<h3>Project Ideas</h3>
<p>
Open hacking projects are a great forum for getting support on a technical issue from
your own research program or starting
a new collaborative project. Check out our previous
<a href="https://brainhack.org/global2023/projects/" target="_blank">project listing from BrainHack Global 2023</a>
or
<a href="https://github.com/brainhackto/brainhack-toronto-01-2026/issues/new?template=project_submit.yml"
target="_blank">suggest your own</a>.
</p>
</section>
</div>
<div class="4u 12u(narrow)">
<a href="https://github.com/brainhackto/brainhack-toronto-01-2026/issues/new?template=project_submit.yml"
target="_blank">
<span class="feature-icon">
<span class="icon fa-clipboard"></span>
</span>
<h4>Suggest a Project</h4>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- SPONSORS -->
<section id="sponsors" class="main">
<header>
<div class="container">
<h2>Thank you to our sponsors</h2>
<div class="supporters-grid">
<a href="http://braininstitute.ca/" target="_blank" class="supporter">
<img src="images/OBI_CA_ENG_FRE.png" alt="Ontario Brain Institute" />
</a>
<a href="http://www.camh.ca/en/research/research_areas/krembil-centre-for-neuroinformatics"
target="_blank" class="supporter">
<img src="images/KCNI_with_brain.jpeg" alt="CAMH KCNI" />
</a>
<a href="https://www.sickkids.ca/en/research/research-programs/neurosciences-mental-health/"
target="_blank" class="supporter">
<img src="images/SickKids_research.png" alt="SickKids Research Institute" />
</a>
<a href="https://www.uhn.ca/" target="_blank" class="supporter">
<img src="images/logo-knc.png" alt="UHN Krembil" />
</a>
<span class="supporter">
<img src="images/neuronto.png" alt="Neuronto" />
</span>
</div>
</div>
</header>
</div>
</section>
<section id="sponsors" class="main">
<header>
<div class="container">
<h2>Bringing together minds from:</h2>
<div class="logo-grid">
<a href="https://www.psych.utoronto.ca/" target="_blank" class="logo-item">
<img src="images/uoft_logo.png" alt="University of Toronto">
</a>
<a href="https://www.baycrest.org/Baycrest/Research-Innovation/About-Us/Rotman-Research-Institute"
target="_blank" class="logo-item">
<img src="https://www.baycrest.org/Baycrest_Centre/media/images/logos/logo_baycrest.svg"
alt="Baycrest / Rotman Research Institute" />
</a>
<a href="https://research.sunnybrook.ca/" target="_blank" class="logo-item">
<img src="images/sunnybrook_logo.png" alt="Sunnybrook Health Sciences">
</a>
<a href="http://www.camh.ca" target="_blank" class="logo-item">
<img src="images/camh-logo-ENGLISH-rgb.jpg" alt="CAMH" />
</a>
<a href="http://www.uhn.ca/" target="_blank" class="logo-item">
<img src="images/uhn.png" alt="University Health Network" />
</a>
<a href="http://www.stmichaelshospital.com/" target="_blank" class="logo-item">
<img src="images/st_michaels.png" alt="St. Michael's Hospital" />
</a>
<a href="http://www.mouseimaging.ca/" target="_blank" class="logo-item">
<img src="images/mice_logo_padded.png" alt="Mouse Imaging Centre" />
</a>
<a href="https://neurotechx.herokuapp.com/" target="_blank" class="logo-item">
<img src="images/neurotechx_logo.png" alt="NeuroTechX" />
</a>
<a href="http://braininstitute.ca/" target="_blank" class="logo-item">
<img src="images/mozilla-.png" alt="Ontario Brain Institute" />
</a>
</div>
</div>
<div class="container">
<h2>...and many more!</h2>
</div>
</header>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<h2>Contact Us</h2>
</div>
<ul class="icons">
<li>
<a href="mailto:brainhacktoronto@gmail.com" target="_blank" class="icon fa-envelope">
<span class="label">Email</span>
</a> Email
</li>
<li>
<a href="https://discord.gg/HC7fumm79B" target="_blank" class="icon fa-comment">
<span class="label">Discord</span>
</a> Discord
</li>
<li>
<a href="https://twitter.com/brainhackto" target="_blank" class="icon fa-twitter">
<span class="label">X</span>
</a> X
</li>
<li>
<a href="https://github.com/brainhackto/Global-Toronto-12-2024" target="_blank" class="icon fa-github">
<span class="label">GitHub</span>
</a> GitHub
</li>
<li>
<a href="http://www.brainhack.org/code-of-conduct.html" target="_blank" class="icon fa-child">
<span class="label">Code of Conduct</span>
</a> Code of Conduct
</li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© 2026 BrainHack Toronto</li>
<li>Design:
<a href="http://html5up.net">HTML5 UP</a>
</li>
</ul>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Script for writing into divs worklife-text -->
<script>
// Get relevant elements
var worklife_boxes = Array.from(document.getElementsByClassName("worklife-box"))
// This function will write into a div
function displayWorklife(evt) {
var person = evt.currentTarget.person;
var job = evt.currentTarget.job;
var bio = evt.currentTarget.bio;
console.log(evt.currentTarget);
console.log(person);
console.log(job);
console.log(bio);
// Fill in
$("#worklife-person").fadeOut(function (evt) {
$(this).text(person).fadeIn();
});
$("#worklife-job").fadeOut(function (evt) {
$(this).text(job).fadeIn();
});
$("#worklife-bio").fadeOut(function (evt) {
$(this).text(bio).fadeIn();
});
}
// Read JSON object
$.getJSON("assets/data/worklife.json", function (data) {
// For each worklife-box assign an event listener
worklife_boxes.map((obj, ind) => {
console.log(obj)
console.log(ind)
obj.person = data[ind].person
obj.job = data[ind].job
obj.bio = data[ind].bio
obj.addEventListener("mouseover", displayWorklife)
});
});
</script>
<!-- Script for writing into divs worklife-text -->
<script>
// Get relevant elements
var era_boxes = Array.from(document.getElementsByClassName("era-box"))
// This function will write into a div
function displayEra(evt) {
var person = evt.currentTarget.person;
var job = evt.currentTarget.job;
var bio = evt.currentTarget.bio;
console.log(evt.currentTarget);
console.log(person);
console.log(job);
console.log(bio);
// Fill in
$("#era-person").fadeOut(function (evt) {
$(this).text(person).fadeIn();
});
$("#era-job").fadeOut(function (evt) {
$(this).text(job).fadeIn();
});
$("#era-bio").fadeOut(function (evt) {
$(this).text(bio).fadeIn();
});
}
// Read JSON object
$.getJSON("assets/data/era.json", function (data) {
// For each worklife-box assign an event listener
era_boxes.map((obj, ind) => {
console.log(obj)
console.log(ind)
obj.person = data[ind].person
obj.job = data[ind].job
obj.bio = data[ind].bio
obj.addEventListener("mouseover", displayEra)
});
});
</script>
<!-- Script for writing into divs career-text -->
<script>
// Get relevant elements
var career_boxes = Array.from(document.getElementsByClassName("career-box"))
// This function will write into a div
function displayCareer(evt) {
var person = evt.currentTarget.person;
var job = evt.currentTarget.job;
var bio = evt.currentTarget.bio;
$("#career-person").fadeOut(function (evt) {
$(this).text(person).fadeIn();
});
$("#career-job").fadeOut(function (evt) {
$(this).text(job).fadeIn();
});
$("#career-bio").fadeOut(function (evt) {
$(this).text(bio).fadeIn();
});
}
// Read JSON object
$.getJSON("assets/data/career.json", function (data) {
// For each career-box assign an event listener
career_boxes.map((obj, ind) => {
obj.person = data[ind].person
obj.job = data[ind].job
obj.bio = data[ind].bio
obj.addEventListener("mouseover", displayCareer)
});
});
</script>
<!-- Script for writing into divs career-text -->
<script>
// Get relevant elements
var mri_boxes = Array.from(document.getElementsByClassName("mri-box"))
// This function will write into a div
function displayMri(evt) {
var person = evt.currentTarget.person;
var job = evt.currentTarget.job;
var bio = evt.currentTarget.bio;
$("#mri-person").fadeOut(function (evt) {
$(this).text(person).fadeIn();
});
$("#mri-job").fadeOut(function (evt) {
$(this).text(job).fadeIn();
});
$("#mri-bio").fadeOut(function (evt) {
$(this).text(bio).fadeIn();
});
}
// Read JSON object
$.getJSON("assets/data/mri.json", function (data) {
// For each mri-box assign an event listener
mri_boxes.map((obj, ind) => {
obj.person = data[ind].person
obj.job = data[ind].job
obj.bio = data[ind].bio
obj.addEventListener("mouseover", displayMri)
});
});
</script>
</body>
</html>