diff --git a/DISCLAIMER.md b/DISCLAIMER.md index ec593eb18c6dc06781a39be052b8a14b03fcef77..fb9a9721c01b7d5d544ebf162c429b766582f2b4 100644 --- a/DISCLAIMER.md +++ b/DISCLAIMER.md @@ -1,11 +1,10 @@ # Disclaimer -This software has been approved for release by the U.S. Geological Survey -(USGS). Although the software has been subjected to rigorous review, the USGS -reserves the right to update the software as needed pursuant to further analysis -and review. No warranty, expressed or implied, is made by the USGS or the U.S. -Government as to the functionality of the software and related material nor -shall the fact of release constitute any such warranty. Furthermore, the -software is released on condition that neither the USGS nor the U.S. Government -shall be held liable for any damages resulting from its authorized or -unauthorized use. +This software is preliminary or provisional and is subject to revision. It is +being provided to meet the need for timely best science. The software has not +received final approval by the U.S. Geological Survey (USGS). No warranty, +expressed or implied, is made by the USGS or the U.S. Government as to the +functionality of the software and related material nor shall the fact of release +constitute any such warranty. The software is provided on the condition that +neither the USGS nor the U.S. Government shall be held liable for any damages +resulting from the authorized or unauthorized use of the software. diff --git a/README.md b/README.md index a72387778e86ec66bf7fa62c1ca6140ebcfad7aa..53f3fe3ef01dae70b168ee5eb918423a4e248add 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ K.S., Ahdi, S.K., Altekruse, J.M., and Shiro, B.R., 2021, 2021 U.S. National Sei for the State of Hawaii, _Earthquake Spectra_, in press. [1]: https://code.usgs.gov/ghsc/nshmp/nshmp-haz -[2]: https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/main/docs +[2]: https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/blob/main/docs/README.md [3]: https://www.usgs.gov/natural-hazards/earthquake-hazards/science/us-seismic-hazard-maps-hawaii?qt-science_center_objects=0#qt-science_center_objects diff --git a/code.json b/code.json index f00c5610f0e30c2e8d7a86aedfa0b3bc3b01a8ce..efc1b0a9a2496eaeeb918fb71db75371bf425429 100644 --- a/code.json +++ b/code.json @@ -3,30 +3,27 @@ "name": "nshm-hawaii", "organization": "U.S. Geological Survey", "description": "National Seismic Hazard Model (NSHM): Hawaii", - "version": "2.0", - "status": "Production", - "doi": "doi:###TBD###", + "version": "2.0.0", + "status": "Development", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii/-/blob/2.0/LICENSE.md" + "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-hawaii/-/raw/main/LICENSE.md" } ] }, - "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii", "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii", - "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-hawaii/-/releases/2.0", - "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii/-/blob/2.0/DISCLAIMER.md", + "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-hawaii/-/archive/main/nshm-hawaii-main.zip", + "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii/-/raw/main/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshm-hawaii.git", "vcs": "git", "laborHours": 300, - "languages": [ "json" ], - "tags": [ "Earthquake Hazards", "Geologic Hazards Science Center", @@ -37,7 +34,12 @@ "earthquake-hazard", "earthquake-source", "earthquake-source-characterization", - "doi|###TBD###" + "doi|https://doi.org/10.5066/P97SQ3AQ" + ], + + "languages": [ + "json", + "geojson" ], "contact": { @@ -46,7 +48,7 @@ }, "date": { - "metadataLastUpdated": "2021-07-29" + "metadataLastUpdated": "2021-10-20" } } ]