generated from nmfs-opensci/NOAAHackDays-2024
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
118 lines (110 loc) · 3.73 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
107
108
109
110
111
112
113
114
115
116
117
118
project:
type: website
output-dir: docs
render:
- "*.*"
- "!tutorials/python-notebooks/*.ipynb"
- "!tutorials/r/gdalcubes.qmd"
- "!tutorials/r/5-r-geospatial.qmd"
execute:
freeze: auto
website:
page-navigation: true
title: "2024 EDMW Workshop 3B"
favicon: "images/favicon-16x16.png"
site-url: https://nmfs-opensci.github.io/EDMW-EarthData-Workshop-2024
repo-url: https://github.com/nmfs-opensci/EDMW-EarthData-Workshop-2024
repo-actions: [edit, issue, source]
page-footer: <img src="https://github.com/nmfs-opensci/assets/blob/main/logo/nmfs-opensci-logo2.png?raw=true" alt="NMFS Open Science logo" style="width:150px"><br />NMFS Open Science (2023)
sidebar:
logo: https://github.com/nmfs-opensci/assets/blob/main/logo/nmfs-opensci-logo2.png?raw=true
pinned: true
align: center
style: "docked"
collapse-level: 1
toc-expand: false
contents:
- section: "Welcome"
href: index.md
contents:
- team.md
- schedule.md
- setup.qmd
- section: Orientation
contents:
- text: RStudio
href: content/02-rstudio.qmd
- text: Earthdata login
href: content/02-earthdata.md
- text: Local set-up - R
href: content/02-local-setup-r.qmd
- text: Local set-up - Python
href: content/02-local-setup-python.qmd
- text: Git-Authentication
href: content/02-git.md
- text: Git-JupyterLab
href: content/02-git-jupyter.md
- text: Git-RStudio
href: content/02-git-rstudio.md
- coc.md
- section: "Tutorials"
contents:
- section: "Welcome"
contents:
- text: Welcome
href: content/01-welcome.md
- text: Geoscience cloud tools
href: content/01-intro-to-cloud.qmd
- text: Jupyter hubs
href: content/01-intro-to-jupyterhub.qmd
- section: "Tutorials in R"
contents:
- text: Search
href: tutorials/r/1-earthdatalogin.qmd
- text: Subset and Crop
href: tutorials/r/2-subset-and-plot.qmd
- text: Mask to a shapefile
href: tutorials/r/3-extract-satellite-data-within-boundary.qmd
- section: "Tutorials in Python"
contents:
- text: Search
href: tutorials/python/1-earthaccess.ipynb
- text: Subset and Crop
href: tutorials/python/2-subset-and-plot.ipynb
- text: Mask to a shapefile
href: tutorials/python/3-extract-satellite-data-within-boundary.ipynb
- text: Monthly and seasonal means
href: tutorials/python/4-data-cubes.ipynb
- text: <img width=100px>
- text: <img src="/images/noaa_emblem_logo-2022.png" width=100px>
href: https://fisheries.noaa.gov
navbar:
background: primary
search: true
right:
- icon: server
href: https://dhub.opensci.live/
text: "JupyterHub"
- icon: wechat
href: https://github.com/nmfs-opensci/EDMW-EarthData-Workshop-2024/discussions
text: "Discussions"
- icon: github
href: https://github.com/nmfs-opensci/EDMW-EarthData-Workshop-2024
text: "Repo"
- icon: globe
href: https://github.com/nmfs-opensci
text: "GH org"
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true
toc-depth: 2
include-before-body: translate.html
filters:
- include-files.lua
- quarto