generated from biodiversitydata/quarto-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
54 lines (37 loc) · 1.05 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
---
from: markdown+emoji
format:
revealjs:
logo: images/logo-affiliation.png
footer: "{{< fa brands github >}} [`biodiversitydata/data-cleaning`](https://github.com/biodiversitydata/data-cleaning) • {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}} [`cc-by-4.0`](https://creativecommons.org/licenses/by/4.0/deed.en)"
smaller: true
auto-stretch: false
chalkboard: true
toc-depth: 1
theme: [default, "styles/main.scss"]
engine: knitr
---
<!-- Insert section 'Title slide' -->
```{r}
#| child: "sections/title-slide.qmd"
```
<!-- Insert section 'Table of contents' -->
```{r}
#| child: "sections/table-of-contents.qmd"
```
<!-- Insert section 'Raw vs. derived data' -->
```{r}
#| child: "sections/data-status.qmd"
```
<!-- Insert section 'Data cleaning' -->
```{r}
#| child: "sections/data-cleaning.qmd"
```
<!-- Insert section 'Data homogenization' -->
```{r}
#| child: "sections/taxonomy.qmd"
```
<!-- Insert section 'Exercise' -->
```{r}
#| child: "sections/exercise.qmd"
```