From 71f480ed03b811c46ac96f097316a4b7cc47f6d2 Mon Sep 17 00:00:00 2001 From: Jesse Ross Date: Fri, 7 Apr 2023 16:37:44 -0700 Subject: [PATCH 1/2] Created necessary files for DGEC migration --- CODE_OF_CONDUCT.md | 9 ++++++ CONTRIBUTING.md | 18 +++++++++++ DISCLAIMER.md | 11 +++++++ LICENSE.md | 46 ++++++++++++++++++++++++++++ code.json | 74 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 158 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md create mode 100644 DISCLAIMER.md create mode 100644 LICENSE.md create mode 100644 code.json diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..11ba4c9 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,9 @@ +Code of Conduct +=============== + +All contributions to - and interactions surrounding - this project will abide by +the [USGS Code of Scientific Conduct][1]. + + + +[1]: https://www.usgs.gov/office-of-science-quality-and-integrity/fundamental-science-practices diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d787ee7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +Contributing +============ + +Contributions are welcome from the community. Questions can be asked on the +[issues page][1]. Before creating a new issue, please take a moment to search +and make sure a similar issue does not already exist. If one does exist, you +can comment (most simply even with just a `:+1:`) to show your support for that +issue. + +If you have direct contributions you would like considered for incorporation +into the project you can [fork this repository][2] and +[submit a pull request][3] for review. + + + +[1]: https://github.com/USGS-R/drb-network-prep/issues +[2]: https://help.github.com/articles/fork-a-repo/ +[3]: https://help.github.com/articles/about-pull-requests/ diff --git a/DISCLAIMER.md b/DISCLAIMER.md new file mode 100644 index 0000000..e951aaf --- /dev/null +++ b/DISCLAIMER.md @@ -0,0 +1,11 @@ +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. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..7dbcd7c --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,46 @@ +License +======= + +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://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)][1]. + + +### No Copyright + +The person who associated a work with this deed has dedicated the work to +the public domain by waiving all of his or her rights to the work worldwide +under copyright law, including all related and neighboring rights, to the +extent allowed by law. + +You can copy, modify, distribute and perform the work, even for commercial +purposes, all without asking permission. + + +### Other Information + +In no way are the patent or trademark rights of any person affected by CC0, +nor are the rights that other persons may have in the work or in how the +work is used, such as publicity or privacy rights. + +Unless expressly stated otherwise, the person who associated a work with +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/code.json b/code.json new file mode 100644 index 0000000..1da4b08 --- /dev/null +++ b/code.json @@ -0,0 +1,74 @@ +[ + { + "name": "drb-network-prep", + "organization": "U.S. Geological Survey", + "description": "Code repo to prepare the river network for modeling in the Delaware River Basin", + "version": "main", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://github.com/USGS-R/drb-network-prep/blob/main/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USGS-R/drb-network-prep/", + "downloadURL": "https://github.com/USGS-R/drb-network-prep/archive/refs/heads/main.zip", + "disclaimerURL": "https://github.com/USGS-R/drb-network-prep/blob/main/DISCLAIMER.md", + "repositoryURL": "https://github.com/USGS-R/drb-network-prep.git", + "vcs": "git", + "laborHours": -1, + "tags": [ + "R", + "USGS" + ], + "languages": [ + "R" + ], + "contact": { + "name": "lekoenig", + "email": "FILL ME IN" + }, + "date": { + "metadataLastUpdated": "2023-04-07" + } + }, + { + "name": "", + "organization": "U.S. Geological Survey", + "description": "", + "version": "v0.0.0", + "status": "Ideation", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "LICENSE.md" + } + ] + }, + "homepageURL": "", + "downloadURL": "", + "disclaimerURL": "", + "repositoryURL": "", + "vcs": "git", + "laborHours": 1, + "tags": [ + "R", + "USGS" + ], + "languages": [ + "R" + ], + "contact": { + "name": "", + "email": "" + }, + "date": { + "metadataLastUpdated": "2022-10-16" + } + } +] \ No newline at end of file From 06f6ba38e00f11921463498069aeb6985784fad8 Mon Sep 17 00:00:00 2001 From: Lauren Koenig Date: Tue, 11 Apr 2023 13:53:02 -0400 Subject: [PATCH 2/2] update code.json --- LICENSE.md | 2 +- code.json | 51 +++++++++------------------------------------------ 2 files changed, 10 insertions(+), 43 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 7dbcd7c..99893e0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ License ======= -Unless otherwise noted, This project is in the public domain in the United +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 diff --git a/code.json b/code.json index 1da4b08..011f825 100644 --- a/code.json +++ b/code.json @@ -10,65 +10,32 @@ "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://github.com/USGS-R/drb-network-prep/blob/main/LICENSE.md" + "URL": "https://github.com/USGS-R/drb-network-prep/raw/main/LICENSE.md" } ] }, "homepageURL": "https://github.com/USGS-R/drb-network-prep/", "downloadURL": "https://github.com/USGS-R/drb-network-prep/archive/refs/heads/main.zip", - "disclaimerURL": "https://github.com/USGS-R/drb-network-prep/blob/main/DISCLAIMER.md", + "disclaimerURL": "https://github.com/USGS-R/drb-network-prep/raw/main/DISCLAIMER.md", "repositoryURL": "https://github.com/USGS-R/drb-network-prep.git", "vcs": "git", "laborHours": -1, "tags": [ "R", - "USGS" + "USGS", + "PUMP", + "river network", + "water" ], "languages": [ "R" ], "contact": { - "name": "lekoenig", - "email": "FILL ME IN" + "name": "Lauren Koenig", + "email": "lkoenigsnyder@usgs.gov" }, "date": { - "metadataLastUpdated": "2023-04-07" - } - }, - { - "name": "", - "organization": "U.S. Geological Survey", - "description": "", - "version": "v0.0.0", - "status": "Ideation", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "name": "Public Domain, CC0-1.0", - "URL": "LICENSE.md" - } - ] - }, - "homepageURL": "", - "downloadURL": "", - "disclaimerURL": "", - "repositoryURL": "", - "vcs": "git", - "laborHours": 1, - "tags": [ - "R", - "USGS" - ], - "languages": [ - "R" - ], - "contact": { - "name": "", - "email": "" - }, - "date": { - "metadataLastUpdated": "2022-10-16" + "metadataLastUpdated": "2023-04-11" } } ] \ No newline at end of file