-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (50 loc) · 2.2 KB
/
index.html
File metadata and controls
59 lines (50 loc) · 2.2 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
<!DOCTYPE html>
<!--
Build upon the website of Sebastian Barfort,
https://github.com/sebastianbarfort
-->
<html lang="en-US">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap" rel="stylesheet">
<title>Joachim Kahr Rasmussen</title>
<link rel="stylesheet" type="text/css" href="index.css">
<main>
<div class="container">
<div class="content">
<h1>Joachim Kahr Rasmussen</h1>
<h3>jkr@econ.ku.dk</h3>
<div class="anim">
</div>
</div>
<p>I am a PhD student in Economics at the research center <a href="https://www.econ.ku.dk/cebi">CEBI</a> at the Department of Economics, University of Copenhagen. Currently, I'm my work is focusing on different aspects of intergenerational mobility. However, my interests are broad and spand as different topics as directed technical change and machine learning.</p>
<div class="flex mb4">
<a class="mr3" target="_blank" href="https://github.com/joachimkrasmussen/joachimkrasmussen.github.io/blob/master/CV?">CV</a>
</div>
</br>
<h2>Academic Research</h2>
<p>
NA
</p>
<h2>Teaching</h2>
<p>Both as an undergraduate student, postgraduate student and PhD student, I have been undertaking different kinds of teaching assistant positions at the University of Copenhagen. These follow below.</p>
<ul class="list-reset">
<li class="flex items-center mb1">
<span class="grey mr3">2020</span>
<a target="_blank" href="https://www.youtube.com/channel/UC46RSXzoSa6fpDB5dHLDE6g/">Macroeconomics III (BSc/MSc)</a>
</li>
<li class="flex items-center mb1">
<span class="grey mr3">2018</span>
<a target="_blank" > Macroeconomics III (BSc/MSc)</a>
</li>
<li class="flex items-center mb1">
<span class="grey mr3">2015</span>
<a target="_blank" > Macroeconomics I (BSc)</a>
</li>
</ul>
</div>
<p>During spring 2021, I will be offering a seminar course in applications of machine learning in economics.</p>
</div>
</main>
</body>
</html>