-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
513 lines (450 loc) · 20.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
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
<a name="home" class="anchor"></a>
<div class="container">
<div id="nixcon-logo">
<img src="/images/nixcon2019.svg" 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 2019</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">25-27 October</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 Hacking</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">160 people / 80 for Hackday</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">Brno</h5>
</div>
</div>
</div>
<br/>
</div>
<a name="about" class="anchor"></a>
<div class="container">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">About</h3>
<p class="center flow-text">
NixCon is a community-oriented conference for contributors and users of
<a href="https://nixos.org/nix/">Nix</a> and
<a href="https://nixos.org/">NixOS</a>. It's about sharing experiences, inspiring people and discussing future development.</p>
<p class="center flow-text">We would like to learn about how you use Nix and NixOS in your organization and what you are currently working on.
</p>
<p class="center flow-text"> 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 class="row">
<div class="col s12 m12">
<img src="pictures/nixcon2019.jpg" class="responsive-img" style="margin: 0 auto; width: 100%;" />
</div>
</div>
</div>
<a name="call-for-participation" class="anchor">CFP</a>
<div class="container">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Call for Participation</h3>
</div>
<div class="row">
<div class="col s12 m12">
<p class="center flow-text">
The Nixcon 2019 CfP is now closed.
</p>
</div>
</div>
</div>
<a name="program" class="anchor"></a>
<div class="container">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Program - 25-26 October (Fri/Saturday)</h3>
</div>
<div class="row">
<div class="col s12 m12">
<p class="center flow-text">
<a href="https://cfp.nixcon.org/nixcon2019/schedule/">
Have a look at the program.
</a>
</p>
<p class="center flow-text">
We will have plenty of space for talks and socializing. During the
conference days we have three rooms. On big room with enough space for
everyone and two smaller ones for a subset of all attendees.
</p>
</div>
</div>
</div>
<a name="hackday" class="anchor"></a>
<div class="container">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Hackday - 27 October (Sunday)</h3>
</div>
<div class="row">
<div class="col s12 m12">
<p class="center flow-text">
The Hackday is a self-organizing event after the conference. It's an
opportunity to network, hack on projects and ideas that arose during
the conference, and discuss plans for the rest of the year.
</p>
<p class="center flow-text">
The location is the same as the conference but with just one room and a
different table layout, limiting the number of attendees to 80 people.
</p>
</div>
</div>
</div>
<a name="location" class="anchor"></a>
<div class="container">
<div class="row">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Location</h3>
<address class="center">
Impact Hub Brno
<a href="https://www.hubbrno.cz/en/">hubbrno.cz</a>
<a href="https://osm.org/go/0Jv3E8lMI?m=&way=339769163">
Cyrilská 7, Brno 602 00, Czech Republic
</a>
</address>
</div>
</div>
<div class="row">
<div class="col s12 m12">
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=16.619546413421634%2C49.18972740323343%2C16.621059179306034%2C49.19065296518632&layer=mapnik&marker=49.19019018637433%2C16.62030279636383" style="border: 1px solid black"></iframe>
</div>
</div>
<div class="row">
<div class="col s4">
<img class="materialboxed hoverable responsive-img center-align" src="images/venue/open-space5-600.jpg" alt="Venue Interior">
</div>
<div class="col s4">
<img class="materialboxed hoverable responsive-img center-align" src="images/venue/open-space6-600.jpg" alt="Venue Interior">
</div>
<div class="col s4">
<img class="materialboxed hoverable responsive-img center" src="images/venue/open-space8-600.jpg" alt="Venue Interior">
</div>
</div>
<div class="row">
<div class="col s4">
<img class="materialboxed hoverable responsive-img center" src="images/venue/konferencni-mistnost02-600.jpg" alt="Venue Interior">
</div>
<div class="col s4">
<img class="materialboxed hoverable responsive-img center" src="images/venue/exterier2-600.jpg" alt="Venue Exterior">
</div>
</div>
<div class="row">
<div class="col s4 panel">
<a href="https://www.hubbrno.cz/en/spaces/">more impressions...</a>
</div>
</div>
<div class="row">
<div class="col s12 panel">
There's also a <a href="https://discourse.nixos.org/t/the-nixers-guide-to-the-brno/4498">Discourse thread</a> containing some useful information to get around Brno.
</div>
</div>
</div>
<a name="registration" class="anchor"></a>
<div class="container">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Registration</h3>
</div>
<div class="row">
<div class="col s12 m12">
<p>Please contact the orga team if you are not able to attend because of fund restrictions. We would like everyone to be able to attend and have some funds available to sponsor tickets and travel.</p>
</div>
</div>
<div class="row">
<div class="col s12 m12">
<pretix-widget event="https://tickets.nixcon.org/nixcon/2019/"></pretix-widget>
<noscript>
<div class="pretix-widget">
<div class="pretix-widget-info-message">
JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please <a target="_blank" rel="noopener" href="https://tickets.nixcon.org/nixcon/2019/">click here</a>.
</div>
</div>
</noscript>
<p class="center flow-text">
If you have any questions see our <a href="https://tickets.nixcon.org/nixcon/2019/page/faq/" target="_blank">FAQ</a> or <a href="/#contact">contact us</a>.
</p>
</div>
</div>
</div>
<a name="contact" class="anchor"></a>
<div class="container">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Contact us</h3>
</div>
<div class="row">
<div class="col s12 m12">
<p>
For conference updates,
<a href="https://twitter.com/nixcon_org?ref_src=twsrc%5Etfw"
class="twitter-follow-button" data-show-count="false">Follow
@nixcon_org</a>
or <a href="https://discourse.nixos.org/c/events/nixcon">Track us on Discourse</a>.
</p>
<p>
For any questions, send us an email to
<a class="contact-email" href="mail:orgateam(at)nixcon.org">orgateam (at) nixcon.org</a>
. We will respond within 24h.
</p>
<p>The organisers also hang on #nixcon on FreeNode:</p>
</div>
</div>
<div class="row">
<iframe
allowtransparency="true"
class="col s12 m12"
frameborder="0"
height=500
scrolling=no
src="https://webchat.freenode.net?channels=%23nixcon&uio=MTE9MjE131"
></iframe>
</div>
</div>
<a name="sponsors" class="anchor"></a>
<div class="container">
<div class="col s12 m12">
<h3 class="header center grey-text text-darken-2">Sponsors</h3>
</div>
<div class="col s12 m12">
<p>
We thank the following organizations for their generous sponsorship*, which made NixCon 2019 possible:
</p>
<p class="footnote">
* If you want to become a sponsor simply <a href="#registration">book a sponsor ticket</a>.
</p>
</div>
<div class="row nixos-sponsor">
<div class="col s12 m6">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<a href="http://contextflow.com">
<img class="responsive-img" title="Contextflow" src="/images/sponsors/contextflow.svg" />
</a>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p>
<a href="http://contextflow.com">contextflow</a> revolutionizes
the medical information search process via deep learning: our 3D
image-based search engine for radiologists finds regions of
interest within images; when a suspicious pattern is detected, we
immediately provide visually similar cases & and reference
information helpful for diagnosis… within seconds.
</p>
<p>
Curious individuals wanted: <a href=http://contextflow.com/careers/>contextflow.com/careers/</a>
</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<a href="https://nixos.mayflower.consulting">
<img class="responsive-img" title="Mayflower" src="/images/sponsors/mayflower.png" />
</a>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p>
<a href="https://nixos.mayflower.consulting">Mayflower</a> provides battle-tested software engineering teams as well as consulting concerning infrastructure and agile methodologies. We love and embrace Open Source by contributing to the projects we use on a daily basis.
</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<a href="https://tweag.io">
<img class="responsive-img" title="Tweag" src="/images/sponsors/tweag.png" />
</a>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p>
Founded by compiler writers, mathematicians and distributed systems experts, <a href="https://tweag.io">Tweag</a> is an Everything as Code company. We apply the software engineering mindset to operations, data science, company structure and software engineering itself. Nix is key to our vision and we have over a dozen active Nix contributors on staff.
</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<a href="https://www.mutable.io">
<img class="responsive-img" title="Mutable" src="/images/sponsors/mutable.png" />
</a>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p>
Mutable is a Public Edge Cloud. Mutable works with infrastructure providers including cable and telco companies to give developers access to compute as close to users as possible. Providing low latency, secure, distributed compute and networking. Our core is built with Nix and NixOS, we actively contribute. Join us <a href="https://www.mutable.io">https://www.mutable.io.</a>
</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<a href="https://obsidian.systems/">
<img class="responsive-img" title="Obsidian Systems" src="/images/sponsors/obsidian.svg" />
</a>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p>
<a href="https://obsidian.systems/">Obsidian Systems</a> builds custom software solutions for clients from the aerospace industry to blockchain, and everything in between. We use Nix for everything! Reproducible builds, declarative deployments, and a highly expressive package language mean we can maintain rock-solid stability while remaining agile and responsive to client needs.
</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image" style="background-color: #7ccef3;">
<a href="http://relational.ai/">
<img class="responsive-img" title="relationalAI" src="/images/sponsors/relationalai.png" />
</a>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p>
At <a href="http://relational.ai/">relationalAI</a>, we develop novel Artificial Intelligence technologies to solve complex business problems. Many of these problems do not lend themselves to consumer-oriented AI methods. Our technology exploits the rich interdependencies and structure inherent in every business to deliver results that are orders of magnitude better than traditional AI and machine learning.
</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<a href="https://www.omniit.de/en/">
<img class="responsive-img" title="OmniIT" src="/images/sponsors/omniit.svg" />
</a>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p>
Whether it is our managed services offering or consulting services, we at <a href="https://www.omniit.de/en/">omniIT</a> provide technical expertise and take responsibility for the smooth operations of your IT.
Our goal is to provide the same high-quality results every time. Therefore Nix/NixOS is the perfect match for us with its high-level abstractions and reproducibility.
</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<a href="https://serokell.io/">
<img class="responsive-img" title="Serokell" src="/images/sponsors/serokell.svg" />
</a>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p>
<a href="https://serokell.io/">Serokell</a> is a software research and development company that love functional programming, scientific methods, and open source. Our work is to write perfect code. Our hobby is to create software that solves the most complex business tasks. Our mission is to popularize functional languages by showing what results you can achieve by using them.
</p>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<a href="https://iohk.io">
<img class="responsive-img" title="IOHK" src="/images/sponsors/IOHK.png" />
</a>
</div>
<div class="card-content">
<span class="card-title">Gold Sponsor</span>
<p>
<a hre="https://iohk.io">IOHK</a> is on the cutting edge of cryptocurrency research and development. IOHK is the first blockchain company that has gone through rigorous academic peer review for our papers and has taken a formal methods approach to developing software. On the DevOps side, nix is a perfect fit for the company and it's used everywhere from our CI build systems to end user deployments by 3rd parties.
</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 nixos-sponsor">
<div class="col s12 m4">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<a href="https://hercules-ci.com/">
<img class="responsive-img" title="Hercules CI" src="/images/sponsors/hercules-ci.png" />
</a>
</div>
<div class="card-content">
<span class="card-title">Silver Sponsor</span>
<p>
Automated hosted infrastructure for Nix, reliable and reproducible developer tooling,
to speed up adoption and lower integration cost.
We offer <a href="https://hercules-ci.com">Continuous Integration</a> and
<a href="https://cachix.org">Binary Caches</a>.
</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<img class="responsive-img" title="PDT Partners" src="/images/sponsors/pdt-partners.jpg" />
</div>
<div class="card-content">
<span class="card-title">Silver Sponsor</span>
<p>
<a href="https://www.pdtpartners.com/">PDT Partners</a> is a leading quantitative investment manager, based in New York and London. Our investment success is driven by rigorous research, cutting edge technology, and a disciplined focus on risk management and trade execution. Technology is fundamental to our business, and we blend our own proprietary software with advanced open source projects like Nix.
</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card">
<div class="card-image" style="background-color: #eee;">
<img class="responsive-img" title="Packet" src="/images/sponsors/packet.png" />
</div>
<div class="card-content">
<span class="card-title">Silver Sponsor</span>
<p>
<a href="https://www.packet.com/">Packet</a> is the go-to cloud partner for today’s leading developers, empowering SaaS companies and Fortune 100’s alike to make infrastructure their competitive advantage with automated bare metal that can be deployed anywhere.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m12">
<h4 class="header center grey-text text-darken-2">Bronze Sponsors</h4>
</div>
</div>
<div class="row nixos-sponsor">
<div class="col s12 m2">
<a href="https://immutablesolutions.com/">
<img class="responsive-img" src="./images/sponsors/imsl.png" title="Immutable Solutions" />
</a>
</div>
</div>
</div>