plots-model-comparison
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: sweet-cross
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 3.44 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
CROSS model comparison plots
This is the library to plot the results for the CROSS model comparison
Files and folders
- distributions/plots.py contains all the functions to upload the data and plot
- cross_comparison.py is the python code that interacts with distributions/plots.py and creates the plots
- results/ is the folder where the results are uploaded
- plots/ is the folder where the plots are saved
- CROSS-comparison-plots-instructions.pdf describes in the detailed the use of the code and the required data format
Dependencies
- See requirements.txt.
Usage with python virtual environment without Conda
- Create a python virtual environment doing the following:
python -m venv /path_to/cross-comparison(This command creates a virtual environment called "cross-comparison")- Mac-Os X and Unix based operating systems:
source /path_to/cross-comparison/bin/activate(This command activates the "cross-comparison" environment.) - Windows operating system:
/path_to/cross-comparison/Scripts/activate.bat(This command activates the "cross-comparison" environment.) cdto the folder where you cloned the codepip install -r requirements.txt(This command installs all the required python packages.)
- Run/edit cross_comparison.py.
Usage with python virtual environment with Conda
- Create a python virtual environment for this project. For example, if you use conda for python package management, do the following:
conda create -n cross-comparison(This command creates a virtual environment called "cross-comparison")conda activate cross-comparison(This command activates the "cross-comparison" environment.)cdto the folder where you cloned the codepip install -r requirements.txt(This command installs all the required python packages.)
- Run/edit cross_comparison.py.
Copyright and license
© 2024, ETH Zurich, Energy Science Center, Adriana Marcucci
This code was developed by the SWEET CoSI consortium, which is sponsored by the Swiss Federal Office of Energy’s SWEET programme.
Licensed under the Apache License, Version 2.0 (the "LICENSE"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Acknowledging authorship
In the academic spirit of collaboration, the source code should be appropriately acknowledged in the resulting scientific disseminations. You may cite it as follows:
Marcucci, A. (2024). Code for production of CROSS model comparison plots. DOI: 10.5905/ethz-1007-780
Owner
- Name: SWEET-CROSS
- Login: sweet-cross
- Kind: organization
- Repositories: 1
- Profile: https://github.com/sweet-cross
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Marcucci
given-names: Adriana
orcid: https://orcid.org/0000-0002-0427-9120
title: "CROSS model comparison plots"
version: 2024-05
doi: 10.5905/ethz-1007-780
url: "https://github.com/sweet-cross/plots-model-comparison/"
date-released: 2024-05-29
GitHub Events
Total
Last Year
Dependencies
- matplotlib ==3.8.4
- numpy ==1.26.4
- pandas ==2.2.2
- seaborn ==0.13.2