forked from HexHive/security-group.epfl.ch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
184 lines (156 loc) · 5.52 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Mathias Payer">
<meta name="theme-color" content="#563d7c">
<title>SecPriv: Security and Privacy at EPFL</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet"/>
<link href="css/fontawesome.min.css" rel="stylesheet"/>
<link href="css/academicons.min.css" rel="stylesheet"/>
<style>
body {
overflow-x: hidden;
font-family: Helvetica, Arial, sans-serif;
}
p {
line-height: 1.75;
text-align: left;
}
a {
color: #b33;
}
a.active, a:active, a:focus, a:hover {
color: #d44;
}
strong.important {
color: #b33;
}
.text-primary {
color: #00ff00 !important;
}
h1, h2, h3, h4, h5, h6 {
text-align: left;
font-weight: 700;
}
section {
padding: 10px 0;
}
section h2.section-heading {
font-size: 30px;
margin-top: 0;
margin-bottom: 15px;
}
section h3.section-subheading {
font-size: 20px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 10px;
text-transform: none;
}
</style>
</head>
<body id="page-top">
<main role="main" class="container">
<section id="header">
<div class="container">
<div class="jumbotron">
<h1>Security at EPFL</h1>
<p>This is the homepage of the Security and Privacy group in the <a href="https://ic.epfl.ch">School of Computer and Communication Sciences (IC)</a> at <a href="https://www.epfl.ch">EPFL</a> in Lausanne, Switzerland.</p>
<p>EPFL has a long history in cryptography and systems with a recent focus on privacy, software security, and cryptographic analysis. The labs working in security and privacy are closely connected and often collaborate on research projects --- or for social outings and fun interactions.</p>
<p>If you'd like to join the IC school as a graduate student, <a href="https://www.epfl.ch/education/phd/edic-computer-and-communication-sciences/edic-computer-and-communication-sciences/edic-how-to-apply/">apply to our PhD program</a> or our <a href="https://www.epfl.ch/schools/ic/education/master/">master program</a>, especially the <a href="https://www.epfl.ch/schools/ic/education/master/cyber-security/">Master in Cyber Security</a> could be of interest. If you're a recent PhD graduate, we're also looking for <a href="https://recruiting.epfl.ch/Vacancies/1970/Description/2">PostDocs</a>.</p>
</div>
</div>
</section>
<section id="people">
<div class="container">
<h2>People</h2>
<hr>
<div class="row align-items-start">
<div class="col">
<h3>Faculty and Labs</h3>
<ul>
<li><a href="https://dslab.epfl.ch/people/candea/">George Candea</a> (<a href="https://dslab.epfl.ch/">DSLAB</a>)</li>
<li><a href="https://ic-people.epfl.ch/~achiesa/">Alessandro Chiesa</a></li>
<li><a href="https://bford.info/">Bryan Ford</a> (<a href="https://www.epfl.ch/labs/dedis/">DEDIS</a>)</li>
<li><a href="people.epfl.ch/jean-pierre.hubaux">Jean-Pierre Hubaux</a> (<a href="https://lds.epfl.ch/">LDS</a>)</li>
<li><a href="https://sanidhya.github.io/">Sanidhya Kashyap</a> (<a href="https://rs3lab.github.io/">RS3Lab</a>)</li>
<li><a href="https://nebelwelt.net">Mathias Payer</a> (<a href="https://hexhive.epfl.ch">HexHive</a>)</li>
<li><a href="http://carmelatroncoso.com/">Carmela Troncoso</a> (<a href="https://www.epfl.ch/labs/spring/">SPRING</a>)</li>
<li><a href="https://lasec.epfl.ch/people/vaudenay/">Serge Vaudenay</a> (<a href="https://lasec.epfl.ch/">LASEC</a>)</li>
</ul>
</div>
<div class="col">
<h3>Postdocs</h3>
<ul>
<li>Marcel Busch</li>
<li>Wouter Lueks</li>
</ul>
<h3>Research Scientists</h3>
<ul>
<li>Antony Venard</li>
</ul>
</div>
<div class="col">
<h3>PhD Students</h3>
<ul>
<li>Nicolas Badoux</li>
<li>Luca Di Bartolomeo</li>
<li>Atri Bhattacharyya</li>
<li>Ergys Dona</li>
<li>Zhiyao Feng</li>
<li>Ahmad Hazimeh</li>
<li>Florian Hofhammer</li>
<li>Lucio Romerio</li>
<li>Andrés Sanchez</li>
</ul>
<h3>MSc Researchers</h3>
<ul>
<li>Hossein Moghaddas</li>
<li>Duo Xu</li>
</ul>
</div>
</div>
</div>
</section>
<section id="people">
<div class="container">
<div class="row align-items-start">
<div class="col">
<h2>Courses</h2>
<hr>
<h3>Undergraduate Courses</h3>
<ul>
<li><a href="https://edu.epfl.ch/studyplan/en/bachelor/computer-science/coursebook/computer-security-COM-301">COM-301 Computer security</a></li>
</ul>
<h3>Graduate (MSc & PhD) Courses</h3>
<ul>
<li><a href="https://edu.epfl.ch/studyplan/en/master/computer-science-cybersecurity/coursebook/cryptography-and-security-COM-401">COM-401 Cryptography and security</a></li>
<li><a href="https://edu.epfl.ch/coursebook/en/information-security-and-privacy-COM-402">COM-402 Information security and privacy</a></li>
<li><a href="https://edu.epfl.ch/studyplan/en/master/computer-science-cybersecurity/coursebook/software-security-CS-412">CS-412 Software security</a></li>
<li><a href="https://edu.epfl.ch/studyplan/en/master/computer-science-cybersecurity/coursebook/advanced-cryptography-COM-501">COM-501 Advanced cryptography</a></li>
<li><a href="https://edu.epfl.ch/coursebook/en/topics-in-language-based-software-security-CS-725">CS-725 Topics in Language-based Software Security</a></li>
</ul>
</div>
<div class="col">
<h2>Events</h2>
<hr>
<ul>
<li>PrivaSec Seminar: semesterly gathering among all security and privacy folks</li>
</ul>
</div>
</div>
</div>
<div class="container">
<br/><br/><br/>
<img src="secpriv.jpg" width="100%"/>
</div>
</section>
</main>
<script src="js/jquery-3.4.1.slim.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>