-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
114 lines (103 loc) · 3.14 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
project:
type: website
output-dir: docs
pre-render:
- code/gen-week-files-from-course-schedule.R
render:
- ./homework/*.qmd
- ./slides/*.qmd
- ./weeks/*.qmd
- ./index.qmd
- ./syllabus.qmd
- ./course-links.qmd
- ./course-overview.qmd
- ./course-support.qmd
- ./exams/midterm/index.qmd
post-render:
- code/nojekyll
engine: knitr
website:
title: "Stat 151 - Spring 2025"
page-navigation: true
description: "Homepage for STAT 151 - Introduction to Statistical Computing"
site-url: "https://unl-statistics.github.io/stat151"
repo-url: https://github.com/unl-statistics/stat151
repo-actions: [issue]
open-graph: true
twitter-card:
creator: "@srvanderplas"
image: "images/twitter-card.png"
page-footer:
left: "© Copyright 2025, Susan Vanderplas"
background: "$secondary"
sidebar:
background: "$secondary"
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://classroom.github.com/classrooms/195160117-unl-stat151-2025a-classroom-97fc1e
text: "GitHub Classroom"
style: "docked"
search: false
collapse-level: 2
contents:
- section: "Course information"
contents:
- href: syllabus.qmd
text: Syllabus
- href: index.qmd
text: Schedule
- href: course-links.qmd
text: Course Resources
- href: course-support.qmd
text: FAQ
- href: course-overview.qmd
text: Description
- section: "Weekly materials"
contents:
- href: weeks/week-01.qmd
text: "Week 1 - Setting Up"
- href: weeks/week-02.qmd
text: "Week 2 - Scripts & Notebooks"
- href: weeks/week-03.qmd
text: "Week 3 - Intro to Programming"
- href: weeks/week-04.qmd
text: "Week 4 - Building Blocks"
- href: weeks/week-05.qmd
text: "Week 5 - Data Structures"
- href: weeks/week-06.qmd
text: "Week 6 - Control Structures"
- href: weeks/week-07.qmd
text: "Week 7 - Functions"
- href: weeks/week-08.qmd
text: "Week 8 - Midterm"
- href: weeks/week-09.qmd
text: "Week 9 - Version Control"
- href: weeks/week-10.qmd
text: "Week 10 - Data Visualization"
- href: weeks/week-11.qmd
text: "Week 11 - Data Cleaning"
- href: weeks/week-12.qmd
text: "Week 12 - Strings"
- href: weeks/week-13.qmd
text: "Week 13 - Reshaping Data"
- href: weeks/week-14.qmd
text: "Week 14 - Creating Good Charts"
- href: weeks/week-15.qmd
text: "Week 15 - Review"
- href: weeks/week-16.qmd
text: "Finals"
fontsize: "1.5rem"
lineheight: "1.5ex"
format:
html:
grid:
sidebar-width: 400px
margin-width: 0px
theme:
light: [flatly, theme.scss, _variables-flatly.scss]
dark: [darkly, theme.scss, _variables-darkly.scss]
mainfont: "Atkinson Hyperlegible"
toc: true