-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
552 lines (513 loc) · 18.8 KB
/
people.html
File metadata and controls
552 lines (513 loc) · 18.8 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
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
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!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"><!-- Begin Jekyll SEO tag v2.4.0 -->
<title>Kircher Lab</title>
<meta name="generator" content="Jekyll v3.7.3" />
<meta property="og:title" content="BIH Computational Genome Biology & UzL/UKSH Regulatory Genomics (Kircher Lab)" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://kircherlab.github.io/" />
<meta property="og:url" content="https://kircherlab.github.io/" />
<meta property="og:site_name" content="BIH Computational Genome Biology & UzL/UKSH Regulatory Genomics (Kircher Lab)" />
<script type="application/ld+json">
{"url":"https://kircherlab.github.io/","@type":"WebSite","name":"BIH Computational Genome Biology, UzL/UKSH Regulatory Genomics (Kircher Lab)","headline":"Kircher Lab","@context":"http://schema.org"}
</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://kircherlab.github.io/feed.xml" title="Kircher Lab: Computational Genome Biology & Regulatory Genomics" />
</head>
<body>
<header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">Computational Genome Biology & Regulatory Genomics</a>
<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger">
<a class="page-link" href="/research.html">Research</a>
<a class="page-link" href="/projects.html">Projects & Resources</a>
<a class="page-link" href="/people.html">People</a>
<a class="page-link" href="/publications.html">Publications</a>
<a class="page-link" href="/events.html">Events</a>
<a class="page-link" href="/contact.html">Contact</a>
<a class="page-link" href="/impressum.html">Impressum</a>
</div>
</nav>
</div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<article class="post">
<header class="post-header">
<h1 class="post-title">Lab Members</h1>
</header>
<div class="post-content">
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Martin.jpg" style="max-width:100%;" alt="Martin Kircher" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Prof. Dr. Martin Kircher</b><br />
Professor of Regulatory Genomics (UzL/UKSH)
<p style="font-size: small;">since January 2022</p>
Group leader (BIH)<br>
<p style="font-size: small;">since March 2017</p>
<b><a href="https://publons.com/researcher/1179098/martin-kircher"><img src="assets/images/publons_200x200.png" style="max-width:16px;" alt="publons" /></a></b>
<b><a href="https://orcid.org/0000-0001-9278-5471"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Max.jpg" style="max-width:100%;" alt="Max Schubach" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b><a href="people/max.html">Dr. Max Schubach</a> </b><br />
Co-lead Berlin office
<p style="font-size: small;">since January 2022</p>
Postdoctoral Researcher (BIH)<br>
<p style="font-size: small;">since July 2017</p>
<b><a href="https://publons.com/researcher/1333195/max-schubach"><img src="assets/images/publons_200x200.png" style="max-width:16px;" alt="publons" /></a></b>
<b><a href="https://orcid.org/0000-0002-2032-6679"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<!--
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/arjun.png" style="max-width:100%;" alt="Arjun Devadas Vasanthakumari" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Dr. Arjun Devadas Vasanthakumari</b><br />
Postdoctoral Researcher (UzL/UKSH)<br />
<a href="https://igvf.org">IGVF project</a><br />
<p style="font-size: small;">Jan - Oct 2025</p>
<b><a href="https://orcid.org/0000-0002-3090-1200"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/nikola.png" style="max-width:100%;" alt="Nikola De Lange" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Dr. Nikola De Lange</b><br />
Staff Scientist (UzL/UKSH)<br />
<p style="font-size: small;">Nov 2024 - Dec 2025</p>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Thorben.jpg" style="max-width:100%;" alt="Thorben Maaß" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Thorben Maaß</b><br />
Postdoctoral Researcher (UzL/UKSH)<br />
<a href="https://igvf.org">IGVF project</a><br />
<p style="font-size: small;">since January 2023</p>
<b><a href="https://orcid.org/0000-0003-4764-2740"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Philipp.jpg" style="max-width:100%;" alt="Philipp Rentzsch" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Philipp Rentzsch</b><br />
PhD candidate (HU)<br />
<p style="font-size: small;">since April 2017</p>
Research scientist (BIH)<br />
<p style="font-size: small;">Apr 2017-Mar 2021</p>
<b><a href="https://publons.com/researcher/1403533/philipp-rentzsch"><img src="assets/images/publons_200x200.png" style="max-width:16px;" alt="publons" /></a></b>
<b><a href="https://orcid.org/0000-0002-0413-7974"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Philip.jpg" style="max-width:100%;" alt="Philip Kleinert" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b><a href="people/philip.html">Philip Kleinert</a></b>
<br />
PhD candidate (FU)<br />
<p style="font-size: small;">since April 2018</p>
Research scientist (BIH)<br />
<p style="font-size: small;">Apr 2018-Sep 2021</p>
<b><a href="https://publons.com/researcher/1723413/philip-kleinert"><img src="assets/images/publons_200x200.png" style="max-width:16px;" alt="publons" /></a></b>
<b><a href="https://orcid.org/0000-0003-3964-4877"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
-->
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Sebastian_1.png" style="max-width:100%;" alt="Sebastian Roener" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Sebastian Röner</b>
<br />
Research scientist with <a href="https://www.bihealth.org/en/research/research-group/computational-medicine"> Prof. Claudia Langenberg </a> <br />
<p style="font-size: small;">since September 2024</p>
PhD candidate (HU IRTG 2403)<br />
<p style="font-size: small;">since February 2019</p>
<b><a href="https://orcid.org/0000-0002-8578-1269"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Lusi.jpg" style="max-width:100%;" alt="Lusine Nazaretyan" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Lusine Nazaretyan</b>
<br />
Research scientist (HEIBRIDS, DFG)<br />
PhD candidate (HU)<br />
<p style="font-size: small;">since November 2020</p>
Master's Thesis Student (TU Berlin)<br />
<p style="font-size: small;">Apr-Oct 2020</p>
<b><a href="https://orcid.org/0000-0001-5820-4143"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Mohan.jpg" style="max-width:100%;" alt="Mohan Dash" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Pyaree Mohan Dash</b>
<br />
Research scientist (DFG/BIH)
<p style="font-size: small;">Dec 2021 - Feb 2025</p>
PhD candidate (HU)
<p style="font-size: small;">since December 2021</p>
<b><a href="https://orcid.org/0000-0002-1005-0437"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<!--
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Theo.jpg" style="max-width:100%;" alt="Theo Chalkiadakis" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Theofilos Chalkiadakis</b>
<br />
Research scientist (DFG)
<br />
<p style="font-size: small;">since February 2022</p>
<b><a href="https://orcid.org/0000-0001-7582-458X"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
-->
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<!-- <img src="assets/images/avatar.jpg" style="max-width:100%;" alt="Pia Keukeleire" /> -->
<img src="assets/images/Pia.jpg" style="max-width:100%;" alt="Pia Keukeleire" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Pia Keukeleire</b>
<br />
Research scientist (<a href="https://igvf.org">IGVF project</a>)<br />
PhD student (UzL)
<br />
<p style="font-size: small;">since November 2022</p>
<b><a href="https://orcid.org/0000-0002-8828-636X"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/orazio.png" style="max-width:100%;" alt="Orazio Catona" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Orazio Catona</b>
<br />
Research scientist (DFG)<br />
PhD student (UzL)
<br />
<p style="font-size: small;">since July 2023</p>
<b><a href="https://orcid.org/0009-0008-9408-7587"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/kilian.png" style="max-width:100%;" alt="Kilian Salomon" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Kilian Salomon</b>
<br />
Research scientist (BIH)<br />
PhD student (FU)
<br />
<p style="font-size: small;">since October 2023</p>
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/ali.png" style="max-width:100%;" alt="Ali Hassan" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Ali Hassan</b>
<br />
Research scientist (DFG)<br />
PhD student (UzL) in collaboration with <a href="https://www.sfb1665.uni-luebeck.de/mitglieder/projektleiterinnen/hiort-olaf">Prof. Olaf Hiort</a>
<p style="font-size: small;">since October 2024</p>
Student Assistant (BIH)
<p style="font-size: small;"> Dec 2023 - Sep 2024</p>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/agas.png" style="max-width:100%;" alt="Sudharsan Agas" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Sudharsan Agas Chandra Prakash</b>
<br />
Research scientist (DFG)<br />
PhD student (UzL) in collaboration with <a href="https://www.sfb1665.uni-luebeck.de/mitglieder/projektleiterinnen/hiort-olaf">Prof. Olaf Hiort</a>
<br />
<p style="font-size: small;">since July 2024</p>
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/mustafa.png" style="max-width:100%;" alt="Mustafa Helal" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Mustafa Helal</b>
<br />
Research scientist (UKSH)<br />
PhD student (UzL)
<br />
<p style="font-size: small;">since January 2025</p>
<b><a href="https://orcid.org/0009-0001-6785-2289"><img src="assets/images/ORCIDiD_icon16x16.png" style="max-width:16px;" alt="ORCiD" /></a></b>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/angelina.png" style="max-width:100%;" alt="Angelina Göbel-Knapp" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Angelina Göbel-Knapp</b>
<br />
Student Assistant (UzL)
<p style="font-size: small;"> Since June 2024</p>
<br />
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/cora.png" style="max-width:100%;" alt="Cora Leifheit" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Cora Leifheit</b>
<br />
Student Assistant (BIH)
<p style="font-size: small;"> Since October 2025</p>
Bachelor Student (TH Brandenburg)
<p style="font-size: small;"> Jun 2025 - Sep 2025</p>
Student Intern (TH Brandenburg)
<p style="font-size: small;"> Feb 2025 - May 2025</p>
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/Kristin.jpg" style="max-width:100%;" alt="Kristin Kö¿½hler" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Kristin Köhler</b>
<br />
Guest and PhD student of <a href="https://www.bihealth.org/en/research/research-group/medical-computer-science-and-artificial-intelligence">Prof. Peter Robinson</a>
and <a href="https://www.bihealth.org/en/research/research-group/conrad-lab-intelligent-imaging">Prof. Christian Conrad</a>
<p style="font-size: small;">since October 2023</p>
Student Assistant (BIH)
<p style="font-size: small;"> Oct 2021 - Sep 2023</p>
Student Intern (FU Berlin)
<p style="font-size: small;">Feb-Sep 2021</p>
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/leonie.png" style="max-width:100%;" alt="Leonie Nieß" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Leonie Nieß</b>
<br />
Master's Project Intern (Uni Lübeck)
<p style="font-size: small;">since September 2025</p>
</td>
</tr>
</tbody>
</table>
<table class="lab-member-table">
<tbody>
<tr>
<td class="lab-member-cell" width="33%">
<img src="assets/images/shefqet.png" style="max-width:100%;" alt="Shefqet Fejza" />
</td>
<td class="lab-member-cell" width="67%">
<br />
<b>Shefqet Fejza</b>
<br />
Master's Project Intern (Uni Lübeck)
<p style="font-size: small;">since September 2025</p>
</td>
</tr>
</tbody>
</table>
<h3 id="former-members">Former members</h3>
<ul>
<li>Nikola De Lange, Staff Scientist (UzL/UKSH, November 2024 - December 2025)</li>
<li>Arjun Devadas Vasanthakumari, Postdoctoral Researcher (UzL/UKSH, January - OctOctober 2025)</li>
<li>Thorben Maaß, Postdoctoral Researcher (UzL/UKSH, January 2023 - September 2024)</li>
<li>Anna Broschke, Master's Thesis Student (UzL, December 2023 - June 2024)</li>
<li>Lea Burkard, Student intern and Master's Student (Uni Potsdam, April 2021 - April 2023)</li>
<li>Theofilos Chalkiadakis, Research scientist (February 2022-January 2023)</li>
<li>Philip Kleinert, Research scientist and PhD student (FU, April 2018 - September 2021, now at TMF e.V.)</li>
<li>Philipp Rentzsch, Research scientist and PhD student (HU, April 2017 - March 2021, now at SciLifeLab Stockholm, Sweden)</li>
<li>Dennis Müller, Student Intern and Bachelor's Thesis Student (TH Wildau, April - November 2022)</li>
<li>Luisa Lekat, Intern Master's studies (Uni Lübeck, April - September 2022)</li>
<li>Mert Akgül, Intern Master's studies (FU, June - August 2022)</li>
<li>Kunaphas Kongkitimanon, Student Assistant (FU, October 2020 - March 2021)</li>
<li>Louisa Krützfeldt, Master's Thesis Student (Uni Potsdam, October 2018 - October 2019)</li>
<li>Anshupa Sahu, Intern (May 2017 - September 2017)</li>
</ul>
</div>
</article>
</div>
</main>
<footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<div class="wrapper">
<!-- <h2 class="footer-heading">Kircher Lab: Computational Genome Biology & Regulatory Genomics</h2> -->
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="social-media-list"><li><a href="https://github.com/kircherlab"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg> <span class="username">kircherlab</span></a></li></ul>
</div>
<div class="footer-col footer-col-3">
<p></p>
</div>
</div>
</div>
</footer>
</body>
</html>