-
Notifications
You must be signed in to change notification settings - Fork 4
/
teaching.html
executable file
·127 lines (101 loc) · 3.67 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
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
---
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 <em>Courses</em></h2>
{% include get-course.html ref="athccv2024" %}
<h2>Past <em>Courses</em></h2>
{% include get-course.html ref="mp2024"%}
{% include get-course.html ref="shpc2024"%}
{% include get-course.html ref="athccv2023" %}
{% include card.html
title="Human Computer Interaction"
external_url="https://teaching.siplab.org/human_computer_interaction/2023/"
description="Fall 2023"
type="wide"
%}
{% include get-course.html ref="sch2023" %}
{% include get-course.html ref="mp2023"%}
{% include get-course.html ref="athccv2022" %}
{% include card.html
title="Human Computer Interaction"
external_url="https://teaching.siplab.org/human_computer_interaction/2022/"
description="Fall 2022"
type="wide"
%}
{% include get-course.html ref="sch2022" %}
{% include get-course.html ref="mp2022" %}
{% include get-course.html ref="athccv2021" %}
{% include card.html
title="Human Computer Interaction"
external_url="https://teaching.siplab.org/human_computer_interaction/2021/"
description="Fall 2021"
type="wide"
%}
{% include get-course.html ref="mp2021" %}
{% include get-course.html ref="sch2021" %}
{% include get-course.html ref="hci2020" %}
{% include get-course.html ref="mp2020" %}
{% include get-course.html ref="sci2020" %}
{% include get-course.html ref="hci2019" %}
{% include get-course.html ref="mp2019" %}
{% include get-course.html ref="sci2019" %}
{% include get-course.html ref="hci2018" %}
{% include get-course.html ref="mp2018" %}
{% include card.html
title="Human Computer Interaction (Archived)"
description="Fall 2017"
type="wide"
%}
{% include get-course.html ref="uie2017" %}
{% include get-course.html ref="mlis2016" %}
{% include card.html
title="Human Computer Interaction (Archived)"
description="Fall 2016"
type="wide"
%}
{% include card.html
title="Visual Computing"
description="Fall 2016"
external_url="https://cgl.ethz.ch/teaching/viscomp16/home.php"
type="wide"
%}
{% include get-course.html ref="uie2016" %}
{% include get-course.html ref="pp2016" %}
{% include card.html
title="Human Computer Interaction (Archived)"
description="Fall 2015"
type="wide"
%}
{% include get-course.html ref="hciss2015" %}
{% include get-course.html ref="uie2015" %}
{% include get-course.html ref="pp2015" %}
{% include card.html
title="Human Computer Interaction (Archived)"
description="Fall 2013"
type="wide"
%}
{% include get-course.html ref="pp2014" %}
{% include get-course.html ref="uie2013" %}
{% include card.html
title="Parallel Programming"
description="Spring 2020"
external_url="http://spcl.inf.ethz.ch/Teaching/2020-pp/"
type="wide"
%}
</div>
</div>
</div>
</article>