diff --git a/code.json b/code.json index 6db7a600f78e90486ecdd146e1740a65b2d92834..0de6a3c89442f6915bd33dcd4df83ab28338adc6 100644 --- a/code.json +++ b/code.json @@ -3,24 +3,23 @@ "name": "nshmp-ws-static", "organization": "U.S. Geological Survey", "description": "Static hazard curve web serivce for the NSHMP", - "version": "1.0.0", - "status": "Production", - "doi": "doi:###TBD###", + "version": "main", + "status": "Development", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/LICENSE.md" + "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/raw/main/LICENSE.md" } ] }, - "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static", + "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static.git", "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static", - "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/releases/tag/1.0.0", - "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/DISCLAIMER.md", + "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/archive/main/nshmp-ws-static.zip", + "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/raw/main/DISCLAIMER.md", "vcs": "git", "laborHours": 300, @@ -36,8 +35,7 @@ "nshmp-haz", "seismic-hazard", "earthquake-hazard", - "hazard-curve", - "doi|###TBD###" + "hazard-curve" ], "contact": { @@ -46,7 +44,55 @@ }, "date": { - "metadataLastUpdated": "2021-08-03" + "metadataLastUpdated": "2022-05-10" + } + }, + { + "name": "nshmp-ws-static", + "organization": "U.S. Geological Survey", + "description": "Static hazard curve web serivce for the NSHMP", + "version": "0.2.0", + "status": "Development", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/raw/0.2.0/LICENSE.md" + } + ] + }, + + "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static.git", + "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static", + "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/archive/0.2.0/nshmp-ws-static-0.2.0.zip", + "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/raw/0.2.0/DISCLAIMER.md", + "vcs": "git", + + "laborHours": 300, + + "languages": [ "Java" ], + + "tags": [ + "Earthquake Hazards", + "Geologic Hazards Science Center", + "static-hazard", + "web-service", + "psha", + "nshmp-haz", + "seismic-hazard", + "earthquake-hazard", + "hazard-curve" + ], + + "contact": { + "name": "Brandon Clayton", + "email": "bclayton@usgs.gov" + }, + + "date": { + "metadataLastUpdated": "2022-05-10" } } ]