Skip to content

Commit

Permalink
Create more thorough About page
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Nov 27, 2024
1 parent 2fdf962 commit 9f5a1eb
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 9f5a1eb

Please sign in to comment.