-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
95 lines (88 loc) · 2.79 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
project:
type: website
website:
google-analytics: "G-F8NWF32PC7"
cookie-consent: true
announcement:
icon: info-circle
dismissable: true
content: "Welcome to our new home focused on our work for Fred Hutch data efforts! Our [Hutch Data Science site is still live](https://hutchdatascience.org/) and is being focused on training and community resources that include and extend beyond the Fred Hutch."
type: dark
position: above-navbar
page-footer:
left: "Contact us by scheduling a [Data House Call](programs/dhc.qmd)"
right:
- icon: house-gear-fill
href: programs/dhc.qmd
- icon: github
href: https://github.com/getwilds
page-navigation: true
search:
location: navbar
type: textbox
favicon: /img/favicon.png
open-graph: true
navbar:
logo: img/Fred-Hutch-Logo-Primary.png
logo-alt: "Logo for Fred Hutch Cancer Center"
right:
- text: "Get Help"
href: programs/dhc.qmd
- text: "Resources"
href: resources.qmd
- text: "Our Team"
href: about.qmd
sidebar:
style: "floating"
search: false
contents:
- text: "Home"
href: index.qmd
- text: "Our Team"
href: about.qmd
- section: "What we Do"
contents:
- text: "Data Strategy & Partnerships"
href: strategy.qmd
- text: "Data Governance"
href: gov.qmd
- text: "Translational Data Science & Software"
href: dss.qmd
- text: "Training & Community"
href: training.qmd
- text: "Translational Applications & Engineering"
href: tools.qmd
- section: "Our Resources"
href: resources.qmd
contents:
- text: "Data House Calls"
href: programs/dhc.qmd
- text: "Learning Communities"
href: programs/communities.qmd
- text: "WILDS"
href: programs/wilds.qmd
- text: "SciWiki"
href: programs/sciwiki.qmd
- text: "Fred Hutch Data Slack"
href: https://join.slack.com/t/fhdata/signup
- text: "Monday Morning Data Science"
href: https://fhdata.substack.com/
- text: "Openscapes at Fred Hutch"
href: programs/openscapes.qmd
- text: "Events"
href: https://centernet.fredhutch.org/u/data-science-lab.html
- text: "Our Partners"
href: https://research.fredhutch.org/data/en.html
format:
html:
page-layout: full
theme:
- cosmo
- styles.scss
link-color: '#00ABC8'
fontsize: 1.1em
toc: false
toc-depth: 2
link-external-icon: true
link-external-newwindow: true
anchor-sections: true