Skip to content

Commit 5ec4089

Browse files
authored
update tutorial lists and links (#40)
1 parent cdc31f4 commit 5ec4089

File tree

3 files changed

+34
-244
lines changed

3 files changed

+34
-244
lines changed

book/_toc.yml

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,7 @@ parts:
2020
chapters:
2121
- file: tutorials/index
2222
sections:
23-
- file: tutorials/example/tutorial-notebook
24-
- file: tutorials/open-science/index.md
25-
sections:
26-
- file: tutorials/open-science/data-formats-and-metadata.ipynb
27-
sections:
28-
- file: tutorials/open-science/open_science_lesson.ipynb
29-
- file: tutorials/open-science/licensing.md
30-
- file: tutorials/open-science/archiving.md
31-
- file: tutorials/open-science/resources.md
3223
- file: tutorials/cryocloud_demo/CryoCloud_demo.ipynb
33-
- file: tutorials/nb-to-package/index
34-
sections:
35-
- file: tutorials/nb-to-package/OOP_intro
36-
- file: tutorials/nb-to-package/intro
37-
sections:
38-
- file: tutorials/nb-to-package/sample.ipynb
39-
- file: tutorials/nb-to-package/package
40-
- file: tutorials/nb-to-package/community
4124
- file: tutorials/mission-overview/icesat-2-mission-overview
4225
- file: tutorials/cloud-computing/00-goals-and-outline
4326
sections:
@@ -48,9 +31,29 @@ parts:
4831
- file: tutorials/cloud-computing/atl08_parquet_files/atl08_parquet
4932
options:
5033
- titlesonly: true
51-
- file: tutorials/mental-health/index
34+
- title: Data Access
35+
url: https://snowex-2024.hackweek.io/tutorials/Data_access/index.html
5236
- file: tutorials/data_access/ICESat2_Data_Access_Tutorial.ipynb
5337
- file: tutorials/machine-learning/point_cloud_classifier.ipynb
38+
- title: Machine Learning for Snow Studies
39+
url: https://snowex-2024.hackweek.io/tutorials/NN_with_Pytorch/intro.html
40+
- file: tutorials/nb-to-package/index
41+
sections:
42+
- file: tutorials/nb-to-package/OOP_intro
43+
- file: tutorials/nb-to-package/intro
44+
sections:
45+
- file: tutorials/nb-to-package/sample.ipynb
46+
- file: tutorials/nb-to-package/package
47+
- file: tutorials/nb-to-package/community
48+
- file: tutorials/mental-health/index
49+
- file: tutorials/open-science/index.md
50+
sections:
51+
- file: tutorials/open-science/data-formats-and-metadata.ipynb
52+
sections:
53+
- file: tutorials/open-science/open_science_lesson.ipynb
54+
- file: tutorials/open-science/licensing.md
55+
- file: tutorials/open-science/archiving.md
56+
- file: tutorials/open-science/resources.md
5457
- caption: Projects
5558
chapters:
5659
- file: projects/index

book/tutorials/example/tutorial-notebook.ipynb

Lines changed: 0 additions & 216 deletions
This file was deleted.

book/tutorials/index.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
Hackweek tutorials are learning-oriented and guide participants through a step-wise process with a meaningful outcome. If you are putting together a new tutorial for this event, refer to our [Hackweek Guidebook](https://guidebook.hackweek.io/training/tutorials/index.html).
44

5-
Below you'll find a table keeping track of all tutorials presented at this event:
5+
Below you'll find a list of tutorials presented at this event:
66

7-
| Tutorial | Topics | Datasets | Recording Link |
8-
| - | - | - | - |
9-
| [Example Notebook](./example/tutorial-notebook.ipynb) | Jupyter Book formatting, ipyleaflet | n/a | Not recorded |
10-
| [CryoCloud Demo](./cryocloud_demo/CryoCloud_demo.ipynb) | CryoCloud tutorial | n/a | Not recorded |
11-
| [ICESat-2 Mission](./mission-overview/icesat-2-mission-overview.ipynb) | ICESat-2 Mission and Products | n/a | Not recorded |
12-
| [Cloud Computing](./cloud-computing/00-goals-and-outline.ipynb) | Cloud Computing Tutorial | n/a | Not recorded |
13-
| [Notebooks to Packages](./nb-to-package/index.md) | All about Python classes to packages | n/a | Not recorded |
14-
| [ICESat-2 point cloud classification](./machine-learning/point_cloud_classifier.ipynb) | Machine Learning, PyTorch | ATL07 | Not recorded |
15-
| [ICESat-2 Data Access](./data_access/ICESat2_Data_Access_Tutorial.ipynb) | ICESat-2 Data Access: icepyx, sliderule, h5coro | ATL03, ATL06, ATL08 | Not recorded |
7+
| Tutorial | Topics | Datasets |
8+
| - | - | - |
9+
| [CryoCloud Demo](./cryocloud_demo/CryoCloud_demo.ipynb) | CryoCloud tutorial | n/a |
10+
| [ICESat-2 Mission](./mission-overview/icesat-2-mission-overview.ipynb) | ICESat-2 Mission and Products | n/a |
11+
| [Cloud Computing](./cloud-computing/00-goals-and-outline.ipynb) | Cloud Computing Tutorial | n/a |
12+
| [NASA Data Access](https://snowex-2024.hackweek.io/tutorials/Data_access/index.html) | earthaccess, Earthdata, icepyx | n/a |
13+
| [ICESat-2 Data Access](./data_access/ICESat2_Data_Access_Tutorial.ipynb) | icepyx, sliderule, h5coro | ATL03, ATL06, ATL08 |
14+
| [ICESat-2 point cloud classification](./machine-learning/point_cloud_classifier.ipynb) | Machine Learning, PyTorch | ATL07 |
15+
| [Machine Learning for Snow Studies](https://snowex-2024.hackweek.io/tutorials/NN_with_Pytorch/intro.html) | Machine Learning, PyTorch | SnowEx |
16+
| [Notebooks to Packages](./nb-to-package/index.md) | All about Python classes to packages | n/a |
17+
| [Mental Health in the Geosciences](./mental-health/index.md) | Mental Health | n/a |
18+
| [Putting Open-Science into Practice](./open-science/index.md) | Open Science, Licensing, Standards | n/a |

0 commit comments

Comments
 (0)