Home

News

The Masters Degree

Admission Information

Academic Program

Masters Project

Other programs in applied maths & informatics

Information for Foreign Students

Restricted area




Universities

2020-2021 InfoVis project

Goal

Produce an interactive visualization that allows the exploration of the data set or that conveys interesting information about the dataset.

Instructions

You are expected to:

  • formulate questions that should be answerable using information present in the data set (see below) and
  • design interactive visualizations that can help answer those questions
  • form groups and converge on questions and visualisations for the group
  • implement some of those visualizations (using d3.js or anything else that you code)

Schedule

Each bold entry is an assignment, and as such should be send by email at blanch@imag.fr.

6 nov.warmup: complete D3.js practical works step #0 (0%) and step #1 (10%) (see UIS-IV)10%
13 nov.formulate 5-10 questions (see below for examples)10%
27 nov.design visualisations (see below for instructions)40%
dec.form group if you want (1-2 persons) 
15 jan.implement visualisation (precise modalities TBA)40%

Dataset

This year dataset gives information about work travels by members of a research lab.

The data set is available at https://gricad-gitlab.univ-grenoble-alpes.fr/blanchr/2020-carbon. The README.md file gives some information about the structure of the data tables.

You can download an archive of the data that includes some sample of visualizations with d3.

Questions

Interrogations about the data set can belongs to different main categories. Below are some sample questions, you will have to expand this list with your own questions:

  • getting global insights, e.g.:
    • how are the CO2 emissions distributed across users?
    • how are travel distance distributed?
    • how are trip duration distributed?
  • focusing on subsets
    • how are those values distributed for a specific house (title, etc.)?
    • how many users travel to a specific region (continent, country, etc.)?
  • comparing subsets
    • which house travel most (is absolute value or relative to the size of the house)?
    • Does the rank/title/institution impact emissions?

You may also want to show what impact would have had a specific policy on travel (e.g. what if people are allowed a maximum of number of missions per year (or a maximum of kms, days abroad, emissions, etc.) on the actual data.

Visualisations design

Choose 2 questions, one about global insights, one about comparing subsets. Propose visualisations to answer those questions. If the questions are linked, that can be a single visualisation, provided it allows to first concentrate on global insights, then onto comparison.

You will have to provide explicitly, for each visualisation:

  • the visual mapping, e.g. using a table (à la Card & Mackinlay)
  • the design rational that led to this visual mapping
  • a precise description of the interaction (if the user does this, then …)
  • sketches of the visualisations to explain the parts of the visualisation that can not be captured by the visual mapping (interaction, and mapping details)

Do not limit yourselves to what you would be able to implement. For this part, consider you will have a staff of engineers working for you, and you just have to give a specification of your visualisations.

Implementation

Form groups of two people or work alone if you prefer.

Select one question per member of the group. Implement visualisation(s) to answer those questions. It should allow to go from an overview of the dataset to the details that allow to gain insights on the question. It can be a single visualisation, where interaction allows to go from the overview to the details. It can consist in multiple more simple visualisations if needed.

You have to code your visualisations. It means that given the dataset and your code, I should be able to run your visualisation on my computer. You can use javascript/d3 (+ other libraries), python (+dependencies if they are available in pypi), R … You can use jupyter notebooks, RStudio but nothing else (no online tool). If the tool you are planning to use is not explicitly in this list, you have to ask if you can use it.

You are expected to deliver your work by email at blanch@imag.fr with:

  • an archive of your code and a readme that lists the dependencies of your code and gives the steps to run your visualisation (zip, tgz, no rar)
  • a report that explains how the visualisations are answering the questions and if, how and why they differ from your initial designs (pdf, md, html, no doc).

Defenses

This part is likely to change, depending on the evolution of the COVID-19 pandemic.

Expectations

You are expected to present your visualizations, and to explain how they help answer the questions you choose to investigate. You are expected to justify the design choices for the visualizations, i.e., why is the visual mapping you choose pertinent given the data at hand and the insights you are looking to find. You are expected to send by email at blanch@imag.fr the material used for the defense.

Past projects

  • 2019-2020 World Inequality Database: income inequalities visualized
  • 2018-2019 OpenFoodFacts visualized
  • 2017-2018 approval voting and evaluative voting during the 2017 french presidential election
  • 2016-2017 BBC's 100 greatest films of the 21st Century
Edit - History - Print - Recent Changes - Search
Page last modified on October 01, 2021, at 07:16 AM