Skip to content
Snippets Groups Projects
Commit 432d5045 authored by Altekruse, Jason Morgan's avatar Altekruse, Jason Morgan
Browse files

Prep for v3.0.0 release.

parent 9da01206
No related branches found
No related tags found
No related merge requests found
# Disclaimer # Disclaimer
This software is preliminary or provisional and is subject to revision. It is This software has been approved for release by the U.S. Geological Survey (USGS).
being provided to meet the need for timely best science. The software has not Although the software has been subjected to rigorous review, the USGS reserves the
received final approval by the U.S. Geological Survey (USGS). No warranty, right to update the software as needed pursuant to further analysis and review. No
expressed or implied, is made by the USGS or the U.S. Government as to the warranty, expressed or implied, is made by the USGS or the U.S. Government as to
functionality of the software and related material nor shall the fact of release 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 constitute any such warranty. Furthermore, the software is released on condition
neither the USGS nor the U.S. Government shall be held liable for any damages 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. resulting from its authorized or unauthorized use.
...@@ -6,6 +6,15 @@ U.S. Geological Survey (USGS) hazard software [*nshmp-haz*][1]. ...@@ -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* For details on the format of this model, see the *nshmp-haz*
[user guide and implementation reference][2]. [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 ## Model Editions
* For prior model editions, see the [USGS Seismic Hazard Maps][3] web page. * For prior model editions, see the [USGS Seismic Hazard Maps][3] web page.
......
...@@ -3,22 +3,22 @@ ...@@ -3,22 +3,22 @@
"name": "nshm-alaska", "name": "nshm-alaska",
"organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey",
"description": "National Seismic Hazard Model (NSHM): Alaska", "description": "National Seismic Hazard Model (NSHM): Alaska",
"version": "main", "version": "3.0.0",
"status": "Development", "status": "Production",
"permissions": { "permissions": {
"usageType": "openSource", "usageType": "openSource",
"licenses": [ "licenses": [
{ {
"name": "Public Domain, CC0-1.0", "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", "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", "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/main/DISCLAIMER.md", "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", "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshms/nshm-alaska.git",
"vcs": "git", "vcs": "git",
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
"seismic-source", "seismic-source",
"earthquake-hazard", "earthquake-hazard",
"earthquake-source", "earthquake-source",
"earthquake-source-characterization" "earthquake-source-characterization",
"doi|https://doi.org/10.5066/P961IMZX"
], ],
"languages": [ "languages": [
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
}, },
"date": { "date": {
"metadataLastUpdated": "2022-06-08" "metadataLastUpdated": "2024-03-26"
} }
} }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment