From 60e4cc6264d21700e4269b067aca4b9310b692d9 Mon Sep 17 00:00:00 2001 From: Jesse Ross Date: Fri, 7 Apr 2023 16:53:35 -0700 Subject: [PATCH] Created necessary files for DGEC migration --- CODE_OF_CONDUCT.md | 9 ++++++ CONTRIBUTING.md | 18 +++++++++++ DISCLAIMER.md | 11 +++++++ code.json | 75 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 113 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md create mode 100644 DISCLAIMER.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..eec77eb --- /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-VIZLAB/vue-scratch/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/code.json b/code.json new file mode 100644 index 0000000..86437cb --- /dev/null +++ b/code.json @@ -0,0 +1,75 @@ +[ + { + "name": "vue-scratch", + "organization": "U.S. Geological Survey", + "description": "a vue app for experimentation", + "version": "main", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://github.com/USGS-VIZLAB/vue-scratch/blob/main/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USGS-VIZLAB/vue-scratch/", + "downloadURL": "https://github.com/USGS-VIZLAB/vue-scratch/archive/refs/heads/main.zip", + "disclaimerURL": "https://github.com/USGS-VIZLAB/vue-scratch/blob/main/DISCLAIMER.md", + "repositoryURL": "https://github.com/USGS-VIZLAB/vue-scratch.git", + "vcs": "git", + "laborHours": -1, + "tags": [ + "R", + "USGS" + ], + "languages": [ + "R", + "Vue" + ], + "contact": { + "name": "ceenell", + "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