Skip to content

Commit

Permalink
Add funding acknowledgement to Horizon EU PRISMA project (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann authored Nov 3, 2023
1 parent c8d07e5 commit 9457655
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: Install requirements
run: pip install -r requirements.txt
Expand Down
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ Please make sure to follow the instructions completely, both the _Model mapping_
4. Set [@danielhuppmann](https://github.com/danielhuppmann) and [@phackstock](https://github.com/phackstock) as reviewers.
5. Once everything is in order we will merge your pull request and your model will be registered.

## Workflow
## Funding acknowledgement

The module `workflow.py` has a function `main(df: pyam.IamDataFrame) -> pyam.IamDataFrame:`.
<img src="./_static/prisma-logo.png" width="200" align="right" alt="PRISMA logo" />

Per default, this function takes an **IamDataFrame** and returns it without
modifications. [Read the docs](https://pyam-iamc.readthedocs.io) for more information
about the **pyam** package for scenario analysis and data visualization.

**Important**: Do not change the name of the module `workflow.py` or the function `main`
as they are called like this by the Job Execution Service. Details can be found
[here](https://wiki.ece.iiasa.ac.at/wiki/index.php/Scenario_Explorer/Setup#Job_Execution_Service).
<img src="./_static/EU-logo-300x201.jpg" width="80" height="54" align="left" alt="EU logo" />
This repository was started as part of the <a href="https://www.net0prisma.eu">PRISMA project</a>
with funding from the European Union’s Horizon Europe programme
under grant agreement No. 101081604 (PRISMA).
Binary file added _static/EU-logo-300x201.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/prisma-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pyam-iamc >= 1.0 # the `pyam` package is released on pypi under this name
nomenclature-iamc >= 0.10
nomenclature-iamc >= 0.12

0 comments on commit 9457655

Please sign in to comment.