-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
114 lines (106 loc) · 3.07 KB
/
_quarto.yml
File metadata and controls
114 lines (106 loc) · 3.07 KB
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
website:
page-navigation: true
title: "Beasts & Bytes"
description: "Homepage for Beasts & Bytes"
site-url: "https://bovi-analytics.github.io/BeastsAndBytes/"
repo-url: https://github.com/Bovi-analytics/BeastsAndBytes/
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@MielHostens"
image: "images/twitter-card.png"
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© Copyright 2025, Miel Hostens & Enhong Liu"
background: "#D7DEDC"
sidebar:
background: "#D7DEDC"
logo: "images/B&BLogo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/Bovi-analytics/
text: "GitHub organization"
- icon: google
href: https://colab.research.google.com/
text: "Google colab"
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Course information"
contents:
- href: course-overview.qmd
text: Overview
- href: index.qmd
text: Schedule
- href: course-objectives.qmd
text: Course objectives
- href: course-team.qmd
text: Teaching team
- href: course-support.qmd
text: Support
- href: course-links.qmd
text: Useful links
- href: course-faq.qmd
text: FAQ
- section: "Computing"
contents:
- href: computing-access.qmd
text: Access
- section: "Project"
contents:
- href: project-description.qmd
text: Description
- href: project-tips-resources.qmd
text: Tips + resources
- href: project-agreement.qmd
text: Project agreement
- section: "Weekly materials"
contents:
- href: weeks/week-1.qmd
text: "Week 1"
- href: weeks/week-2.qmd
text: "Week 2"
- href: weeks/week-3.qmd
text: "Week 3"
- href: weeks/week-4.qmd
text: "Week 4"
- href: weeks/week-5.qmd
text: "Week 5"
- href: weeks/week-6.qmd
text: "Week 6"
- href: weeks/week-7.qmd
text: "Week 7"
- href: weeks/week-8.qmd
text: "Week 8"
- href: weeks/week-9.qmd
text: "Week 9"
- href: weeks/week-10.qmd
text: "Week 10"
- href: weeks/week-11.qmd
text: "Week 11"
- href: weeks/week-12.qmd
text: "Week 12"
- href: weeks/week-13.qmd
text: "Week 13"
- href: weeks/week-14.qmd
text: "Week 14"
- section: "Supplemental notes"
contents:
- href: supplemental/operations-in-r.qmd
text: Operations in Python
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
freeze: auto
editor: visual