-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 changed file
with
39 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,39 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: Tool Spec Python template | ||
message: >- | ||
Please replace this citation information with appropriate | ||
metadata for your tool | ||
type: software | ||
authors: | ||
- given-names: Mirko | ||
family-names: Mälicke | ||
email: [email protected] | ||
affiliation: >- | ||
Institute for Water and Environment, Hydrology, | ||
Karlsruhe Institute for Technology (KIT) | ||
orcid: 'https://orcid.org/0000-0002-0424-2651' | ||
- given-names: Alexander | ||
family-names: Dolich | ||
email: [email protected] | ||
affiliation: >- | ||
nstitute for Water and Environment, Hydrology, | ||
Karlsruhe Institute for Technology (KIT) | ||
orcid: 'https://orcid.org/0000-0003-4160-6765' | ||
repository-code: 'https://github.com/VForWaTer/tool_template_python' | ||
url: 'https://vforwater.github.io/tool-specs/' | ||
abstract: >- | ||
This is a Github repository template for scientific data | ||
(pre-)processing tools follwoing the tool specs | ||
(https://vforwater.github.io/tool-specs/) for | ||
containerized scientific tools. You can use this | ||
repository as a starting point for scientific tools. | ||
keywords: | ||
- docker | ||
- tool-spec | ||
- V-For-WaTer | ||
license: CC-BY-4.0 | ||
version: '0.4' | ||
date-released: '2024-07-30' |