-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
citation metadata files (CITATION.cff and codemeta.json)
- Loading branch information
Showing
2 changed files
with
50 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,23 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use yProv, please cite it as below." | ||
title: "yProv" | ||
authors: | ||
- name: "HPCI Lab" | ||
affiliation: "University of Trento, CMCC" | ||
date-released: "-------------" | ||
repository-code: "https://github.com/HPCI-Lab/yProv" | ||
license: "------" | ||
version: "------" | ||
keywords: | ||
- provenance | ||
- W3C Provenance | ||
- multi-level provenance | ||
- yProv | ||
abstract: > | ||
yProv is a provenance service aimed at addressing multi-level provenance as | ||
well as reproducibility challenges in climate analytics experiments. It | ||
allows scientists to manage provenance information compliant with the W3C PROV | ||
standard in a more structured way and navigate and explore the provenance | ||
space across multiple dimensions, thus enabling the possibility to get | ||
coarse- or fine-grained information according to the level of interest. | ||
yProv is a joint project between University of Trento and CMCC. |
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,27 @@ | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"name": "yProv", | ||
"description": "yProv is a provenance service aimed at addressing multi-level provenance and reproducibility challenges in climate analytics experiments. It allows scientists to manage provenance information compliant with the W3C PROV standard in a structured way, navigate the provenance space across multiple dimensions, and get coarse- or fine-grained information depending on the level of interest. yProv is a joint project between University of Trento and CMCC.", | ||
"author": { | ||
"@type": "Organization", | ||
"name": "HPCI Lab", | ||
"affiliation": [ | ||
"University of Trento", | ||
"CMCC" | ||
] | ||
}, | ||
"dateCreated": "-------------", | ||
"dateModified": "-------------", | ||
"license": "------", | ||
"version": "------", | ||
"keywords": [ | ||
"provenance", | ||
"W3C Provenance", | ||
"multi-level provenance", | ||
"yProv" | ||
], | ||
"codeRepository": "https://github.com/HPCI-Lab/yProv", | ||
"programmingLanguage": "Python" | ||
} | ||
|