diff --git a/DISCLAIMER.md b/DISCLAIMER.md index fb9a9721c01b7d5d544ebf162c429b766582f2b4..538c4b069d9bb076ba26f390b1c43a241f88736f 100644 --- a/DISCLAIMER.md +++ b/DISCLAIMER.md @@ -1,10 +1,10 @@ # Disclaimer -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. +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. diff --git a/README.md b/README.md index 331478e25d02bff2779e9fed25ca61030adaedc4..2ceaef41d088fa713b3b0db8677543a0735fec86 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ U.S. Geological Survey (USGS) hazard software [*nshmp-haz*][1]. For details on the format of this model, see the *nshmp-haz* [user guide and implementation reference][2]. +Use of and contibutions to the Alaska NSHM are encouraged. Please see the [license][license] +and [disclaimer][disclaimer], as well as [guidelines for contributions][contribute] and +the [code-of-conduct][coc]. + +[license]: https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/raw/3.0.0/LICENSE.md +[disclaimer]: https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/raw/3.0.0/DISCLAIMER.md +[contribute]: https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/raw/3.0.0/CONTRIBUTING.md +[coc]: https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/raw/3.0.0/CODE_OF_CONDUCT.md + ## Model Editions * For prior model editions, see the [USGS Seismic Hazard Maps][3] web page. diff --git a/code.json b/code.json index db361c567c8a57d340f579bb5b2334416bebd2a0..46013538889ca61945705b2cd7e6bb1f2c2ac81e 100644 --- a/code.json +++ b/code.json @@ -3,22 +3,22 @@ "name": "nshm-alaska", "organization": "U.S. Geological Survey", "description": "National Seismic Hazard Model (NSHM): Alaska", - "version": "main", - "status": "Development", + "version": "3.0.0", + "status": "Production", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/raw/main/LICENSE.md" + "URL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/raw/3.0.0/LICENSE.md" } ] }, "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska", - "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/archive/main/nshm-alaska-main.zip", - "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/raw/main/DISCLAIMER.md", + "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/archive/3.0.0/nshm-alaska-3.0.0.zip", + "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska/-/raw/3.0.0/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska.git", "vcs": "git", @@ -33,7 +33,8 @@ "seismic-source", "earthquake-hazard", "earthquake-source", - "earthquake-source-characterization" + "earthquake-source-characterization", + "doi|https://doi.org/10.5066/P961IMZX" ], "languages": [ @@ -47,7 +48,7 @@ }, "date": { - "metadataLastUpdated": "2022-06-08" + "metadataLastUpdated": "2024-03-26" } } ]