-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
456 lines (345 loc) · 18 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!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=Lora" 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='stylesheet' href="https://fonts.googleapis.com/css?family=Karla">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel='css/font-awesome.css' rel="stylesheet" media="screen">
<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 an information 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 an information designer."> -->
<!-- <meta name="twitter:image" content="immagini/cover.png"> -->
</head>
<body>
<div id="about">
<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="mailto:[email protected]?Subject=Hello" target=”_blank”>contact</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-6 col-md-12 col-sm-12'>
<p>born in Genoa, in 1992</p>
<p class="coord">44.4056° N, 8.9463° E</p>
</div>
<section class='city col-lg-6 col-md-6 col-sm-12'>
<p>based in Milan, since 2014</p>
<p class="coord">45.4642° N, 9.1900° E </p>
</section>
</div>
<div class='col-lg-12 col-md-12 col-sm-12'>
<div class=row>
<section class="intro">
<h2>
My current academic research is focused on inquiring how communication design can be framed within the field of Explainable AI addressed to lay, <em>victim</em> users. </h2>
</section>
<div class=row>
<div class='education'>
<div class='col-lg-3 col-md-12 col-sm-12'>
<h2><a href="https://drive.google.com/file/d/1KnLUgHJKTqmlSfUzVISoD7f-xug_QN9E/view?usp=sharing">Positioning the Research</a> </h2>
<p>July, 2019</p>
</div>
<div class='col-lg-3 col-md-12 col-sm-12'>
<h2><a href="https://drive.google.com/file/d/1KnLUgHJKTqmlSfUzVISoD7f-xug_QN9E/view?usp=sharing">First Assessment</a> </h2>
<p>July, 2019</p>
</div>
<div class='col-lg-3 col-md-12 col-sm-12'>
<h2><a href="https://docs.google.com/document/d/1719fxRDALGGDeWDJdpwOrOWzSlpQd2Lp_OccKoTwAGI/edit?usp=sharing">Second Assessment Doc</a> </h2>
<p>March, 2020</p>
</div>
<div class='col-lg-3 col-md-12 col-sm-12'>
<h2><a href="https://drive.google.com/file/d/1Zc0P_S-R3wZF0SZkoYj9JCdXkRYbl91m/view?usp=sharing"
>Doctoral Colloquium</a> </h2>
<p>October, 2020</p>
</div>
</div>
</div>
<div id='pub'>
<div class='education'>
<h1>Publications</h1>
<h4><a href="https://link.springer.com/chapter/10.1007/978-3-030-68007-7_12" target=”_blank”>Italian Workshop on Visualization and Visual Analytics</a></h4>
<h2>Explaining AI Through Critical Reflection Artifacts</p>
<p><em>B. Gobbo</em></p>
<h6>AVI-BDA 2020, ITAVIS 2020. Lecture Notes in Computer Science, vol 12585. Springer, Cham. https://doi.org/10.1007/978-3-030-68007-7_12</h6>
<p>2021</p>
</div>
<div class='education'>
<h4><a href="https://www.e-publicacoes.uerj.br/index.php/logos/article/view/51523" target=”_blank”>LOGOS</a></h4>
<h2>APIs de Visão Comh2utacional: investigando mediações algorítmicas a partir de estudo de bancos de imagens</p>
<p><em>T. Silva, A. Mintz, J. Joceli Omena, B. Gobbo, T. Oliveira, T. Takamitsu, E. Pilipets, H. Azhar</em></p>
<h6>LOGOS 52 VOL 27 N 01 PPGCOM UERJ | DOSSIÊ INSTABILIDADE E CONFLITO DAS/NAS IMAGENS </h6>
<p>2020</p>
</div>
<div class='education'>
<h4><a href="https://re.public.polimi.it/retrieve/handle/11311/1132634/498643/2470.pdf" target=”_blank”>INTED2020 Proceedings</a></h4>
<h2>Research protocol diagrams as didactic tools to act critically in dataset design processes.</p>
<p><em>M. Mauri, A. Briones; B. Gobbo; G. Colombo</em></p>
<h6>ISSN:2340-1079 - ISBN:978-84-09-17939-8 </h6>
<p>2020</p>
</div>
<div class='education'>
<h4><a href="https://onlinelibrary.wiley.com/doi/abs/10.1111/cgf.13714" target=”_blank”>EuroVis Conference 2019</a></h4>
<h2>Topic Tomographies: a visual approach to distill information from media streams</h2>
<p><em>B. Gobbo, D. Balsamo, M. Mauri, P. Bajardi, A. Panisson, P. Ciuccarelli</em></p>
<h6>Volume 38, Issue 3 - June 2019 - pp. 609-621</h6>
<p>2019</p>
</div>
<div class='education'>
<h4><a href="https://www.icnova.fcsh.unl.pt/en/icnova-metodos-digitais/" target=”_blank”>ICNOVA</a></p>
<h2>O papel do designer no contexto do Data Sprint.</h2>
<p><em>M. Mauri, B. Gobbo, G. Colombo</em></p>
<h6>pp.161-180. In MÉTODOS DIGITAIS TEORIA-PRÁTICA-CRÍTICA - ISBN:978-972-9347-34-4</h6>
<p>2019</p>
</div>
<div class='education'>
<h4><a href="http://www.engramma.it/eOS/index.php?id_articolo=3515" target=”_blank”>La Rivista di Engramma</a></h4>
<h2>Venezia, la ‘Festa Mobile’: per un atlante in fieri. Luoghi, figure e forme della favola antica nel primo Rinascimento. </h2>
<p><em>F. Bortoletti, B. Gobbo, T. Elli, G. Gerbino, P. Ciuccarelli</em></p>
<h6>pp.1-10. In LA RIVISTA DI ENGRAMMA - ISSN:1826-901X vol. 160</h6>
<p>2018</p>
</div>
</div>
<hr>
<div id='academic'>
<div class='education'>
<h1>Academic Experiences</h1>
<h4><a href="http://vissv.org/" target=”_blank”>IEEE VIS CONFERENCE</a></h4>
<h2>Student Volunteer Chair</p>
<p>October, 2020 - now</p>
</div>
<div class='education'>
<h4><a href="https://sites.google.com/diag.uniroma1.it/itavis" target=”_blank”>ITAVIS 20 - AVI2020 Conference</a></h4>
<h2>Committee Member</p>
<p>September, 2020</p>
</div>
<div class='education'>
<h4><a href="https://visap.net/" target=”_blank”>VISAP - Vis Art Programm IEEE</a></h4>
<h2>Reviewer</p>
<p>June, 2020</p>
</div>
<div class='education'>
<h4><a href="http://www.desis-philosophytalks.org/desis-philosophy-talk-7-1-designing-as-politics-of-nature-polimi/
" target=”_blank”>Politecnico di Milano - Polifactory</a></h4>
<h2>DESIS Philosophy Talks - Exhibition Organisation</p>
<h2>Organiser</h2>
<p><em> Curators: Annalinda De Rosa, Stefano Maffei, Ezio Manzini and Virginia Tassinari</em></p>
<p>November, 2019</p>
</div>
<div class='education'>
<h4><a href="https://www.e-publicacoes.uerj.br/index.php/logos/article/view/51523" target=”_blank”>Dagsthul Seminar - Schloss Dagsthul</a></h4>
<h2>Machine Learning Meets Visualization to Make Artificial Intelligence Interpretable</p>
<h2><a href="https://drops.dagstuhl.de/opus/volltexte/2020/11982/pdf/dagrep_v009_i011_p024_19452.pdf">FINAL REPORT</a></h2>
<h2>Participant and Collector</h2>
<p><em> Enrico Bertini, Peer-Timo Bremer, Daniela Oelke, Jayaraman J. Thiagarajan</em></p>
<p>November, 2019</p>
</div>
<div class='education'>
<h4><a href="" target=”_blank”>IEEE VIS</a></h4>
<h2>Student Volunteer</h2>
<p>October 2018 & Ocotber 2019 & October 2020</p>
</div>
<div class='education'>
<h4><a href="" target=”_blank”>King's College</a></h4>
<h2>The interface of the new AI Workshop</h2>
<h2>Participant</h2>
<p>May, 2019</p>
</div>
</div>
<hr>
<div class='education'>
<h1>Teaching</h1>
<h4><a href="https://densitydesign.org/teaching/" target=”_blank”> Politecnico di Milano</a></h4>
<h2>Teaching Assistant</h2>
<p>Final Sintesi Studio - DensityDesign Lab</p>
<p>2017 - 2020</p>
</div>
<div class='education'>
<h4><a href="" target=”_blank”>Università Milano Bicocca</a></h4>
<h2>Teacher</h2>
<p>Data Visualisation Module - Big Data and Analytics Master</p>
<p>2019 - 2020</p>
</div>
<div class='education'>
<h4><a href="" target=”_blank”>Politecnico di Milano - MIP</a></h4>
<h2>Teacher</h2>
<p>Data Visualisation Module - Business Analysis and Big Data Master</p>
<p>2019 - 2020</p>
</div>
<div class='education'>
<h4><a href="http://inovamedialab.org/" target=”_blank”>Inova Medialab - Universitad de Lisboa, Portugal</a></h4>
<h2>Supervisor</h2>
<p>Smart Data Sprint 2018, 2019, 2020</p>
<p>2018 - 2020</p>
</div>
<div class='education'>
<h4><a href="https://wiki.digitalmethods.net/Dmi/" target=”_blank”>University of Amsterdam - Netherlands</a></h4>
<h2>Supervisor</h2>
<p>DMI Winter and Summer Schools</p>
<p>2017 - 2020</p>
</div>
<div class='education'>
<h4><a href="https://www.facebook.com/events/1725292631099595/" target=”_blank”>Tantlab Copenaghen - AAlborg University, Copenaghen, Denmark</a></h4>
<h2>Facilitator</h2>
<p>Visualizing Ambiguity Workshop</p>
<p>December 2018</p>
</div>
<div class='education'>
<h4><a href="https://www.facebook.com/events/1725292631099595/" target=”_blank”>COST Action</a></h4>
<h2>Facilitator</h2>
<p>COST Action - Reassembling the republic of letters</p>
<p>Como - Italy</p>
<p>July 2017</p>
</div>
<hr>
<div class='education'>
<h1>Prizes and Mentions</h1>
<div class='education'>
<h4> <a href="https://vizknowledge.aalto.fi/archive/2019/showcase/" target=”_blank”>Visualizing Knowledge 2019</a></h4>
<h2>Projects Showcase</h2>
<h2><a href="https://andreabenedetti.github.io/killingbees/">He Was Always Nice - An Overview on Mass Shootings</a></h2>
<p>2019</p>
</div>
<h4> <a href="https://www.informationisbeautifulawards.com/showcase/2325" target=”_blank”>Kantar Information is beautiful awards 2017</a></h4>
<h2>Silver</h2>
<h2><a href="https://densitydesign.github.io/teaching-dd12/es01/group01/">The Point of no return. How the world is adapting to climate change</a></h2>
<p>2018</p>
</div>
<div class='education'>
<h4> <a href="https://www.informationisbeautifulawards.com/showcase/2325" target=”_blank”>Kantar Information is beautiful awards 2017</a></h4>
<h2>Best Studio Award - DensityDesign Lab</h2>
<p>2018</p>
</div>
<hr>
<div class='education'>
<h1>Talks</h1>
<div class='education'>
<h4><a href="" target=”_blank”>Milano Design Days 2020 - Design of the New Extended Relations - Politecnico di Milano</a></h4>
<h2>Assembramenti digitali da spazi ambigui / Digital Aggregations from ambigous places</h2>
<h2><a href="/images/mdm20.pdf" download>SLIDES</a></h2>
<p><em>A. Benedetti, B. Gobbo </em></p>
<p>Milano, Italy</p>
<p>October, 2020</p>
</div>
<div class='education'>
<h4><a href="https://interactiondesignday.org/2019event/milan-italy/" target=”_blank”>IDD ITALY - Interaction Design Days </a></h4>
<h2>Design Concerns in a Data Intensive Society</h2>
<h2><a href="https://drive.google.com/file/d/1m3rRbMyq6q_6gsdXnGKEl8Az-b8yJTI4/view?usp=sharing">SLIDES</a></h2>
<p><em>A. Benedetti, A. Briones, B. Gobbo </em></p>
<p>Milano, Italy</p>
<p>September, 2019</p>
</div>
<div class='education'>
<h4><a href="http://inovamedialab.org/smart/digital-methods/smartdatasprint-2019" target=”_blank”> Data Sprint: Beyond Visible Engagement</a></h4>
<h2>Visual Models for Text Visualisation. How I failed several times</h2>
<h2><a href="https://www.youtube.com/watch?v=X-zKC3uIDew" target=”_blank”>Video</a></h2>
<p>Lisboa, Portugal</p>
<p>January 2019</p>
</div>
</div>
<hr>
<!-- Polimi-->
<div class='education'>
<h1>Education</h1>
<h4><a href="htth4://phd.design.polimi.it/overview/phd-students-and-graduates/" target=”_blank”>Politecnico di Milano</a></h4>
<h2>PhD Student</h2>
<p>Information Design and Data Visualization</p>
<p>November 2018 - ongoing</p>
</div>
<div class='education'>
<h4><a href="http://www.design.polimi.it/index.php?id=304&uid=219&k_cf=19&k_corso_la=1162&annoAA=2017&L=0" target=”_blank”>Politecnico di Milano </a></h4>
<h2>Master Degree </h2>
<p>Communication Design</p>
<p>2015 - 2018</p>
</div>
<div class='education'>
<h4><a href="htth4://datashack.deib.polimi.it/2017.html" target=”_blank”>Politecnico di Milano and Harvard University</a></p>
<h2>INTERNATIONAL EXCHANGE</h2>
<p>Data Visualization and Data Science</p>
<p>2017</p>
</div>
<div class='education'>
<h4><a href="htth4s://architettura.unige.it/design_triennale" target=”_blank”>Scuola Politecnica di Genova</a></p>
<h2>Bachelor Degree</h2>
<p>Product and Nautical Design</p>
<p>2011 - 2014</p>
</div>
<div class='education'>
<h4><a href="htth4s://design.kedge.edu/" target=”_blank”>Kedge Design School, Toulon, France</a></p>
<h2>Erasmus Project</h2>
<p>Global Design</p>
<p>2013 - 2014</p>
</div>
<hr>
<div class='education'>
<h1>Work experience</h1>
<h4><a href="index.html">Freelance</a></h4>
<p>Genoa, Milan</p>
<p>2012 - now</p>
</div>
<div class='education'>
<h4><a href="http://www.apart-collective.com/">Apart Collective - Milan</a></h4>
<h2>Intern - Information Designer</h2>
<p>2016</p>
</div>
<div class='education'>
<h4><a href="https://www.dotnext.it/en/">Dot Next Studio - Genoa</a></h4>
<h2>Intern - Junior Graphic Designer</h2>
<p>2012</p>
</div>
</div>
</div>
</div>
</div>
<!-- END CONTAINER FLUID -->
<div class="footer">
<p>Beatrice Gobbo. All rights reserved. 2018</p>
</div>
</div>
</body>
</html>