From e3e020296bb0e22d5c593219a4b73a3e5983a828 Mon Sep 17 00:00:00 2001 From: Scott Henderson Date: Thu, 15 Apr 2021 10:16:20 +1000 Subject: [PATCH 1/2] point binder link to main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e935c1c..64c5272 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 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. From 36a0b816aa3078a5ea7fecf428c77b44f38ff96c Mon Sep 17 00:00:00 2001 From: Jessica Date: Thu, 15 Apr 2021 15:00:33 -0400 Subject: [PATCH 2/2] change master to main in links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 64c5272..ee0a59a 100644 --- a/README.md +++ b/README.md @@ -27,26 +27,26 @@ Clicking this button will launch a [binder](https://mybinder.org/) replica of th ### 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 @@ -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)