-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy path_quarto.yml
65 lines (60 loc) · 1.85 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
project:
type: website
output-dir: docs
website:
title: "Transport Data Science"
sidebar:
background: primary
# logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/itsleeds/tds
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- href: https://itsleeds.github.io/tds/#software-requirements-and-installation
text: Install required software
- href: schedule.qmd
text: Schedule
- href: https://github.com/ITSLeeds/TDS/discussions
text: Forum
- href: marking-criteria.qmd
text: Marking Criteria
- href: reading.qmd
text: Reading list
- href: reproducible-road-safety-workshop.qmd
text: Reproducible Road Safety Workshop
- text: Practical sessions
contents:
- href: p1
text: Practical 1
- href: p2
text: Practical 2
# - href: p3
# text: Practical 3
# - href: p4
# text: Practical 4
# - href: p5
# text: Practical 5
# - href: p6
# text: Practical 6
announcement:
icon: info-circle
dismissable: true
# content: "**Alert** ensure you have completed the second homework, described at the end of [itsleeds.github.io/tds/p1](https://itsleeds.github.io/tds/p1/#homework) by this Thursday 6th February."
content: "**Homework to present at the next session**: Ensure you have completed the second homework, described at the end of [itsleeds.github.io/tds/p2](https://itsleeds.github.io/tds/p2/#homework) by Thursday 13th February."
type: primary
position: below-navbar
format:
html:
theme: cosmo
# css: styles.css
toc: true
number-sections: true
csl: elsevier-harvard.csl
execute:
freeze: auto