-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
138 lines (132 loc) · 5.04 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!/labs/student/"
- "!/videos/"
- "!/group-activities/group-formation"
- "!/portfolio/midterm-portfolio-checklist.docx"
website:
page-navigation: true
title: "Introduction to Statistical Computing in R"
description: "Homepage for STAT 331 at Cal Poly"
site-url: "https://github.com/atheobold/groupworthy-data-science"
repo-url: https://github.com/atheobold/groupworthy-data-science
repo-actions: [issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© Copyright 2024, Allison Theobold & Judith Canner"
background: "#D9E3E4"
sidebar:
background: "#5D737E"
logo: "images/r-flowers.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/atheobold/groupworthy-data-science
text: "GitHub organization"
- icon: person-fill
href: https://canvas.calpoly.edu
text: "Cal Poly Canvas"
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Course information"
contents:
- href: course-materials/course-overview.qmd
text: Overview
- href: course-materials/course-syllabus.qmd
text: Syllabus
- href: course-materials/course-support.qmd
text: Support
- href: course-materials/course-team.qmd
text: Teaching team
- href: index.qmd
text: Schedule
- href: course-materials/computing-access.qmd
text: Access
- href: course-materials/course_resources.qmd
text: R Resources
- section: "Weekly materials"
contents:
- href: weeks/week-0-discord.qmd
text: "Week 0 - Course Set-up"
- href: weeks/week-1-r-rstudio.qmd
text: "Week 1, Part 1 - R & RStudio"
- href: weeks/week-1-quarto.qmd
text: "Week 1, Part 2 - Quarto"
- href: weeks/week-1-version-control.qmd
text: "Week 1, Part 3 - Version Control"
- href: weeks/week-2-ggplot.qmd
text: "Week 2, Part 1 - ggplot"
- href: weeks/week-2-projects-data-import.qmd
text: "Week 2, Part 2 - Data Import"
- href: weeks/week-3-dplyr.qmd
text: "Week 3 - dplyr"
- href: weeks/week-4-reshaping-joining.qmd
text: "Week 4, Part 1 - Data Transformation"
- href: weeks/week-4-factors.qmd
text: "Week 4, Part 2 - Factors"
- href: weeks/week-5-strings-dates.qmd
text: "Week 5 - Strings & Dates"
- href: portfolio/midterm-portfolio-targets.qmd
text: "Week 6 - Midterm Portfolio Week"
- href: weeks/week-7-vector-functions.qmd
text: "Week 7, Part 1 -- Vector Functions"
- href: weeks/week-7-data-frame-functions.qmd
text: "Week 7, Part 1 -- Data Frame Functions"
- href: weeks/week-8-iteration.qmd
text: "Week 8 - Iteration"
- href: weeks/week-9-simulation.qmd
text: "Week 9 - Simulating Data"
# - href: weeks/week-10.qmd
# text: "Week 10"
- section: "Labs"
contents:
- href: labs/instructions/lab-1-instructions.qmd
text: "Lab 1 & Challenge 1 Instructions"
- href: labs/instructions/lab-2-instructions.qmd
text: "Lab 2 Instructions"
- href: labs/instructions/challenge-2-instructions.qmd
text: "Challenge 2 Instructions"
- href: labs/instructions/lab-3-instructions.qmd
text: "Lab 3 Instructions"
- href: labs/instructions/challenge-3-instructions.qmd
text: "Challenge 3 Instructions"
- href: labs/instructions/lab-4-instructions.qmd
text: "Lab 4 & Challenge 4 Instructions"
- href: labs/instructions/lab-5-instructions.qmd
text: "Lab 5 Instructions"
- href: labs/instructions/lab-7-instructions.qmd
text: "Lab 7 Instructions"
- href: labs/instructions/challenge-7-instructions.qmd
text: "Challenge 7 Instructions"
- href: labs/instructions/lab-8-instructions.qmd
text: "Lab 8 Instructions"
# - href: labs/instructions/lab-9-instructions.qmd
# text: "Lab 9 Instructions"
- section: "Gallary of Student Work"
contents:
- href: labs/exemplars/student-work.qmd
text: "Exemplary Student Work"
- section: "Portfolio"
contents:
- href: portfolio/portfolio-instructions.qmd
text: Portfolio Instructions
- href: portfolio/midterm-portfolio-targets.qmd
text: Midterm Portfolio Learning Targets
format:
html:
theme:
light: [cosmo, style/stat331.scss]
dark: [cosmo, style/stat331.scss, style/dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
linkcolor: "#5D737E"
# highlight-style: a11y-dark
editor: visual