forked from oSoc17/website
-
Notifications
You must be signed in to change notification settings - Fork 7
/
faq.html
498 lines (480 loc) · 33.9 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
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Practical | Open summer of code 2018</title>
<link rel="stylesheet" href="css/app.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:300,400" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<meta name="description" content="Innovative open source projects, made by incredibly motivated students, coaches and organisations.">
<meta name="keywords" content="oSoc18, open, summer, code, Belgium">
<meta name="author" content="oSoc18 team, Open Knowledge Belgium">
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="open summer of code 2018" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://2018.summerofcode.be" />
<meta property="og:image" content="http://2018.summerofcode.be/img/socialmedia/socialmedia.png?4362984378" />
<meta property="og:description" content="Innovative open source projects, made by incredibly motivated students, coaches and organisations." />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@osocode">
<meta name="twitter:title" content="open summer of code 2018">
<meta name="twitter:description" content="Innovative open source projects, made by incredibly motivated students, coaches and organisations.">
<meta name="twitter:image" content="http://2018.summerofcode.be/img/socialmedia/socialmedia.png?4362984378" />
<meta name="twitter:url" content="http://2018.summerofcode.be/" />
<!-- FAVICONS -->
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/img/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/img/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="mstile-144x144.png">
<meta name="theme-color" content="#FFFFFF">
</head>
<body>
<!-- topbar -->
<div class="title-bar hide-for-large" data-responsive-toggle="nav-menu" data-hide-for="large">
<div data-toggle="nav-menu">
<button class="menu-icon" type="button"></button>
<div class="logo logo--animated title-bar-title"><span class="c-yellow">open</span> <span class="c-yellow">summer</span> <span class="c-yellow">of</span> <span class="c-yellow">code</span></div>
</div>
</div>
<div data-sticky-container>
<div class="top-bar bs--darken-light" id="nav-menu" data-sticky data-options="marginTop:0;" style="width:100%">
<div class="top-bar-left show-for-large">
<a class="logo" href="index.html" data-hide-for="medium">
<img src="img/logo/logo-osoc-color.svg" alt="open summer of code logo, very abstract, fun, but professional">
</a>
</div>
<div class="top-bar-right">
<ul class="menu vertical large-horizontal">
<li><a href="index.html" class="button link lowercase u-margin--right">Home</a></li>
<li><a href="practical.html" class="button link lowercase u-margin--right">Practical</a></li>
<li><a href="students.html" class="button link lowercase u-margin--right">Students</a></li>
<li><a href="companies.html" class="button link lowercase u-margin--right">Companies</a></li>
<li><a href="coaches.html" class="button link lowercase u-margin--right">Coaches</a></li>
<li><a href="2018.html" class="button link lowercase u-margin--right">2018</a></li>
<li>
<!-- <a href="2018.summerofcode.be" target="_blank" class="button">View 2018 showcase</a> -->
<a href="https://www.eventbrite.co.uk/e/demo-day-osoc18-registration-46709558547?ref=estw" target="_blank" class="button">Come to the demo day! <span class="button__info">26 July 2018</span></a>
</li>
</ul>
</div>
</div>
</div>
<!-- header -->
<header class="hero-detail u-padding-x-large--tb">
<div class="grid-x grid-padding-x">
<div class="medium-4 medium-offset-0 large-4 cell">
<h1 class="hero-head">
Frequently asked questions
</h1>
</div>
<div class="medium-6 medium-offset-0 large-3 cell large-offset-1">
<p class="hero-text">There's no such thing as a dumb question.</p>
<div class="osoc-float-element-o-small"></div>
</div>
</div>
</header>
<ul class="tabs tabs--custom c-faq-tabs" data-tabs id="example-tabs">
<li class="tabs-title is-active">
<h2><a href="#when" aria-selected="true">When</a></h2>
</li>
<li class="tabs-title">
<h2><a href="#where" aria-selected="true">Where</a></h2>
</li>
<li class="tabs-title">
<h2><a data-tabs-target="students" href="#students" aria-selected="true">Student applications</a></h2>
</li>
<li class="tabs-title">
<h2><a data-tabs-target="partners" href="#partners" aria-selected="true">Partnerships</a></h2>
</li>
<li class="tabs-title">
<h2><a data-tabs-target="coaching" href="#coaching" aria-selected="true">Coaching</a></h2>
</li>
</ul>
<div class="tabs-content c-faq-answers" data-tabs-content="example-tabs">
<div class="tabs-panel is-active" id="when">
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="small-12 cell">
<h3 class="h5">2 July — 26 July <span class="subheader">From Monday to Thursday, 9AM to 5PM</span></h3>
<p>You don't have to work on Fridays or weekends!</p>
<div class="loading loading--calendar">
<!-- <iframe class="calendar" src="https://calendar.google.com/calendar/b/1/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&height=600&wkst=2&bgcolor=%23FFFFFF&src=mietclaes.com_h1rs31a79809r742e5lpdpegbg%40group.calendar.google.com&color=%2342104A&ctz=Europe%2FBrussels&dates=20180702%2F20180726" style="border-width:0" width="100%" height="800" frameborder="0" scrolling="no"></iframe> -->
<iframe src="https://calendar.google.com/calendar/b/1/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&height=600&wkst=2&hl=en_GB&bgcolor=%23ffffff&src=hl66h7n0e50q8qf7el9oq8hbsg%40group.calendar.google.com&color=%23B1440E&ctz=Europe%2FBrussels&dates=20180702%2F20180726" style="border-width:0" width="100%" height="800" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
</div>
<div class="tabs-panel" id="where">
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="small-12 medium-6 large-5 cell">
<h3 class="h5">BeCentral<br><span class="subheader">Brussels Central, 2 July — 12 July</span></h3>
<p class="u-margin--t"><strong>Becentral</strong>
<br>Cantersteen 12, 1000 Bruxelles</p>
</div>
<div class="small-12 medium-6 large-7 cell">
<div class="loading loading--map u-margin--b">
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=4.352624416351319%2C50.842722493832355%2C4.3622803688049325%2C50.84820293447596&layer=mapnik&marker=50.84546279462811%2C4.357452392578125" style="width:100%; height:250px;"></iframe>
<div class="text-right"><small><a href="https://www.openstreetmap.org/?mlat=50.84546&mlon=4.35745#map=17/50.84546/4.35745">View Larger Map</a></small></div>
</div>
</div>
</div>
<hr>
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="small-12 medium-6 large-5 cell">
<h3 class="h5">Tour & Taxis<br><span class="subheader">Brussels North, 16 July — 26 July</span></h3>
<p class="u-margin--t"><strong>Vlaamse Overheid Herman Teirlinckgebouw</strong>
<br>Avenue du Port 88, 1000 Bruxelles</p>
</div>
<div class="small-12 medium-6 large-7 cell">
<div class="loading loading--map u-margin--b">
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=4.345307350158692%2C50.86345535675067%2C4.354963302612306%2C50.868933361672724&layer=mapnik&marker=50.8661944396736%2C4.350135326385498" style="width:100%; height:250px;"></iframe>
<div class="text-right"><small><a href="https://www.openstreetmap.org/?mlat=50.86619&mlon=4.35014#map=17/50.86619/4.35014">View Larger Map</a></small></div>
</div>
</div>
</div>
<hr>
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="small-10 medium-6 large-5 cell">
<p>We compensate all your public transports costs. However, you are free to come by car or book yourself a fancy hotel, but we don't reimburse those things.</p>
</div>
</div>
</div>
<div class="tabs-panel" id="students">
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">Why should I participate in osoc? </h4>
<div class="c-faq__item__answer">
<p>There are multiple reasons to participate. First of all, you can improve your skills under the supervision of several experienced coaches. Secondly, since you’ll be making a real product or service, it looks great on your resume and you’ll expand your network. Thirdly, you’ll surely make some new friends too.</p>
<p>Sounds awesome, no? And we didn’t even get to the best part yet: osoc is completely free. Even better, you are getting paid! This programme could replace your summer job. Enhancing your skills, making new friends and cashing in some money too? Sounds like a good plan, right?</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">What will I be doing during osoc?</h4>
<div class="c-faq__item__answer">
<p>All students will work in teams on different open innovation projects provided by partnering organisations, companies and governments. The goal is to complete these projects by the end of the programme and turn them into real-world products and services. In the end, your team will present the finished product to the partnering organisation and the world.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">What kind of project can I expect to work on at osoc?</h4>
<div class="c-faq__item__answer">
<p>All projects at osoc are being built open source and aim to create real-world impact. Over the last few years, students have got the opportunity to work on open innovation projects in different fields such as mobility, education, health, sports and biodiversity. Check out <a href="2018.html">this year's edition</a> to see what kind of projects have been built by osoc students at the latest edition.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">Can I participate in osoc?</h4>
<div class="c-faq__item__answer">
<p>Yes, if you meet the following requirements.</p>
<ul>
<li>First of all, you’re a student eligible to work under a student contract for 16 full days (128 hours).</li>
<li>Secondly, you study or have experience in front- or back-end development, design (UX, graphic), communication or business modelling.</li>
<li>Thirdly, you should be able to express yourself in English.</li>
</ul>
<p>Do you meet these requirements? Congratulations, you could be an osoc student!</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">How do I apply for osoc? When will I know whether I can participate? </h4>
<div class="c-faq__item__answer">
<p>
<p>Sorry, applications are closed as of now. Thank you for your massive interest! You can always apply again next year as a student — or even as a coach. You're also welcome to join us during the <a href="https://t.co/EhoiMCJRnT" target="_blank">demo day</a> — which will take place Thursday, 26 June this year. And keep an eye on our <a href="https://twitter.com/osocode" target="_blank">Twitter account</a> to see what we're up to!</p></p>
<!-- <p>In May we go over all the applications and match the right students with the right projects. After that, we’ll let you know whether you’re in or not.</p> -->
<!-- <p><a href="https://goo.gl/forms/KkRSdUxs19hVv2H62" title="Click here to apply as a student">Apply here</a>.</p> -->
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">How are we going to be assessed?</h4>
<div class="c-faq__item__answer">
<p>In order to apply you need to submit a letter of motivation, explaining why you would like to join the movement and what you will bring to the table to make osoc great. Make sure to include your portfolio or some examples of your work as well. Based on your motivation, portfolio and your CV, a group of experienced osoc volunteers will match your unique set of skills and experiences with partner’s desired student profiles.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">What if I can't join osoc?</h4>
<div class="c-faq__item__answer">
<p>That's too bad! You can always apply again next year as a student — or even as a coach. You're also welcome to join us during the <a href="https://t.co/EhoiMCJRnT" target="_blank">demo day</a> — which will take place Thursday, 26 June this year. And keep an eye on our <a href="https://twitter.com/osocode" target="_blank">Twitter account</a> to see what we're up to!</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">What if I didn't make it through the applications?</h4>
<div class="c-faq__item__answer">
<p>Don't worry, you can always apply again next year as a student — or even as a coach. Just keep working on yourself and your resumé. We will review your application like it's the first time you applied. Don't forget to visit us during the <a href="https://t.co/EhoiMCJRnT" target="_blank">demo day</a> ;-).</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">Reimbursements</h4>
<div class="c-faq__item__answer">
<p>We compensate all your public transports costs. However, you are free to come by car or book yourself a fancy hotel, but we don't reimburse those things.</p>
</div>
</div>
</div>
</div>
</div>
<div class="tabs-panel" id="partners">
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">Why should I participate in osoc?</h4>
<div class="c-faq__item__answer">
<p>Participating in osoc enables your organisation to bring your open innovation idea or project to life while providing the next generation of web developers, designers, communication specialists and project managers with a real challenge. In one month the students will do their utter best to develop your idea into a real innovative open product or service.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">How do I apply?</h4>
<div class="c-faq__item__answer">
<p>Unfortunately, applications are closed right now. But you're welcome to join us during the <a href="https://t.co/EhoiMCJRnT" target="_blank">Demo Day</a> — which will take place on Thursday 26 July this year. You can always apply next year — so keep an eye on our <a href="https://twitter.com/osocode" target="_blank">Twitter account</a> to see what we're up to.</p>
<!-- <p>To arrange a meeting and discuss the collaboration in detail, send an email to <a href="mailto:[email protected]">[email protected]</a>. </p> -->
<!-- <p>Cost and team size is arranged beforehand.</p> -->
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">What is expected of me as a client?</h4>
<div class="c-faq__item__answer">
<p>Your organisation will need to take some time to write a good briefing, and have some people available for meetings and feedback sessions during osoc. In some cases, questions will be asked via email.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">How do I brief my team of students?</h4>
<div class="c-faq__item__answer">
<p><strong>Before</strong> open summer of code, it's important to create a good briefing with what you expect of your team. The better the briefing, the less questions will pop up, the better the project.</p>
<p>In the briefing you will outline what kind of project your organisation envisions and what features and functions your end-product shall contain. Based on your layout, osoc mobilises the student profiles required to make this vision come to life.</p>
<p>In case you have a very defined project, a prioritized list of features will help the students to define and create something valueable for you. But, if you want the students to experiment, provide a good vision and mission to the students so they'll have a good sense of direction.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">How do I provide feedback?</h4>
<div class="c-faq__item__answer">
<p>At the beginning of osoc, a representative of your organisation will present your organisation and project briefing to the students. From then on you will meet your team once a week to receive pitched progress updates and give feedback.</p>
<p>In those feedback sessions you'll provide feedback to make sure the students are going in the right direction (on development, design, product management, ...).</p>
<p>Preferrably, we have a single point of contact that can make the decisions that need to be made during the development of the project. This person will brief the students at the beginning of the project, and will provide feedback in July.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">What is the impact that I can expect for my organisation?</h4>
<div class="c-faq__item__answer">
<p>"Through the diverse set of participants' skills and expertise at open Summer of code, you can co-create an innovative digital solution for the challenges your organisation faces. All while fostering the individual social impact of engaging a diverse and talented group of students in a digital transformative project as well as a broader societal impact of training a new generation on the importance of open data use and open source coding in a sustainable way that simultaneously generates economic value. </p>
<p>Moreover, if you are searching for some top notch business, design or IT-students to recruit, here’s your chance! If you like how members of your team (or others) performed in this 4 week programme, you can decide to make the final call."</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">What will be done with the work afterwards?</h4>
<div class="c-faq__item__answer">
<p>At the end of osoc, your project will be published under a free and open-source license, compatible with the <a href="https://opensource.org" target="_blank">Open Source Initiative</a> and will be showcased at the oSoc Demo Day, where students present the final product to you and the broad public. You will receive access to all documents, research, designs and code created at osoc, so that you can share it within your own or with other organisations.</p>
</div>
</div>
</div>
</div>
</div>
<div class="tabs-panel" id="coaching">
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">Why should I participate in osoc?</h4>
<div class="c-faq__item__answer">
<p>As coach at osoc, you will make a real difference in a sector you care about. By guiding talented students you will not only practice your project coordination, supervision and team management skills but also develop an actual product for a real client, thus expanding your network across a multitude of open sectors. The next generation of technological ingenuity is in your hands!</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">What will I be doing during osoc?</h4>
<div class="c-faq__item__answer">
<p>As coach you will be guiding a team of students through the project development process. That includes discussions with your project partner to establish a clear vision of the specific open innovation project. You will endorse the desired student roles (web development, design, business or communication) essential to turning the partners idea into real-world products and services. At osoc you will outline a plan for action with your team and facilitate students' progress throughout the one-month project. In the end, your team will present the finished product to the partnering organisation and the wide public.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">How can I apply?</h4>
<div class="c-faq__item__answer">
<!-- <p>You can apply here (link to application) or by sending an email with your motivation and CV to <a href="mailto:[email protected]">[email protected]</a></p> -->
<p>Unfortunately, applications are closed right now. But you're welcome to join us during the <a href="https://t.co/EhoiMCJRnT" target="_blank">demo day</a> — which will take place Thursday, 26 June this year. You can always apply next year — so keep an eye on our <a href="https://twitter.com/osocode" target="_blank">Twitter account</a> to see what we're up to.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">What skills should I bring to the table?</h4>
<div class="c-faq__item__answer">
<p>An open attitude is vital. You will be working in a diverse team of motivated students with different skills and expertise. Hence, your role is to facilitate interaction within your team and between your team and partners. You'll be providing structure and guidance for the students to help them flourish and do a good job. Experience in coaching and team-coordination are not required but considered an asset. Furthermore, familiarity in the Belgian tech scene is valuable. However, what counts most is a positive mindset and the motivation to have an awesome summer!</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">I’m assisting another coach. How can I help?</h4>
<div class="c-faq__item__answer">
<p>Tasks will vary depending on the specific objectives of the project. Be attentive and responsive to what is relevant to make the project come to life.</p>
</div>
</div>
</div>
<div class="cell small-11 medium-8 large-6">
<div class="c-faq__item">
<h4 class="c-faq__item__question">I’m a student coach. How does that work?</h4>
<div class="c-faq__item__answer">
<p>As a student coach you will be acting as the interface between students and coaches. Hence, listen carefully and mediate concerns and ideas between both parties. Student coaches are aimed to become the next generation of coaches, see this role as an opportunity to learn as much as possible about the relevant aspects of the project development.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="u-padding-medium--tb bs--darken-light text-center">
<h6>Couldn't find what you were looking for?</h6>
<a class="button secondary" href="mailto:[email protected]?subject=Question regarding osoc18" title="Question for osoc18">Mail us your questions</a>
</div>
<!-- footer -->
<footer>
<div class="grid-x grid-padding-x">
<div class="small-12 medium-6 large-5 cell">
<label for="mce-EMAIL" class="h6">Subscribe to our mailing list</label>
<!-- mailchimp -->
<div id="mc_embed_signup" class="u-margin-large--b">
<form action="//okfn.us8.list-manage.com/subscribe/post?u=16c22b5f724fd6ef8c78c79fc&id=4ec3a3c20a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="novalidate">
<div id="mc_embed_signup_scroll">
<div class="button-group">
<input type="email" class="form-control u-margin-none" id="mce-EMAIL" name="EMAIL" placeholder="E-mail Address" required="" aria-required="true">
<input type="submit" class="button dark" value="Mail" name="subscribe" id="mc-embedded-subscribe">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_16c22b5f724fd6ef8c78c79fc_4ec3a3c20a" tabindex="-1" value=""></div>
</div>
</form>
</div>
</div>
<div class="small-12 medium-6 large-5 large-offset-2 cell">
<div class="grid-x grid-padding-x">
<!-- links -->
<div class="small-4 medium-4 cell">
<ul class="inline-list">
<li>
<a href="students.html">Students</a>
</li>
<li>
<a href="companies.html">Companies</a>
</li>
<li>
<a href="coaches.html">Coaches</a>
</li>
</ul>
</div>
<div class="small-4 medium-4 cell">
<ul class="inline-list">
<li>
<a href="https://www.eventbrite.co.uk/e/demo-day-osoc18-registration-46709558547?ref=estw" target="_blank">Demo day</a>
</li>
<li>
<a href="practical.html">Practical</a>
</li>
<li>
<a href="2018.html">2018</a>
</li>
</ul>
</div>
<!-- contact -->
<div class="small-4 medium-4 cell">
<ul class="inline-list">
<li>
<a href="mailto:[email protected]">Contact</a>
</li>
<li>
<a href="https://twitter.com/osocode" target="_blank">Twitter</a>
</li>
</ul>
</div>
</div>
</div>
<div class="small-12 medium-12 large-6 cell">
<!-- previous edition -->
<div class="grid-x c-previous-editions">
<div class="small-3 medium-auto cell">
<a href="http://2011.summerofcode.be">
<img src="img/previous-editions/2011W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2012.summerofcode.be">
<img src="img/previous-editions/2012W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2013.summerofcode.be">
<img src="img/previous-editions/2013W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2014.summerofcode.be">
<img src="img/previous-editions/2014W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2015.summerofcode.be">
<img src="img/previous-editions/2015W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2016.summerofcode.be">
<img src="img/previous-editions/2016W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2017.summerofcode.be">
<img src="img/previous-editions/2017W.svg">
</a>
</div>
</div>
</div>
<div class="small-12 large-5 large-offset-1 cell">
<p>Powered by <a href="https://www.openknowledge.be/" target="_blank">Open Knowledge Belgium</a> | <a href="https://github.com/oSoc18/website" target="_blank">Source code freely available on GitHub</a> | <a href="https://github.com/oSoc18/website/blob/master/CONTRIBUTORS.md" target="_blank">Contributors</a></p>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>