Skip to content

Commit

Permalink
ADD: Add links to content in schedule (#109)
Browse files Browse the repository at this point in the history
* ADD: Add links to content in schedule

* ADD: Add tags and fix text in how to cite
  • Loading branch information
mgrover1 authored Sep 5, 2024
1 parent 4db5ac7 commit 23cd58d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
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_108
DOCKER_TAG: pr_109

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_108
DOCKER_TAG: pr_109

jobs:
build-container:
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_108
FROM ghcr.io/openradar/erad2024:pr_109
2 changes: 1 addition & 1 deletion notebooks/how-to-cite.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to Cite

The material in this Project Pythia Cookbook is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Cookbook authors and the Project Pythia community.
The material in this short course is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Cookbook authors and the Project Pythia community.

The source code for the book is [released on GitHub](https://github.com/openradar/erad2024) and archived on Zenodo. This DOI will always resolve to the latest release of the book source:

Expand Down
18 changes: 9 additions & 9 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
| 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 |
| 09:15 AM - 09:30 AM | [Open Radar Science](presentations/intro-to-open-radar-science.ipynb) | Max Grover |
| 09:30 AM - 10:00 AM | [xradar Introduction](notebooks/xradar-pyart/xradar-basics.ipynb) | 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 |
| 10:30 AM - 11:00 AM | [Py-ART/wradlib](notebooks/xradar-pyart/pyart-basics.ipynb) | Kai Mühlbauer + Bobby Jackson |
| 11:00 AM - 11:30 AM | [Pyrad Introduction](notebooks/pyrad/description-pyrad-tutorial.ipynb) | Jordi Figueras i Ventura + Daniel Wolfensberger |
| 12:00 PM - 12:30 PM | [LROSE Introduction](notebooks/lrose/LROSE_Basics.ipynb) | Brenda Javornik + Jen DeHart |
| 12:30 PM - 01:30 PM | Lunch | |
| 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 |
| 01:30 PM - 02:00 PM | [BALTRAD](notebooks/baltrad/baltrad_short_course/0_BALTRAD_IO) | Daniel Michelson |
| 02:00 PM - 02:15 PM | [GPM-API](notebooks/gpm-api/gpm-api-intro.ipynb) | Gionata Ghiggi |
| 02:15 PM - 02:30 PM | [Project Pitches](projects.md) | 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 |
| 04:30 PM - 05:00 PM | [Open slot, discussion, evaluation](https://forms.gle/hNWRY1mjppKTUdrC9) | All |

0 comments on commit 23cd58d

Please sign in to comment.