From 9f5a1eb39f15728941f64a08228639260d35696e Mon Sep 17 00:00:00 2001 From: Patrick Callahan Date: Wed, 27 Nov 2024 11:34:02 +0100 Subject: [PATCH] Create more thorough About page --- about.qmd | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/about.qmd b/about.qmd index b467697..433a899 100644 --- a/about.qmd +++ b/about.qmd @@ -1,11 +1,27 @@ --- title: "About" +author: + - name: Pat Callahan + orcid: 0000-0003-1769-7580 + - name: Florian Pargent + orcid: 0000-0002-2388-553X + - name: Florian Kohrt + orcid: 0000-0003-0374-5625 --- # Contributors -This site was created by Pat Callahan with contributions and feedback from Florian Pargent. +This site was authored by Pat Callahan with contributions and feedback from Florian Pargent and Florian Kohrt. + +# Licenses + +This project is licensed under the **[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)** license found at [LICENSE](LICENSE.md) **and** under the **[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)** license found at [LICENSE-CODE](LICENSE-CODE.md). + +Why two licenses? The CC BY-SA 4.0 license is for the content of the website, while the CC0 1.0 Universal license is for the code and configuration files. This is a common practice for websites that include code snippets and other content that may be reused in other projects, particularly because the CC BY-SA 4.0 license is not intended to be used with software. + +# Notes + +This tutorial was primarily written in 2024 using {renv} version 1.0.11. Major changes to the {renv} package are unlikely to occur in the near future, but it is always a good idea to check the [package's website](https://rstudio.github.io/renv/) for the most up-to-date information, and to confirm that our tutorial is not out-of-date. + -# License -Published under a [Creative Commons Attribution-ShareAlike 4.0 International license (CC BY-SA 4.0 Deed)](https://creativecommons.org/licenses/by-sa/4.0/deed.en). \ No newline at end of file