Skip to content

Commit

Permalink
Merge pull request #5 from USFWS/dev
Browse files Browse the repository at this point in the history
add code.json file (#4)
  • Loading branch information
hmaier-fws authored Jan 24, 2025
2 parents 15f1208 + 6750c4d commit 867053c
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
File renamed without changes.
69 changes: 69 additions & 0 deletions code.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"version": "2.0.0",
"measurementType": {
"method": "other",
"ifOther": "This is not a valid CODE.json file. It only intended to provide a single releases object for a single project."
},
"agency": "DOI",
"releases": [
{
"name": "Alaska Data Management User Guide",
"version": "1.0.0",
"organization": "U.S. Fish and Wildlife Service",
"description": "Source code for rendering the Alaska Data Management User Guide.",
"permissions": {
"licenses": [
{
"name": "Creative Commons Zero v1.0 Universal",
"URL": "https://creativecommons.org/publicdomain/zero/1.0/"
}
],
"usageType": "openSource",
"exemptionText": null
},
"tags": [
"fws",
"usfws",
"quarto",
"data management",
"manual",
"user guide"
],
"contact": {
"email": "[email protected]",
"name": "Hilmar Maier",
"URL": "https://orcid.org/0000-0002-8442-0701",
"phone": ""
},
"status": "Production",
"vcs": "git",
"repositoryURL": "https://github.com/USFWS/ak-dm-guide",
"homepageURl": "",
"downloadURL": "",
"disclaimerURL": "",
"disclaimerText": "",
"languages": ["markdown", "html", "javascript"],
"laborHours": 100,
"relatedCode": [
"name": "",
"URL": "",
"isGovernmentRepo": false
],
"reusedCode": [
{
"name": "Alaska Region Interim Data Management User Guide, version 3",
"URL": "https://ak-region-dst.gitbook.io/alaska-region-interim-data-management-user-guide"
},
{
"name": "Quarto",
"URL": "https://quarto.org/"
}
],
"date": {
"created": "2025-01-23",
"lastModified": "2025-01-24",
"metadataLastUpdated": "2025-01-24"
}
}
]
}

0 comments on commit 867053c

Please sign in to comment.