Hannes Datta, h.datta@tilburguniversity.edu Hulai Zhang, h.zhang_4@tilburguniversity.edu
To illustrate the versatility of automating one's research, we are using various tools (R, Python, STATA, PERL and TeX/LyX) in this workflow!
anaconda --version
in the command line.pip install git+https://github.com/mcaceresb/tablefill
Make
available via the command line.Computer
Property
, and click Advanced System Settings
Environment Variables
, and choose Path
under the system variables, click edit
Make
make --version
in the command line.$STATA_BIN --version
in the command line.$LYX_BIN
in the command line.Open your command line tool:
airbnb-workflow
by typing pwd
in terminal
cd yourpath/airbnb-workflow
to change your directory to airbnb-workflow
make
in the command line.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