-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
161 lines (147 loc) Β· 5.19 KB
/
_quarto.yml
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
project:
type: website
render:
- "*.qmd"
resources:
- "files/"
preview:
port: 3333
execute:
freeze: auto # Re-render only when source changes
bibliography: files/bib/readings.bib
csl: files/bib/chicago-author-date.csl
description-meta: "Learn how to understand, speak, and do economics in the public sector"
website:
title: "Microeconomics for Public Policy"
site-url: "https://econs24.classes.andrewheiss.com"
announcement:
icon: calendar-check
dismissable: true
content: "**Reminder!** The final deadline for all assignments other than Exam 2 is **Wednesday, July 24 at 11:59 PM**"
type: danger
position: below-navbar
favicon: "/files/favicon-512.png"
twitter-card:
image: "/files/social-image-s24.png"
card-style: summary_large_image
creator: "@andrewheiss"
# site: "@andrewheiss"
open-graph:
image: "/files/social-image-s24.png"
locale: en_US
navbar:
pinned: true
background: "#5e81ac"
right:
- syllabus.qmd
- schedule.qmd
- text: "Classes and readings"
file: content/index.qmd
- text: "Assignments"
file: assignment/index.qmd
- text: "Resources"
file: resource/index.qmd
- text: "News"
file: news/index.qmd
- icon: slack
href: "https://gsuecons2024.slack.com"
aria-label: Slack
sidebar:
- title: "Classes and readings"
style: "docked"
search: false
background: light
contents:
- section: "Overview"
contents:
- content/index.qmd
- section: "Capitalism, markets, and public policy"
contents:
- text: "1: Capitalism and measurement"
file: content/01-content.qmd
- text: "2: Governments and institutions"
file: content/02-content.qmd
- text: "3: Social interactions and economic outcomes"
file: content/03-content.qmd
- text: "4: Fairness and efficiency"
file: content/04-content.qmd
- section: "Economic models"
contents:
- text: "5β6: Work, wellbeing, and scarcity"
file: content/05-content.qmd
- text: "7β8: The firm"
file: content/07-content.qmd
- text: "9β10: Firms and markets"
file: content/09-content.qmd
- section: "Market failures and institutions"
contents:
- text: "11: Institutions, power, and inequality"
file: content/11-content.qmd
- text: "12: Market failures"
file: content/12-content.qmd
- text: "13: When governments go wrong"
file: content/13-content.qmd
- text: "14: Institutional alternatives"
file: content/14-content.qmd
- section: "Conclusions"
contents:
- text: "15: Markets, public policy, and public administration"
file: content/15-content.qmd
- title: "Assignments"
contents:
- section: "Overview"
contents:
- assignment/index.qmd
- section: "Problem sets"
contents:
- assignment/01-problem-set.qmd
- assignment/02-problem-set.qmd
- assignment/03-problem-set.qmd
- assignment/04-problem-set.qmd
- assignment/05-problem-set.qmd
- assignment/06-problem-set.qmd
- assignment/07-problem-set.qmd
- section: "Weekly check-ins"
contents:
- assignment/01-weekly-check-in.qmd
- assignment/02-weekly-check-in.qmd
- assignment/03-weekly-check-in.qmd
- assignment/04-weekly-check-in.qmd
- assignment/05-weekly-check-in.qmd
- assignment/06-weekly-check-in.qmd
- assignment/07-weekly-check-in.qmd
- title: "Resources"
contents:
- section: "Resources"
contents:
- resource/index.qmd
- resource/citations.qmd
- resource/exam1.qmd
- resource/exam2.qmd
- resource/practice-questions.qmd
- section: "Guides"
contents:
- resource/inflation.qmd
- resource/advantage.qmd
- resource/game-theory.qmd
- resource/indifference-budget.qmd
- resource/income-substitution.qmd
- resource/costs.qmd
- resource/supply-demand.qmd
- resource/monopoly.qmd
page-footer:
left: |
Content {{< fa brands creative-commons >}} {{< var course.copyright_year >}} by [{{< var instructor.name_no_title >}}]({{< var instructor.url >}}) <br>
All content licensed under a {{< fa brands creative-commons >}}
{{< fa brands creative-commons-by >}} {{< fa brands creative-commons-nc >}}
[Creative Commons Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/)
right: |
Made with {{< fa brands r-project >}} and [Quarto](https://quarto.org/)<br>
[View the source at {{< fa brands github >}} GitHub]({{< var course.github >}})
format:
html:
theme:
- litera
- html/custom.scss
toc: true
highlight-style: monokai