-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
62 lines (46 loc) · 2.39 KB
/
index.qmd
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
---
title: '{{< var course.title >}}'
subtitle: '{{< var course.subtitle >}}'
details: |
{{< var course.number >}} • {{< var course.semester >}} <br> {{< var university.name >}}
course-icon: '{{< var course.icon >}}'
course-icon-bg: '{{< var course.icon-bg >}}'
page-layout: full
format:
html:
template-partials: layout/partials/title-block.html
css: layout/css/adveconpol.scss
---
::: {.home}
::: {.grid .course-info}
::: {.g-col-12 .g-col-sm-6 .g-col-md-4}
#### Lecturer
- {{< fa user >}} {{< var instructor.name >}}
- {{< fa globe >}} [{{< var instructor.url >}}]({{< var instructor.url >}})
- {{< fa envelope >}} {{< var instructor.email >}}
- {{< fa brands twitter >}} [{{< var instructor.twitter >}}](https://www.twitter.com/{{< var instructor.twitter >}})
:::
::: {.g-col-12 .g-col-sm-6 .g-col-md-4}
#### Course details
- {{< fa calendar-alt >}} {{< var course.dates >}}
- {{< fa calendar >}} {{< var course.days >}}
- {{< fa clock >}} {{< var course.time >}}
- {{< fa location-dot >}} {{< var course.location >}}
:::
::: {.g-col-12 .g-col-sm-6 .g-col-md-4}
#### Contact
{{< var instructor.contact_policy >}}
:::
:::
#### Summary
“A picture is worth a thousand words”. This course approaches contemporary issues of economic policy by analyzing innovative and iconic data visualizations. Based on selected illustrations, we discuss the underlying data, the theoretical background and policy implications with a focus on the nexus between inequality and economic growth. In a second step, we will assemble plots in class and study the basics of data visualization for policy design and evaluation. Students are required to recreate figures at home to improve their skills in coding. The main task is that students will design a comprehensive data visualization in R and draft a report around that figure in [RMarkdown](https://rmarkdown.rstudio.com) (or [Quarto](https://quarto.org)). Student will need to bring their laptop to class and prior knowledge of data handling in R is beneficial.
<br>
![](data/img/energy.png)
<br>
To sum up, students will gain:
::: {.summary-points}
- an overview of contemporary debates in economic policy based on recent empirical research
- an understanding of the basics of data visualization for policy design and evaluation
- knowledge how to enrich academic journal publications with informative figures
:::
:::