-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
123 lines (112 loc) Β· 4.15 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
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: "Explore how the public and nonprofit sectors work around the world and learn how political institutions shape government and civil society"
website:
title: "Comparative Public Administration"
site-url: "https://compasp23.classes.andrewheiss.com"
favicon: "/files/favicon-512.png"
twitter-card:
image: "/files/social-image-sp23.png"
card-style: summary_large_image
creator: "@andrewheiss"
# site: "@andrewheiss"
open-graph:
image: "/files/social-image-sp23.png"
locale: en_US
navbar:
pinned: true
background: "#341648"
right:
- syllabus.qmd
- schedule.qmd
- text: "Classes and readings"
file: class/index.qmd
- text: "Assignments"
file: assignment/index.qmd
sidebar:
- title: "Classes"
style: "docked"
search: false
background: light
contents:
- section: "Overview"
contents:
- class/index.qmd
- section: "Classes"
contents:
- section: "1β4: Foundations of public management and governance"
contents:
- text: "1: Introduction to public administration and management"
file: class/01-class.qmd
- text: "2: Rediscovery of bureaucracy and good governance"
file: class/02-class.qmd
- text: "3: Quality of government and governance outcomes"
file: class/03-class.qmd
- text: "4: Institutions"
file: class/04-class.qmd
- section: "5β9: Comparative bureaucracy and civil society"
contents:
- text: "5: Bureaucracy and governance outcomes"
file: class/05-class.qmd
- text: "6: Bureaucracy and bureaucratic behavior"
file: class/06-class.qmd
- text: "7: Civil society and good governnace"
file: class/07-class.qmd
- text: "8: Civil society across countries"
file: class/08-class.qmd
- text: "~~9: Representative bureaucracy and philanthropy~~"
file: class/09-class.qmd
- section: "10β14: Regional deep dives"
contents:
- text: "10: The OECD"
file: class/10-class.qmd
- text: "11: Latin America"
file: class/11-class.qmd
- text: "12: Africa"
file: class/12-class.qmd
- text: "13: Middle East and North Africa"
file: class/13-class.qmd
- text: "14: Asia"
file: class/14-class.qmd
- title: "Assignments"
contents:
- section: "Overview"
contents:
- assignment/index.qmd
- section: "Preparation"
contents:
- assignment/reading-report.qmd
- assignment/presentation-discussion.qmd
- section: "Essays"
contents:
- assignment/data-exploration.qmd
- assignment/theory-in-real-life.qmd
- section: "Final project"
contents:
- assignment/policy-brief.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