-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
442 lines (418 loc) · 17.6 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
<script type="text/javascript" src="js/handlebars-v4.0.10.js"></script>
<div class="container">
<div id="nixcon-logo">
<img src="/images/nixos-logo.png" class="responsive-img nixos-logo" width="300" style="margin-top: 2em; margin-bottom: 0em;" />
</div>
<div class="row">
<div class="col s12 m12">
<h1 class="header center grey-text text-darken-2">NixCon 2017</h1>
</div>
</div>
<div class="row">
<div class="col s6 m2 offset-m2">
<div class="icon-block">
<div class="center grey-text text-darken-2"><i class="fa fa-calendar"></i></div>
<h5 class="center grey-text text-darken-2 header">October 28–31 2017</h5>
</div>
</div>
<div class="col s6 m2">
<div class="icon-block">
<div class="center grey-text text-darken-2"><i class="fa fa-comments"></i></div>
<h5 class="center grey-text text-darken-2 header">Talks Discussions Hackathon</h5>
</div>
</div>
<div class="col s6 m2">
<div class="icon-block">
<div class="center grey-text text-darken-2"><i class="fa fa-users"></i></div>
<h5 class="center grey-text text-darken-2 header">100 people</h5>
</div>
</div>
<div class="col s6 m2">
<div class="icon-block">
<div class="center grey-text text-darken-2"><i class="fa fa-map-marker"></i></div>
<h5 class="center grey-text text-darken-2 header">Unterföhring near Munich</h5>
</div>
</div>
</div>
<br/>
</div>
<a name="about"></a>
<div class="container">
<div class="row">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">About</h3>
<p class="center flow-text" style="text-align: justify">
NixCon is a community-oriented conference for contributors and users of <a href="http://nixos.org/nix/">Nix</a> and <a href="http://nixos.org/">NixOS</a>.
It's about sharing experiences, inspiring people and discussing future development.
We would like to learn about how you use Nix and NixOS in your organization and what you are currently working on.
The growth of NixOS as a project brings its own challenges and we would like to know how you think the
user experience can be improved and how NixOS can be scaled.
</p>
</div>
</div>
</div>
<a name="program"></a>
<div class="container">
<div class="row">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Program</h3>
</div>
<div class="col s12 m12">
<h4 class="header center grey-text text-darken-2">Friday 27</h4>
<ul class="collapsible popout" data-collapsible="accordion">
<li>
<div class="collapsible-header grey-text text-darken-2">
<span class="time">20:00</span>
<span class="headline">Pre-conference dinner</span> (at your own expense):
Augustiner-Keller, Arnulfstraße 52, 80335 München
(<a href="https://www.google.de/maps/place/Augustiner-Keller/@48.1434286,11.5498227,17z/" target="_blank">Google Maps</a>)
</div>
<div class="collapsible-body">
<span>
Ask for "NixOS" or "Helmich".<br/>
The restaurant is located near the main station (Hauptbahnhof) - most U- and S-Bahn lines have a stop there. From there it's a 10 minute walk.
</span>
</div>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col s12 m12">
<h4 class="header center grey-text text-darken-2">Saturday 28</h4>
<h5 class="header center grey-text text-darken-2">
Location: <a href="/locations.html#tng">TNG Technology Consulting</a>, Betastraße 13a, 85774 Unterföhring
</h5>
<ul class="collapsible" id="saturday" data-collapsible="accordion">
</ul>
<ul class="collapsible popout" data-collapsible="accordion">
<li>
<div class="collapsible-header grey-text text-darken-2">
<span class="time">19:00</span>
<span class="headline">Social Event</span> (at your own expense):
Juleps New York Bar & Restaurant, Breisacher Str. 18, 81667 München
(<a href="https://www.google.de/maps/place/Juleps+New+York+Bar+%26+Restaurant/@48.1303161,11.6027038,17z" target="_blank">Google Maps</a>)
</div>
<div class="collapsible-body">
<span>
Ask for "NixCon".<br/>
Take the S8 to Munich East (Ostbahnhof). From there it's a 5 min walk. <br/>
The S8 brings you back to Unterföhring every 20 minutes (:04, :24, :44) until 00:24. After that there is only
one connection per hour.
</span>
</div>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col s12 m12">
<h4 class="header center grey-text text-darken-2">Sunday 29</h4>
<h5 class="header center grey-text text-darken-2">
Location: <a href="/locations.html#tng">TNG Technology Consulting</a>, Betastraße 13a, 85774 Unterföhring
</h5>
<ul class="collapsible" id="sunday" data-collapsible="accordion">
</ul>
<ul class="collapsible popout" data-collapsible="accordion">
<li>
<div class="collapsible-header grey-text text-darken-2">
<span class="time">19:00</span>
<span class="headline">Dinner</span> (at your own expense):
Mariannenhof, Mariannenstrasse 1, 80538 München
(<a href="https://goo.gl/maps/D3S9rtF1oWr" target="_blank">Google Maps</a>)
</div>
</li>
<li>
<div class="collapsible-header grey-text text-darken-2">
<span class="time">21:00 - open end</span>
<span class="headline">Pre-Hackathon Hacknight</span>
Mayflower GmbH, Mannhardtstrasse 6, 80538 München
(<a href="https://goo.gl/maps/9dAfCZG7a852" target="_blank">Google Maps</a>)
</div>
<div class="collapsible-body">
<span>
If you would like to hack on some Nix stuff with us or on your
own and would like some company, please join us at our Office.
Free drinks and some snacks will be provided.
</span>
</div>
</li>
</ul>
</div>
</div>
</div>
<script id="talk-template" type="text/x-handlebars-template">
<li>
<div class="collapsible-header grey-text text-darken-2">
<span class="time">
{{#timeprint start duration }}
{{/timeprint}}
</span>
<span {{#neq title "Lunch Break" }}
{{#neq title "Breakfast" }}
{{#neq title "Break" }}
class="headline"
{{/neq}}
{{/neq}}
{{/neq}}>
{{ title }} {{#if subtitle}} – {{ subtitle }} {{/if}}
</span>
<span>
{{#if persons}}
by {{#each persons}}
{{ public_name }} {{#unless @last}} and {{/unless}}
{{/each}}
{{/if}}
</span>
<span>{{#if video}}<i class="fa fa-youtube"></i>{{/if}}</span>
<span>{{#if slides}}<i class="fa fa-paperclip"></i>{{/if}}</span>
</div>
<div class="collapsible-body">
<p>{{{ abstract }}}</p>
<p>{{{ description }}}</p>
<p>{{#each links}}<a href="{{ this.url }}">{{ this.title }}</a><br/> {{/each}}</p>
<p>{{#each attachments}}<a href="schedule.nixcon2017.org{{ this.url }}">{{ this.title }}</a><br/> {{/each}}</p>
</div>
</li>
</script>
<script type="text/javascript">
window.onload = function() {
$.getJSON("schedule.nixcon2017.org/en/nixcon2017/public/schedule.json", function(data) {
var talks_saturday = data.schedule.conference.days[0].rooms.Unterwelt;
var talks_sunday = data.schedule.conference.days[1].rooms.Unterwelt;
generate_talk_entries(talks_saturday, "#saturday")
generate_talk_entries(talks_sunday, "#sunday");
});
Handlebars.registerHelper('timeprint', function(startString, length) {
var startArray = startString.split(':');
var duration = length.split(':');
var startTime = new Date (2017, 10, 28, startArray[0], startArray[1]);
var endTime = new Date (2017, 10, 28, startTime.getHours() + parseInt(duration[0]), startTime.getMinutes() + parseInt(duration[1]));
var result = startString + ' – ' + endTime.getHours() + ':' + ("0" + (endTime.getMinutes())).slice(-2);
return new Handlebars.SafeString(result);
});
Handlebars.registerHelper('neq', function(val1, val2, block) {
if (val1 != val2){
return block.fn(this);
}
});
Handlebars.registerHelper('eq', function(val1, val2, block) {
if (val1 == val2){
return block.fn(this);
}
});
}
var generate_talk_entries = function (talks, day_id){
var items = [];
talks.forEach(function(talk, index){
var source = $("#talk-template").html();
var template = Handlebars.compile(source);
var slidelinks = talk.links.filter( function (link){return link.title.indexOf('Slides') !== -1});
var videolink = talk.links.filter( function (link){return link.title.indexOf('Video') !== -1});
if (talk.attachments.length > 0 || slidelinks.length > 0){ talk["slides"] = true; }
if (videolink.length > 0){ talk["video"] = true; }
var entry = template(talk);
items.push(entry);
});
$(day_id).append(items.join(""));
}
</script>
<a name="hackathon"></a>
<div class="container">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Hackathon</h3>
</div>
<div class="row">
<div class="col s12 m12">
<h5 class="header center grey-text text-darken-2">Monday 30: 10:30-19:00, Lunch (sponsored): 13:30</h5>
<h5 class="header center grey-text text-darken-2">Tuesday 31: 10:30-15:00, Lunch (sponsored): 13:30</h5>
<h5 class="header center grey-text text-darken-2">
Location: <a href="/locations.html#cafe-netzwerk">Cafe Netzwerk</a>, Luisenstr. 11, 80333 Munich
</h5>
<ul class="collapsible popout" data-collapsible="accordion">
<li>
<div class="collapsible-header grey-text text-darken-2">
<span class="time">Monday, 20:00</span>
Open Doors at the hackerspace of the Chaos Computer Club Munich, Schleißheimer Str. 39, 80797 München
(<a href="https://www.google.de/maps/place/Chaos+Computer+Club+M%C3%BCnchen+e.V./@48.1535846,11.560419,20z/data=!4m8!1m2!3m1!2sChaos+Computer+Club+M%C3%BCnchen+e.V.!3m4!1s0x479e75e1273913e5:0x825b7a91fbedd0f7!8m2!3d48.1536775!4d11.5608097" target="_blank">Google Maps</a>)
</div>
<div class="collapsible-body">
<span>
</span>
</div>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col s12 m12">
<h4 class="header center grey-text text-darken-2">Proposed Hackathon Topics</h4>
</div>
</div>
<div class="row" id="topics">
<div class="col s12 m12">
<h5>We have not yet any proposed topic</h5>
</div>
</div>
<div class="row">
<div class="col s12 m12">
<h5 class="header center grey-text text-darken-2">Want to propose your own topic?</h5>
You can propose new topics via the following workflow:
<ol>
<li>fork the page repository <a href="https://github.com/cko/nixcon2017">cko/nixcon2017</a></li>
<li>add your topic to the file <tt>./hackathon-topics.json</tt>
<ul>
<li>the fields <tt>homepage</tt> and <tt>required_experience</tt> are optional and default to <tt>null</tt></li>
</ul>
</li>
<li>create a pull request</li>
</ol>
Or send and e-mail to [email protected]
</div>
</div>
</div>
<script id="topic-template" type="text/x-handlebars-template">
<div class="col s12 m6 l6"><div class="card medium">
<div class="card-content grey-text text-darken-2">
<span class="card-title">{{title}}</span>
<p><b>Host:</b> {{host}}</p>
{{#if homepage}}
<a href="{{homepage}}">{{homepage}}</a>
{{/if}}
<div><b>Description:</b> {{{description}}}</div>
{{#if required_experience}}
<p><b>Required Experience:</b><br\> {{required_experience}}</p>
{{/if}}
</div>
</div></div>
</script>
<script>
$( document ).ready(function() {
$.getJSON( "./hackathon-topics.json", function( data ) {
function compare(a,b) {
if (a.title < b.title)
return -1;
if (a.title > b.title)
return 1;
return 0;
}
data.sort(compare);
if(data.length > 0){
var source = $("#topic-template").html();
var template = Handlebars.compile(source);
var items = [];
$.each( data, function(key, topic) {
items.push(template(topic));});
$("#topics").html(items.join(''));
}
});
});
</script>
<a name="sponsors"></a>
<div class="container">
<div class="row">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Sponsors</h3>
</div>
</div>
<div class="row nixos-sponsor">
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img class="responsive-img" src="/images/TNG400x74.gif">
</div>
<div class="card-content">
<span class="card-title">Location & Lunch Sponsor</span>
<p><a href="https://www.tngtech.com/en.html">TNG Technology Consulting</a> is a value-based consulting partnership focused on high end information technology.<br/>
We support our customers with state-of-the-art tools and innovative ideas. Our mission is to analyze and solve the strategic or routine IT problems our customers have.</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img class="responsive-img" src="/images/innoq.png"/>
</div>
<div class="card-content">
<span class="card-title">Organisation</span>
<p><a href="https://www.innoq.com/en/">innoQ</a> offers strategic technology consulting, development and training. We combine pragmatic, lightweight technologies with sound architectural practices.</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img class="responsive-img" src="/images/enlambda.png"/>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p><a href="https://www.enlambda.com/">Enlambda</a> offers consulting for the Nix ecosystem. We help you evaluate, plan and implement solutions using Nix technology to innovate
your software distribution pipeline.</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img class="responsive-img" src="/images/serokell.png"/>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p><a href="https://serokell.io/">Serokell</a> is a software development, consulting, and recruiting company. Prevalent in our practice is usage of functional programming and scientific methods.</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img class="responsive-img" src="/images/bridgewater.png"/>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p><a href="https://www.bridgewater.com/">Bridgewater</a> strives to understand the world. We've gained success by translating our deep global economic insight into great portfolios and partnerships with our clients. Today, we manage about $160B for around 350 of the largest and most sophisticated global institutional clients including pension funds, university endowments, and charities.</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img class="responsive-img" src="/images/numtide.png"/>
</div>
<div class="card-content">
<span class="card-title">Contributor and Diversity Sponsor.</span>
<p><a href="https://www.numtide.com/">NumTide</a> is a Nix and DevOps consulting company. We provide build, test and deployment expertise from the developer's machine to the cloud.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m12">
<h4 class="header center grey-text text-darken-2">Silver Sponsors</h4>
</div>
</div>
<div class="row">
<div class="col s12 m4">
<a href="http://immutablesolutions.com/"><img class="responsive-img" src="/images/immutable.png"/></a>
</div>
<div class="col s12 m4">
<a href="http://container-solutions.com/"><img class="responsive-img" src="/images/container_solutions.png"/></a>
</div>
</div>
<div class="row">
<div class="col s12 m12">
<br/>
<h4 class="header center grey-text text-darken-2">Partner</h4>
</div>
<div class="row">
<div class="col s12 m4">
<a href="http://cafe-netzwerk.de/"><img class="responsive-img" src="/images/cafe-netzwerk.png"/></a>
</div>
<div class="col s12 m4">
<a href="https://opensourcetreffen.de/"><img class="responsive-img" src="/images/opensourcetreffen.png"/></a>
</div>
<div class="col s12 m4">
<a href="https://erfindergarden.de/?lang=en"><img class="responsive-img" src="/images/erfindergarden.png"/></a>
</div>
</div>
</div>
</div>