-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
94 lines (85 loc) · 2.73 KB
/
Copy path_quarto.yml
File metadata and controls
94 lines (85 loc) · 2.73 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
filters:
- nceas-learning-hub/theme
- quarto-ext/fontawesome
- shafayetShafee/line-highlight
exercises: ### for custom theme callouts
number: true ### see https://cambiotraining.github.io/quarto-course-template/materials/02-content_guidelines.html
editor: source
execute:
freeze: auto
format:
theme-html:
code-annotations: hover ### tool tip style footnotes for code
link-external-newwindow: true
link-external-icon: true
website:
title: "2026 Delta Synthesis Working Groups week 3 (April 2026)"
reader-mode: false
repo-url: https://github.com/nceas-learning-hub/2026_delta_week3
### learning hub logo on browser tab
favicon: _extensions/nceas-learning-hub/theme/banner/logo_favicon.png
bread-crumbs: false
navbar:
right:
- text: "Training Series"
menu:
- text: "Week 1"
href: https://nceas-learning-hub.github.io/2026_delta_week1/
- text: "Week 2"
href: https://nceas-learning-hub.github.io/2026_delta_week2/
- text: "Week 3"
href: https://nceas-learning-hub.github.io/2026_delta_week3/
- text: "Instructors"
menu:
- text: "Nick Lyon"
href: https://njlyon0.github.io/
- text: "Casey O'Hara"
href: https://www.oharascience.com/
- text: "Jim Regetz"
href: https://github.com/regetz/
- icon: github
href: https://github.com/nceas-learning-hub/2026_delta_week3
aria-label: GitHub
sidebar:
title: "Training Materials"
style: "floating"
search: true
tools:
- icon: house-door-fill
href: https://www.nceas.ucsb.edu/learning-hub
- icon: twitter
href: https://twitter.com/ucsb_nceas
- icon: github
href: https://github.com/nceas-learning-hub/2026_delta_week3
contents:
- index.qmd # preface
- s00_benchmarks.qmd
# START SESSIONS
- section: "Day 1"
contents:
- s01_lecture_publishing_data.qmd
- s02_r_programmatic_data_access.qmd
- section: "Day 2"
contents:
- s03_git_advanced_git_github.qmd
- s04_lecture_science_communication.qmd
- section: "Day 3"
contents:
- s05_shiny_introduction.qmd
- s06_quarto_dashboards_reports.qmd
- s07_quarto_websites.qmd
- section: "Day 4"
contents:
- s08_r_machine_learning_tidymodels.qmd
- s09_r_geospatial_raster_analysis.qmd
# END SESSIONS
page-footer:
center: "Copyright \u00a9 2026, NCEAS"
### NCEAS main website footer:
# center: "\u00a9 The Regents of the University of California, All Rights Reserved"
# could also include license info?