-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path_quarto.yml
More file actions
122 lines (115 loc) · 3.68 KB
/
_quarto.yml
File metadata and controls
122 lines (115 loc) · 3.68 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
115
116
117
118
119
120
121
122
project:
type: website
website:
title: "Real World Data Science"
image: images/rwds-logo-150px.png
favicon: images/rwds-favicon.png
twitter-card:
site: "@rwdatasci"
open-graph: true
site-url: https://realworlddatascience.net/
repo-url: https://github.com/realworlddatascience/realworlddatascience.github.io
repo-actions: [edit, issue]
# If you are forking our repo to develop content -- whether for Real World Data Science
# or your own purposes -- please disable our Google Analytics tag during development.
# If building your own site, replace our GA tag with your own GA tag before deployment.
# This will prevent your activity being tracked and counted in our analytics dashboard.
# Thank you!
google-analytics: "G-1TTWB7YTR6"
navbar:
toggle-position: right
background: "#f0eeeb"
logo: images/rwds-logo-150px.png
logo-alt: "Real World Data Science brand"
title: false
collapse-below: lg
right:
- the-pulse/index.qmd
- applied-insights/index.qmd
- foundation-frontiers/index.qmd
- people-paths/index.qmd
- text: "About RWDS"
menu:
- text: "Who we are"
href: about-rwds.qmd
- text: "How to contribute"
href: contributor-docs/call-for-contributions.qmd
- text: "Code of conduct"
href: CODE_OF_CONDUCT.md
- text: "Contact us"
href: contact.qmd
sidebar:
- title: "About us"
contents:
- about-rwds.qmd
- the-pulse/editors-blog/posts/2022/10/18/meet-the-team.qmd
- rwds-partners.qmd
- contact.qmd
- ts-and-cs.qmd
- CODE_OF_CONDUCT.md
- LICENCE.md
- title: "Call for contributions"
contents:
- contributor-docs/call-for-contributions.qmd
- contributor-docs/case-studies.qmd
- contributor-docs/explainers.qmd
- contributor-docs/exercises.qmd
- contributor-docs/datasets.qmd
- contributor-docs/training-guides.qmd
- contributor-docs/recommender.qmd
- contributor-docs/datasciencebites.qmd
- contributor-docs/contributor-guidelines.qmd
- contributor-docs/style-guide.qmd
- title: "People & Paths"
contents:
- people-paths/index.qmd
- people-paths/career-profiles/index.qmd
- title: "Foundations & Frontiers"
contents:
- ideas/index.qmd
- ideas/tutorials/index.qmd
- ideas/datasciencebites/index.qmd
- title: "The Pulse"
contents:
- the-pulse/index.qmd
- the-pulse/editors-blog/index.qmd
- href: the-pulse/newsletter/index.qmd
text: Newsletter
page-navigation: true
back-to-top-navigation: false
page-footer:
background: "#000000"
left: |
[Copyright © 2025 Royal Statistical Society](/LICENCE.md)
center:
- href: https://github.com/realworlddatascience
icon: github
aria-label: GitHub
- href: https://zenodo.org/communities/realworlddatascience
text: "{{< ai zenodo size=2xl >}}"
aria-label: RWDS Zenodo community
- href: https://www.linkedin.com/showcase/rss-real-world-data-science
icon: linkedin
aria-label: LinkedIn
- href: https://twitter.com/rwdatasci
icon: twitter-x
aria-label: Twitter/X
- href: https://fosstodon.org/@rwdatasci
icon: mastodon
aria-label: Mastodon
- href: feeds.html
icon: rss
aria-label: RWDS rss
right: |
[Terms & Conditions](/ts-and-cs.qmd)
format:
html:
theme: [lux, rwds.scss]
css: rwds.css
toc: true
grid:
sidebar-width: 0px
body-width: 1000px
margin-width: 250px
execute:
freeze: auto