forked from NASA-Openscapes/2021-Cloud-Hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
79 lines (74 loc) · 2.36 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
project:
type: site
output-dir: _site
execute:
freeze: true
site:
site-url: https://nasa-openscapes.github.io/2021-Cloud-Hackathon
repo-url: https://github.com/nasa-openscapes/2021-Cloud-Hackathon
repo-actions: [edit, issue]
page-navigation: true
sidebar:
title: "2021 Cloud Hackathon"
logo: https://user-images.githubusercontent.com/2915555/133525653-2a2278b1-1015-4350-b2a5-160d125aaaf7.png
style: "docked"
background: light
search: true
collapse-level: 1
align: left
tools:
- icon: github
href: https://github.com/nasa-openscapes/2021-Cloud-Hackathon
contents:
- section: "Welcome"
contents:
- index.md
- cloud-paradigm.md
- section: "Logistics"
contents:
- logistics/index.md
- logistics/schedule.md
- logistics/prerequisites.md
- logistics/github-workflows.md
- section: "Tutorials"
contents:
- tutorials/index.md
- tutorials/00_Setup.md ## tutorial 0
- tutorials/01_Data_Discovery_CMR.ipynb ## tutorial 1
- tutorials/02_Data_Discovery_CMR-STAC_API.ipynb ## tutorial 2
- tutorials/03_Xarray.ipynb ## tutorial 3
- tutorials/04_NASA_Earthdata_Authentication.ipynb ## tutorial 4
- tutorials/05_Data_Access_Direct_S3.ipynb ## tutorial 5
- tutorials/06_S6_OPeNDAP_Access_Gridding.ipynb ## tutorial 6
- tutorials/07_Harmony_Subsetting.ipynb ## tutorial 7
- tutorials/08_On-Prem_Cloud.ipynb ## tutorial 8
- tutorials/09_Zarr_Access.ipynb ## tutorial 9
- section: "Tutorial Templates"
contents:
- tutorials-templates/index.md
- section: "Projects"
contents:
- projects/index.md
- projects/hackathon-projects.md
- section: "Further Resources"
contents:
- further-resources.md
- section: "Pre-Hackathon-Clinic"
contents:
- clinic/index.md
- clinic/jupyterhub.md
- clinic/notebooks.md
- clinic/github.md
- clinic/earthdata.md
footer: "PODAAC, NSIDC DAAC and LPDAAC (2021). 2021 Cloud Hackathon"
filters:
- include-files.lua
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true