Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ghsc/nshmp/nshmp-haz
1 result
Show changes
Commits on Source (6)
......@@ -3,4 +3,4 @@
All contributions to and interactions surrounding this project will abide by
the [USGS Code of Scientific Conduct][1].
[1]: https://www2.usgs.gov/fsp/fsp_code_of_scientific_conduct.asp
[1]: https://www.usgs.gov/about/organization/science-support/office-science-quality-and-integrity/code-scientific-conduct
......@@ -10,6 +10,6 @@ If you have direct contributions you would like considered for incorporation
into the project you can [fork this repository][2] and
[submit a merge request][3] for review.
[1]: https://code.usgs.gov/ghsc/nshmp/nshm-fault-sections/issues
[1]: https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/issues
[2]: https://docs.gitlab.com/ee/gitlab-basics/fork-project.html
[3]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html
......@@ -4,15 +4,14 @@ Unless otherwise noted, this project is in the public domain in the United
States because it contains materials that originally came from the United
States Geological Survey, an agency of the United States Department of
Interior. For more information, see the official USGS copyright policy at
<https://www2.usgs.gov/visual-id/credit_usgs.html#copyright>
<https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits>.
Additionally, we waive copyright and related rights in the work
worldwide through the CC0 1.0 Universal public domain dedication.
## CC0 1.0 Universal Summary
This is a human-readable summary of the
[Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode).
This is a human-readable summary of the [Legal Code (read the full text)][1].
### No Copyright
......@@ -35,3 +34,5 @@ this deed makes no warranties about the work, and disclaims liability for
all uses of the work, to the fullest extent permitted by applicable law.
When using or citing the work, you should not imply endorsement by the
author or the affirmer.
[1]: https://creativecommons.org/publicdomain/zero/1.0/legalcode
......@@ -8,4 +8,4 @@ command line applications and web service classes and relies on the
[*nshmp-lib*](https://code.usgs.gov/ghsc/nshmp/nshmp-lib) hazard library, among other
dependencies.
Please see the [docs](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/docs) for more information.
Please see the [docs](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/docs) for more information.
{
"version": "2.0.0",
"measurementType": {},
"agency": "U.S. Department of Interior",
"releases": [
{
"name": "nshmp-haz",
"description": "National Seismic Hazard Mapping Project (NSHMP) Code",
"version": "1.0.0",
"status": "Production",
"organization": "U.S. Geological Survey",
"vcs": "git",
"repositoryURL": "https://github.com/usgs/nshmp-haz",
"homepageURL": "https://github.com/usgs/nshmp-haz/wiki",
"downloadURL": "https://github.com/usgs/nshmp-haz/releases/tag/v1.0.0",
"disclaimerURL": "https://github.com/usgs/nshmp-haz/blob/master/DISCLAIMER.md",
"permissions": {
"licenses": [
{
"name": "Public Domain",
"URL": "https://github.com/usgs/nshmp-haz/blob/master/LICENSE.md"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 1200,
"languages": [ "Java" ],
"tags": [
"psha",
"seismic-hazard",
"seismic-source",
"earthquake-hazard",
"earthquake-source",
"hazard-curve",
"deaggregation"
],
"contact": {
"name": "Peter Powers",
"email": "pmpowers@usgs.gov"
},
"date": {
"metadataLastUpdated": "2017-09-18"
}
[
{
"name": "nshmp-haz-v2",
"organization": "U.S. Geological Survey",
"description": "National Seismic Hazard Mapping Project (NSHMP) software stack",
"version": "#.#.#",
"status": "Production",
"doi": "doi:###TBD###",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/blob/master/LICENSE.md"
}
]
},
"repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/",
"homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/docs",
"downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/releases/tag/v#.#.#",
"disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/blob/master/DISCLAIMER.md",
"vcs": "git",
"laborHours": 1200,
"languages": [ "Java" ],
"tags": [
"Earthquake Hazards",
"Geologic Hazards Science Center",
"psha",
"nshmp-haz",
"seismic-hazard",
"seismic-source",
"earthquake-hazard",
"earthquake-source",
"hazard-curve",
"disaggregation",
"deaggregation",
"doi|###TBD###"
],
"contact": {
"name": "Peter Powers",
"email": "pmpowers@usgs.gov"
},
"date": {
"metadataLastUpdated": "2021-06-##"
}
]
}
}
]