-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.qmd
More file actions
42 lines (33 loc) · 1.84 KB
/
about.qmd
File metadata and controls
42 lines (33 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: "About"
date: YYYY-MM-DD
citation:
type: "webpage"
title: "TITLE HERE"
container-title: "LMU Open Science Center"
url: https://lmu-osc.github.io/
doi: "DOI HERE"
author:
- name: AUTHOR 1
roles: [conceptualization, data curation, formal analysis, funding acquisition, investigation, methodology, project administration, software, resources, supervision, validation, visualization, writing - original draft, writing - editing & review]
degrees:
- B.S.
- M.Sc.
- PhD
affiliation:
- id: osc
name: LMU Open Science Center
ror: https://ror.org/05591te55
isni: 000000041936973X
- id: other1
name: OTHER AFFILIATION 1
orcid: 0000-0000-0000-0000
google-scholar: true
---
# Contributors
This site was authored by AUTHORS, and edits/contributions were made by EDITORS/AUTHORS.
# Licenses
The overall project is available under the **[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)** license found at [LICENSE](LICENSE.md); all code without any narrative text is also (at your option) available 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 YYYY using SOFTWARE-NAME SOFTWARE-VERSION. Major changes to the SOFTWARE-NAME can be found at the [package's website](SOFTWARE-URL) for the most up-to-date information, and to confirm that our tutorial is not out-of-date.