Skip to content

Commit

Permalink
move intro content into same dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Aug 11, 2022
1 parent 6832b51 commit 4d3a8db
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Content relevant to each of the Open Radar packages (ex. Py-ART, wradlib, LROSE,
Workflows utilizing the various packages and open radar data.

## Things You Need to Prepare
Participants need to bring their own 64-bit notebook (Linux, Windows, Mac). The exercices will take place on a cloud server. On Windows, the use of a ssh-client such as [Putty](https://www.putty.org/) or [MobaXterm](https://mobaxterm.mobatek.net/) will be necessary.
Participants need to bring their own 64-bit notebook (Linux, Windows, Mac). The exercices will take place on a cloud server. On Windows, the use of a ssh-client such as [Putty](https://www.putty.org/) or [MobaXterm](https://mobaxterm.mobatek.net/) will be necessary.
5 changes: 3 additions & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ root: README
parts:
- caption: Introductions + Overview
chapters:
- file: open-science/README.md
- file: open-radar/README.md
- file: introductions/getting-started
- file: introductions/open-science
- file: introductions/open-radar
- caption: Tool Foundations
chapters:
- file: pyart/README.md
Expand Down
23 changes: 23 additions & 0 deletions introductions/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Getting Started

## 1. Make Sure You Have a Github Account
The first step is to make sure you have a Github Account.

Here is the link if you do have one already:
- [Github account creation link](https://github.com/join)

## 2. Log into Pangeo Binder
Next, sign in and authenticate the Pangeo Binder, which is the platform we will use for the workshop:
- [Pangeo Binder Link](https://aws-uswest2-binder.pangeo.io)

## 3. Launch our Environment
Now that we have our authentication set up, we can access our content!

Use the following link to launch into the binder:
- [Binder Link](https://aws-uswest2-binder.pangeo.io/v2/gh/openradar/erad2022/main?labpath=notebooks)

If you are having issues with that (ex. it is taking a long time), try using the following link:
```
https://hub.aws-uswest2-binder.pangeo.io/user/{your_github_username}/lab
```
Where you replace `{your_github_username}` with your github username (ex. `mgrover1`)
File renamed without changes.
File renamed without changes.

0 comments on commit 4d3a8db

Please sign in to comment.