generated from berkeley-cdss/course-site-quarto
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
101 lines (97 loc) · 3.12 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
project:
type: website
website:
site-url: https://stat243.berkeley.edu/fall-2024
sidebar:
style: docked
title: "Stat 243"
logo: assets/stat_bear.png
logo-alt: "UC Berkeley Statistics logo"
tools:
- icon: github
href: https://github.com/berkeley-stat243/fall-2024
aria-label: GitHub
contents:
- href: index.qmd
text: Home
- href: syllabus.qmd
text: Syllabus
- href: schedule.qmd
text: Schedule
- href: office_hours.qmd
text: Office Hours
- section: "Units"
contents:
- href: units/unit1-intro.qmd
text: "Unit 1 (UNIX intro)"
- href: units/unit2-dataTech.qmd
text: "Unit 2 (Data technologies)"
- href: units/unit3-bash.qmd
text: "Unit 3 (Bash shell)"
- href: units/unit4-goodPractices.qmd
text: "Unit 4 (Good practices)"
- href: units/unit5-programming.qmd
text: "Unit 5 (Programming)"
- href: units/unit6-parallel.qmd
text: "Unit 6 (Parallelization)"
- href: units/unit7-bigData.qmd
text: "Unit 7 (Databases)"
- href: units/unit8-numbers.qmd
text: "Unit 8 (Precision)"
- href: units/unit9-sim.qmd
text: "Unit 9 (Simulation)"
- href: units/unit10-linalg.qmd
text: "Unit 10 (Linear Algebra)"
- href: units/unit11-optim.qmd
text: "Unit 11 (Optimization)"
- section: "Labs"
contents:
- href: labs/lab0-setup.html
text: "Lab 0 (Optional setup)"
- href: labs/lab1-submission.html
text: "Lab 1 (Quarto/Git/Submission)"
- href: labs/lab2-testing.html
text: "Lab 2 (Exceptions/Testing)"
- href: labs/lab3-debugging.html
text: "Lab 3 (Debugging)"
- href: labs/lab4-reproducibility.html
text: "Lab 4 (Reproducibility)"
- href: labs/lab5-codereview.html
text: "Lab 5 (Code review)"
- href: labs/lab6-scfparallel.html
text: "Lab 6 (SCF and parallelization)"
- href: labs/lab7-pythonvsr.html
text: "Lab 7 (Python vs. R)"
- href: labs/lab8-simulation.html
text: "Lab 8 (Simulation)"
- href: labs/lab9-git.html
text: "Lab 9 (Collaboration with Git)"
- section: "Problem Sets"
contents:
- href: ps/ps1.qmd
- href: ps/ps2.qmd
- href: ps/ps3.qmd
- href: ps/ps4.qmd
- href: ps/ps5.qmd
- href: ps/ps6.qmd
- href: ps/ps7.qmd
- href: ps/ps8.qmd
- href: project/project.qmd
text: Final Project
- section: "How tos"
contents:
- howtos/accessPython.md
- howtos/accessUnixCommandLine.md
- howtos/installGit.md
- howtos/installQuarto.md
- howtos/submitPS.md
- howtos/windowsAndLinux.md
- href: license.qmd
text: License
format:
html:
theme: cosmo
css: assets/styles.css
toc: true
execute:
freeze: auto