-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
85 lines (82 loc) · 3.08 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!course_materials/templates/"
website:
# announcement:
# icon: info-circle
# dismissable: false
# position: above-navbar
# content: "Course materials are currently undergoing revision! EDS 240 will begin again in January 2025."
title: "EDS 240"
favicon: images/favicon.png
navbar:
right:
- text: home
href: index.qmd
- text: syllabus
href: https://docs.google.com/document/d/1ZALT0Ef9GQga5rkBAWJhzQ2npC4l-FkcNV4kMYFud0Q/edit?usp=sharing
target: _blank
- text: course materials
menu:
- text: week 1 (1/6)
href: course-materials/week1.qmd
- text: week 2 (1/13)
href: course-materials/week2.qmd
- text: week 3 (1/20)
href: course-materials/week3.qmd
- text: week 4 (1/27)
href: course-materials/week4.qmd
- text: week 5 (2/3)
href: course-materials/week5.qmd
- text: week 5 (2/7) - optional make up class
href: course-materials/graphic-design.qmd
- text: week 6 (2/10)
href: course-materials/week6.qmd
- text: week 7 (2/17)
href: course-materials/week7.qmd
- text: week 8 (2/24)
href: course-materials/week8.qmd
- text: week 9 (3/3)
href: course-materials/week9.qmd
- text: week 10 (3/10)
href: course-materials/week10.qmd
- text: week 11 (3/17) - finals week
href: course-materials/week11.qmd
- text: assignments
href: assignments.qmd
- text: redeem tokens
href: https://forms.gle/ePS4Hm4kH1PhusGX7
target: _blank
- text: resources
menu:
- text: recommended reading & materials
href: resources.qmd
- text: guide for writing clean code
href: clean-code-guide.qmd
- text: getting unstuck
href: getting-unstuck.qmd
- text: MEDS installation guide
href: https://ucsb-meds.github.io/MEDS-installation-guide/
target: _blank
- icon: github
menu:
- text: Source Code
url: https://github.com/samanthacsik/EDS-240-data-viz
- text: Report a Bug
url: https://github.com/samanthacsik/EDS-240-data-viz/issues
page-footer:
background: dark
right: This website is built with [{{< fa brands github title="the github octocat logo" >}}](https://github.com/samanthacsik/EDS-240-data-viz), [{{< fa brands r-project title="R Project" >}}](https://www.r-project.org/about.html) and [Quarto](https://quarto.org/)
# center: |
# <img src="images/bren-logo.png" alt="The Bren School of Environmental Science & Management logo" width="250"/>
left: This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)
format:
html:
theme: meds-website-styles.scss
title-block-banner: true
toc: true
code-line-numbers: true
page-layout: full