forked from eth-sri/eth-sri.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.html
executable file
·103 lines (87 loc) · 4.1 KB
/
people.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
---
layout: default
title: People
permalink: /people/index.html
---
<article class="page">
<header class="page-header container">
<div class="row">
<div class="column column-66">
<h1 class="page-title">{{ page.title | escape }}</h1>
</div>
</div>
</header>
<div class="page-content container">
<div class="row">
<div class="column">
<div class="grid">
{% include get-person.html title="Prof. Dr. Martin Vechev" %}
{% include get-person.html title="Petar Tsankov" %}
{% include get-person.html title="Dimitar Dimitrov" %}
{% include get-person.html title="Gagandeep Singh" %}
{% include get-person.html title="Pavol Bielik" %}
{% include get-person.html title="Timon Gehr" %}
{% include get-person.html title="Rudiger Birkner" %}
{% include get-person.html title="Matthew Mirman" %}
{% include get-person.html title="Pesho Ivanov" %}
{% include get-person.html title="Benjamin Bichsel" %}
{% include get-person.html title="Samuel Steffen" %}
{% include get-person.html title="Jingxuan He" %}
{% include get-person.html title="Maximilian Baader" %}
{% include get-person.html title="Marc Fischer" %}
{% include get-person.html title="Mislav Balunovic" %}
</div>
<h2>Administration</h2>
{% include get-person.html title="Fiorella Meyer" %}
<h2>Current Thesis/Semester Students </h2>
<table>
<tr><td><b>Gishor Sivanrupan</b> Semester student</td></tr>
<tr><td><b>Chengyuan Yao</b> Semester student</td></tr>
<tr><td><b>Lukas Schür</b> Semester student</td></tr>
<tr><td><b>Tobias Brodmann</b> Semester student</td></tr>
<tr><td><b>Ioannis Sachinoglou</b> Semester student</td></tr>
<tr><td><b>Robin Staab</b> Bachelor student</td></tr>
<tr><td><b>Axel Pohl</b> Bachelor student</td></tr>
<tr><td><b>Manuel Breitenstein</b> Semester student</td></tr>
<tr><td><b>Jonathan Maurer</b> Master student</td></tr>
<tr><td><b>Rupanshu Ganvir</b> Master student</td></tr>
<tr><td><b>Rubin Deliallisi</b> Master student</td></tr>
<tr><td><b>Thomas Cambier</b> Master student</td></tr>
<tr><td><b>Jakob Beckmann</b> Master student</td></tr>
<tr><td><b>Nick Baumann</b> Master student</td></tr>
<tr><td><b>Anian Ruoss</b> Semester student</td></tr>
</table>
<h2>Past Sabbatical Visitors</h2>
<ul>
<li> <a href="http://patricklam.ca">Prof. Dr. Patrick Lam</a> (University of Waterloo, Canada)</li>
<li> <a href="https://www.cs.rice.edu/~sc40/">Prof. Dr. Swarat Chaudhuri</a> (Rice University, USA)</li>
</ul>
<h2>Past PhD students and Post-Docs in the group</h2>
<ul>
<li> <a href="https://ddana.net.technion.ac.il">Dr. Dana Drachsler-Cohen</a>, now tenure-track assistant professor at Technion, Israel</li>
<li> <a href="http://misailo.web.engr.illinois.edu/">Dr. Sasa Misailovic</a>, now tenure-track assistant professor at UIUC</li>
<li> <a href="{{"/people/veselin" | relative_url }}">Veselin Raychev</a>, now CTO at <a href="http://deepcode.ai">DeepCode.ai</a>, a startup on AI for code</li>
<li> <a href="{{"/people/andrei" | relative_url }}">Andrei Marian Dan</a>, now researcher at <a href="https://new.abb.com/about/technology/corporate-research-centers/corporate-research-center-switzerland">ABB Research Center, Switzerland</a></li>
</ul>
<h2>Former Interns</h2>
<ul>
<li> Lavrentios Frobeen</li>
<li> Mario Gehrsbach</li>
<li> Philippe Schlattner</li>
<li> Anian Ruoss</li>
<li> Anton Permenev</li>
<li> Inna Grijnevitch</li>
<li> Pirmin Schmid</li>
<li> Mihaela Stoian</li>
<li> Kevin De Keyser</li>
<li> Rupanshu Ganvir</li>
<li> Viktor Ivanov</li>
<li> Yasen Trifonov</li>
<li> Pesho Ivanov</li>
<li> Svetoslav Karaivanov</li>
<li> Casper Jensen</li>
</ul>
</div>
</div>
</div>
</article>