The aim of the course is to introduce the basic principles of data visualization, both from a more theoretical point of view and from a practical point of view. Upon completion of the course, the student should be able to perform data cleaning, visual design, and implementation using the best-known data visualization techniques.
Teachers
Person in charge
Pere Pau Vázquez Alcocer (
)
Others
Imanol Muñoz Pandiella (
)
Marta Fairen Gonzalez (
)
Oscar Argudo Medrano (
)
Weekly hours
Theory
1.5
Problems
0.5
Laboratory
2
Guided learning
0.082
Autonomous learning
8.418
Competences
Transversal Competences
Information literacy
CT4 - Capacity for managing the acquisition, the structuring, analysis and visualization of data and information in the field of specialisation, and for critically assessing the results of this management.
Basic
CB7 - Ability to integrate knowledge and handle the complexity of making judgments based on information which, being incomplete or limited, includes considerations on social and ethical responsibilities linked to the application of their knowledge and judgments.
CB8 - Capability to communicate their conclusions, and the knowledge and rationale underpinning these, to both skilled and unskilled public in a clear and unambiguous way.
CB9 - Possession of the learning skills that enable the students to continue studying in a way that will be mainly self-directed or autonomous.
Generic Technical Competences
Generic
CG2 - Identify and apply methods of data analysis, knowledge extraction and visualization for data collected in disparate formats
Technical Competences
Especifics
CE5 - Model, design, and implement complex data systems, including data visualization
CE11 - Analyze and extract knowledge from unstructured information using natural language processing techniques, text and image mining
Objectives
Introduction to Visualization
Related competences:
CT4,
CG2,
CE5,
CE11,
CB7,
CB8,
CB9,
Subcompetences:
Goals of visualization systems
Basic concepts
History of visualization
Data, tasks, and users
Perception
Related competences:
CE5,
CE11,
CB8,
CB9,
Subcompetences:
Basic concepts
Preattentive variables
Ranking of visual variables
Application of perception in visualization
Basic data visualization techniques
Related competences:
CT4,
CE5,
CE11,
CB8,
Subcompetences:
Visualization 101
This section will introduce the most important visualization concepts, some bad practices will be described. The history of the display will also be discussed.
Data visualization idioms
This topic will show the most basic data visualization techniques and also present some more advanced techniques for visualizing complex data, such as multi-variable visualization or geospatial visualization.
Perception
The basic operation of the visual perception system will be explained. Some important concepts such as attentional variables, the importance of color, and the most important principles of perception will also be described. It will also describe which visual variables are perceived more carefully than others.
Multiple view design
To represent highly complex information, it is very common to need multiple variables and views. This section will cover how to design complex systems using multiple views: how to organize views, separate data, and how to create linked interactions.
Implementation of data visualization applications
There are many tools and technologies developed that allow the programming of data visualization systems. There are tools that do not require any programming such as Tableau, Vega, Lyra or that provide more control over the result using programming languages and libraries such as Altair for Python, Matplotlib for R, or D3 for JavaScript. The aim of this topic is for students to be able to assess the needs of a project in order to be able to choose the right tool. In addition, it will also be essential for students to learn how to make interactive data visualization applications using a modern library, such as Altair or Vega.
Visualization for specialized data
This section will deal with data that have a specific nature, such as geospatial data, temporal data, textual data, etc.
Advanced concepts
In this section, we will deal with advanced visualization concepts, that may include areas such as the visualization of scientific data, dimensionality reduction algorithms, etc.
Activities
ActivityEvaluation act
Introduction to visualization and data visualization systems
Topic development: Introduction to visualization
Theory: Display definition. Importance and impact. Introduction to display systems.
Topic development: perception and color.
Ranking of visual variables.
Concepts of perception: preattentive variables.
Principles of perception.
Marks and channels.
Use of color and color palettes.
Theory: Perception and color. Ranking of visual variables. Concepts of perception: attentive variables. Principles of perception. Brands and channels. Use of color and color palettes.
Problems: Perception and color. Ranking of visual variables. Concepts of perception: attentive variables. Principles of perception. Brands and channels. Use of color and color palettes.
This section will deal with the specific types of data: geospatial data, text, etc., which are particular because of the way the data is represented, and the techniques required for its visualization. Objectives:5987 Contents:
Delivery of the first part of the project: Static visualization Objectives:21365 Week:
6 (Outside class hours)
Theory
0h
Problems
0h
Laboratory
0h
Guided learning
0h
Autonomous learning
6h
Lab2 delivery
Delivery of the second part of the project: Lab2 Objectives:21310659874 Week:
14 (Outside class hours)
Theory
0h
Problems
0h
Laboratory
0h
Guided learning
0h
Autonomous learning
10h
Final exam
There will be a final test to demonstrate the knowledge acquired in the subject. Objectives:2131065987411 Week:
15 (Outside class hours)
Theory
2h
Problems
0h
Laboratory
0h
Guided learning
0h
Autonomous learning
8h
Teaching methodology
The subject will be taught with theoretical content and problems that will be raised during the development of the theoretical classes and more technical content taught in the laboratory classes. In the laboratories, you will start by solving simple visualization exercises and then you will move on to developing a project in two stages. In a first stage, a static multi-view visualization will be performed and in a second stage, interaction and more complex visualization elements will be added.
Evaluation methodology
The subject will be evaluated with a project that will have two deliveries and a final exam (FinalExam). The first installment will be a static display (Lab1) and the second will be an interactive display (Lab2). The final grade will be: NF = Lab1 * 0.3 + Lab2 * 0.4 + 0.3* FinalExam
Students should have a basic knowledge of statistics and eventually computer graphics. They should also be able to program in some general programming language, preferably Python.