-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
48 lines (41 loc) · 1.26 KB
/
code.json
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
[
{
"name": "Longfin Smelt Population Dynamics Model",
"organization": "U.S. Fish & Wildlife Service",
"description": "Data and code to support the development of a population dynamics model for the Bay-Delta DPS of Longfin Smelt; Appendix E of the SSA for the Bay-Delta DPS of Longfin Smelt",
"version": "1.0",
"status": "release candidate",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "GPL 3.0",
"URL": "https://github.com/USFWS/Longfin-Smelt-Population-Dynamics/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/USFWS/Longfin-Smelt-Population-Dynamics",
"downloadURL": "Longfin-Smelt-Population-Dynamics/archive/refs/heads/main.zip",
"disclaimerURL": "https://github.com/USFWS/Longfin-SmeltPopulation-Dynamics/blob/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/USFWS/Longfin-Smelt-Population-Dynamics.git",
"vcs": "git",
"laborHours": 2,
"tags": [
"r8",
"usfws"
],
"languages": [
"r",
"json",
"md",
"html"
],
"contact": {
"name": "Vanessa Tobias",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2024-03-14"
}
}
]