-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcode.json
More file actions
69 lines (69 loc) · 1.9 KB
/
code.json
File metadata and controls
69 lines (69 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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": "Hilmar.Maier@fws.gov",
"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"
}
}
]
}