-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
160 lines (151 loc) · 5.1 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
project:
type: website
output-dir: docs
render:
- "*.*"
- "!nasa-tutorials/*.ipynb"
execute:
freeze: auto
website:
page-navigation: true
title: "2023 ITCOocean Hack2week"
favicon: images/incois-icon.png
site-url: https://Hackweek-ITCOocean.github.io/2023-Hackbook
repo-url: https://github.com/Hackweek-ITCOocean/2023-Hackbook
repo-actions: [edit, issue, source]
page-footer: <img src="/images/incois.png" alt="INCOIS logo" style="width:150px"><br />ITCOocean Hack2week (2023)
sidebar:
logo: images/incois-logos.png
pinned: true
align: center
style: "docked"
collapse-level: 1
toc-expand: false
contents:
- section: "Welcome"
href: index.md
contents:
- overview.md
- team.md
- schedule.md
- setup.md
- support.md
- hackweek-links.md
- coc.md
- section: "Tutorials"
contents:
- section: "01 Monday"
contents:
- text: Welcome
href: content/01-welcome.md
- text: GitHub 1
href: content/01-github.md
- text: Geoscience cloud tools
href: content/01-intro-to-cloud-geoscience.qmd
- text: Jupyter hubs
href: content/01-intro-to-jupyterhub.qmd
- section: "01 Tuesday"
contents:
- text: RStudio
href: content/02-rstudio.qmd
- text: GitHub 2
href: content/02-github-2.md
- text: Quarto
href: content/02-quarto.qmd
- section: "01 Wednesday"
contents:
- text: Programming with AI
href: content/03-ai.md
- text: Git
href: content/03-git-rstudio.md
- text: Loading data in R
href: r-tutorials/03-r-read-in-data.qmd
- section: "01 Thursday"
contents:
- text: Lab Setup
href: r-tutorials/Lab-setup.qmd
- text: Plotting with ggplot2
href: r-tutorials/04-r-ggplot2.qmd
- section: "01 Friday"
contents:
- text: Maps!
href: r-tutorials/05-r-geospatial.qmd
- section: "02 Monday"
contents:
- text: SDM 1
href: r-tutorials/SDM-lab1.qmd
- section: "Projects"
contents:
- projects/index.md
- projects/hackathon-projects.md
- section: "Further Resources"
contents:
- content/XX-r-and-python-resources.md
- content/XX-further-resources.md
- section: "Python Tutorials"
contents:
- section: "Data Access"
contents:
- python-notebooks/00_NASA_Earthdata_Authentication.ipynb
- python-notebooks/01_earthaccess_Downloader.ipynb
- python-notebooks/01_ERA5_S3_Downloader.ipynb
- python-notebooks/01_ERDDAP_Downloader.ipynb
- python-notebooks/01_MOTU_Downloader.ipynb
- section: "Using Data"
contents:
- python-notebooks/02_Using_Data.ipynb
- python-notebooks/02_Graphing_Data.ipynb
- python-notebooks/02_Zarr_Access_netCDF.ipynb
- python-notebooks/02_Xarray_hvplot.ipynb
- python-notebooks/02_Xarray_hvplot.ipynb
- section: "Machine Learning"
contents:
- section: "Applications"
contents:
- section: "IO Zarr Database"
contents:
- python-notebooks/04_Combining_Data.ipynb
- python-notebooks/04_Appending_Data.ipynb
- text: <img width=100px>
- text: <img src="/images/ecsn.png" width=100px>
href: https://iioe-2.incois.gov.in/ecsn/index.html
- text: <img src="/images/ocean-decade.png" width=150px>
href: https://oceandecade.org/
- text: <img src="/images/dcc-ior.png" width=150px>
href: https://incois.gov.in/dcc-ior/index.jsp
- text: <img src="/images/ecop.png" width=150px>
href: https://www.ecopdecade.org/
- text: DECCaD-IO
href: https://oceandecade.org/actions/devising-early-career-capacity-development-indocn-deccad-io/
- text: <img src="/images/ohw.png" width=150px>
href: https://www.oceanhackweek.org/
navbar:
background: primary
search: true
right:
- icon: server
href: https://itcoocean.2i2c.cloud/
text: "JupyterHub"
- icon: wechat
href: https://github.com/orgs/Hackweek-ITCOocean/discussions
text: "Discussions"
- icon: slack
href: https://app.slack.com/client/T05PV2USY56/C05P7QP47UL
text: "Slack"
- icon: globe
href: https://github.com/Hackweek-ITCOocean
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