-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathabout.qmd
More file actions
29 lines (19 loc) · 785 Bytes
/
about.qmd
File metadata and controls
29 lines (19 loc) · 785 Bytes
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
---
title: "About This Website"
---
The Lab Wiki was generated with [Quarto](https://quarto.org).
The codebase that was used to generate the Lab Wiki is located [here](https://github.com/DevPsyLab/LabWiki).
# Contact
If you have questions about the lab and are not sure who to contact, please contact [devpsy-lab@uiowa.edu](mailto:devpsy-lab@uiowa.edu).
# License
[![CC BY 4.0][cc-by-shield]][cc-by]
This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].
[![CC BY 4.0][cc-by-image]][cc-by]
[cc-by]: <https://creativecommons.org/licenses/by/4.0/>
[cc-by-image]: <https://i.creativecommons.org/l/by/4.0/88x31.png>
[cc-by-shield]: <https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg>
# Session Info
```{r}
sessionInfo()
```