Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

point binder link to main #6

Merged
merged 2 commits into from
Apr 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,33 @@ During the Hackweek participants worked in a [Pangeo](https://pangeo.io/) enviro
### Re-create the ICEsat-2 Hackweek JupyterLab environment with Binder
Clicking this button will launch a [binder](https://mybinder.org/) replica of the [JupyterLab computing environment](https://github.com/ICESAT-2HackWeek/jupyterhub-2020) described above. With the exception of those tutorials denoted with an asterisk(\*), this will allow you to run the tutorials presented during the Hackweek. Be aware the session is ephemeral. **Your home directory will not persist, so use this binder only for running tutorials or other short-lived demos!**

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/binder?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252FICESAT-2HackWeek%252F2020_ICESat-2_Hackweek_Tutorials%26urlpath%3Dlab%252Ftree%252F2020_ICESat-2_Hackweek_Tutorials%252F%26branch%3Dbinder)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252FICESAT-2HackWeek%252F2020_ICESat-2_Hackweek_Tutorials%26urlpath%3Dlab%252Ftree%252F2020_ICESat-2_Hackweek_Tutorials%252F%26branch%3Dmain)

## Tutorials
\* Tutorial filenames within this repository denoted below with an asterisk(\*) cannot be run in binder due to large dataset requirements.

### 01. Introductory Session (slides)
*Anthony Arendt and Charley Haley*
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/master/01.IntroductorySession_slides.pdf)
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/main/01.IntroductorySession_slides.pdf)

### 02. ICESat-2 Mission: Satellite, Sensor, and Data
*Axel Schweiger*
* Welcome by the NASA Cryosphere Program Manager (*Thorsten Markus*)
* intro to the ICESat-2 mission (*Tom Neumann*)
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/master/02.ICESat-2Mission_Neumann.pdf)
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/main/02.ICESat-2Mission_Neumann.pdf)
* ICESat-2 data products (*Ben Smith*)
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/master/02.ICESat-2Mission_Smith.pdf)
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/main/02.ICESat-2Mission_Smith.pdf)

### 03. Git and GitHub
*Fernando Perez*
* [intro-git repository](https://github.com/ICESAT-2HackWeek/intro-git)
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/master/03.Git_and_Github.pdf)
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/main/03.Git_and_Github.pdf)
* [Video](https://youtu.be/O2lLC_s_d20)

### 04. Jupyter and iPython
*Fernando Perez*
* [intro-jupyter repository](https://github.com/ICESAT-2HackWeek/intro-jupyter)
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/master/04.Jupyter_and_iPython.pdf)
* [Slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/main/04.Jupyter_and_iPython.pdf)
* [Video](https://youtu.be/Jft9-RnmH1Y)

### 05. Geospatial Analysis with Python
Expand All @@ -56,7 +56,7 @@ Clicking this button will launch a [binder](https://mybinder.org/) replica of th

### 06. Introduction to ICESat-2 Sea Ice and Land Ice Products and Data Access
* Sea ice products: overview of products, algorithms, and parameters for sea ice investigations (*Alek Petty*)
* [sea ice lesson slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/master/06.Intro_to_ICESat-2_Sea_Ice_Petty.pdf)
* [sea ice lesson slides](https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials/blob/main/06.Intro_to_ICESat-2_Sea_Ice_Petty.pdf)
* Land ice products: overview of products, algorithms, and parameters for land ice investigations (*Ben Smith*)
* ICEsat-2 data access: basic data explore and visualization in OpenAltimetry (*Jessica Scheick and Amy Steiker*)
* [ICESat-2 data access repository](https://github.com/ICESAT-2HackWeek/data-access)
Expand Down