Skip to content

Commit

Permalink
MNT: update ORCID's (#80)
Browse files Browse the repository at this point in the history
* MNT: update ORCID's
* tag docker image
  • Loading branch information
kmuehlbauer authored Aug 20, 2024
1 parent d82ccae commit 3912a79
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 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_76
DOCKER_TAG: pr_80

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_76
DOCKER_TAG: pr_80

jobs:
build-container:
Expand Down
7 changes: 4 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ authors:
affiliation: National Center for Atmospheric Research (NCAR)
- family-names: Javornik
given-names: Brenda
orcid: https://orcid.org/0009-0004-9266-9293
website: https://github.com/leavesntwigs
affiliation: National Center for Atmospheric Research (NCAR)
- family-names: Michelson
Expand All @@ -24,7 +25,7 @@ authors:
given-names: Daniel
orcid: https://orcid.org/0009-0006-1419-0556
website: https://github.com/wolfidan
affiliation:Federal Office of Meteorology and Climatology MeteoSwiss
affiliation: Federal Office of Meteorology and Climatology MeteoSwiss
- family-names: Ghiggi
given-names: Gionata
orcid: https://orcid.org/0000-0002-0818-0865
Expand All @@ -44,12 +45,12 @@ authors:
given-names: Julian
orcid: https://orcid.org/0000-0001-8134-008X
website: https://github.com/JulianGiles
affiliation: University of Bonn
affiliation: University of Bonn
- family-names: Mühlbauer
given-names: Kai
orcid: https://orcid.org/0000-0001-6599-1034
website: https://github.com/kmuehlbauer
affiliation: University of Bonn
affiliation: University of Bonn
- family-names: Grover
given-names: Maxwell
orcid: https://orcid.org/0000-0002-0370-8974
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,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 exercises 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.
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_76
FROM ghcr.io/openradar/erad2024:pr_80
2 changes: 2 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ project:
- name: Anna del Moral Méndez
orcid: 0000-0002-5015-840X
- name: Brenda Javornik
orcid: 0009-0004-9266-9293
github: leavesntwigs
- name: Daniel Michelson
orcid: 0000-0003-3222-9881
github: DanielMichelson
- name: Daniel Wolfensberger
orcid: 0009-0006-1419-0556
github: wolfidan
- name: Gionata Ghiggi
orcid: 0000-0002-0818-0865
Expand Down

0 comments on commit 3912a79

Please sign in to comment.