forked from DOI-USGS/streamMetabolizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
44 lines (44 loc) · 1.33 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
[
{
"name": "streamMetabolizer",
"organization": "U.S. Geological Survey",
"description": "streamMetabolizer uses inverse modeling to estimate aquatic metabolism (photosynthesis and respiration) from time series data on dissolved oxygen, water temperature, depth, and light.",
"version": "main",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://raw.githubusercontent.com/DOI-USGS/streamMetabolizer/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/DOI-USGS/streamMetabolizer/",
"downloadURL": "https://github.com/DOI-USGS/streamMetabolizer/archive/refs/heads/main.zip",
"disclaimerURL": "https://raw.githubusercontent.com/DOI-USGS/streamMetabolizer/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/DOI-USGS/streamMetabolizer.git",
"vcs": "git",
"laborHours": 2000,
"tags": [
"R",
"USGS",
"River",
"Metabolism",
"Photosynthesis",
"Respiration",
"doi|https://doi.org/10.1002/2017JG004140"
],
"languages": [
"R",
"Stan"
],
"contact": {
"name": "Alison Appling",
"email": "aappling@usgs.gov"
},
"date": {
"metadataLastUpdated": "2023-07-05"
}
}
]