Skip to content

Commit

Permalink
update tutorial lists and links (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 authored Nov 7, 2024
1 parent cdc31f4 commit 5ec4089
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 244 deletions.
39 changes: 21 additions & 18 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,7 @@ parts:
chapters:
- file: tutorials/index
sections:
- file: tutorials/example/tutorial-notebook
- file: tutorials/open-science/index.md
sections:
- file: tutorials/open-science/data-formats-and-metadata.ipynb
sections:
- file: tutorials/open-science/open_science_lesson.ipynb
- file: tutorials/open-science/licensing.md
- file: tutorials/open-science/archiving.md
- file: tutorials/open-science/resources.md
- file: tutorials/cryocloud_demo/CryoCloud_demo.ipynb
- file: tutorials/nb-to-package/index
sections:
- file: tutorials/nb-to-package/OOP_intro
- file: tutorials/nb-to-package/intro
sections:
- file: tutorials/nb-to-package/sample.ipynb
- file: tutorials/nb-to-package/package
- file: tutorials/nb-to-package/community
- file: tutorials/mission-overview/icesat-2-mission-overview
- file: tutorials/cloud-computing/00-goals-and-outline
sections:
Expand All @@ -48,9 +31,29 @@ parts:
- file: tutorials/cloud-computing/atl08_parquet_files/atl08_parquet
options:
- titlesonly: true
- file: tutorials/mental-health/index
- title: Data Access
url: https://snowex-2024.hackweek.io/tutorials/Data_access/index.html
- file: tutorials/data_access/ICESat2_Data_Access_Tutorial.ipynb
- file: tutorials/machine-learning/point_cloud_classifier.ipynb
- title: Machine Learning for Snow Studies
url: https://snowex-2024.hackweek.io/tutorials/NN_with_Pytorch/intro.html
- file: tutorials/nb-to-package/index
sections:
- file: tutorials/nb-to-package/OOP_intro
- file: tutorials/nb-to-package/intro
sections:
- file: tutorials/nb-to-package/sample.ipynb
- file: tutorials/nb-to-package/package
- file: tutorials/nb-to-package/community
- file: tutorials/mental-health/index
- file: tutorials/open-science/index.md
sections:
- file: tutorials/open-science/data-formats-and-metadata.ipynb
sections:
- file: tutorials/open-science/open_science_lesson.ipynb
- file: tutorials/open-science/licensing.md
- file: tutorials/open-science/archiving.md
- file: tutorials/open-science/resources.md
- caption: Projects
chapters:
- file: projects/index
Expand Down
216 changes: 0 additions & 216 deletions book/tutorials/example/tutorial-notebook.ipynb

This file was deleted.

23 changes: 13 additions & 10 deletions book/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

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).

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

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

0 comments on commit 5ec4089

Please sign in to comment.