-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
137 lines (130 loc) · 4.23 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
project:
type: website
website:
page-navigation: true
title: "PSC/DATS 2102--Fall Schedule"
description: "Homepage for PSC/DATS 2102, George Washington University."
site-url: "https://dataviz-gwu.rocks"
repo-url: "https://github.com/eteitelbaum/dataviz-summer-2023"
repo-actions: [edit, issue]
open-graph: true
favicon: "images/dataviz-logo.png"
twitter-card: true
reader-mode: true
page-footer:
right: "This page is built with [Quarto](https://quarto.org/). 👷🛠️"
left: "© Copyright 2023, [Emmanuel Teitelbaum](https://emmanuel.teitelbaum.com)"
background: "#1F45FC"
sidebar:
background: "#1F45FC"
logo: "images/dataviz-logo.png"
pinned: true
align: center
tools:
- icon: mortarboard-fill
text: "Blackboard"
href: https://blackboard.gwu.edu
- icon: github
href: https://classroom.github.com
text: "Github Classroom"
- icon: r-project # bootstrap-reboot
href: https://posit.co/download/rstudio-desktop
text: "RStudio Desktop"
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Course information"
contents:
#- href: course-description.qmd
# text: Description
- href: course-syllabus.qmd
text: Syllabus
- href: course-support.qmd
text: Support
- href: instructor.qmd
text: Instructor
- href: index.qmd
text: Schedule
- href: course-links.qmd
text: Useful links
# - href: faq.qmd
# text: FAQ
- section: "Weekly Materials"
contents:
#- href: weeks/week-1.qmd
# text: "Week 1"
#- href: weeks/week-2.qmd
# text: "Week 2"
#- href: weeks/week-3.qmd
# text: "Week 3"
# - href: weeks/week-4.qmd
# text: "Week 4"
# - href: weeks/week-5.qmd
# text: "Week 5"
# - href: weeks/week-6.qmd
# text: "Week 6"
- section: "Coding Assignments"
contents:
- href: assignments/coding-assignment-1.qmd
text: "Coding Assignment 1"
- href: assignments/coding-assignment-2.qmd
text: "Coding Assignment 2"
- href: assignments/coding-assignment-3.qmd
text: "Coding Assignment 3"
- href: assignments/coding-assignment-4.qmd
text: "Coding Assignment 4"
- href: assignments/coding-assignment-5.qmd
text: "Coding Assignment 5"
- section: "Project"
contents:
# - href: project/project-description.qmd
# text: "Description"
- href: project/project-assignment-1.qmd
text: "Project Assignment 1"
- href: project/project-assignment-2.qmd
text: "Project Assignment 2"
- href: project/project-assignment-3.qmd
text: "Project Assignment 3"
- href: project/project-datasets.qmd
text: "Datasets"
- section: "Course Modules"
contents:
- href: modules/getting-started.qmd
text: "Getting Started"
- href: modules/module-1.1.qmd
text: "Module 1.1"
- href: modules/module-1.2.qmd
text: "Module 1.2"
- href: modules/module-2.1.qmd
text: "Module 2.1"
- href: modules/module-2.2.qmd
text: "Module 2.2"
- href: modules/module-3.1.qmd
text: "Module 3.1"
- href: modules/module-3.2.qmd
text: "Module 3.2"
- href: modules/module-4.1.qmd
text: "Module 4.1"
- href: modules/module-4.2.qmd
text: "Module 4.2"
- href: modules/module-5.1.qmd
text: "Module 5.1"
- href: modules/module-5.2.qmd
text: "Module 5.2"
- href: modules/module-6.1.qmd
text: "Module 6.1"
- href: modules/module-6.2.qmd
text: "Module 6.2"
format:
html:
theme:
light: cosmo
dark: cyborg
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
link-external-newwindow: true
freeze: false
editor: source