Source code for an experiment about bubble charts on mobile phones
Перейти к файлу
microsoft-github-policy-service[bot] cf1cf31aee
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 19:01:29 +00:00
data_analysis conservative CIs 2019-06-13 17:13:27 -07:00
public anonymization 2019-01-10 13:21:35 -08:00
src no cookie 2019-03-31 10:39:16 -07:00
.gitattributes socket work 2018-11-06 10:26:48 -08:00
.gitignore socket work 2018-11-06 10:26:48 -08:00
LICENSE readmes 2019-01-16 11:47:40 -08:00
README.md readme 2019-03-31 10:56:24 -07:00
SECURITY.md Microsoft mandatory file 2023-06-02 18:29:46 +00:00
app.js oss release 2019-01-10 13:17:31 -08:00
package.json git link 2019-03-31 10:58:28 -07:00
participantList.js oss release 2019-01-10 13:17:31 -08:00
screenshots.png new screenshot 2019-01-25 13:29:09 -08:00
web.config socket work 2018-11-06 10:26:48 -08:00
webpack.config.js initial commit 2018-09-21 15:10:33 -07:00

README.md

A Comparative Evaluation of Animation and Small Multiples For Trend Visualization on Mobile Phones

This repository contains supplemental material for a research paper A Comparative Evaluation of Animation and Small Multiples For Trend Visualization on Mobile Phones by Matthew Brehmer (Microsoft Research), Bongshin Lee (Microsoft Research), Petra Isenberg (Inria), and Eun Kyoung Choe (University of Maryland).

It contains including source code for software used in an experiment as well as experimental data and analysis scripts.

The five stages of a single task, as experienced in the Animation condition (top) and in the Multiples condition (bottom), comprised of atask instruction reading phase (Steps 1–2) and a task completion phase (Steps 3–5).

Figure: The five stages of a single task, as experienced in the Animation condition (top) and in the Multiples condition (bottom), comprised of a task instruction reading phase (Steps 1–2) and a task completion phase (Steps 3–5).

This repository is maintained by Matthew Brehmer.

Experiment Application Source Code

A mobile-only web application for evaluating animated and faceted versions of bubble charts.

An instance of the application is running at aka.ms/multiples, which can be viewed device running the Chrome or Safari mobile web browser.

Setup / Testing

  1. Open a terminal and navigate to this directory

  2. Ensure that nodejs is installed

  3. Install the necessary packages with npm install

  4. Start the node server with: npm start

  5. Open localhost:8080 in Chrome. For emulating a mobile usage environment, launch the Chrome debugger (CTRL + SHIFT + J) and toggle the device emulator (CTRL + SHIFT + M); select your desired mobile device. Note that the application will only be visible in portrait mode in the mobile emulator.

Icon Attribution

The application incorporates (and modifies) the following CC BY 3.0 icons from the Noun Project:

3rd party package dependencies

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.