Lab experiment programmed in Python and designed to study the impact of time perception on route choices in public transport. The experiment instructions were written in Spanish and English as half of participants were from Santiago, Chile and London, UK. To have an overview of the experiment and the research project, please visit https://pabloguarda.github.io/research/4-travel-behavior/. Implementation is supported by PyQt5 and Python 3. Data from the experiment is available at this link.
- Clone the repository
- Create virtual environment (e.g. "venv")
python3 -m venv venv
- Activate virtual environment
source venv/bin/activate
- Install the development dependencies:
pip install -r requirements/dev.txt
- Run
python3 Main.py