-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add About page * Remove old references to MIT license
- Loading branch information
1 parent
101830f
commit ee9fe96
Showing
3 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ website: | |
navbar: | ||
search: true | ||
right: | ||
- about.qmd | ||
left: | ||
- href: index.qmd | ||
text: Home | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: "About" | ||
date: 2023-09-11 | ||
citation: | ||
type: "webpage" | ||
title: "Introduction to R" | ||
container-title: "LMU Open Science Center" | ||
url: https://lmu-osc.github.io/introduction-to-R | ||
doi: "DOI HERE" | ||
author: | ||
- name: Nicklas Hafiz | ||
affiliation: "Institut zur Qualitätsentwicklung im Bildungswesen" | ||
orcid: 0000-0001-9035-4483 | ||
# google-scholar: true | ||
--- | ||
|
||
|
||
# Contributors | ||
|
||
This site was authored by Nicklas Hafiz. | ||
|
||
# Licenses | ||
|
||
The overall project is licensed under the **[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)** license found at [LICENSE](LICENSE.md); all code snippets are additionally licensed 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 2023 with later updates to R and relevant packages to v4.4.0. Major changes to R can be found at [CRAN](https://cran.r-project.org/) for the most up-to-date information, and to confirm that our tutorial is not out-of-date. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters