forked from lmu-osc/code-publishing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.qmd
More file actions
71 lines (54 loc) · 1.98 KB
/
about.qmd
File metadata and controls
71 lines (54 loc) · 1.98 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
title: "About"
author:
- name: "Florian Kohrt"
orcid: "0000-0003-0374-5625"
- name: "Josephine Zerna"
orcid: "0000-0003-2892-884X"
- name: "Christoph Scheffel"
orcid: "0000-0001-5963-9229"
bibliography: grateful-refs.bib
---
---
This tutorial was created by Florian Kohrt.
It is based on previous work by Josephine Zerna and Christoph Scheffel.
Comments on earlier versions were kindly provided by
Malika Ihle, Florian Pargent, Jonas Hagenberg, Felix Schönbrodt,
and Sarah von Grebmer zu Wolfsthurn.
## Utilized Software
```{r}
#| echo: false
grateful::cite_packages(
output = "paragraph",
out.dir = ".",
pkgs = unique(renv::dependencies(progress = FALSE)$Package),
passive.voice = TRUE
) |>
withr::with_options(new = list(warnPartialMatchDollar = FALSE))
```
```{r}
#| output: "asis"
#| echo: false
cat(paste0("Quarto ", as.character(quarto::quarto_version()), " was utilized to render the files."))
```
```{r}
#| class-output: "txt code-overflow-scroll"
sessioninfo::session_info()
```
## License and Disclaimer
None of the discussion in this tutorial constitutes legal advice.
Except where noted otherwise, the narrative text in this tutorial
is licensed under [CC\ BY-SA\ 4.0](LICENSE-CC-BY-SA.txt);
the code without any narrative text is also (at your option)
available under [CC0\ 1.0](LICENSE-CC0.txt).
The files `Manuscript.qmd` and `Bibliography.bib` are made available
by Josephine Zerna and Christoph Scheffel under [CC0\ 1.0](LICENSE-CC0.txt).
The screenshots of the [RStudio IDE](https://github.com/rstudio/rstudio)
are Copyright (C) 2024 Posit PBC and are available
under the [GNU Affero General Public License v3](LICENSE-AGPL.txt).
The source code is available on [GitHub](https://github.com/rstudio/rstudio/tree/v2024.04.2%2B764).
## Funding
::: {.column-margin}
{width=250px}
:::
This work was partly funded by the Berkeley Initiative for Transparency in the Social Sciences (BITSS), managed by the Center for Effective Global Action (CEGA).