-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.qmd
More file actions
133 lines (106 loc) · 5.23 KB
/
Copy pathindex.qmd
File metadata and controls
133 lines (106 loc) · 5.23 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Welcome! {.unnumbered}
```{r write-packages-to-bib}
#| include: false
# automatically create a bib database for R packages
knitr::write_bib(
unique(desc::desc_get_deps()$package[-1]),
here::here("includes/packages.bib")
)
```
{{< include /includes/_badges.qmd >}}
Reproducibility and open scientific practices are increasingly being
requested or required of scientists and researchers, but training on
these practices has not kept pace. This 3-day workshop intends to help
bridge that gap and covers the fundamentals and workflow of data
analysis in R.
The workshop is a hands-on introduction to doing doing research that is
reproducible by using R, RStudio, Quarto, Git, and GitHub. It is
designed for doing participatory live-typing, where the teacher
demonstrates the tasks on their computer connected to a projector while
learners type along on their own computer. The workshop also includes
reading tasks, discussion activities, hands-on exercises, and a team
project.
This website contains all of the material for the workshop, including
readings, exercises, presentations, live-typing material, and images. It
is structured as a book, with "chapters" as sessions, in order of
appearance. We make heavy use of the website throughout the workshop
where "type-along" sessions almost identically follow the material on
the website (with slight modifications for time or more detailed
explanations).
Check out the overview section of the workshop, starting with the
@sec-syllabus.
If you plan on attending the workshop, please make sure to complete the
pre-workshop tasks in @sec-pre-workshop to get set up and ready for the
workshop. The pre-workshop tasks include a survey that you need to fill
out before the workshop starts.
{{< include /includes/_star-us.qmd >}}
## Target audiences
This website and its content are targeted to three groups:
1. For the **learners** to use during the workshop, both to follow
along and also to use as a reference after the workshop ends. A more
detailed description of who the learner is in @sec-is-this-for-you.
2. For the **teachers** to use as a guide for when they do the
type-along sessions.
3. For those who are **interested in teaching**, who may not have much
experience or may not know where to start, to use this website as a
guide to running and teaching their own workshops.
## Re-use and licensing
The workshop material is licensed under the [Creative Commons
Attribution 4.0 License](LICENSE.md), so the material can be used,
re-used, and modified, as long as there is attribution to this source.
Check out the 'For teachers' section in @sec-for-teachers for more
details and tips on using this material for teaching.
## Contributing
Want to contribute to this workshop? Look through our
[CONTRIBUTING](CONTRIBUTING.md) page for contribution guidelines on how
to get started.
### Contributors
{{< include /includes/_contributors.qmd >}}
## How the website is made
The workshop material is created using [Quarto](https://quarto.org) to
write the material and create the book format,
[GitHub](https://github.com/) to host the [Git](https://git-scm.com/)
repository of the material, and [GitHub
Actions](https://github.com/features/actions) with
[Netlify](https://www.netlify.com/) to build and host the website. The
original source material for this workshop is found on the
[`{{< meta gh.repo >}}`](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}})
GitHub repository.
## Acknowledgments
There were many sources of inspiration when creating this workshop, as
well as subsequent modifications. Here is a list of some of these
sources.
- The [Aarhus University CRU](https://au-cru.github.io/) sessions on
[project
management](https://au-cru.github.io/content/workflow-setup.html),
[data management and
wrangling](https://au-cru.github.io/content/intro-dplyr.html),
[intermediate dplyr and tidyr usage](https://au-cru.github.io/),
[data
visualization](https://au-cru.github.io/content/intro-ggplot2.html),
and [R
Markdown](https://au-cru.github.io/content/intro-rmarkdown.html).
- [A Git
session](https://uoftcoders.github.io/studyGroup/lessons/git/intro/lesson/),
given for the
[UofTCoders](https://uoftcoders.github.io/studyGroup/).
- The [UofTCoders Intro to R course for Ecology
students](https://uoftcoders.github.io/rcourse/).
Content from multiple sources was used as inspiration for this workshop,
including the [R for Data Science](https://r4ds.had.co.nz/) book and the
[Fundamentals of Data Visualization](https://clauswilke.com/dataviz/).
The [Danish Diabetes and Endocrinology
Academy](https://www.ddeacademy.dk/) has hosted, organized, and
sponsored running this workshop to researchers in Denmark versions
multiple times. A huge thanks to them for their involvement, support,
and sponsorship! Both [Steno Diabetes Center
Aarhus](https://www.stenoaarhus.dk/) and [Aarhus
University](https://www.au.dk/) are employers of Luke Johnston and
Daniel Witte (the initial founders and creators).
::: {layout-ncol="3"}
{width="100px"
alt="Logo for Steno Diabetes Center Aarhus"}
{width="260px"
alt="Logo for Danish Diabetes and Endocrinology Academy"}
{width="220px" alt="Logo for Aarhus University"}
:::