-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
139 lines (95 loc) · 5.46 KB
/
teaching.html
File metadata and controls
139 lines (95 loc) · 5.46 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
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Andrew Paverd - Teaching">
<title>Andrew Paverd - Teaching</title>
<!-- Latest compiled and minified CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css" />
<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark" style="margin-bottom:30px">
<div class="container-md">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#myNavbar" aria-controls="myNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">Service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="students.html">Students</a>
</li>
<li class="nav-item">
<a class="nav-link" href="talks.html">Talks</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="teaching.html">Teaching</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h4>AI Security</h4>
<ul>
<li><a href="https://cispa.de/summer-school-2025">CISPA-Ellis Summer School on Trustworthy AI</a> (August 2025)</li>
<li><a href="https://cybersecurity-research.be/summer-school-on-security-privacy-in-the-age-of-ai-2025">KU Leuven Summer School on Security & Privacy in the Age of AI</a> (September 2025)</li>
<li><a href="https://cybersecurity-research.be/summer-school-on-security-privacy-in-the-age-of-ai-2024">KU Leuven Summer School on Security & Privacy in the Age of AI</a> (September 2024)</li>
</ul>
<hr>
<h4>Network Security</h4>
<p>University of Oxford <a href="http://www.cs.ox.ac.uk/softeng/subjects/NES.html">Network Security (NES)</a> module on the Software and Systems Security MSc, covering the prevention, detection, mitigation, and remediation of security issues at each layer of the network, as well as considering cross-cutting concerns (2019 - present).</p>
<ul>
<li><mark>2020/21 Departmental Teaching Award</mark></li>
<li><mark>2019/20 <a href="https://www.cs.ox.ac.uk/news/1835-full.html">Departmental Teaching Award</a></mark></li>
</ul>
<hr>
<h4>Information Security</h4>
<p>Aalto University CS-C3130, masters-level course covering threat modelling, authentication, software security, cryptography, security protocols, web security, database privacy, and electronic payments. Run in collaboration with Prof Tuomas Aura.</p>
<ul>
<li><mark>3rd best large course (> 50 students) in the department based on student feedback (Autumn 2018).</mark></li>
</ul>
<hr>
<h4>Legal and Technical Aspects of Digital Privacy</h4>
<p>Two week summer academy of the Studienstiftung des deutschen Volkes (German Academic Scholarship Foundation). Co-organized and co-presented with Lisa Kestler.</p>
<ul>
<li><a href="https://www.studienstiftung.de/pool/sdv/public/documents/SERVICE/Publikationen/Studienstiftung_Jahresprogramm_2017.pdf">August 2017, Leysin, Switzerland</a></li>
</ul>
<hr>
<h4>Mobile Systems Security</h4>
<p>Aalto University CS-E4310, masters-level course (lectured by Professor N. Asokan) covering various topics related to systems security, with a particular focus on mobile device platforms (2016 - 2018).</p>
<ul>
<li><mark>One of the top 5 small courses (< 50 students) in the department based on student feedback (<a href="https://wiki.aalto.fi/display/mss/Mobile+Systems+Security%2C+spring+2017">Spring 2017</a>)</mark></li>
<li><mark>One of the top 5 small courses (< 50 students) in the department based on student feedback (<a href="https://wiki.aalto.fi/pages/viewpage.action?pageId=108258212">Spring 2016</a>)</mark></li>
</ul>
<hr>
<h4>Software Security</h4>
<p>Masters course at Aalto University (lectured by Antti Vähä-Sipilä) covering various topics in software security, targeted at software developers and practitioners.</p>
<ul>
<li><p><a href="https://wiki.aalto.fi/pages/viewpage.action?pageId=112169310">Spring 2016</a></p></li>
</ul>
<hr>
<h4>Teaching Assistantships</h4>
<p>During my DPhil, I was a teaching assistant for various courses on the Software Engineering Professional Masters Programme at the University of Oxford.</p>
<ul>
<li><p><a href="http://www.cs.ox.ac.uk/softeng/subjects/SPR.html">Security Principles</a></p></li>
<li><p><a href="http://www.cs.ox.ac.uk/softeng/subjects/SIM.html">Security and Incident Management</a></p></li>
</ul>
<hr>
</div>
</body>
</html>