-
Notifications
You must be signed in to change notification settings - Fork 0
/
tesi.html
125 lines (88 loc) · 4.64 KB
/
tesi.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html >
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet">
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/AnimOnScroll.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="images/bg-trasp-blue.png"/>
<title>Beatrice Gobbo</title>
<meta rel="author" content="Beatrice Gobbo">
<meta name='description' content= 'Hi'>
<meta name='keywords' content= 'Beatrice Gobbo, Beatrice, Gobbo, Designer, Data Visualization, Data, Information, Visual, Visualization'>
<!-- <meta name="robots" content="noodp">
<meta name="robots" content="noarchive">
<meta name="google-site-verification" content="e6sfBuUSyju54gzYCrxik9_dBzGsch79x_LJpvPgKV0" />
<link rel="shortcut icon" href="immagini/logo-sito-piccolo.png" type="image/png" size="16x16">
<link rel="mask-icon" href="immagini/short.ico" color="#000000">
<link rel="apple-touch-icon" href="immagini/short.ico" sizes="180x180" type="image/png">
<meta property="og:title" content="Beatrice Gobbo" />
<meta property="og:type" content="Portfolio">
<meta property="og:url" content="http://www.beatricegobbo.com"/>
<meta property="og:image" content='immagini/cover.png'>
<meta property="og:description" content="I am a visual designer." />
<meta property="og:site_name" content="Beatrice Gobbo" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="Beatrice Gobbo">
<meta name="twitter:title" content="Portfolio">
<meta name="twitter:description" content="I am a visual designer.">
<meta name="twitter:image" content="immagini/cover.png"> -->
</head>
<body>
<div class="container-fluid">
<nav class="navbar navbar-default navbar-fixed-top">
<div class='container'>
<div id='header'>
<div class='row'>
<div id='menu-sin'>
<div class='col-lg-6 col-md-6 col-sm-6 col-xs-6'>
<p><a href="index.html">Works</a></p>
</div>
</div>
<div id='menu-dx'>
<div class='col-lg-6 col-md-6 col-sm-6 col-xs-6'>
<p><a href="about.html">about me</a></p>
</div>
</div>
</div>
</div>
</div>
</nav>
<!-- project description-->
<div class='container' style='margin-top:100px; margin-bottom:0px;'>
<div class=row>
<div class='col-lg-12 col-md-12 col-sm-12'>
<div class="date">
<p>2017</p>
</div>
<div class ='field'>
<h2> Data Visualisation, Computational Sciences, Communication Design</h2>
</div>
<div class='title'>
<h1><em>Tomotopigrafie.</em></h1>
<h1>Visual models for dinamic and hierarchical topic modeling processes.</h1>
</div>
</div>
<section class='description col-lg-8'>
<p>In the information overload age the user needs to find specific information without reading huge collection of documents.
Topic modeling is a statistical model based on supervised and unsupervised algorithms that starting from an extended group of documents (corpus), allows to detect the treated shared topics starting from the identification of the keywords.
In the last decade, the contribution of data visualization has become fundamental to improve the analysis and use of data. Always addressing an expert and niche audience the visualization of the results of topic modeling has always been linked to visual models sedimented and known as the streamgraph, the word clouds and the force directed graph. During the initial research phase of this thesis, it emerged that a metaphorical approach to data complexity can facilitate its representation and usability through a simple and intuitive interface.
Initially, in Topic Tomographies (TopTom), a project in collaboration with ISI Foundation, the use of known visual models that evoke techniques of representation of the human body from the medical field has been experimented.
Finally, critical issues and limitations of the project allowed us to analyze thoroughly the characteristics of the data, turning on the interest for the definition and visualization of the topic itself, abstract entity and automatically generated by an algorithm.
</p>
</section>
<iframe style="width:100%; height:605px; margin-top: 5%;" src="//e.issuu.com/embed.html#13762659/61390054" frameborder="0" allowfullscreen></iframe>
</div>
<!-- END CONTAINER FLUID -->
</div>
<div class="footer"> <p>Beatrice Gobbo. All rights reserved. 2020</p></div>
</div>
</body>
</html>