-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
478 lines (246 loc) · 18.3 KB
/
index.html
File metadata and controls
478 lines (246 loc) · 18.3 KB
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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Marc Körner</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="CV">
<link rel="shortcut icon" href="./favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="./assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="./assets/plugins/font-awesome/css/font-awesome.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="./assets/css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[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>
<div class="wrapper">
<!-- Use icons from fontawesome when you are adding new item in the contact list -->
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile-img" src="./assets/images/profile.png" alt="profile picture" />
<h1 class="name">Marc Körner</h1>
<h3 class="tagline">Software Defined Networking and Edge / Cloud Computing Expert</h3>
</div><!--//profile-container-->
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><i class="fa fa-envelope"></i><a href="mailto: koerner@ICSI.Berkeley.EDU">koerner@ICSI.Berkeley.EDU</a></li>
<li class="linkedin"><i class="fa fa-linkedin"></i><a href="https://linkedin.com/in/marc-koerner" target="_blank">marc-koerner</a></li>
<li class="github"><i class="fa fa-github"></i><a href="http://github.com/marckoerner" target="_blank">marckoerner</a></li>
</ul>
</div><!--//contact-container-->
<div class="education-container container-block">
<h2 class="container-block-title">Education</h2>
<div class="item">
<h4 class="degree">Dr.-Ing. in Computer Science <br /> (PhD equivalent)</h4>
<h5 class="meta">Technische Universität Berlin</h5>
<div class="time">2010 - 2015</div>
</div><!--//item-->
<div class="item">
<h4 class="degree">MEng in Embedded Systems</h4>
<h5 class="meta">Beuth Hochschule für Technik Berlin</h5>
<div class="time">2008 - 2009</div>
</div><!--//item-->
<div class="item">
<h4 class="degree">Dipl.-Ing. (FH) in Computer Engineering<br /> (Master equivalent)</h4>
<h5 class="meta">Technische Fachhochschule Berlin</h5>
<div class="time">2003 - 2008</div>
</div><!--//item-->
</div><!--//education-container-->
<div class="languages-container container-block">
<h2 class="container-block-title">Languages</h2>
<ul class="list-unstyled interests-list">
<li>English <span class="lang-desc">(Professional)</span></li>
<li>German <span class="lang-desc">(Native)</span></li>
<li>French <span class="lang-desc">(Basic)</span></li>
</ul>
</div><!--//interests-->
<div class="interests-container container-block">
<h2 class="container-block-title">Interests</h2>
<ul class="list-unstyled interests-list">
<li>Flying</li>
<li>Traveling</li>
<li>Cooking</li>
<li>Sports</li>
</ul>
</div><!--//interests-->
</div><!--//sidebar-wrapper-->
<div class="main-wrapper">
<section class="section summary-section">
<h2 class="section-title"><i class="fa fa-user"></i>Personal Profile</h2>
<div class="summary">
<p>I am currently working for the DOE as a software engineer for network automation at ESnet. I am a former DAAD research fellowship recipient at the UC Berkeley <a href="https://netsys.cs.berkeley.edu/">Netsys Lab</a> group, the <a href="http://www.icsi.berkeley.edu/icsi/">ICSI</a>, and the EIT Digital <a href="https://www.eitdigital.eu/about-us/locations/silicon-valley-hub/">Silicon Vally hub</a>. I received a Dr.-Ing. degree (PhD equivalent) from the faculty of EECS at TU Berlin in 2015 for my dissertation on <a href="http://dx.doi.org/10.14279/depositonce-4561">Software Defined Networking based Data Center Services</a>, while I was working for the <a href="http://www.cit.tu-berlin.de/menue/complex_and_distributed_it_systems/">Complex and Distributed IT Systems</a> department. My research focus is in scope of network technologies and SDN/NFV based data center solutions. I have a total of 10 years experience in academic and industrial research.</p>
</div><!--//summary-->
</section><!--//section-->
<section class="section summary-section">
<h2 class="section-title"><i class="fa fa-users"></i>Career Profile</h2>
<div class="summary">
<p>Highly motivated, hardworking, and keen to learn. Good team working and organizational qualities achieved through various projects within academia. Strong research experiences in Software-Defined Networking (SDN) and Cloud Computing, demonstrated by the listed peer-reviewed scientific publications. Excellent knowledge of SDN, Cloud Computing, Network Functions Virtualization (NFV) and Edge Computing applications, frameworks, hardware, and software platforms and emulators.</p>
</div><!--//summary-->
</section><!--//section-->
<section class="section experiences-section">
<h2 class="section-title"><i class="fa fa-briefcase"></i>Experiences</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Software Engineer</h3>
<div class="time">Oct 2020 - Present</div>
</div><!--//upper-row-->
<div class="company">Department of Energy, ESnet / LBNL, Berkeley</div>
</div><!--//meta-->
<div class="details">
<p>-Reducing the router deployment time by developing several network automation services for ESnet 6 by implementing multiple Cisco NSO services, actions, and automated tests.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">MTS - Lead Engineer Network Services</h3>
<div class="time">May 2019 - Sep 2020</div>
</div><!--//upper-row-->
<div class="company">Join Digital, San Francisco / San Jose</div>
</div><!--//meta-->
<div class="details">
<p>- Enabled new service release for a customer VPN by designing and deploying a WireGuard based VPN solution in the Equinix Silicon Valley 1 data center <br /> - Achieved around 60% deployment cost reduction by delivering a hardware / software architecture and integration proposal by using open source components. This work includes implementation of Proof of Concept (PoC) prototypes and the production-ready software stack. <br /> - Developed 3rd party app API for the Join OpenFlow controller by implementing a RabbitMQ connector.<br /> - Developed a test suite for conformance tests for the Join OpenFlow controller.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Visiting Researcher</h3>
<div class="time">Jan 2019 - April 2019</div>
</div><!--//upper-row-->
<div class="company">FU Berlin, Berlin</div>
</div><!--//meta-->
<div class="details">
<p>- Scientific publications and reviews <br /> - DAAD reporting</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Postdoctoral Researcher</h3>
<div class="time">Jan 2017 - Dec 2018</div>
</div><!--//upper-row-->
<div class="company">UC Berkeley, ICSI, and EIT Digital, Berkeley and San Francisco</div>
</div><!--//meta-->
<div class="details">
<p>DAAD postdoctoral fellowship (FITweltweit): <br /> - Enabled edge application deployment on NFV infrastructures, resulting in a performance improvement of up to 80% latency and up to 95% bandwidth reduction by implementing an open source edge computing framework (Open Carrier Interface). <br /> - Verified an edge computing resilience library by validating 100% state & data consistency by implementing and testing a mock IoT sensor value aggregation client-edge-server (CES) application. <br /> - Scientific publications and reviews <br /> - Organisation of the SDNCC Workshops <br /> - Expanded and upgraded an open NFV experimentation platform for network researchers by restructuring and updating the EIT Digital open SDN/NFV testbed.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Researcher & Sr. Researcher</h3>
<div class="time">Oct 2010 - Dec 2016</div>
</div><!--//upper-row-->
<div class="company">TU Berlin, Berlin</div>
</div><!--//meta-->
<div class="details">
<p>- Project work on management and operational level: EU Projects ASCETiC, OFELIA and BMBF Project Forschungscampus <br /> - Reduced average power consumption of cloud computing by up to 35% by deploying an innovative cloud testbed installation and software stack on a 201 nodes cluster. <br /> - Enabled seamless device interoperability regardless of the underlying communication standard for a Smart Home IoT cloud computing approach by developing a generic device integration platform. <br /> - Project cooperation with T-Systems: LTE <br /> - Collaboration on several EU project proposals <br /> - Scientific publications and reviews <br /> - Teaching: Distributed systems (project) and operation of complex IT systems (course) <br /> - Supervision of Bachelor-, Diploma- and Master-Theses</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Consultant and Software Engineer</h3>
<div class="time">Mar 2010 - Sep 2010</div>
</div><!--//upper-row-->
<div class="company">IT Service Omikron GmbH, Berlin</div>
</div><!--//meta-->
<div class="details">
<p>- Development of a mobile devices optimized visualization environment for the Berlin public transfer internal statistic data visualization <br /> - Implementation of an advanced document administration application based on OpenCMS <br /> - Review and assessment of a system specification for the Berlin Police department document management system(POLIKS)</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Research Associate</h3>
<div class="time">Jul 2008 - Feb 2010</div>
</div><!--//upper-row-->
<div class="company">DCAITI and TU Berlin, Berlin</div>
</div><!--//meta-->
<div class="details">
<p>- Improved a navigation system prototype for Daimler vehicles by implementing additional search modules for the PoI queries for the GUIDE state machine execution environment. <br /> - Enabled the control of the navigation system prototype via Daimler’s central vehicle control unit by developing a CAN to TCP/IP message translation application. <br /> - Implemented an Android point of interest visualization application by augmenting the camera live stream with information from a database. <br /> - Teaching: Augmented Reality Android Student-Project</p>
</div><!--//details-->
</div><!--//item-->
</section><!--//section-->
<section class="section projects-section">
<h2 class="section-title"><i class="fa fa-archive"></i>Projects</h2>
<div class="intro">
<p>This section provides an overview of the projects I was involved in:</p>
</div><!--//intro-->
<div class="item">
<span class="project-title"><a href="http://ascetic-project.eu/">ASCETiC</a></span>
- <span class="project-tagline">Adapting Service lifeCycle towards EfficienT Clouds (ASCETiC) was focused on providing novel methods and tools to support software developers aiming to optimise energy efficiency and minimise the carbon footprint resulting from designing, developing, deploying, and running software in Clouds.</span>
</div><!--//item-->
<div class="item">
<span class="project-title"><a href="https://cordis.europa.eu/project/rcn/95927_en.html">OFELIA</a></span>
- <span class="project-tagline">OpenFlow in Europe: Linking Infrastructure and Applications: Aim of the OFELIA project was to provide a unique network infrastructure for developers and researchers to experiment with. Therefore OFELIA uses OpenFlow, which is an upcoming network technology for network visualization through standardized and secured interfaces. OpenFlow allows developers to control the network itself as part of the experiment. OFELIA will provide high performance networking equipment for experiments under real network conditions.</span>
</div><!--//item-->
<div class="item">
<span class="project-title"><a href="http://www.cit.tu-berlin.de/menue/research/completed_projects/forschungscampus/">Forschungscampus Connected Technologies</a></span>
- <span class="project-tagline">The aim of the Forschungscampus Connected Technologies project was to establish an interdisciplinary, long term research cluster, where partners from academia and industry work together towards efficient technologies that integrate and connect devices and systems for smart homes and smart buildings.</span>
</div><!--//item-->
<div class="item">
<span class="project-title"><a href="http://www.beuth-hochschule.de/3331/article/847/">BAER</a></span>
- <span class="project-tagline">Development of an innovative information system for theme parks in cooperation with the Berlin Zoo</span>
</div><!--//item-->
</section><!--//section-->
<section class="section publications-section">
<h2 class="section-title"><i class="fa fa-file-text"></i>Publications</h2>
<div class="intro">
<p>This section lists some selected publications. Please find the <a href="https://scholar.google.com/citations?user=Kh9itSgAAAAJ&hl=en"><b>complete list</b></a> on google scholar.</p>
</div><!--//intro-->
<div class="item">
<div class="publication-title">Open Carrier Interface: An Open Source Edge Computing Framework</div>
<div class="publication-authors">Marc Körner, Torsten M. Runge, Aurojit Panda, Sylvia Ratnasamy, and Scott Shenker</div>
<div class="publication-conference">In Proceedings of the 2018 Workshop on Networking for Emerging Applications and Technologies (NEAT'18 - SIGCOMM), Budapest, Hungary, August 2018, pages 27-32, ACM</div>
</div><!--//item-->
<div class="item">
<div class="publication-title">Evaluation of a Cloud Federation based on Software Defined Networking</div>
<div class="publication-authors">Marc Koerner, Constantin Gaul, and Odej Kao</div>
<div class="publication-conference">In Proceedings of the 40th IEEE Conference on Local Computer Networks (LCN), pages 1–8, Clearwater Beach, FL, USA, October 2015. IEEE</div>
</div><!--//item-->
<div class="item">
<div class="publication-title">The OFELIA TUB-Island an Europe-wide Connected OpenFlow Testbed</div>
<div class="publication-authors">Marc Koerner</div>
<div class="publication-conference">In Proceedings of the 38th IEEE Conference on Local Computer Networks (LCN), pages 452–455, Sydney, Australia, oct 2013. IEEE publishers</div>
</div><!--//item-->
<div class="item">
<div class="publication-title">Multiple Service Load-Balancing with OpenFlow</div>
<div class="publication-authors">Marc Koerner and Odej Kao</div>
<div class="publication-conference">In Proceedings of the 13th International Conference on High Performance Switching and Routing (HPSR), IEEE, pages 210–214. IEEE publishers, 2012</div>
</div><!--//item-->
</section><!--//section-->
</div><!--//main-body-->
</div>
<footer class="footer">
<div class="text-center">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed by <a href="http://themes.3rdwavemedia.com" target="_blank" rel="nofollow">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="/assets/plugins/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="/assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="/assets/js/main.js"></script>
<!-- Analytics -->
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-83979019-1','auto');
ga('send', 'pageview');</script>
</body>
</html>