-
Notifications
You must be signed in to change notification settings - Fork 6
/
code.json
52 lines (45 loc) · 1.45 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
49
50
51
52
[
{
"name": "tam",
"organization": "U.S. Geological Survey",
"description": "This project contains the metadata schema component of a modular catalog implementation. This example is for the USGS Model Catalog (https://data.usgs.gov/modelcatalog), which has metadata for scientific models used in the USGS.",
"version": "main",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/sas/sdm/model-catalog/tam/-/raw/main/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/sas/sdm/model-catalog/tam",
"downloadURL": "https://code.usgs.gov/sas/sdm/model-catalog/tam/-/archive/main/intake-main.zip",
"disclaimerURL": "https://code.usgs.gov/sas/sdm/model-catalog/tam/-/raw/main/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/sas/sdm/model-catalog/tam.git",
"vcs": "git",
"laborHours": 100,
"tags": [
"modeling",
"scientific models",
"model metadata",
"Python",
"USGS",
"usgs_ma|Core Science Systems",
"usgs_sc|Science Analytics and Synthesis",
"doi|https://doi.org/10.5066/P9WU0F71",
"ipds|IP-144090"
],
"languages": [
"python"
],
"contact": {
"name": "Brandon Serna",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-11-18"
}
}
]