-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
96 lines (90 loc) · 3.29 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
project:
type: website
website:
page-navigation: true
# back-to-top-navigation: true
title: "U.S. Greenhouse Gas Center - AMS 2024 Workshop"
site-url: "https://us-ghg-center.github.io/ams-2024-workshop"
repo-url: https://github.com/us-ghg-center/ams-2024-workshop
repo-actions: [edit, issue]
navbar:
search: false
collapse: true
left:
- text: Home
file: index.md
- text: Team
file: team.md
- text: US GHG Center at AMS 2024
file: ghg-center-at-ams-2024.md
# icon: team
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© CC-By US GHG Center, 2024"
sidebar:
logo: "https://us-ghg-center.github.io/ghgc-docs/logo/ghgc-logo-light.svg"
pinned: true
align: center
tools:
- icon: globe-americas
href: https://earth.gov/ghgcenter
text: "US GHG Center Website"
- icon: github
href: https://github.com/us-ghg-center/ams-2023-workshop
text: "Repository home"
style: "docked"
search: true
collapse-level: 2
contents:
- href: index.md
text: Welcome
- href: agenda.md
text: Workshop Agenda
- href: https://github.com/nasa/Transform-to-Open-Science/blob/main/CODE_OF_CONDUCT.md
text: Code of Conduct
- href: prerequisites.md
text: Prerequisites
# - text: Chapters
# href: chapters.md
- section: Sections
contents:
- text: Welcome
href: sections/welcome/index.qmd
- text: Overview of the U.S. Greenhouse Gas Center and the Science
href: sections/overview-us-ghg-center/index.qmd
- section: US GHG Center and VEDA / Data Access and Visualization
contents:
- sections/us-ghg-center-and-veda/index.qmd
- sections/us-ghg-center-and-veda/catalog-interaction.ipynb
- sections/us-ghg-center-and-veda/qgis-in-hub.qmd
- section: Usecase 1 - Human Anthropogenic Emissions
contents:
- sections/use-case-1/index.qmd
- sections/use-case-1/epa-ch4emission-grid-v2express_User_Notebook.ipynb
- sections/use-case-1/odiac-ffco2-monthgrid-v2022_User_Notebook.ipynb
- section: Usecase 2 - Complementing anthropogenic GHG emissions with natural GHG emissions and fluxes
contents:
- sections/use-case-2/index.qmd
- sections/use-case-2/lpjwsl-wetlandch4-grid-v1_User_Notebook.ipynb
- section: Usecase 3 - Identifying and quantifying emissions from large point source methane emission events leveraging aircraft and satellite data
contents:
- sections/use-case-3/index.qmd
- sections/use-case-3/emit-ch4plume-v1_User_Notebook.ipynb
- section: Open Science in Action - GitHub and Science Communication using a Web Dashboard
contents:
- sections/open-science-in-action/index.md
- text: Closing
href: sections/closing/index.qmd
format:
html:
grid:
sidebar-width: 30vw
body-width: 900px
theme:
light: [journal, style.scss]
# css: styles.css
code-copy: true
code-overflow: wrap
# toc: true
# # toc-depth: 3
# toc-expand: true