-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfaq.html
238 lines (215 loc) · 15.6 KB
/
faq.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
<!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="faq.html"><img src="assets/images/logo_brainhack.png" alt="logo" width="50%"></a>
</div>
<div class="col-sm-6">
<a href="faq.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 tutorials-header inner-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><a href="index.html">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li class="active"><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-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">FAQ</li>
</ol>
</div>
</div> <!-- /.intro.row -->
</div> <!-- /.container -->
<div class="nutral"></div>
</section> <!-- /#header -->
<!-- tutorials -->
<section class="tutorials">
<div class="container page-bgc">
<div class="row">
<div class="col-sm-12">
<div class="title-box">
<h2 class="title mt0">Frequently asked questions</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div id="accordion" role="tablist" aria-multiselectable="true" class="panel-group">
<div class="panel panel-default">
<div id="headingOne" role="tab" class="panel-heading">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne" class="collapsed">Who should attend the school?</a>
</h4>
</div>
<div id="collapseOne" role="tabpanel" aria-labelledby="headingOne" class="panel-collapse collapse" aria-expanded="true" style="height: 0px;">
<div class="panel-body">
<p>
The targeted public for the school are Master students, PhD students, post-doctoral fellows, faculty members as well as research professionals, primarily working in neuroscience or psychology to study cognition, and using functional neuroimaging methods. Individuals with an engineering or computer science backgrounds and a strong interest in functional neuroimaging will also likely strive at the school.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div id="headingTwo" role="tab" class="panel-heading">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo" class="">Is there an official programming language for the brainhack school?</a>
</h4>
</div>
<div id="collapseTwo" role="tabpanel" aria-labelledby="headingTwo" class="panel-collapse collapse" aria-expanded="false">
<div class="panel-body">
<p>
We highly recommend some prior experience with coding in a language such as Matlab, Octave, R or Python before joining the school. Some familiarity with Python in particular would be a plus, as a lot of the packages introduced at the school are based on that language, but this is not a requirement.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div id="headingThree" role="tab" class="panel-heading">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree" class="collapsed">Are there requirements to attend the school?</a>
</h4>
</div>
<div id="collapseThree" role="tabpanel" aria-labelledby="headingThree" class="panel-collapse collapse" aria-expanded="false">
<div class="panel-body">
<p>
In addition to coding, we recommend some training in statistics as well as familiarity with at least one of the following neuroimaging techniques: structural MRI, EEG, MEG, functional MRI. The brainhack school is unfortunately not able to accomodate complete beginners, as participants will need to know enough about the field in order to be able to define and make progress on a project in a relatively short time span, autonomously.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div id="headingFour" role="tab" class="panel-heading">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour" class="collapsed">How many students will attend the school?</a>
</h4>
</div>
<div id="collapseFour" role="tabpanel" aria-labelledby="headingFour" class="panel-collapse collapse" aria-expanded="false">
<div class="panel-body">
<p>
There are only a limited number of participants for the event, roughly 20. Participants will be selected on a first come, first serve basis. There is a 1:1 ratio between instructors and participants.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div id="headingFive" role="tab" class="panel-heading">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive" class="collapsed">Do I need to find a project before the school starts?</a>
</h4>
</div>
<div id="collapseFive" role="tabpanel" aria-labelledby="headingFive" class="panel-collapse collapse" aria-expanded="false">
<div class="panel-body">
<p>
Participants should definitely start thinking about their project before the school starts. Keep in mind that projects at brainhack do not lead to scientific publications, but to learning new skills. It is important to pick a project that motivates you and will force you to try new tools. Also keep in mind that each project will be fleshed out and evolve during the school, with extensive feedback from all participants. So the initial project idea is just a starting point.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div id="headingSix" role="tab" class="panel-heading">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="false" aria-controls="collapseSix" class="collapsed">How is brainhack different from learning on my own?</a>
</h4>
</div>
<div id="collapseSix" role="tabpanel" aria-labelledby="headingSix" class="panel-collapse collapse" aria-expanded="false">
<div class="panel-body">
<p>The main difference is the possibility to receive feedback, guidance and help from other brain hackers, both fellow participants and instructors. The BrainHack school also provides a structure, with milestones to be reached over the three weeks. Finally, the brainhack school provides a physical space to work in, servers and data storage, access to public imaging samples, as well as additional facilities (auditorium, 3D printing, visualization station, etc).</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div id="headingSeven" role="tab" class="panel-heading">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven" class="collapsed">Is brainhack a safe environment?</a>
</h4>
</div>
<div id="collapseSeven" role="tabpanel" aria-labelledby="headingSeven" class="panel-collapse collapse" aria-expanded="false">
<div class="panel-body">
<p>The brainhack school is committed to build a safe, positive and supportive environment for everyone, regardless of their ethnicity, gender, sexual and political identities. In particular, participants will be expected to respect our <a href="http://www.brainhack.org/code-of-conduct.html"> code of conduct</a>. </p>
</div>
</div>
</div>
<div class="panel panel-default">
<div id="headingEigth" role="tab" class="panel-heading">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseEigth" aria-expanded="false" aria-controls="collapseEigth" class="collapsed">Is it necessary to speak English to attend brainhack?</a>
</h4>
</div>
<div id="collapseEigth" role="tabpanel" aria-labelledby="headingEigth" class="panel-collapse collapse" aria-expanded="false">
<div class="panel-body">
<p>
Given the presence of international residents and non-francophone students, the talks and many of the interactions at the school will happen in English. Many instructors and participants also speak French, as well as several other languages, so some multi-lingual support will be available. We are working on the French version of the website.
</p>
</div>
</div>
</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>