From bcac6374c6f548050f1fc8803bce3abc884fd58b Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Thu, 19 Dec 2024 11:54:05 -0700 Subject: [PATCH 1/3] add footer to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index adc2360..aa70b2c 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,6 @@ This project uses [`renv`](https://rstudio.github.io/renv/articles/renv.html) fo ## Collaboration guidelines To contribute to this project, please create a new branch for your changes and make a pull request. One easy way to do this from within R is with the `usethis` package and the `pr_*` functions. `pr_init("branch-name")` begins a new branch locally, `pr_push()` helps you create a new pull request, and after it is merged you can use `pr_finish()` to clean things up. More about this workflow [here](https://usethis.r-lib.org/articles/pr-functions.html). + +------------------------------------------------------------------------ +Developed in collaboration with the University of Arizona [CCT Data Science](https://datascience.cct.arizona.edu/) team From 8ed424b597f8a2aa8460a8f29bf0a887a3ec2a53 Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Thu, 19 Dec 2024 11:54:18 -0700 Subject: [PATCH 2/3] add citation.cff --- CITATION.cff | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..f38b747 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: AZMet QA Dashboard +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Eric R + family-names: Scott + email: ericrscott@arizona.edu + affiliation: >- + University of Arizona, Communications & Cyber + Technologies Data Science team + orcid: 'https://orcid.org/0000-0002-7430-7879' + - given-names: Jeremy + family-names: Weiss + email: azmet@arizona.edu + affiliation: University of Arizona Cooperative Extension +repository-code: 'https://github.com/uace-azmet/azmet-qa-dashboard' +license: MIT +version: v0.1.0 From 2f8ae8e0769a8d56669f6a4efece53d06cbbc1d7 Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Thu, 19 Dec 2024 11:54:47 -0700 Subject: [PATCH 3/3] add MIT license --- LICENSE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..19b5f18 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +# MIT License + +Copyright (c) 2024 azmet-qa-dashboard authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.