forked from wjbmattingly/sidatasciencelab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
81 lines (75 loc) · 2.08 KB
/
_quarto.yml
File metadata and controls
81 lines (75 loc) · 2.08 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
project:
type: website
website:
title: "Smithsonian Data Science Lab"
image: images/dsl_logo.png
favicon: images/si_favicon.ico
twitter-card:
site: "@SIDataScience"
open-graph: true
site-url: https://sidatasciencelab.github.io
repo-url: https://github.com/sidatasciencelab/sidatasciencelab.github.io
repo-actions: [edit, issue]
navbar:
background: "#FFCD00"
logo: images/dsl_logo.png
logo-alt: "Smithsonian Data Science Lab logo"
title: false
collapse-below: lg
right:
- text: "Our Team"
menu:
- text: "The Lab"
href: people/index.qmd
- text: "Rebecca Dikow"
href: people/leads/rebecca.qmd
- text: "Mike Trizna"
href: people/leads/mike.qmd
- text: "Alex White"
href: people/leads/alex.qmd
- research/index.qmd
- text: "Education"
menu:
- text: "Data Science Training"
href: education/carpentries.qmd
- text: "UCSB-Smithsonian Scholars"
href: education/si_scholars.qmd
- software/index.qmd
- news/index.qmd
- text: "About SI-DSL"
menu:
- text: "Who we are"
href: about-dsl.qmd
- text: "AI Values Statement"
href: aivalues/index.qmd
- text: "Publications"
href: publications.qmd
- text: "Collaboration"
href: collaborators.qmd
- text: "Contact us"
href: contact.qmd
page-navigation: true
page-footer:
background: "#000000"
left: |
Copyright © 2023 [Smithsonian](https://www.si.edu/)
center:
- href: https://github.com/sidatasciencelab
icon: github
aria-label: GitHub
- href: https://twitter.com/SIDataScience
icon: twitter
aria-label: Twitter
right: |
[Privacy Statement](https://www.si.edu/privacy) | [Terms of Use](https://www.si.edu/Termsofuse)
format:
html:
theme: [lux, dsl.scss]
css: dsl.css
toc: true
grid:
sidebar-width: 0px
body-width: 1000px
margin-width: 250px
execute:
freeze: auto