The Open Science Framework {#osf-chapter}

In this chapter, we introduce the Open Science Framework (OSF), an open-source project that enhances open collaboration in scientific research.

OSF Introduction

package_logo("images/osf/osf-logo.png", format = output_format,
             css_width = 250, tex_width = .32)

The OSF is a free, open-source web application that connects and supports the research workflow, enabling scientists to increase the efficiency and effectiveness of their research [@elliottOSF2021]. Researchers can use OSF to collaborate, document, archive, share, and register research projects, materials, and data.

Although the OSF was initially used to work on a project in the reproducibility of psychology research, it has subsequently become multidisciplinary (from Wikipedia https://en.wikipedia.org/wiki/Center_for_Open_Science). The OSF can help us during any part of the research lifecycle [@elliottOSF2021]:

In Sections \@ref(osf-getting-started), we provide a guide on how to create an account and start a project on the OSF. In Section \@ref(osf-features), we describe further features useful to researchers.

:::{.design title="Center for Open Science" data-latex="Center for Open Science"}

package_logo("images/osf/cos-logo.png", format = output_format,
             css_width = 250, tex_width = .32)

The OSF is released by the Center for Open Science.

The Center for Open Science (COS; https://www.cos.io) is a non-profit technology startup founded in 2013 with a mission to increase the openness, integrity, and reproducibility of scientific research [@elliottOSF2021].

COS pursues this mission by building communities around open science practices, supporting metascience research, and developing and maintaining free, open-source software tools. :::

Getting Started {#osf-getting-started}

This is an introductory tutorial. For a complete guide of the OSF and a description of all features, see:

Subscribe

To subscribe to the OSF:

Create a Project

To create a new project:

Project Homepage

The project homepage provides summary information about the project. In particular,

knitr::include_graphics("images/osf/project-dashboard-1.png")

On the top right corner, we find further options about,

knitr::include_graphics("images/osf/project-dashboard-2.png")

Moreover, multiple panels provide detailed information about the project. In particular,

knitr::include_graphics("images/osf/project-dashboard-3.png")

Finally, on the top of the project homepage, we find all the menu tabs to modify and manage our project.

knitr::include_graphics("images/osf/project-dashboard-4.png")

Adding Files

To add a file,

Note that we can add files also directly from the “Files” panel on the project homepage.

Documentation

To create a detailed description of the project,

Research Features {#osf-features}

In this section, we describe further features useful to researchers.

DOI

To obtain a DOI for the project,

Contributors {#osf-contributors}

To add new contributors to the project,

knitr::include_graphics("images/osf/osf-contributors.png")

Sharable Anonymized Links

We can share anonymized links (hide contributor names in the project). A particularly useful feature for blinded peer review. To create an anonymized link,

:::{.warning title="Anonymization" data-latex="[Anonymization]"} In a blinded peer review process, we are required to remove any information about the authors.

Anonymized Links hide contributor names in the project, but it is our responsibility to check that project files contain no references to the authors.

Moreover, we need to keep private project visibility. Anonymized links are of type https://osf.io/<id-project>/?view_only=<token>. If the project is public, reviewers can still retrieve the original repository using the link https://osf.io/<id-project> obtained by simply removing the last part of the anonymized link (i.e., ?view_only=<token>). :::

Preprints

We can share preprints using the OSF Preprints service (https://osf.io/preprints/). The OSF Preprints is an aggregator of various preprint servers (e.g., PsyArXiv, and ArXiv).

To create a preprint, follow instructions at https://help.osf.io/article/376-preprints-home-page.

Add-ons and API

The OSF provides Add-ons and APIs that allow us to integrate third-party services. These include citation software (e.g., Zotero and Mendeley), storage services (e.g., Dropbox and Google Drive), Git repository-hosting services (e.g., GitHub and GitLab, see Chapter \@ref(using-github)), and API services to access files and project info.

For all details about Add-ons and API, see https://help.osf.io/article/377-add-ons-api-home-page

:::{.design title="The osfr R Package" data-latex="[The osfr R Package]"}

package_logo("images/osf/osfr-logo.png", format = output_format,
             tex_width = .25)

The osfr R Package [@R-osfr] provides a suite of functions for interacting R with the Open Science Framework. In particular, using the osfr R Package, we can:

Package documentation with all details is available at https://docs.ropensci.org/osfr/. :::

\newpage :::{.doclinks data-latex=""}

The OSF {-}

Extra {-}

:::



arca-dpss/manual-open-science documentation built on Jan. 7, 2023, 12:50 a.m.