Skip to content

Commit 867053c

Browse files
authored
Merge pull request #5 from USFWS/dev
add code.json file (#4)
2 parents 15f1208 + 6750c4d commit 867053c

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

LICENSE LICENSE.md

File renamed without changes.

code.json

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"version": "2.0.0",
3+
"measurementType": {
4+
"method": "other",
5+
"ifOther": "This is not a valid CODE.json file. It only intended to provide a single releases object for a single project."
6+
},
7+
"agency": "DOI",
8+
"releases": [
9+
{
10+
"name": "Alaska Data Management User Guide",
11+
"version": "1.0.0",
12+
"organization": "U.S. Fish and Wildlife Service",
13+
"description": "Source code for rendering the Alaska Data Management User Guide.",
14+
"permissions": {
15+
"licenses": [
16+
{
17+
"name": "Creative Commons Zero v1.0 Universal",
18+
"URL": "https://creativecommons.org/publicdomain/zero/1.0/"
19+
}
20+
],
21+
"usageType": "openSource",
22+
"exemptionText": null
23+
},
24+
"tags": [
25+
"fws",
26+
"usfws",
27+
"quarto",
28+
"data management",
29+
"manual",
30+
"user guide"
31+
],
32+
"contact": {
33+
"email": "Hilmar.Maier@fws.gov",
34+
"name": "Hilmar Maier",
35+
"URL": "https://orcid.org/0000-0002-8442-0701",
36+
"phone": ""
37+
},
38+
"status": "Production",
39+
"vcs": "git",
40+
"repositoryURL": "https://github.com/USFWS/ak-dm-guide",
41+
"homepageURl": "",
42+
"downloadURL": "",
43+
"disclaimerURL": "",
44+
"disclaimerText": "",
45+
"languages": ["markdown", "html", "javascript"],
46+
"laborHours": 100,
47+
"relatedCode": [
48+
"name": "",
49+
"URL": "",
50+
"isGovernmentRepo": false
51+
],
52+
"reusedCode": [
53+
{
54+
"name": "Alaska Region Interim Data Management User Guide, version 3",
55+
"URL": "https://ak-region-dst.gitbook.io/alaska-region-interim-data-management-user-guide"
56+
},
57+
{
58+
"name": "Quarto",
59+
"URL": "https://quarto.org/"
60+
}
61+
],
62+
"date": {
63+
"created": "2025-01-23",
64+
"lastModified": "2025-01-24",
65+
"metadataLastUpdated": "2025-01-24"
66+
}
67+
}
68+
]
69+
}

0 commit comments

Comments
 (0)