Skip to content

Commit

Permalink
Update codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anfab authored Jan 15, 2025
1 parent 784297f commit 14e772f
Showing 1 changed file with 27 additions and 10 deletions.
37 changes: 27 additions & 10 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"@type": "Software",
"name": "yProv",
"description": "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.",
"author": {
"@type": "Organization",
"name": "HPCI Lab",
"affiliation": "University of Trento, CMCC"
},
"datePublished": "2025-01-11", // Replace with the actual release date if different
"license": "MIT", // Replace with the actual license if different
"version": "1.0.0", // Replace with the actual version if different
"author": [
{
"@type": "Person",
"givenName": "Sandro",
"familyName": "Fiore",
"email": "sandro.fiore.unitn.it",
"affiliation": {
"@type": "Organization",
"name": "University of Trento"
}
},
{
"@type": "Person",
"givenName": "Fabrizio",
"familyName": "Antonio",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "CMCC"
}
},
],
"datePublished": "2025-01-14",
"license": "MIT",
"version": "1.1.0",
"codeRepository": "https://github.com/HPCI-Lab/yProv",
"keywords": [
"provenance",
Expand All @@ -20,4 +37,4 @@
],
"programmingLanguage": "Python"
}


0 comments on commit 14e772f

Please sign in to comment.