Skip to content

Commit

Permalink
Create codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes-uw committed Feb 29, 2024
1 parent 58c98aa commit 56eb492
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/megasanjay/upload-to-zenodo",
"dateCreated": "2022-06-07",
"datePublished": "2022-06-07",
"dateModified": "2022-08-30",
"issueTracker": "https://github.com/megasanjay/upload-to-zenodo/issues",
"name": "Upload to Zenodo",
"version": "2.0.1",
"description": "A GitHub action to automatically push a release to Zenodo",
"applicationCategory": "Scientific",
"keywords": ["GitHub"],
"programmingLanguage": ["JavaScript"],
"operatingSystem": ["Windows 11", "Big Sur (macOS 11)", "Ubuntu"],
"author": [
{
"@type": "Person",
"givenName": "Sanjay",
"familyName": "Soundarajan",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
}
],
"identifier": "https://doi.org/10.5281/zenodo.7036310"
}

0 comments on commit 56eb492

Please sign in to comment.