-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
110 lines (98 loc) · 2.9 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
project:
type: website
output-dir: docs
pre-render:
- code/gen-week-files-from-course-schedule.R
render:
- index.qmd
- syllabus.qmd
- course-links.qmd
- course-overview.qmd
- course-support.qmd
- weeks/*.qmd
- assignment-repos/*/*.qmd
- assignment-repos/*/*/*.qmd
- instructions/*.qmd
- homework/*.qmd
- slides/*.qmd
engine: knitr
website:
page-navigation: true
title: "STAT 349 - Spring 2025"
description: "Homepage for STAT 349 - Technical Communication."
site-url: "https://unl-statistics.github.io/stat349"
repo-url: https://github.com/unl-statistics/stat349
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@srvanderplas"
image: "images/twitter-card.png"
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© Copyright 2025, Susan Vanderplas"
background: "#D3D3D3"
sidebar:
background: "#D3D3D3"
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/unl-statistics/stat349
text: "GitHub organization"
style: "docked"
search: true
collapse-level: 2
contents:
- section: "Course information"
contents:
- href: course-overview.qmd
text: Overview
- href: syllabus.qmd
text: Syllabus
- href: course-support.qmd
text: Support
- href: index.qmd
text: Schedule
- href: course-links.qmd
text: Useful links
- section: "Weekly materials"
contents:
- href: weeks/week-01.qmd
text: "Week 1 - Getting Started"
- href: weeks/week-02.qmd
text: "Week 2 - Resumes"
- href: weeks/week-03.qmd
text: "Week 3 - References"
- href: weeks/week-04.qmd
text: "Week 4 - Organization"
- href: weeks/week-05.qmd
text: "Week 5 - Arguments"
- href: weeks/week-06.qmd
text: "Week 6 - Problems & Data"
- href: weeks/week-07.qmd
text: "Week 7 - Methods"
- href: weeks/week-08.qmd
text: "Week 8 - Graphics"
- href: weeks/week-09.qmd
text: "Week 9 - Results"
- href: weeks/week-10.qmd
text: "Week 10 - Intro & Conclusions"
- href: weeks/week-11.qmd
text: "Week 11 - Summaries"
- href: weeks/week-12.qmd
text: "Week 12 - Fallacies"
- href: weeks/week-13.qmd
text: "Week 13 - Reports"
- href: weeks/week-14.qmd
text: "Week 14 - Editing"
- href: weeks/week-15.qmd
text: "Week 15 - Presentations"
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
toc: true
freeze: auto