-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
107 lines (99 loc) · 2.89 KB
/
Copy path_quarto.yml
File metadata and controls
107 lines (99 loc) · 2.89 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
project:
type: website
output-dir: docs
render:
- "**/*.qmd"
- "!lectures/**"
filters:
- nceas-learning-hub/theme
exercises: ### for custom theme callouts
number: false ### see https://cambiotraining.github.io/quarto-course-template/materials/02-content_guidelines.html but does not work
editor: source
execute:
freeze: auto
format:
theme-html
website:
title: "sfsu_data_sci"
reader-mode: false
repo-url: https://github.com/nceas-learning-hub/sfsu_data_sci
favicon: logo_lh_hex.png # learning hub logo on browser tab
bread-crumbs: false
navbar:
right:
- text: "Instructors"
menu:
- text: "Gretchen LeBuhn and Nicole Adelstein"
href: https://www.oharascience.com/
- icon: github
href: https://github.com/nceas-learning-hub/sfsu_data_sci
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: nceas-learning-hub.github.io/sfsu_data_sci
contents:
- index.qmd # preface
# START SESSIONS
- section: "Week 1"
contents:
- s01_r_rstudio_server_setup.qmd
- s21_r_git_install_guide.qmd
- section: "Week 2"
contents:
- s02_git_setup.qmd
- section: "Week 3"
contents:
- s04_r_quarto_literate_analysis.qmd
- section: "Week 4"
contents:
- s05_activity_reproducibility_lego.qmd
- s06_github_introduction.qmd
- s03_r_programming_introduction.qmd
- section: "Week 5"
contents:
- s07_lecture_tidy_data.qmd
- section: "Week 6"
contents:
- s08_r_tidyverse_clean_wrangle.qmd
- section: "Week 7"
contents:
- s09_r_practice_tidy_data_joins.qmd
- section: "Weeks 8-10"
contents:
- s10_github_collaboration.qmd
- s11_r_data_visualization.qmd
- section: "Week 11"
contents:
- s12_github_publishing.qmd
- s13_r_practice_clean_wrangle_visualize.qmd
- section: "Week 12"
contents:
- s14_lecture_data_management.qmd
- section: "Week 13"
contents:
- s15_r_geospatial_vector_analysis.qmd
- section: "Week 14"
contents:
- s16_r_functions.qmd
- s18_r_practice_functions.qmd
- section: "Week 15"
contents:
- s17_r_packages.qmd
- section: "Week 16"
contents:
- s19_github_project_management.qmd
- s20_r_provenance_reproducibility.qmd
# END SESSIONS
page-footer:
center: "Copyright \u00a9 2025, NCEAS"
### NCEAS main website footer:
# center: "\u00a9 The Regents of the University of California, All Rights Reserved"
# could also include license info?