-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
106 lines (102 loc) · 3.07 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
project:
type: website
execute-dir: project
output-dir: docs
execute:
freeze: auto
website:
title: "Synthesis Skills for Early Career Researchers"
repo-url: https://github.com/lter/ssecr
repo-actions: [issue]
favicon: images/logo_lter.png
google-analytics: "G-YGFW2JT4EY"
sidebar:
title: "Modules"
style: "docked"
background: "light"
border: true
alignment: left
collapse-level: 2
contents:
- text: "Course Overview"
href: index.qmd
- section: "Phase I -- Prepare"
contents:
- text: "Version Control"
href: mod_version-control.qmd
- text: "Reproducibility"
href: mod_reproducibility.qmd
- text: "Data Discovery"
href: mod_data-disc.qmd
- text: "Team Science"
href: mod_team-sci.qmd
- section: "Phase II -- Plan"
contents:
- text: "Inclusive Facilitation"
href: mod_facilitation.qmd
- text: "Data Visualization"
href: mod_data-viz.qmd
- text: "Project Management"
href: mod_project-mgmt.qmd
- section: "Phase III -- Execute"
contents:
- text: "Supporting D.E.C. Thinking"
href: mod_thinking.qmd
- text: "Data Wrangling"
href: mod_wrangle.qmd
- text: "Intellectual Credit"
href: mod_credit.qmd
- text: "Analysis & Modeling"
href: mod_stats.qmd
- section: "Phase IV -- Magnify"
contents:
- text: "Next Steps"
href: mod_next-steps.qmd
- section: "Phase V -- Share"
contents:
- text: "Communicating Findings"
href: mod_findings.qmd
- text: "Reproducible Reports"
href: mod_reports.qmd
- section: "Bonus Modules"
contents:
- text: "Spatial Data"
href: mod_spatial.qmd
- text: "Interactivity"
href: mod_interactivity.qmd
- text: "Multivariate Visualization"
href: mod_multivar-viz.qmd
navbar:
background: primary
right:
- text: "Projects"
menu:
- text: "Teams"
href: proj_teams.qmd
- text: "Milestones"
href: proj_milestones.qmd
- text: "Fellows"
href: fellows.qmd
- text: "Instructors"
href: instructors.qmd
- icon: github
href: https://github.com/lter/ssecr
page-footer:
center: "Copyright 2024, LTER Network"
background: secondary
margin-footer: |
![NCEAS Logo](images/logo_nceas.png){ width=40% }
![LTER Logo](images/logo_lter.png){ width=34% }
format:
html:
code-overflow: scroll
code-line-numbers: false
code-copy: hover
theme:
light: _extensions/lter/lter_scss-theme/theme_lter-edu-light.scss
dark: _extensions/lter/lter_scss-theme/theme_lter-edu-dark.scss
mainfont: Open Sans
toc: true
link-external-newwindow: true
link-external-icon: false
editor: source