An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Data and code for _When (ish) is My Bus? User-centered Visualizations of Uncertainty in Everyday, Mobile Predictive Systems_

[![License](https://img.shields.io/badge/license-Apache%202.0-lightgrey.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![DOI](https://img.shields.io/badge/DOI-10.1145%2F2858036.2858558-blue.svg)](http://dx.doi.org/10.1145/2858036.2858558)
[![DOI](https://img.shields.io/badge/DOI-10.6084%2Fm9.figshare.2061876-blue.svg)](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.