-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
53 lines (35 loc) · 2.03 KB
/
index.qmd
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
# Preface {.unnumbered}
```{r}
#| label: logo
#| fig-align: center
#| fig-link: https://mavrxlab.org
knitr::include_graphics('images/square-solid.jpg', dpi = NA)
```
This manual was created using **Quarto**. It's magical.
The contents of this manual are heavily influenced by John Paul Minda and Emily Nielsen's *Lab Manual* [-@Minda_Nielsen_2018]. The full collection of influences and inspiration can be found [in the manual's GitHub repo](https://github.com/mavrxlab/lab-manual).
::: callout-warning
THIS IS A WORK IN PROGRESS! Until stated otherwise, the content of this book should be considered unofficial and in an active draft stage.
:::
## Using this book {.unnumbered}
```{r}
#| label: cc-license
#| column: margin
#| fig-link: http://creativecommons.org/licenses/by-nc-sa/4.0/
#| fig-cap: "CC BY-NC-SA 4.0"
knitr::include_graphics('images/by-nc-sa.png', dpi = NA)
```
This manual is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). We encourage you to use [the **OSF** project to cite this particular document](https://osf.io/upa25/) [@straightMAVRXLabManual2021].
## Structure {.unnumbered}
This manual should be considered a comprehensive living document aimed at presenting a unified understanding of how the lab works and what it should become.
<!-- Chapter listing goes here once they're set. -->
## Session Information {.unnumbered}
Here is the R session information from when the book was last compiled on `r Sys.Date()`:
```{r}
#| label: sessioninfo
sessionInfo()
```
## Acknowledgements {.unnumbered}
> Many thanks to the people who supported the idea of the lab, have donated their blood, sweat, and tears to get it off the ground, to the colleagues and collaborators that make it work, to those that came before, and to those still to come.
<p style="text-align: right;">
Dr. Ryan Straight<br />\newline Associate Professor of Practice in Applied Computing and Cyber Operations<br />\newline Director, MA{VR}X Lab<br />\newline
</p>