Skip to content

Commit 3aa0eb8

Browse files
authored
Merge pull request #32 from snowex-hackweek/list-tutorials
Tutorials - Add list to index page
2 parents 060dabd + 867d817 commit 3aa0eb8

File tree

7 files changed

+26
-8
lines changed

7 files changed

+26
-8
lines changed

book/_toc.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parts:
2626
sections:
2727
- file: tutorials/snowex-core/01_snowex_data_overview
2828
- file: tutorials/snowex-core/02_snowex_data_descriptions
29-
- file: tutorials/snowex-core/03_snowex_data_preview
29+
- file: tutorials/snowex-core/03_snowex_data_preview
3030
- file: tutorials/Data_access/index.md
3131
title: Data Access
3232
sections:
@@ -48,7 +48,7 @@ parts:
4848
title: SWESARR
4949
sections:
5050
- file: tutorials/swesarr/swesarr_tut
51-
- file: tutorials/GPR_Lidar_HackweekTutorial
51+
- file: tutorials/gpr_lidar/GPR_Lidar_HackweekTutorial
5252
title: GPR and Lidar for Snow Parameter Retrieval
5353
- file: tutorials/albedo/index
5454
title: Albedo
@@ -62,6 +62,14 @@ parts:
6262
- file: tutorials/NN_with_Pytorch/02_Pytorch_Basics
6363
- file: tutorials/NN_with_Pytorch/03_Data_Download_And_Cleaning
6464
- file: tutorials/NN_with_Pytorch/04_Building_And_Training_FFN
65+
- title: From notebooks to packages
66+
url: https://icesat-2-2024.hackweek.io/tutorials/nb-to-package/index.html
67+
- title: Cloud Computing
68+
url: https://icesat-2-2024.hackweek.io/tutorials/cloud-computing/00-goals-and-outline.html
69+
- title: Putting open science into practice
70+
url: https://icesat-2-2024.hackweek.io/tutorials/open-science/index.html
71+
- title: Mental Health in the Geosciences
72+
url: https://icesat-2-2024.hackweek.io/tutorials/mental-health/index.html
6573
- caption: Projects
6674
chapters:
6775
- file: projects/index
@@ -71,5 +79,5 @@ parts:
7179
- file: reference/bibliography
7280
- file: reference/questions
7381

74-
82+
7583

book/tutorials/index.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
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:
6-
7-
| Tutorial | Topics | Datasets | Recording Link |
8-
| - | - | - | - |
9-
| | | | |
5+
Below you'll find a list of all tutorials presented at this event:
106

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

0 commit comments

Comments
 (0)