-
Notifications
You must be signed in to change notification settings - Fork 68
/
_quarto.yml
74 lines (69 loc) · 2.22 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
project:
type: website
output-dir: _site
execute:
freeze: true # never re-execute computational content during project render, needed for .qmd and .rmd since quarto does not render .ipynb by default
website:
page-navigation: true
page-footer:
center: "VSWIR Imaging and Thermal Applications, Learning, and Science."
title: "VITALS"
site-url: https://nasa.github.io/VITALS/
repo-url: https://github.com/nasa/VITALS/
sidebar:
title: "VITALS"
logo: img/lp_jpl_vitals_light.png
pinned: true
align: center
tools:
- icon: globe
href: https://nasa.github.io/VITALS/
text: "VITALS Website"
- icon: github
href: https://github.com/nasa/VITALS
text: "VITALS Repository"
style: "floating"
search: true
collapse-level: 2
contents:
- section: "Welcome"
contents:
- text: "2024 SBG Workshop"
href: index.qmd
- text: "2023 AGU Workshop"
href: 2023_agu_workshop.qmd
- text: "Repository Description"
href: vitals.qmd
- section: "Setup Instructions"
contents:
- text: "Prerequisites"
href: setup/prerequisites.md
- text: "Cloud Workspace Setup"
href: setup/workshop_setup.qmd
- text: "Local Python Environment Setup"
href: setup/setup_instructions.md
- section: "Python Notebooks"
contents:
- text: "1 Finding Concurrent Data"
href: python/01_Finding_Concurrent_Data.ipynb
- text: "2 EMIT Reflectance and ECOSTRESS LST"
href: python/02_Working_with_EMIT_Reflectance_and_ECOSTRESS_LST.ipynb
- text: "3 Canopy Water Content"
href: python/03_EMIT_CWC_from_Reflectance.ipynb
- text: "4 Dangermond Land Cover"
href: python/04_Dangermond_Land_Cover.ipynb
- text: "5 Santa Barbara Vineyards"
href: python/05_SB_Vineyards.ipynb
- section: "Contributing"
contents:
- href: CONTRIBUTING.md
- href: CODE_OF_CONDUCT.md
format:
html:
theme:
light: cosmo
dark: [cosmo,theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true