From 8e55d1e445790453ad5abc0b685ba395a5674cdd Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Tue, 10 May 2022 13:53:37 -0600 Subject: [PATCH] fix code.json --- code.json | 65 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/code.json b/code.json index c03a8fe..932d1fa 100644 --- a/code.json +++ b/code.json @@ -3,9 +3,8 @@ "name": "nshmp-ws", "organization": "U.S. Geological Survey", "description": "Web services for the National Seismic Hazard Mapping Project (NSHMP)", - "version": "1.0.0", - "status": "Production", - "doi": "doi:###TBD###", + "version": "main", + "status": "Development", "permissions": { "usageType": "openSource", @@ -17,9 +16,9 @@ ] }, - "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws", + "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws.git", "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws", - "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/releases/tag/1.0.0", + "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/archive/main/nshmp-ws.zip", "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/blob/main/DISCLAIMER.md", "vcs": "git", @@ -39,8 +38,58 @@ "earthquake-source", "hazard-curve", "disaggregation", - "deaggregation", - "doi|###TBD###" + "deaggregation" + ], + + "contact": { + "name": "Brandon Clayton", + "email": "bclayton@usgs.gov" + }, + + "date": { + "metadataLastUpdated": "2022-05-10" + } + }, + { + "name": "nshmp-ws", + "organization": "U.S. Geological Survey", + "description": "Web services for the National Seismic Hazard Mapping Project (NSHMP)", + "version": "0.2.0", + "status": "Production", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/blob/main/LICENSE.md" + } + ] + }, + + "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws.git", + "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws", + "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/archive/0.2.0/nshmp-ws-0.2.0.zip", + "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/blob/0.2.0/DISCLAIMER.md", + "vcs": "git", + + "laborHours": 600, + + "languages": [ "Java" ], + + "tags": [ + "Earthquake Hazards", + "Geologic Hazards Science Center", + "web services", + "psha", + "nshmp-haz", + "seismic-hazard", + "seismic-source", + "earthquake-hazard", + "earthquake-source", + "hazard-curve", + "disaggregation", + "deaggregation" ], "contact": { @@ -49,7 +98,7 @@ }, "date": { - "metadataLastUpdated": "2021-08-02" + "metadataLastUpdated": "2022-05-10" } } ] -- GitLab