-
Notifications
You must be signed in to change notification settings - Fork 9
/
teaching.html
executable file
·96 lines (86 loc) · 4.96 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: default
title: Teaching
permalink: /teaching/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 column-66">
<h2>Current Courses</h2>
{% include get-course.html ref="rtai2024" output="horizontal" %}
{% include get-course.html ref="ses2024-fall" output="horizontal" %}
{% include get-course.html ref="rse2024" output="horizontal" %}
{% include get-course.html ref="ses2024" output="horizontal" %}
<h2>Past Courses</h2>
{% include get-course.html ref="ses2023-fall" output="horizontal" %}
{% include get-course.html ref="rtai2023" output="horizontal" %}
{% include get-course.html ref="rse2023" output="horizontal" %}
{% include get-course.html ref="bigcode23" output="horizontal" %}
{% include get-course.html ref="ses2023" output="horizontal" %}
{% include get-course.html ref="rtai2022" output="horizontal" %}
{% include get-course.html ref="ses2022-fall" output="horizontal" %}
{% include get-course.html ref="rse2022" output="horizontal" %}
{% include get-course.html ref="pass2022" output="horizontal" %}
{% include get-course.html ref="ses2022" output="horizontal" %}
{% include get-course.html ref="bigcode22" output="horizontal" %}
{% include get-course.html ref="reliableai2021" output="horizontal" %}
{% include get-course.html ref="ses2021-fall" output="horizontal" %}
{% include get-course.html ref="rse2021" output="horizontal" %}
{% include get-course.html ref="pass2021" output="horizontal" %}
{% include get-course.html ref="bigcode21" output="horizontal" %}
{% include get-course.html ref="ses2021" output="horizontal" %}
{% include get-course.html ref="riai2020" output="horizontal" %}
{% include get-course.html ref="ses2020" output="horizontal" %}
{% include get-course.html ref="bigcode20-fall" output="horizontal" %}
{% include get-course.html ref="pass2020" output="horizontal" %}
{% include get-course.html ref="bigcode20" output="horizontal" %}
<div class="horizontal-card">
<div class="card-content">
<a class="card-title" href="http://spcl.inf.ethz.ch/Teaching/2020-pp/">Parallel Programming</a>
<div class="card-subtitle">Undergraduate course on parallel programming, co-taught with Prof. Torsten Hoefler.</div>
<div class="card-extra">Spring 2020</div>
</div>
</div>
{% include get-course.html ref="riai2019" output="horizontal" %}
{% include get-course.html ref="bsec2019-fall" output="horizontal" %}
{% include get-course.html ref="bigcode19-fall" output="horizontal" %}
{% include get-course.html ref="pass2019" output="horizontal" %}
{% include get-course.html ref="bsec2019" output="horizontal" %}
{% include get-course.html ref="bigcode19" output="horizontal" %}
{% include get-course.html ref="pp2019" output="horizontal" %}
{% include get-course.html ref="rse2019" output="horizontal" %}
{% include get-course.html ref="riai2018" output="horizontal" %}
{% include get-course.html ref="bigcode18" output="horizontal" %}
{% include get-course.html ref="bsec2018" output="horizontal" %}
{% include get-course.html ref="ses2018" output="horizontal" %}
{% include get-course.html ref="bsec2018-ss" output="horizontal" %}
{% include get-course.html ref="bigcode18-ss" output="horizontal" %}
{% include get-course.html ref="pass2018" output="horizontal" %}
{% include get-course.html ref="sae2018" output="horizontal" %}
{% include get-course.html ref="pp2018" output="horizontal" %}
{% include get-course.html ref="pa2017" output="horizontal" %}
{% include get-course.html ref="pp2017" output="horizontal" %}
{% include get-course.html ref="riai2017" output="horizontal" %}
{% include get-course.html ref="mlis2016" output="horizontal" %}
{% include get-course.html ref="rse-fall2016" output="horizontal" %}
{% include get-course.html ref="pa2016" output="horizontal" %}
{% include get-course.html ref="rse-spr2016" output="horizontal" %}
{% include get-course.html ref="pa2015" output="horizontal" %}
{% include get-course.html ref="ps2014" output="horizontal" %}
{% include get-course.html ref="pa2013" output="horizontal" %}
{% include get-course.html ref="pl2013" output="horizontal" %}
{% include get-course.html ref="ses2013" output="horizontal" %}
{% include get-course.html ref="atsr2012" output="horizontal" %}
{% include get-course.html ref="rse2012" output="horizontal" %}
</div>
</div>
</div>
</article>