Science Score: 44.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.8%) to scientific vocabulary
Repository
Workflow Tests für Hermes
Basic Info
- Host: GitHub
- Owner: SKernchen
- License: other
- Language: Python
- Default Branch: main
- Size: 1.24 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md

hermes
Implementation of the HERMES workflow. For more extensive documentation, see the HERMES workflow documentation.
(For more information about the HERMES HMC project, see the HERMES project website.)
Installation and Usage
hermes' primary use case is to use it in a continuous integration environment.
In case you still want to install on your machine, you can (for example) use pip:
commandline
pip install git+https://github.com/hermes-hmc/workflow.git
- Note: you must have Python 3.10 or newer installed.
- Note: we plan to release stable versions to PyPI (and potentially Github Packages) in the future.
The hermes application provides the entry point for the HERMES workflow.
After installation, you can run it from your command line environment:
shell
hermes --help
hermes harvest
You can also call the hermes package as a Python module:
shell
python -m hermes --help
python -m hermes harvest
Contributions, Extension and Development
We welcome external contributions! Please follow our contribution guidelines.
HERMES was designed with extensibility in mind. Our development guide contains in-depth information on how to get ready and start coding.
Acknowledgements
This project (ZT-I-PF-3-006) was funded by the Initiative and Networking Fund of the Helmholtz Association in the framework of the Helmholtz Metadata Collaboration's 2020 project call.
License and Citation
Please see LICENSE.md for legal information.
We provide a CITATION.cff containing all metadata for citation, which is also easy to
use via the widget on the right-hand side.
Owner
- Name: Sophie
- Login: SKernchen
- Kind: user
- Repositories: 1
- Profile: https://github.com/SKernchen
Citation (CITATION.cff)
# SPDX-FileCopyrightText: 2022 German Aerospace Center (DLR), Helmholtz-Zentrum Dresden-Rossendorf
#
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileContributor: Michael Meinel
# SPDX-FileContributor: Oliver Knodel
# SPDX-FileContributor: Stephan Druskat
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: hermes
message: >-
If you use this software, please cite it using the
metadata from this file.
version: "proof-of-concept"
license: "Apache-2.0"
abstract: "Proof-of-concept implementation of the HERMES workflow."
type: software
authors:
- given-names: Michael
family-names: Meinel
email: michael.meinel@dlr.de
affiliation: German Aerospace Center (DLR)
orcid: 'https://orcid.org/0000-0001-6372-3853'
- given-names: Stephan
family-names: Druskat
email: stephan.druskat@dlr.de
affiliation: German Aerospace Center (DLR)
orcid: 'https://orcid.org/0000-0003-4925-7248'
- given-names: Jeffrey
family-names: Kelling
email: j.kelling@hzdr.de
affiliation: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
orcid: 'https://orcid.org/0000-0003-1761-2591'
- given-names: Oliver
family-names: Bertuch
email: o.bertuch@fz-juelich.de
affiliation: Forschungszentrum Jülich GmbH (FZJ)
orcid: 'https://orcid.org/0000-0002-2702-3419'
- given-names: Oliver
family-names: Knodel
email: o.knodel@hzdr.de
affiliation: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
orcid: 'https://orcid.org/0000-0001-8174-7795'
- given-names: David
family-names: Pape
email: d.pape@hzdr.de
affiliation: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
orcid: 'https://orcid.org/0000-0002-3145-9880'