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

ADD: Add initial schedule #83

Merged
merged 3 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/build-book-pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ permissions:
contents: read

env:
DOCKER_TAG: pr_80
DOCKER_TAG: pr_83

jobs:
build-book:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
type: string # had a lot of trouble with boolean types, see https://github.com/actions/runner/issues/1483

env:
DOCKER_TAG: pr_80
DOCKER_TAG: pr_83

jobs:
build-container:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data processing, using open datasets relevant to the attendees and ERAD 2024.

## Course program

ToDo: add course schedule
Please see the [schedule](schedule.md)

## Structure

Expand Down
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/openradar/erad2024:pr_80
FROM ghcr.io/openradar/erad2024:pr_83
3 changes: 3 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ project:
- title: Preamble
children:
- file: notebooks/how-to-cite.md
- title: Schedule
children:
- file: schedule.md
- title: Data Access
children:
- file: notebooks/data-access/intro-data-access.ipynb
Expand Down
18 changes: 18 additions & 0 deletions schedule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Schedule

| Time | Topic | Presenter |
| :---: | :----: | :---: |
| 09:00 AM - 09:15 AM | Welcome/Introduction | Kai Mühlbauer |
| 09:15 AM - 09:30 AM | Open Radar Science | Max Grover |
| 09:30 AM - 10:00 AM | xradar Introduction | Alfonso Ladino |
| 10:00 AM - 10:30 AM | Coffee break | |
| 10:30 AM - 11:00 AM | Py-ART/wradlib | Kai Mühlbauer + Bobby Jackson |
| 11:00 AM - 11:30 AM | Pyrad Introduction | Jordi Figueras i Ventura + Daniel Wolfensberger |
| 12:00 PM - 12:30 PM | LROSE | Brenda Javornik + Jen DeHart |
| 12:30 PM - 01:30 PM | Lunch | |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've talked to @ghiggi and we might need 10 to 15 Minutes for a short intro to gpm-api. Not sure where to squeeze this in.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we include that in the project pitches in the afternoon? Or was there interest specifically in the morning?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be in the afternoon, but half an hour and four workflows seems a bit tight. Or LROSE and PyRad do their workflow advertisement in the morning?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's do 15 minutes after BALTRAD - then we can do a "lightning" style for the project pitches. Everyone should advertise their workflow/project ideas throughout the tutorials earlier in the day!

| 01:30 PM - 02:00 PM | BALTRAD | Daniel Michelson |
| 02:00 PM - 02:15 PM | GPM-API | All |
| 02:15 PM - 02:30 PM | Project Pitches | All |
| 02:30 PM - 03:00 PM | Coffee Break | |
| 03:00 PM - 04:30 PM | Group Work | All |
| 04:30 PM - 05:00 PM | Open slot, discussion, evaluation | All |