Skip to content

Commit

Permalink
Merge pull request #32 from snowex-hackweek/list-tutorials
Browse files Browse the repository at this point in the history
Tutorials - Add list to index page
  • Loading branch information
jomey authored Sep 25, 2024
2 parents 060dabd + 867d817 commit 3aa0eb8
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
14 changes: 11 additions & 3 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parts:
sections:
- file: tutorials/snowex-core/01_snowex_data_overview
- file: tutorials/snowex-core/02_snowex_data_descriptions
- file: tutorials/snowex-core/03_snowex_data_preview
- file: tutorials/snowex-core/03_snowex_data_preview
- file: tutorials/Data_access/index.md
title: Data Access
sections:
Expand All @@ -48,7 +48,7 @@ parts:
title: SWESARR
sections:
- file: tutorials/swesarr/swesarr_tut
- file: tutorials/GPR_Lidar_HackweekTutorial
- file: tutorials/gpr_lidar/GPR_Lidar_HackweekTutorial
title: GPR and Lidar for Snow Parameter Retrieval
- file: tutorials/albedo/index
title: Albedo
Expand All @@ -62,6 +62,14 @@ parts:
- file: tutorials/NN_with_Pytorch/02_Pytorch_Basics
- file: tutorials/NN_with_Pytorch/03_Data_Download_And_Cleaning
- file: tutorials/NN_with_Pytorch/04_Building_And_Training_FFN
- title: From notebooks to packages
url: https://icesat-2-2024.hackweek.io/tutorials/nb-to-package/index.html
- title: Cloud Computing
url: https://icesat-2-2024.hackweek.io/tutorials/cloud-computing/00-goals-and-outline.html
- title: Putting open science into practice
url: https://icesat-2-2024.hackweek.io/tutorials/open-science/index.html
- title: Mental Health in the Geosciences
url: https://icesat-2-2024.hackweek.io/tutorials/mental-health/index.html
- caption: Projects
chapters:
- file: projects/index
Expand All @@ -71,5 +79,5 @@ parts:
- file: reference/bibliography
- file: reference/questions



20 changes: 15 additions & 5 deletions book/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

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:

| Tutorial | Topics | Datasets | Recording Link |
| - | - | - | - |
| | | | |
Below you'll find a list of all tutorials presented at this event:

| Tutorial |
|----------------------------------------------------------------------------------------------|
| [Mission Overview](https://docs.google.com/presentation/d/1mVkyBy8LxmcKe6Idcs1ruapH_AqhpJ1v) |
| [Data Overview](snowex-core/index) |
| [Data Access](Data_access/index) |
| [Introduction to the SnowEx Database](snowex_database/index) |
| [SWESARR](swesarr/index) |
| [GPR and Lidar](gpr_lidar/GPR_Lidar_HackweekTutorial.ipynb) |
| [Neural Networks with PyTorch](NN_with_Pytorch/intro) |
| [From notebooks to packages](https://icesat-2-2024.hackweek.io/tutorials/nb-to-package/index.html) |
| [Cloud Computing Tutorial](https://icesat-2-2024.hackweek.io/tutorials/cloud-computing/00-goals-and-outline.html) |
| [Putting open science into practice](https://icesat-2-2024.hackweek.io/tutorials/open-science/index.html) |
| [Mental Health in the Geosciences](https://icesat-2-2024.hackweek.io/tutorials/mental-health/index.html) |
| ------------------------------------- |

0 comments on commit 3aa0eb8

Please sign in to comment.