-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
171 lines (119 loc) · 6.42 KB
/
teaching.html
File metadata and controls
171 lines (119 loc) · 6.42 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Trocchi|Raleway:500' rel='stylesheet' type='text/css'>
<!-- FontAwesome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Simon Munzert</title>
<meta name="description" content="Personal web page of Simon Munzert, Professor of Data Science and Public Policy and Director of the Data Science Lab at the Hertie School, Berlin, Germany">
<meta name="author" content="Simon Munzert">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base-old.css">
<link rel="stylesheet" href="stylesheets/layout-old.css">
<link rel="stylesheet" href="stylesheets/skeleton-old.css">
<link rel="stylesheet" href="stylesheets/normalize.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="icon" href="images/favicon.ico">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- RSS feed code -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">google.load("feeds","1");</script>
<script type="text/javascript" src="rssscript.js"></script>
</head>
<body>
<div class="container">
<div class="sixteen columns">
<h1 class="remove-bottom" style="margin-top: 20px;"><a href="http://simonmunzert.github.io/">Simon Munzert</a></h1>
<h6 style="margin-bottom: 20px;">political science. surveys. data. web scraping. and all that.</h6>
<hr />
</div>
<div class="clearfix">
<h3>Teaching</h3>
<p></p>
<h3>Winter Term 2023/24</h3>
<p>Introduction to Data Science <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/introtodatascience-ws23-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Summer Term 2023</h3>
<p>Statistics II: Statistical Modeling and Causal Inference (with R) <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/statisticsII-ss23-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Winter Term 2022/23</h3>
<p>Introduction to Data Science <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/introtodatascience-ws22-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Summer Term 2022</h3>
<p>Statistics II: Statistical Modeling and Causal Inference (with R) <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/statisticsII-ss22-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Winter Term 2021/22</h3>
<p>Introduction to Data Science <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/introtodatascience-ws21-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Summer Term 2021</h3>
<p>Statistics II: Statistical Modeling and Causal Inference (with R) <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/statisticsII-ss21-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Winter Term 2020/21</h3>
<p>Introduction to Data Science <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/introtodatascience-ws20-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Summer Term 2020</h3>
<p>Statistics II: Statistical Modeling and Causal Inference (with R) <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/statisticsII-ss20-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Summer Term 2019</h3>
<p>Statistics II: Statistical Modeling and Causal Inference (with R) <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/statisticsII-ss19-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Winter Term 2018/19</h3>
<p>Data Literacy in the Age of Big Data <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/data-literacy-ws18-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Winter Term 2015/16</h3>
<p>Introduction to Survey Methodology - Tutorial. Undergraduate/Graduate course. <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/surveymethods-ws15-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Summer Term 2015</h3>
<p>Computational Political Science. Undergraduate course. <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/cps-ss15-syllabus.pdf">Syllabus</a>.</p>
<p>Datenerhebung im World Wide Web. Techniken zur Gewinnung politischer und Social-Media-Daten. Undergraduate/Graduate course. <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/datenerhebung-ss15-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Winter Term 2014/15</h3>
<p>Datenerhebung im World Wide Web. Techniken zur Gewinnung politischer und Social-Media-Daten. Undergraduate/Graduate course. <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/datenerhebung-ws14-syllabus.pdf">Syllabus</a>.</p>
<p>Introduction to Survey Methodology - Tutorial. Undergraduate course. <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/surveymethods-ws14-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Summer Term 2014</h3>
<p>Datenerhebung im World Wide Web. Techniken zur Gewinnung politischer und Social-Media-Daten. Undergraduate/Graduate course. <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/datenerhebung-ss14-syllabus.pdf">Syllabus</a>.</p>
<p></p>
<h3>Winter Term 2013/14</h3>
<p>Einführung in die Fragebogenkonstruktion. Undergraduate/Graduate course. <br>
<a href="https://github.com/simonmunzert/teaching-syllabi/blob/master/fragebogenkonstruktion-ws13-syllabus.pdf">Syllabus</a>.</p>
<a href="http://simonmunzert.github.io/">Back to the main page</a>
</div>
<!-- End Document
================================================== -->
</body>
</html>