-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.qmd
More file actions
128 lines (101 loc) · 5.19 KB
/
Copy pathindex.qmd
File metadata and controls
128 lines (101 loc) · 5.19 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
# Welcome {.unnumbered}
{{< include /includes/_badges.qmd >}}
```{r}
#| label: 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")
)
```
Reproducibility and open scientific practices are increasingly demanded
of, and needed by, scientists and researchers in our modern research
environments. As our tools for generating data become more sophisticated
and powerful, we also need to use more sophisticated and powerful tools
for processing the data. Training on how to use these tools and how to
build modern data processing skills is lacking for researchers, even
though this work takes up a large amount of researchers' time and is
extremely time-consuming and technical. As a consequence of this lack of
awareness for the need of these skills, how *exactly* data is processed
is poorly, if at all, described in scientific studies. This hidden
aspect of research could have major impacts on the reproducibility of
studies. This workshop is therefore aimed to specifically start
addressing these types of problems.
This 3-day long workshop is designed to do 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 at the end. In all of these activities, we
work with real-world (open) datasets.
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
[Syllabus](/overview/syllabus.qmd) (@sec-syllabus).
If you plan on attending the workshop, please make sure to complete the
[Pre-workshop tasks](/pre-workshop/overview.qmd) (@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 can be found in the [Is
this for you?](/overview/is-this-for-you.qmd) section
(@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](/appendix/for-teachers.qmd) section
(@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 >}}`]({{< meta links.github >}}) GitHub repository.
## Acknowledgements
The workshop material draws inspiration from these excellent resources:
- [R for Data Science](https://r4ds.had.co.nz/)
- [Advanced R](https://adv-r.hadley.nz/)
- [R Packages](https://r-pkgs.org/)
- [UofTCoders Reproducible Quantitative Methods for
EEB](https://uoftcoders.github.io/rcourse/)
- [Software and Data Carpentry](https://carpentries.org/) workshop
material
The [Danish Diabetes and Endocrinology Academy](https://ddeacademy.dk/)
hosted, organized, and sponsored this workshop many times. A huge thanks
to them for their involvement, support, and sponsorship! [Steno Diabetes
Center Aarhus](https://www.stenoaarhus.dk/) and [Aarhus
University](https://international.au.dk/) employs Luke, who is the lead
teacher and educational resource developer.
::: {layout="[33,33,33]"}
{width="220px" fig-align="center"
fig-alt="Danish Diabetes and Endocrinology Academy logo"}
{width="110px" fig-align="center"
fig-alt="Steno Diabetes Center Aarhus logo"}
{width="200px" fig-align="center"
fig-alt="Aarhus University logo"}
:::