-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
39 lines (24 loc) · 1.88 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
out.width = "100%"
)
```
<img align="right" width="150" height="150" src="assets/images/arca-logo.svg">
# Open Science Tools
## Make your Scientific Research Accessible and Reproducible
<!-- badges: start -->
<!-- badges: end -->
## The Course
Researchers are disorganized and chaotic by nature. While this may be the secret of their creativity, it can also lead to costly errors, especially when it comes to coding. In this course, we will learn some software development secrets and introduce coding good practices that may save us lots of headaches. Only by following a structured approach to coding can we ensure the reproducibility of our results and make Science an open-source knowledge development!
### Materials
This is the main repository collecting all the slides and other materials. For further details, see the course website at https://arca-dpss.github.io/course-open-science-prof/.
## ARCA (Applied Research Courses Academy)
ARCA courses are advanced courses created by researchers for researchers (and students). Learn and apply modern tools in your research. They are organised by the Department of Developmental Psychology and Socialisation at the University of Padua. At the link [dpss.unipd.it/arca](https://www.dpss.unipd.it/arca) you can get detailed information on all active courses.
## License
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.