\mainmatter \pagestyle{myfancy}
library(tidyverse) library(kableExtra) library(ggplot2) # Chunks settings knitr::opts_chunk$set(echo = FALSE, # Plot settings # dev = "tikz", dev.args=list(pointsize=12), fig.align='center', fig.pos = "h", dpi = 300, # Code output width # tidy=TRUE, tidy.opts = list(width.cutoff = 75), # comment = NA, prompt = TRUE, collapse = TRUE, # Cache options cache = FALSE, autodep=TRUE) # Format output_format <- ifelse(knitr::is_html_output(), yes = "html", no = "latex") # Console output width if(output_format == "latex"){ options(width = 75) } else { options(width = 200) } # Option KableExtra options(knitr.kable.NA = '') options(knitr.table.format = output_format) # Load custom functions devtools::load_all() ## ggplot settings theme_set(theme_classic()+ theme(text = element_text(size=12)))
Science is one of humanity's greatest inventions. Academia, on the other hand, is not. It is remarkable how successful science has been, given the often chaotic habits of scientists. In contrast to other fields, like say landscaping or software engineering, science as a profession is largely unprofessional - apprentice scientists are taught less about how to work responsibly than about how to earn promotions. This results in ubiquitous and costly errors. Software development has become indispensable to scientific work. I want to playfully ask how it can become even more useful by transferring some aspects of its professionalism, the day-to-day tracking and back-tracking and testing that is especially part of distributed, open-source software development. Science, after all, aspires to be distributed, open-source knowledge development.
"Science as Amateur Software Development" @richardmcelreathScienceAmateurSoftware2020
https://youtu.be/zwRdO9_GGhY
Inspired by McElreath's words, this book aims to describe programming good practices and introduce common tools used in software development to guarantee the reproducibility of analysis results. We want to make scientific research an open-source knowledge development.
The book is available online at https://arca-dpss.github.io/manual-open-science/.
A PDF copy is available at https://arca-dpss.github.io/manual-open-science/manual-open-science.pdf.
In the book, we will learn to:
As most researchers have no formal training in programming and software development, we provide a very gentle introduction to many programming concepts and tools without assuming any previous knowledge.
Examples and specific applications are based on the R programming language. However, this book provides recommendations and guidelines useful for any programming language.
During our careers, we both moved into the field of Data Science after a Ph.D. in Psychological Sciences. This book is our attempt to bring back into scientific research what we have learned outside of academia.
ARCA courses are advanced and highly applicable courses on modern tools for research in Psychology. They are organised by the Department of Developmental and Social Psychology at the University of Padua.
If you think something is missing, something should be described better, or something is wrong, please, feel free to contribute to this book. Anyone is welcome to contribute to this book.
This is the hearth of open-source: contribution. We will understand the real value of this book not by the number of people that will read it but by the number of people who will invest their own time trying to improve it.
For typos (the probability of typos per page is always above 1) just send a pull request with all the corrections. Instead, if you like to add new chapters or paragraphs to include new arguments or discuss more in detail some aspects, open an issue so we can find together the best way to organize the structure of the book.
View book source at GitHub repository https://github.com/arca-dpss/manual-open-science.
For attribution, please cite this work as:
Zandonella Callegher, C., & Massidda, D. (2022). The Open Science Manual: Make Your Scientific Research Accessible and Reproducible. Available at https://arca-dpss.github.io/manual-open-science/. https://doi.org/10.5281/zenodo.6521850
BibTeX citation:
@book{zandonellaMassiddaOpenScience2022, title = {The Open Science Manual: Make Your Scientific Research Accessible and Reproducible}, author = {Zandonella Callegher, Claudio and Massidda, Davide}, date = {2022}, url = {https://arca-dpss.github.io/manual-open-science/}, doi = {10.5281/zenodo.6521850} }
knitr::include_graphics("images/cc-nc-sa.png")
This book is released under the CC BY-NC-SA 4.0 License.
This book is based on the ARCA Bookown Template released under CC BY-SA 4.0 License.
The icons used belong to rstudio4edu-book and are licensed under under CC BY-NC 2.0 License.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.