-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
243 lines (230 loc) · 11.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
<!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>MTL Brainhack Global 2019</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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" />
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#schedule" target="_blank">Schedule</a></li>
<li><a href="./projects.html">Projects</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<section id="header" class="dark">
<div style="background-color:rgba(20,20,20,0.3); width:80%; margin-left:10%; margin-top:0%">
<header>
<h1><i class="icon fa-globe"></i> MTL Brainhack Global 2019</h1>
<p>Montreal, QC | 4-6 December</p>
</header>
<footer>
<a href="#info" class="button scrolly" style="max-width:35%">Learn More</a>
<a href="https://www.eventbrite.ca/e/brainhack-global-montreal-2019-tickets-80159518277" target="_blank" class="button" style="max-width:35%">Register Now</a>
</footer>
</div>
</section>
<!-- First -->
<section id="info" class="main">
<header>
<div class="container">
<h2> Why Brainhack?</h2>
<p> Brainhack is a collaborative event that focuses on the open sharing of ideas, code, and data.
During <a href="http://www.brainhack.org/global2019/" target="_blank">Brainhack Global</a>, we will meet in Montreal to work on projects in coordination with other Brainhack sites around the world.
Join us <a href="https://mattermost.brainhack.org" target="_blank">on Mattermost</a> to connect with the community and start planning your project!
Our channel name is #brainhack-global-mtl
</p>
</br>
<div>
<table>
<tr>
<td align="left"><b>Dates:</b></td>
<td align="left">December 4-6, 2019</td>
</tr>
<tr>
<td align="left"><b>Cost:</b></td>
<td align="left">C$30 for registration with onsite breakfast & lunch</td>
</tr>
<tr>
<td align="left"><b>Location:</b></td>
<td align="left">Concordia University Conference Centre, John Molson School of Business (9th floor), 1600 Boulevard de Maisonneuve Ouest, Montreal, QC, H3H 1J5</th>
</tr>
</table>
</div>
</br>
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m13!1m8!1m3!1d2796.728379992354!2d-73.5813233!3d45.4954142!3m2!1i1024!2i768!4f13.1!3m2!1m1!2sConcordia%20University%2C%20John%20Molson%20Building!5e0!3m2!1sfr!2sca!4v1571971995444!5m2!1sfr!2sca" width="800" height="600" frameborder="0" style="border:0;" allowfullscreen=""></iframe> </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-info"></span></span>
<header>
<h3>Learn</h3>
</header>
<p>Learn how to use open-source tools 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-code"></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 id="schedule">Schedule</h2>
<h3>Wednesday (Dec 4)</h3>
<ul>
<li>9:00-9:30 Breakfast (9EG)</li>
<li>9:30-10:00 Introduction to BrainHack, presentation of the space and schedule (9AB)</li>
<li>10:00-11:00 Project pitches (9AB)</li>
<li>11-00-12:00 Team organization & open hacking (9AB) / <a href="https://docs.google.com/document/d/1CcbsSSMU8sVik0mpwxjyPFc5Ht8vBhRV7Reu21PkG2g/edit#">TrainTrack</a> (9F, parallel training/educational sessions)</li>
<li>12:00-13:00 Lunch (9EG)</li>
<li>13:00-16:30 Open hacking / <a href="https://docs.google.com/document/d/1CcbsSSMU8sVik0mpwxjyPFc5Ht8vBhRV7Reu21PkG2g/edit#">TrainTrack</a> (9F, parallel training/educational sessions)</li>
<li>16:30-18:00 <a href="https://docs.google.com/document/d/1r6omwDkUIlHD6C6Kolil9IRiK1w9mYp3ZRyoFjfVxYk/edit?usp=sharing">Unconference</a> (9AB)</li>
<li>18:30-20:00 Social (<a href="https://lecentral.ca/en">Le Central</a>)</li>
</ul>
<h3>Thursday (Dec 5)</h3>
<ul>
<li>9:00-9:30 Breakfast (9EG)</li>
<li>9:30-12:00 Open hacking (9AB)</li>
<li>12:00-13:00 Lunch (9EG)</li>
<li>13:00-16:30 Open hacking (9AB)</li>
<li>16:30-18:00 <a href="https://docs.google.com/document/d/1r6omwDkUIlHD6C6Kolil9IRiK1w9mYp3ZRyoFjfVxYk/edit?usp=sharing">Unconference</a> (9AB)</li>
</ul>
<h3>Friday (Dec 6)</h3>
<ul>
<li>9:00-9:30 Breakfast (9EG)</li>
<li>9:30-11:00 <a href="https://docs.google.com/document/d/1r6omwDkUIlHD6C6Kolil9IRiK1w9mYp3ZRyoFjfVxYk/edit?usp=sharing">Unconference</a> (9AB)</li>
<li>11:00-12:00 Open hacking (9AB)</li>
<li>12:00-13:00 Lunch (9EG)</li>
<li>13:00-15:00 Open hacking (9AB)</li>
<li>15-00:17:00 Project wrap-ups + conclusion (9AB)</li>
</ul>
</div>
</header>
<div class="content dark style2">
<div class="container">
<div class="row">
<div class="4u 12u(narrow)">
<section>
<h3>Project Ideas</h3>
<p>
Right now these are only ideas, but you can help make them happen!
Check out our full <a href="./projects.html" target="_blank">project listing</a> or <a href="https://github.com/BrainhackMTL/global2019/issues/new/choose" target="_blank">suggest your own</a>.
</p>
</section>
</div>
<div class="8u 12u(narrow)">
<div class="row">
<!-- <div class="6u"><a href="./projects.html#project1" class="image fit"><img src="images/bagel-brain.jpg" alt="Project 1" /></a></div> -->
<div class="6u"><a href="./projects.html#project1" class="image fit"><img src="https://camo.githubusercontent.com/3f38b83fbd9976c4b35dfca9573d8d1d20d06ae8/68747470733a2f2f696d616765732d6e612e73736c2d696d616765732d616d617a6f6e2e636f6d2f696d616765732f492f41312d426634504c4b4a4c2e5f534c313530305f2e6a7067" alt="Project 2" /></a></div>
<div class="6u"><a href="./projects.html#project2" class="image fit"><img src="https://user-images.githubusercontent.com/930560/68961812-2cbe0080-07a1-11ea-9f0b-7a215901dfa0.png" alt="Project 2" /></a></div>
<div class="6u"><a href="./projects.html#project3" class="image fit"><img src="https://user-images.githubusercontent.com/31424991/69156810-073b3a80-0ab2-11ea-8736-e7ac4114b77c.png" alt="Project 3" /></a></div>
<div class="6u"><a href="./projects.html#project4" class="image fit"><img src="https://user-images.githubusercontent.com/24528959/69366922-41007280-0c65-11ea-87dd-61507e3b6adb.png" alt="Project 4" /></a></div>
<div class="6u"><a href="./projects.html#project5" class="image fit"><img src="https://user-images.githubusercontent.com/16450132/69590818-a1d2d680-0fe8-11ea-82cb-922b56814c6a.jpg" alt="Project 5" /></a></div>
<div class="6u"><a href="./projects.html#project6" class="image fit"><img src="https://avatars2.githubusercontent.com/u/37851735?s=400&u=5303a1458d121e4219fb2ba25c4a57cbb592230c&v=4" alt="Project 6" /></a></div>
<div class="6u"><a href="./projects.html#project8" class="image fit"><img src="https://user-images.githubusercontent.com/208217/70057425-1d192700-15ab-11ea-9090-eccebb9adfd0.png" alt="Project 8" /></a></div>
<div class="6u"><a href="./projects.html#project9" class="image fit"><img src="https://user-images.githubusercontent.com/777590/70060865-48067980-15b1-11ea-9071-6a033f63554f.png" alt="Project 9" /></a></div>
<div class="6u"><a href="./projects.html#project11" class="image fit"><img src="https://camo.githubusercontent.com/dee405d208e9e88c138c47b7fd6d93d5d249b121/68747470733a2f2f692e70696e696d672e636f6d2f6f726967696e616c732f62642f62322f35612f62646232356165393363356265643761373233313566616238623337366462632e6a7067" alt="Project 11" /></a></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Third -->
<section id="sponsors" class="main">
<header>
<div class="container"><h2>Thanks to our sponsors!</h2></div>
<div class="row">
<div class="4u"><a href="http://www.concordia.ca" target="_blank" class="image fit"><img src="images/concordia.png" alt="" /></a></div>
<div class="4u"><a href="https://www.rbiq-qbin.qc.ca/" target="_blank" class="image fit"><img src="images/rbiq.png" alt="" /></a></div>
</div>
<!-- </div>
<div class="row"> -->
<div class="4u"><a href="https://www.stviateurbagel.com/" target="_blank"><img width=200 src="images/stviateur.png" alt="" /></a></div>
</div>
</div>
</header>
</section>
<section id="organisers" class="main">
<div class="content dark style1 featured">
<header>
<div class="container"><h2>Organizers and Volunteers (alphabetical)</h2>
<p>
Pierre Bellec, Mathieu Dugré, Elizabeth DuPre, Claudine Gauthier,
Tristan Glatard, Christophe Grova, Valerie Hayot-Sasson, Greg Kiar, Liza Levitis,
Désirée Lussier, Taryn Perelmeiter, Ali Salari, Christopher Steele,
Paule-Joanne Toussaint.</p>
</div>
</header>
</div>
</section>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="mailto:[email protected]" target="_blank" class="icon fa-envelope"><span class="label">Email</span></a> Email</li>
<li><a href="https://twitter.com/BrainhackMTL" target="_blank" class="icon fa-twitter"><span class="label">Twitter</span></a> Twitter</li>
<li><a href="https://github.com/BrainhackMTL/global2019" 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>© 2019 Brainhack MTL.</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>
</body>
</html>