pabloguarda / route-choice-experiment

Lab experiment implemented with PyQT to study the impact of time perception on route choice decisions. It presents choice scenarios using animations or numerical attributes.

Repository from Github https://github.compabloguarda/route-choice-experimentRepository from Github https://github.compabloguarda/route-choice-experiment

Perceived route choice experiment

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.

Development setup

  1. Clone the repository
  2. Create virtual environment (e.g. "venv") python3 -m venv venv
  3. Activate virtual environment source venv/bin/activate
  4. Install the development dependencies: pip install -r requirements/dev.txt
  5. Run python3 Main.py

Video

Video

About

Lab experiment implemented with PyQT to study the impact of time perception on route choice decisions. It presents choice scenarios using animations or numerical attributes.

License:MIT License


Languages

Language:Python 88.1%Language:HTML 11.9%