Hands-on: Using scientific publication databases for meta-research studies

Having the bird’s eye view: Introduction to metascientific research practices workshop

Zurich 2023.11.35.

The aim of the repository is to present an opinionated and simplified project workflow for extracting, cleaning, and analyzing data from research papers retrieved from scientific publication databases.

Using this project on your computer

  • Install git on your computer see here and introduce yourself to it see here
  • Fork the repository (optional)
  • Clone the repository to your local machine by git clone
  • Go to the cloned directory
  • Install pipenv to run virtual working environment by typing pip install pipenv in your terminal
  • Install the packages of the projects in the working environment using pipenv install --ignore-pipfile or pipenv install
  • Run the jupyter notebook by pipenv run jupyter notebook