-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
42 lines (39 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<title>Publications - Patrick Sabanic</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="centercontainer">
<div class="nav">
<a href="index.html">Home</a>
<a href="pub.html">Publications</a>
<a class="focus">Teaching</a>
</div>
<h1>Courses</h1>
<!---<h2 class="year">2025</h2>
<ul>
<li><a href="https://github.com/TUM-DSE/sys-lab">Practical Lab - Computer Systems Lab</a></li>
</ul>
-->
<h2 class="year">2024</h2>
<ul>
<li>Winter Semester</li>
<ul>
<li><a href="https://github.com/TUM-DSE/sys-lab">Practical Lab - Computer Systems Lab</a></li>
</ul>
<li>Summer Semester</li>
<ul>
<li><a href="https://dse.in.tum.de/teaching/eist24/">Introduction to Software Engineering (EIST)</a></li>
<li><a href="https://dse.in.tum.de/teaching/cloud-software-engineering-ss-24/">Practical Lab - Cloud Software Engineering</a> </li>
</ul>
</ul>
<h2 class="year">2023</h2>
<ul>
<li><a href="https://dse.in.tum.de/teaching/ss23-eist23/">Introduction to Software Engineering (EIST)</a></li>
</ul>
<h1>Supervised Theses</h1>
</div>
</body>
</html>