https://github.com/mjskay/when-ish-is-my-bus
Data and code for "When (ish) is My Bus? User-centered Visualizations of Uncertainty in Everyday, Mobile Predictive Systems" (CHI 2016)
https://github.com/mjskay/when-ish-is-my-bus
Last synced: about 1 year ago
JSON representation
Data and code for "When (ish) is My Bus? User-centered Visualizations of Uncertainty in Everyday, Mobile Predictive Systems" (CHI 2016)
- Host: GitHub
- URL: https://github.com/mjskay/when-ish-is-my-bus
- Owner: mjskay
- License: apache-2.0
- Created: 2016-01-08T18:48:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T14:30:59.000Z (over 8 years ago)
- Last Synced: 2025-06-10T15:09:39.400Z (about 1 year ago)
- Language: R
- Size: 90.7 MB
- Stars: 44
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-transit - When(ish) is my bus? Data and code - The data and code (R) behind Whenish is my bus? Data includes three days of historical vehicle positions and the survey results. (Resources / Research and Commentary)
- awesome-transit - When(ish) is my bus? Data and code - The data and code (R) behind Whenish is my bus? Data includes three days of historical vehicle positions and the survey results. (Uncategorized / Uncategorized)
README
# Data and code for _When (ish) is My Bus? User-centered Visualizations of Uncertainty in Everyday, Mobile Predictive Systems_
[](http://www.apache.org/licenses/LICENSE-2.0)
[](http://dx.doi.org/10.1145/2858036.2858558)
[](https://dx.doi.org/10.6084/m9.figshare.2061876)
_Matthew Kay ([mjskay@uw.edu](mailto:mjskay@uw.edu))_
_Tara Kola ([tara.kola@tufts.edu](mailto:tara.kola@tufts.edu))_
_Jessica Hullman ([jhullman@uw.edu](mailto:jhullman@uw.edu))_
_Sean Munson ([smunson@uw.edu](mailto:smunson@uw.edu))_
This repository contains supplemetary material for:
Matthew Kay, Tara Kola, Jessica Hullman, Sean Munson. _When (ish) is My Bus?
User-centered Visualizations of Uncertainty in Everyday, Mobile Predictive Systems_.
CHI 2016. DOI: [10.1145/2858036.2858558](http://dx.doi.org/10.1145/2858036.2858558).
## Repository contents
* [survey.pdf](survey.pdf): Survey to understand requirements for showing uncertainty in the public transit domain.
* [survey-analysis.md](survey-analysis.md): A description of the analyses from our paper using R code and associated output.
* [quantile-dotplots.md](quantile-dotplots.md): A description of how to generate quantile dotplots.
* [bus-model.md](bus-model.md): An example of the type of model used to generate probabilistic predictions of
bus arrival times for the survey
* [experiment.pdf](experiment.pdf): Experiment to evaluate the visualizations in this study.
* [data/](data/): Data used in the analyses
* [R/](R/): Additional R files for the analysis (referred to in context in the documents above).
* [fits/](fits/): Model fit objects generated by Stan regression models.