-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
70 lines (64 loc) · 2.01 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
project:
type: website
render:
- "*.qmd"
- "*.md"
knitr:
opts_chunk:
root.dir: '.'
website:
title: "ETC5513: Collaborative and Reproducible Practices"
site-url: "https://rcp.numbat.space"
navbar:
background: "#006dae"
left:
- href: index.qmd
text: Home
icon: house-fill
- text: Schedule
icon: calendar2-fill
menu:
- file: week1/index.qmd
text: "Week 1: Introduction to collaborative and reproducible practices"
- file: week2/index.qmd
text: "Week 2: Reproducible reports using Quarto"
- file: week3/index.qmd
text: "Week 3: Introduction to version control systems: git and GitHub"
- file: week4/index.qmd
text: "Week 4: Reproducible reporting using Quarto, git and GitHub"
- file: week5/index.qmd
text: "Week 5: Deeper git knowledge, stashing and tools"
- file: week6/index.qmd
text: "Week 6: Reproducible reporting and version control systems"
- file: week7/index.qmd
text: "Week 7: Workflows for reproducible data analysis"
- text: "Week 8: No class (University Holiday)"
- file: week9/index.qmd
text: Referencing, large files, and GitHub Issues
- file: week10/index.qmd
text: Keeping environments separate and reproducible
- week11/index.qmd
- week12/index.qmd
- text: Discussion
icon: chat-fill
href: "https://learning.monash.edu/mod/forum/view.php?id=1366128"
- text: Moodle
icon: mortarboard-fill
href: "https://learning.monash.edu/course/view.php?id=10201"
right:
- icon: github
href: https://github.com/numbats/rcp
date-format: "D MMMM YYYY"
format:
html:
theme: [cosmo, numbat.scss]
highlight: textmate
toc: true
mainfont: "Fira Sans"
html-math-method: katex
include-in-header:
file: header.html
execute:
echo: false
warning: false
message: false