-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjury.html
executable file
·458 lines (436 loc) · 28.2 KB
/
jury.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
<!DOCTYPE html>
<html 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, maximum-scale=1.0, user-scalable=no">
<!-- SEO -->
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://opencodes.io">
<meta property="og:type" content="website">
<meta property="og:title" content="OPEN CODES Hackathon">
<meta property="og:description" content="Welcome to the largest student-run hackathon in Germany!">
<meta property="og:image" content="assets/img/fb-cover.png">
<meta name="author" content="Hack & Söhne">
<meta name="description" content="Welcome to the largest student-run hackathon in Germany!.">
<meta name="keywords"
content="open, codes, hackathon, hack, io, und, söhne, soehne, karlsruhe, programmieren, event, coding, code, zkm, zentrum, kunst, medien, kit, talkit">
<meta name="google-site-verification" content="tjukQQpmzsqdbPMnXjNBcrTMyJvr9QDKjFdGEuhEJwM" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>OpenCodes Hackathon</title>
<!-- ALL CSS FILES -->
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/base.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/main.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/flexslider.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/venobox.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/custom.css" rel="stylesheet" type="text/css" media="all" />
<!-- FONTS -->
<link href="assets/css/fonts.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nova+Mono|Nova+Round|Source+Code+Pro" rel="stylesheet">
<!-- TACHYONS -->
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.9.0/css/tachyons.min.css" />
</head>
<body
style="background: #1a1919 url('assets/img/brainbow-pink.svg') no-repeat center center; background-position-x: 0; background-position-y: 0; background-size: 80vh"
class="">
<!--Wrapper-->
<div class="wrapper">
<!--Content section-->
<section>
<!--Header-->
<header class="header">
<!--Container-->
<div class="container" style="padding-left: 12px; padding-right: 12px">
<!--Row-->
<div id="nav-bar-logo" class="row pt2 pl2 pr2 pb3">
<div class="col-md-2 col-xs-3" style="padding-right: 0">
<a class="scroll logo header-logo" href="index.html">
<img class="logo-img" src="assets/img/och-logo.png" />
</a>
</div>
<div class="col-md-10 col-xs-9 text-left">
<p class="hf pb3 header-title">OPENCODES Hackathon</p>
</div>
</div>
<div style="padding-top: 5px;" class="row">
<div class="col-md-12 text-left">
<nav class="main-nav">
<div class="toggle-mobile-but">
<a href="#" class="mobile-but">
<div class="lines"></div>
</a>
</div>
<ol class="hero-button-list">
<li style="margin: 0"><a id="home-button" class="scroll hero-button jury-selected"
href="index.html">Home</a></li>
<li style="margin: 0"><a id="about-button" class="scroll hero-button jury-selected"
href="about.html">About</a></li>
<li style="margin: 0"><a id="visitor-button"
class="scroll hero-button jury-selected" href="visitors.html">For
Visitors</a></li>
<li style="margin: 0"><a id="jury-button" class="scroll hero-button jury-selected"
href="jury.html">Jury</a></li>
<li style="margin: 0"><a id="categories-button"
class="scroll hero-button jury-selected"
href="categories.html">Categories</a></li>
<li style="margin: 0"><a id="schedule-button"
class="scroll hero-button jury-selected" href="schedule.html">Schedule</a>
</li>
<li style="margin: 0"><a id="location-button"
class="scroll hero-button jury-selected" href="location.html">Location</a>
</li>
<li style="margin: 0"><a id="sponsor-button"
class="scroll hero-button jury-selected" href="sponsors.html">Sponsors</a>
</li>
<li style="margin: 0"><a id="faq-button" class="scroll hero-button jury-selected"
href="faq.html">FAQ</a></li>
</ol>
</nav>
</div>
</div>
<!--End row-->
</div>
<!--End container-->
</header>
</section>
<div>
<!-- CONTENT GOES HERE -->
<div class="content-section pb-120">
<div>
<div class="container">
<div class="row pb5">
<div class="col-sm-7 col-sm-offset-0 col-sm-offset-2 pd-0">
<div class="about-padding jury-tr pb4">
<h3 class="pb3 f3">Prof. Dr. Torsten <span style="color: #F55BAA">Kröger</span></h3>
<p>
Torsten is a Professor of Computer Science, Director of Intelligent Process
Control and Robotics Laboratory (IPR) and Co-Chair of the Institute for
Anthropomatics and Robotics (IAR) at Karlsruhe Institute of Technology (KIT).
<br>
<br>
He is the CEO of Tirac Engineering, a Visiting Scientist at Stanford University,
and the founder of Reflexxes.
<br>
<br>
From 2014 to 2017, he was a Staff Roboticist and the Head of the Robotics
Software Division at Google.
<br>
<br>
His research interests are real-time motion planning, transfer learning and
deterministic distributed real-time systems.
<br>
<br>
He received the Early Career Award of the IEEE Robotics and Automation Society.
</p>
</div>
</div>
<div class="col-sm-3 pd-0 tl">
<div class="pb4">
<div class="block-speaker">
<div class="block-img overlay soft">
<div class="background-img">
<img src="assets/img/jury/kroeger.jpg" alt="">
</div>
<div class="centering">
<p><strong>Prof. Dr. Torsten Kröger</strong></p>
<p>Prof. and Director</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row pt4 pb5">
<div class="col-sm-7 col-sm-push-3 col-sm-offset-2 pd-0">
<div class="about-padding tl pb4">
<h3 class="pb3 f3">Prof. Dr. Alexander <span style="color: #F55BAA">Waibel</span>
</h3>
<p>
Alexander is a Professor of Computer Science at Carnegie Mellon University,
Pittsburgh and at the Karlsruhe Institute of Technology, Germany.
<br>
<br>
He is the director of the International Center for Advanced Communication
Technologies (interACT) and Fellow of the IEEE Fellow. He and his team invented
the “Time-Delay Neural Network” (now also known as “convolutional” neural
network) which is at the heart of many of today’s AI technologies.
<br>
<br>
System breakthroughs that followed suit included early multimodal dialog
interfaces, the first speech translation system in Europe and USA, the first
simultaneous lecture interpretation system, and Jibbigo, the first commercial
speech translator on a phone.
<br>
<br>
During his career, Dr. Waibel founded and built 10 successful companies.
<br>
<br>
Following the acquisition of Jibbigo by Facebook, Waibel served as founding
director of the FB Language Technology Group. He also deployed speech
translation technologies in humanitarian and disaster relief missions.
</p>
</div>
</div>
<div class="col-sm-3 col-sm-pull-7 pd-0 tl">
<div class="pb4">
<div class="block-speaker">
<div class="block-img overlay soft">
<div class="background-img" style="background-color: white">
<img src="assets/img/jury/waibel.jpg" alt="">
</div>
<div class="centering jury-tr">
<p><strong>Prof. Dr. Alexander Waibel</strong></p>
<p>Prof. at the CMU and KIT</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row pb5">
<div class="col-sm-7 col-sm-offset-0 col-sm-offset-2 pd-0">
<div class="about-padding jury-tr pb4">
<h3 class="pb3 f3">Bernhard <span style="color: #F55BAA">Janke</span></h3>
<p>
He is a Principal at LEA Partners where he invests in B2B companies from seed to
growth.
<br>
<br>
He previously was Principal at Global Founders Capital / Rocket Internet SE and
built up the deal flow americas wide.
<br>
<br>
He co-founded a venture backed company in Silicon Valley after starting out his
career as the first employee at the German Accelerator in Silicon Valley.
<br>
<br>
He helped building up the accelerator from his early beginnings and was
successful to expand the size of the program and into new regions.
<br>
<br>
Bernhard studied Business Engineering at the Karlsruhe Institute of Technology
(KIT).
</p>
</div>
</div>
<div class="col-sm-3 pd-0 tl">
<div class="pb4">
<div class="block-speaker">
<div class="block-img overlay soft">
<div class="background-img">
<img src="assets/img/jury/janke.jpg" alt="">
</div>
<div class="centering">
<p><strong>Bernhard Janke</strong></p>
<p>Principal at LEA Partners</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row pt4 pb5">
<div class="col-sm-7 col-sm-push-3 col-sm-offset-2 pd-0">
<div class="about-padding tl pb4">
<h3 class="pb3 f3">Martin <span style="color: #F55BAA">Hubschneider</span></h3>
<p>
An entrepreneur by nature, recognized by many for his passion and visionary
approach to Customer Relationship Management (CRM), Martin Hubschneider, CEO of
CAS Software, has consistently driven the development of networked future
technologies.
<br>
<br>
He founded SmartWe World together with a constantly growing number of
co-creators to establish a revolutionary new platform for company software in
the WeConomy.
<br>
<br>
Designing a business and management culture which focuses on developing
individual potential and is based on common values are matters which are very
close to his heart. As is the “Customer Centricity” company mission statement
and strong focus on developing products and services to help customers become
more successful.
<br>
<br>
Besides his entrepreneurial activities, he also works voluntarily as the CEO of
the CyberForum e.V. company network, as vice-president of the Bundesverband
IT-Mittelstand e.V., as CEO of VDMA Software and as an expert on future issues
to the German Chancellor, Angela Merkel.
<br>
<br>
His motto: "Positive thinking won’t fix everything, but it will help you to do
everything better."
<!-- <p>Is your project intellectually interesting and is there an idea worth pursuing?</p> -->
</p>
</div>
</div>
<div class="col-sm-3 col-sm-pull-7 pd-0 tl">
<div class="pb4">
<div class="block-speaker">
<div class="block-img overlay soft">
<div class="background-img" style="background-color: white">
<img src="assets/img/jury/hubschneider_cas.jpg" alt="">
</div>
<div class="centering jury-tr">
<p><strong>Martin Hubschneider</strong></p>
<p>CEO of CAS Software AG</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row pb5">
<div class="col-sm-7 col-sm-offset-0 col-sm-offset-2 pd-0">
<div class="about-padding jury-tr pb4">
<h3 class="pb3 f3">Andreas <span style="color: #F55BAA">Eckleder</span></h3>
<p>
Andreas has been with Google for more than 6 years, working on Software
Engineering tools.
<br>
<br>
He is passionate about software engineering at scale, open source software, and
about finding and supporting new talents, e.g. as a "Jugend forscht" jury member
for math / computer science.
<br>
<br>
Before joining Google, he lived in the Karlsruhe region and worked at a company
called Nero.
<br>
<br>
He holds a M.Sc. degree from the University of Bamberg.
</p>
</div>
</div>
<div class="col-sm-3 pd-0 tl">
<div class="pb4">
<div class="block-speaker">
<div class="block-img overlay soft">
<div class="background-img">
<img src="assets/img/jury/eckleder.jpg" alt="">
</div>
<div class="centering">
<p><strong>Andreas Eckleder</strong></p>
<p>Software Engineer at Google</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row pt4 pb5">
<div class="col-sm-7 col-sm-push-3 col-sm-offset-2 pd-0">
<div class="about-padding tl pb4">
<h3 class="pb3 f3">Yasemin <span style="color: #F55BAA">Keskintepe</span></h3>
<p>
She is a curator and researcher.
<br>
<br>
Since 2016 she is working at the ZKM | Center for Art and Media Karlsruhe, where
she is the co-curator of the exhibition "Open Codes. Living in Digital Worlds".
<br>
<br>
She finished her studies in Contemporary Art Theory at Goldmisths College London
in 2015, having previously studied Cultural Policy and obtaining an
undergraduate degree in law.
<br>
<br>
She was involved in several projects for the Istanbul Biennial, Contemporary
Istanbul and the ICA London.
<br>
<br>
Her research interest lie in the cross section of art, technology and politics
with a specific focus on machine learning.
</p>
</div>
</div>
<div class="col-sm-3 col-sm-pull-7 pd-0 tl">
<div class="pb4">
<div class="block-speaker">
<div class="block-img overlay soft">
<div class="background-img" style="background-color: white">
<img src="assets/img/jury/keskintepe.jpg" alt="">
</div>
<div class="centering jury-tr">
<p><strong>Yasemin Keskintepe</strong></p>
<p>Co-curator at the ZKM</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
</div>
</div>
</div>
</div>
<!--End hero section-->
<footer>
<div class="bottom-footer pt-50 pb-50">
<!--Container-->
<div class="container ">
<div class="row">
<div class="col-lg-5 footer-copyright pb3">
<span class="pr3">an event by</span>
<a target="_blank" href="https://hackundsoehne.de">
<img src="assets/img/hs_logo_white.png" width="75px" />
</a>
</div>
<div class="col-lg-3">
<ul class="block-social tc pb3 pt3">
<li><a target="_blank" href="https://www.facebook.com/hackundsoehne/"><i
class="white-link icon-facebook"></i></a></li>
<li><a target="_blank" href="https://twitter.com/hackundsoehne"><i
class="white-link icon-twitter"></i></a></li>
<li><a target="_blank" href="https://www.instagram.com/hackundsoehne/"><i
class="white-link icon-instagram-1"></i></a></li>
</ul>
</div>
<div class="col-lg-4">
<ul class="block-legal footer-buttons pb3 pt3">
<li><a href="https://hackundsoehne.de/team" target="_blank">Team</a>
<li><a href="https://hackundsoehne.de/contact" target="_blank">Contact</a>
<li><a href="assets/coc-public.pdf" target="_blank">Code of Conduct</a>
<li><a href="https://hackundsoehne.de/terms" target="_blank">Terms</a>
<li><a href="https://hackundsoehne.de/dataprivacy" target="_blank">Data privacy</a>
</ul>
</div>
</div>
</div>
<!--End container-->
</div>
</footer>
</div>
<!-- End wrapper-->
<!--Javascript-->
<script src="assets/js/jquery-1.12.4.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.flexslider-min.js" type="text/javascript"></script>
<script src="assets/js/smooth-scroll.js" type="text/javascript"></script>
<script src="assets/js/jquery.validate.min.js" type="text/javascript"></script>
<script src="assets/js/placeholders.min.js" type="text/javascript"></script>
<script src="assets/js/venobox.min.js" type="text/javascript"></script>
<script src="assets/js/script.js" type="text/javascript"></script>
</body>
</html>