-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
135 lines (127 loc) · 3.87 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
project:
type: website
website:
title: "openwashdata"
site-url: https://openwashdata.org/
description: "Website of the openwashdata community"
page-navigation: true
search: false
page-footer:
left: |
This project was supported by the
[Open Research Data Program of the ETH Board](https://ethrat.ch/en/eth-domain/open-research-data/)
right:
- text: About
href: about.qmd
- icon: "envelope-at"
href: "mailto:ghe@mavt.ethz.ch?subject=openwashdata support"
aria-label: Email
- icon: github
href: https://github.com/openwashdata
aria-label: GitHub
- icon: chat-left-dots
href: https://matrix.to/#/#openwashdata-lobby:staffchat.ethz.ch
aria-label: Matrix
announcement:
icon: info-circle
dismissable: true
content: "Internship announcement. [Enrolled in an MSc at ETH Zurich? Do an internship in Data Science with openwashdata.](https://openwashdata.org/pages/blog/posts/2024-12-03-internship-announcement/)"
type: info
position: below-navbar
navbar:
background: "#5b195b"
title: false
logo: "images/OWD-logo-04.png"
logo-alt: "openwashdata logo."
favicon: "images/OWD-logo-18.png"
collapse-below: lg
left:
- text: " "
href: index.qmd
- text: "About"
href: about.qmd
- text: "Get Started"
href: pages/get-started/index.qmd
- text: "Data"
href: pages/gallery/data/index.qmd
- text: "Academy"
menu:
- text: "Courses"
href: pages/academy/index.qmd
- text: "Graduates 2024"
href: pages/academy/graduates/index.qmd
- text: "Gallery"
href: pages/gallery/
- text: "Events"
href: pages/events/index.qmd
- text: "Blog"
href: pages/blog/index.qmd
- text: "Partners"
href: pages/partners/index.qmd
- text: "Support"
menu:
- text: "Email us"
icon: "envelope-at"
href: "mailto:ghe@mavt.ethz.ch?subject=openwashdata support"
- text: "Report a Bug"
icon: "bug"
href: "https://github.com/openwashdata/book/issues"
- text: "Donate data"
icon: "clipboard-data"
href: "https://github.com/openwashdata/data/issues"
right:
- text: Code of Conduct
href: code_of_conduct.qmd
- icon: envelope-at-fill
href: "mailto:ghe@mavt.ethz.ch?subject=openwashdata support"
aria-label: Email
- icon: github
href: https://github.com/openwashdata
aria-label: GitHub
sidebar:
- id: get-started
title: "Get Started"
style: "floating"
collapse-level: 2
align: left
contents:
- pages/get-started/index.qmd
- text: "Chat"
href: pages/get-started/chat/index.qmd
- id: gallery
title: "Gallery"
style: "floating"
collapse-level: 2
align: left
contents:
- text: "Data"
href: pages/gallery/data/index.qmd
- text: "VMOST"
href: pages/gallery/vmost/index.qmd
- text: "Stats"
href: pages/gallery/stats/index.qmd
- text: "Slides"
href: pages/gallery/slides/
- text: "Phase 1 Proposal"
href: pages/gallery/proposal/index.qmd
- text: "Phase 2 Proposal"
href: pages/gallery/proposal-02/index.qmd
format:
html:
theme:
light: [litera, style/theme.scss]
highlight-style: a11y-dark
css: styles.css
code-copy: true
code-overflow: wrap
toc: true
mainfont: "Atkinson Hyperlegible"
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px
include-in-header:
- text: |
<script defer data-domain="openwashdata.org" src="https://plausible.io/js/script.js"></script>
execute:
freeze: auto