tilburgsciencehub / airbnb-workflow

Example workflow for reproducible science project, using public AirBnB data
3 stars 5 forks source link

Reproducible research workflow with public AirBnB Data

Hannes Datta, h.datta@tilburguniversity.edu Hulai Zhang, h.zhang_4@tilburguniversity.edu

Toolkit

To illustrate the versatility of automating one's research, we are using various tools (R, Python, STATA, PERL and TeX/LyX) in this workflow!

How to get started

How to run the workflow

Open your command line tool:

Directory structure

Make sure makefile is put in the present working directory. The directory structure for the workflow is shown below.

├── data
├── gen
│   ├── analysis
│   │   ├── input
│   │   ├── output
│   │   │   ├── figure
│   │   │   ├── log
│   │   │   └── table
│   │   └── temp
│   ├── data_preparation
│   │   ├── audit
│   │   │   ├── figure
│   │   │   ├── log
│   │   │   └── table
│   │   ├── input
│   │   ├── output
│   │   │   ├── figure
│   │   │   ├── log
│   │   │   └── table
│   │   └── temp
│   └── paper
│       ├── input
│       ├── output
│       └── temp
└── src
    ├── analysis
    ├── data_preparation
    └── paper