-
Notifications
You must be signed in to change notification settings - Fork 0
/
teaching.html
executable file
·73 lines (73 loc) · 2.59 KB
/
teaching.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hamed Nemati-Teaching</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="icon" type="image/png" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="style/style.css" />
<link rel="stylesheet" type="text/css" href="style/stylebiblio.css" />
</head>
<body id="body">
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1>Hamed Nemati</h1>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">About</a></li>
<li><a href="publications.html">Publication</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="positions.html">Open Positions</a></li>
</ul>
</div>
</div>
<div id="content_header"></div>
<div id="site_content">
<div class="mainpage-section" id="content">
<br />
<h2> Teaching </h2>
<table>
<tr>
<td> <a class="url" href="https://cms.cispa.saarland/sem_accountability/">Accountability in Theory and Practic</a>
</td>
<td> Spring 2019 at CISPA/Saarland University
</td>
</tr>
</tr>
<tr>
<td> <a class="url" href="https://cispa.de/en/news-and-events/events-archive/2020/digital-cispa-summer-school-2020">Validation of Abstract Side-Channel Models</a>
</td>
<td> Spring 2020 CISPA/Saarland University
</td>
</tr>
<tr>
<td> <a class="url" href="https://cms.cispa.saarland/fms/">Formal Methods in Security</a>
</td>
<td> Fall 2020, 2021, 2022, 2023 at CISPA/Saarland University
</td>
</tr>
<tr>
<td> <a class="url" href="https://www.kth.se/student/kurser/kurs/EP2780">Digital forensics and incident response (EP2780)</a>
</td>
<td> Fall 2024 at KTH Royal Institute of Technology
</td>
</tr> `
</table>
</div>
</div>
<div id="content_footer"></div>
<div id="footer">
<p> This is a personal webpage</p>
</div>
<p> </p>
</div>
</body>
</html>