diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md index c9a3a74ff3f769a3e447208fd70f2078ab0e3a44..a5837f66f9290ab26b1ff142a57acf8f90fcb094 100644 --- a/ACKNOWLEDGEMENTS.md +++ b/ACKNOWLEDGEMENTS.md @@ -1,11 +1,14 @@ -Acknowledgements -================ +# Acknowledgements This software was developed to meet the U.S. Geological Survey's need for a high-performance probabilistic seismic hazard (PSHA) engine capable of supporting increasingly complex earthquake hazard models via web-services. It leverages and -benefits from many design and performance features found in -[OpenSHA](http://www.opensha.org) and the legacy [USGS fortran codes](/usgs/nshmp-haz-fortran), -both of which have been supported by the USGS and others over many years. In particular, -the Southern California Earthquake Center ([SCEC](https://www.scec.org)) has been instrumental -in the continued development of OpenSHA, which is in use worldwide. +benefits from many design and performance features found in [OpenSHA][1] and +the legacy [USGS fortran codes][2], both of which have been supported by the USGS +and others over many years. In particular, the Southern California Earthquake +Center ([SCEC][3]]) has been instrumental in the continued development of OpenSHA, +which is in use worldwide. + +[1]: http://www.opensha.org +[2]: https://github.com/usgs/nshmp-haz-fortran +[3]: https://www.scec.org diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index adc2dc1bbd2936711c1f7b5bd5b6f8311fbac305..aaf77a3775e86614190d55088b21a86a76faa373 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8c8187ccb09693ae70bb9ddea547db29c8ea8b4..8f7bf6af8c2b7a732150c314f3fc331cbc253160 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,12 +12,9 @@ into the project you can [fork this repository][2] and ## Style Guide -This project loosely adheres to -[Google Java Style][4] and is informed by -[Effective Java][5]. -All source files and documentation are encoded using -[UTF-8][6]]. - Developers should also consider the following: +This project loosely adheres to [Google Java Style][4] and is informed by +[Effective Java][5]. All source files and documentation are encoded using +[UTF-8][6]]. Developers should also consider the following: * Line lengths: * code: __100__, but shorter is better. diff --git a/LICENSE.md b/LICENSE.md index e98788f39d0120e4d3e24974415992974807047a..b2c7f0d8098170d22c81eca2386e138c78e08e90 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index 6e4656c0c53338ed4f88c776cda8e110b39705dc..14cae8594687f0dceebe7a3dbfa04ef54e3dda4b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ services found in the [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz) See also: -* [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz) and related - [documentation](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/docs). +* [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2) and related + [documentation](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/doc). * Project Javadocs [link? TODO] ## Dependencies