-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
51 lines (51 loc) · 3.14 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: About
---
<main>
<section class="about__preface">
<div class="preface__column">
<h2>The infopoetry</h2>
<p>Infopoetry is a portmanteau word that combines the words “information” and “poetry”. The main goal of an
infopoetry is not only to display a dataset, but also to make people feel the data. In order to
accomplish this, an infopoetry matches data visualization with poetry, so it’s a poetic way to display a
dataset.</p>
<p>The first infopoetries were designed during the final synthesis studio held by DensityDesign Research Lab
at Politecnico di Milano. During the course, students have to work with complex and controversial issues
in order to design a visual interpretation of a phenomenon. The students are asked to use structured
data, provide by the institutions as well as unstructured data that they will collect using digital
methods. Finally, they are asked to produce a final artifact that explains in a meaningful way the
highlights of their research.</p>
<p>It’s in this respect that that the infopoetry was first proposed as an individual assignment by the
Research Lab during the Academic year 2013-2014. Over the years, the assignment has become a crucial
aspect of the course. As Salvatore Zingale – one of the course's professors – explains, infopoetry is
becoming a sort of bridge between art and data visualization design, allowing the students to express a
topic of their choice in an artistic and emotional way.</p>
<h2>The process behind an infopoetry</h2>
<p>Due to the experimental nature of the assignment, there is no fixed methodology. However, it is possible
to trace a creation process common to most of the infopoetries.</p>
<p>First, it is essential to choose a dataset. Over the years, students have experimented with all kinds of
topics and dataset, with an inclination to more tragic content.</p>
</div>
</section>
<section class="viz__stacked">
<div class="stacked__header">
<div class="stacked__buttons">
<p>Show values:</p>
<button class="stacked__absolute active">Absolute</button>
<button class="stacked__normalized">Normalized</button>
</div>
<div class="stacked__legend">
<p>Legend (hover to highlight):</p>
<div class="legend__container">
<p>Topics</p>
</div>
</div>
</div>
</section>
<section class="preface__column">
<p>Then, the identification of a strong metaphor is crucial for building an effective infopoetry. The metaphor puts aside the quantitative aspects of the data to engage the user with a more emotional and empathic way. Every medium can be used to convey the metaphor.</p>
</section>
<section class="viz__matrix">
<div class="matrix__legend"></div>
</section>
</main>