-
Notifications
You must be signed in to change notification settings - Fork 11
/
code.json
42 lines (42 loc) · 1.22 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
{
"version": "2.0.0",
"measurementType": {},
"agency": "U.S. Department of Interior",
"releases": [
{
"name": "nshmp-haz",
"description": "National Seismic Hazard Mapping Project (NSHMP) Legacy Fortran Code",
"version": "nshm2014r2b",
"status": "Archival",
"organization": "U.S. Geological Survey",
"vcs": "git",
"repositoryURL": "https://github.com/usgs/nshmp-haz-fortran",
"homepageURL": "https://github.com/usgs/nshmp-haz-fortran",
"downloadURL": "https://github.com/usgs/nshmp-haz-fortran/releases/tag/nshm2014r2b",
"disclaimerURL": "https://github.com/usgs/nshmp-haz-fortran/blob/main/DISCLAIMER.md",
"permissions": {
"licenses": [
{
"name": "Public Domain",
"URL": "https://github.com/usgs/nshmp-haz-fortran/blob/main/LICENSE.md"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 3200,
"languages": [ "Java" ],
"tags": [
"psha",
"seismic-hazard"
],
"contact": {
"name": "Peter Powers",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2017-09-18"
}
}
]
}