-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,118 +1,120 @@ | ||
{ | ||
"creators": [ | ||
{ | ||
"name": "David N. Bresch", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Gabriela Aznar Siguan", | ||
"affiliation": "MeteoSwiss" | ||
}, | ||
{ | ||
"name": "Chahan M. Kropf", | ||
"name": "David N. Bresch", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Lukas Riedel", | ||
"name": "Samuel Eberenz", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Emanuel Schmid", | ||
"affiliation": "ETH Z\u00fcrich" | ||
"name": "Jan Hartman", | ||
"affiliation": "CelsiusPro" | ||
}, | ||
{ | ||
"name": "Valentin Gebhart" | ||
"name": "Marine Perus", | ||
"affiliation": "CelsiusPro" | ||
}, | ||
{ | ||
"name": "Sarah H\u00fclsen ", | ||
"affiliation": "ETH Z\u00fcrich" | ||
"name": "Thomas R\u00f6\u00f6sli" | ||
}, | ||
{ | ||
"name": "Samuel Juhel ", | ||
"affiliation": "ETH Z\u00fcrich" | ||
"name": "Dario Stocker" | ||
}, | ||
{ | ||
"name": "Thomas Vogt", | ||
"affiliation": "Potsdam Institute for Climate Impact Research" | ||
"name": "Veronica Bozzini" | ||
}, | ||
{ | ||
"name": "Igor Detring ", | ||
"affiliation": "German Weather Service" | ||
"name": "Carmen B. Steinmann" | ||
}, | ||
{ | ||
"name": "Luca Severin" | ||
"name": "Evelyn M\u00fchlhofer", | ||
"affiliation": "MeteoSwiss" | ||
}, | ||
{ | ||
"name": "Thomas R\u00f6\u00f6sli" | ||
"name": "Rachel Bungerer" | ||
}, | ||
{ | ||
"name": "Dahyann Araya" | ||
"name": "Inga J. Sauer" | ||
}, | ||
{ | ||
"name": "Pui Man (Mannie) Kam", | ||
"name": "Samuel L\u00fcthi", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Timo Schmid " | ||
"name": "Pui Man (Mannie) Kam", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Leonie Villiger" | ||
"name": "Simona Meiler", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Nicolas Colombi", | ||
"name": "Alessio Ciullo", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Samuel Eberenz", | ||
"affiliation": "ETH Z\u00fcrich" | ||
"name": "Thomas Vogt", | ||
"affiliation": "Potsdam Institute for Climate Impact Research" | ||
}, | ||
{ | ||
"name": "Yue Yu" | ||
"name": "Benoit P. Guillod", | ||
"affiliation": "CLIMADA Technologies" | ||
}, | ||
{ | ||
"name": "Samuel L\u00fcthi", | ||
"name": "Chahan M. Kropf", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Jan Hartman", | ||
"name": "Emanuel Schmid", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Chris Fairless", | ||
"affiliation": "CelsiusPro" | ||
}, | ||
{ | ||
"name": "Benoit P. Guillod", | ||
"affiliation": "CLIMADA Technologies" | ||
"name": "Jan W\u00fcthrich" | ||
}, | ||
{ | ||
"name": "Z\u00e9lie Stalhandske", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Inga J. Sauer" | ||
"name": "Yue Yu" | ||
}, | ||
{ | ||
"name": "Alessio Ciullo", | ||
"name": "Lukas Riedel", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Simona Meiler", | ||
"name": "Raphael Portmann", | ||
"affiliation": "Agroscope" | ||
}, | ||
{ | ||
"name": "Nicolas Colombi", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Raphael Portmann", | ||
"affiliation": "Agroscope" | ||
"name": "Leonie Villiger" | ||
}, | ||
{ | ||
"name": "Dario Stocker" | ||
"name": "Timo Schmid" | ||
}, | ||
{ | ||
"name": "Chris Fairless", | ||
"affiliation": "CelsiusPro" | ||
"name": "Luca Severino" | ||
}, | ||
{ | ||
"name": "Victor Wattin H\u00e5kansson" | ||
"name": "Samuel Juhel", | ||
"affiliation": "ETH Z\u00fcrich" | ||
}, | ||
{ | ||
"name": "Evelyn M\u00fchlhofer", | ||
"affiliation": "MeteoSwiss" | ||
"name": "Valentin Gebhart" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["setuptools >= 64"] | ||
build-backend = "setuptools.build_meta" |