-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from INM-6/add_citation
Added CITATION.cff
- Loading branch information
Showing
1 changed file
with
96 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,96 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: Metadata Archivist | ||
message: >- | ||
This software was produced as part of a manuscript | ||
publication titled "Metadata practices for simulation | ||
workflows" | ||
type: software | ||
authors: | ||
- given-names: Jose | ||
family-names: Villamar | ||
email: [email protected] | ||
affiliation: >- | ||
Institute for Advanced Simulation (IAS-6), Jülich | ||
Research Centre, Jülich, Germany; RWTH Aachen | ||
University, Aachen, Germany | ||
orcid: 'https://orcid.org/0009-0007-8791-7100' | ||
- given-names: Matthias | ||
family-names: Kelbling | ||
email: [email protected] | ||
affiliation: >- | ||
Department of Computational Hydrosystems, | ||
Helmholtz-Centre for Environmental Research, Leipzig, | ||
Germany | ||
orcid: 'https://orcid.org/0000-0001-9303-6712' | ||
- given-names: Heather | ||
family-names: More | ||
affiliation: >- | ||
Institute for Advanced Simulation (IAS-6), Jülich | ||
Research Centre, Jülich, Germany; Institute for | ||
Advanced Simulation (IAS-9), Jülich Research Centre, | ||
Jülich, Germany | ||
orcid: 'https://orcid.org/0000-0002-7514-2199' | ||
email: [email protected] | ||
- given-names: Michael | ||
family-names: Denker | ||
email: [email protected] | ||
affiliation: >- | ||
Institute for Advanced Simulation (IAS-6), Jülich | ||
Research Centre, Jülich, Germany | ||
orcid: 'https://orcid.org/0000-0003-1255-7300' | ||
- given-names: Tom | ||
family-names: Tetzlaff | ||
email: [email protected] | ||
affiliation: >- | ||
Institute for Advanced Simulation (IAS-6), Jülich | ||
Research Centre, Jülich, Germany | ||
orcid: 'https://orcid.org/0000-0001-5794-5425' | ||
- given-names: Johanna | ||
family-names: Senk | ||
email: [email protected] | ||
affiliation: >- | ||
Institute for Advanced Simulation (IAS-6), Jülich | ||
Research Centre, Jülich, Germany; Sussex AI, School of | ||
Engineering and Informatics, University of Sussex, | ||
Brighton, United Kingdom | ||
orcid: 'https://orcid.org/0000-0002-6304-062X' | ||
- given-names: Stephan | ||
family-names: Thober | ||
email: [email protected] | ||
affiliation: >- | ||
Department of Computational Hydrosystems, | ||
Helmholtz-Centre for Environmental Research, Leipzig, | ||
Germany | ||
orcid: 'https://orcid.org/0000-0003-3939-1523' | ||
identifiers: | ||
- type: doi | ||
value: 10.48550/arXiv.2408.17309 | ||
description: >- | ||
Arxiv pre-print - Metadata practices for simulation | ||
workflows | ||
- type: doi | ||
value: 10.5281/zenodo.13442425 | ||
description: Zenodo publication - Metadata Archivist | ||
- type: doi | ||
value: 10.5281/zenodo.13585723 | ||
description: >- | ||
Zenodo publication - Proof of Concept implementation | ||
of Metadata Archivist | ||
repository-code: 'https://github.com/INM-6/metadata-archivist' | ||
abstract: >- | ||
The Metadata Archivist is a simple framework to process | ||
multiple heterogenous input files and unify the parsed | ||
information into a singular structured output. Users must | ||
define their own parsing procedures, then with a | ||
convenience class offered by our framework, orchestrate | ||
exploration the exploration of a given directory or | ||
archive, filtering of files to process, parse and | ||
optionally structure the target, lastly export the output | ||
to a selected format. | ||
keywords: | ||
- Metadata processing | ||
- Python framework | ||
license: GPL-3.0-or-later |