-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·616 lines (555 loc) · 35.6 KB
/
index.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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nice to MET you!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Template: https://github.com/BuckyMaler/global.git">
<meta name="author" content="Manuele Veggi">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<!-- Charts -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.7.0/d3.min.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script src="assets/js/googlechart/artistgraph.js" class="myjsgooglechart" id="jschartartist"></script>
<script src="assets/js/googlechart/accessionline.js" class="myjsgooglechart" id="jschartdate"></script>
<script src="assets/js/googlechart/accessiontype.js" class="myjsgooglechart" id="jscharttype"></script>
<script src="assets/js/googlechart/dealergraph.js" class="myjsgooglechart" id="jschartdealer">
</script>
<!-- Leaflet img -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css">
</link>
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/mycss.css">
</head>
<body>
<div class="perspective effect-rotate-left">
<div class="container">
<div class="outer-nav--return"></div>
<div id="viewport" class="l-viewport">
<div class="l-wrapper">
<header class="header">
<a class="header--logo" href="#0">
<!--
<img src="assets/img/logo.png" alt="Global">
-->
<p>Nice to MET you!</p>
</a>
<button class="header--cta cta">
<a style="color: white; text-decoration: none;" href="documentation.ipynb" target="_blank">
DOCS
</a>
</button>
<div class="header--nav-toggle">
<span></span>
</div>
</header>
<nav class="l-side-nav">
<ul class="side-nav">
<li class="is-active"><span>Home</span></li>
<li><span>Art collection</span></li>
<li><span>Art journeys</span></li>
<li><span>Changing identities</span></li>
<li><span>Credits</span></li>
</ul>
</nav>
<ul class="l-main-content main-content">
<li class="l-section section section--is-active">
<div class="intro">
<div class="intro--banner">
<h1>Art journeys<br>from Italy<br>to New York</h1>
<button class="cta">
<span style="margin-right: 1em;">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 150 118"
style="enable-background:new 0 0 150 118;" xml:space="preserve">
<g transform="translate(0.000000,118.000000) scale(0.100000,-0.100000)">
<path
d="M870,1167c-34-17-55-57-46-90c3-15,81-100,194-211l187-185l-565-1c-431,0-571-3-590-13c-55-28-64-94-18-137c21-20,33-20,597-20h575l-192-193C800,103,794,94,849,39c20-20,39-29,61-29c28,0,63,30,298,262c147,144,272,271,279,282c30,51,23,60-219,304C947,1180,926,1196,870,1167z" />
</g>
</svg>
</span>
<span style="margin-left: 0.3em;">START</span>
<span class="btn-background"></span>
</button>
<img src="assets/img/met_logo.png" alt="Welcome">
</div>
<div class="intro--options">
<a href="">
<h3>HIDDEN PROTAGONISTS</h3>
<p>Private collectors and art dealers: the unknown agents behind transfers of artworks</p>
</a>
<a href="">
<h3>ACROSS THE OCEAN</h3>
<p>Owing to commercial transactions, artworks can undertake long journeys</p>
</a>
<a href="">
<h3>CHANGING IDENTITIES</h3>
<p>Beside changing conservation venues, artworks may change attribution and interpretation</p>
</a>
</div>
</div>
</li>
<li class="l-section section" id="dealers">
<div class="work" style="text-align: center;">
<span id="vizheader">
<h2>Unique stories of an art collection</h2>
<h4 class="mb-3">Each artwork can tell us inimitable stories, <br> where art and commerce converge
</h4>
</span>
<div class="row" id="canc">
<div class="col-3">
<button type="button" class="btn btn-outline-danger"
onclick="toggleDivViz('firstviz','frequentdealer'); toggleScrJS('jschartdealer')">WHO?</button>
</div>
<div class="col-3">
<button type="button" class="btn btn-outline-danger"
onclick="toggleDivViz('firstviz','frequentartist'); toggleScrJS('jschartartist')">WHAT?</button>
</div>
<div class="col-3">
<button type="button" class="btn btn-outline-danger"
onclick="toggleDivViz('firstviz','accessionyear'); toggleScrJS('jschartdate');">WHEN?</button>
</div>
<div class="col-3">
<button type="button" class="btn btn-outline-danger"
onclick="toggleDivViz('firstviz','accessiontypes'); toggleScrJS('jscharttype'); bardata()">HOW?</button>
</div>
<div class="col-12 mt-3" id="metfacade">
<img src="assets/img/metfacade.png" style="width: 600px; object-fit: contain;">
</div>
</div>
<!-- Art dealers -->
<div class="mt-4 firstviz" id="frequentdealer">
<h4>The hidden protagonists of the art world</h4>
<p>More than one hundred donors contributed to the MET collection of Italian paintings<sup
onclick="alert('Gwynne Andrews is not reported among this card as no other information about him was found')">[1]</sup>
</p>
<h5>But who are the most relevant actors?</h5>
<div class="row mt-3 whoviz" id="cardrowdealer">
<div class="col-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="assets/img/friedsam.jpg" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h1>Michael Friedsam</h1>
<p>1860 - 1931</p>
<p<>He was one of the first American art collectors. At his death, he left his possession to
the city of New Yorks and bequeathed several paintings to MET and Brooklyn Museum of Art
</p>
</div>
</div>
</div>
</div>
<div class="col-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="assets/img/rogers.jpg" alt="Rogers" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h1>Jacob S. Rogers</h1>
<p>1824 - 1901</p>
<p>He was an American businessman, who bequeathed at his death almost $8 milion to the MET.
The museum still acquires art works in his name</p>
</div>
</div>
</div>
</div>
<div class="col-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img
src="https://upload.wikimedia.org/wikipedia/commons/8/87/George_Blumenthal_circa_1920.jpg"
alt="Blumenthal" style="width:300px;height:300px; object-position: right top;">
</div>
<div class="flip-card-back">
<h1>George Blumenthal</h1>
<p>1858 - 1941</p>
<p>He was an art collector and the seventh president of the Metropolitan Museum of Art</p>
</div>
</div>
</div>
</div>
<p onclick="toggleDivViz('whoviz','chartvizwho'); dealerdata();" class="slidevizcard">SEE THE
VISUALIZATION
</p>
</div>
<div class="whoviz" id="chartvizwho">
<div id="chart_dealer" style="height: 100%; margin: 0%"></div>
<p onclick="toggleDivViz('whoviz','cardrowdealer')" class="slidevizcard"
style="text-align: left; margin-top: 0.5em;">SEE THE MOST SIGNIFICANT DONORS</p>
</div>
</div>
<!-- Artists -->
<div class="mt-4 firstviz" id="frequentartist">
<h4>Five centuries of Italian art at MET</h4>
<p>The Metropolitan Museum holds 532 Italian paintings by almost three hundred artists, ranging
<br> from Middle Ages to Nineteenth Century.
</p>
<h5>But who are the most represented artists of this collection?</h5>
<div class="row mt-3 whatviz" id="cardrow">
<div class="col-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img
src="https://collectionapi.metmuseum.org/api/collection/v1/iiif/436600/796605/main-image"
alt="Francesco Guardi, https://www.metmuseum.org/art/collection/search/436600?sortBy=ArtistMaker&deptids=11&when=A.D.+1600-1800&showOnly=openAccess&ft=Francesco+Guardi&offset=0&rpp=40&pos=11"
style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h1>Francesco Guardi</h1>
<p>1712 - 1793</p>
<p>He was a Venetian painter. His activity was mainly focused on landscape painting</p>
<p><small><i>Venice: The Dogana and Santa Maria della Salute</i>, 1732 <a
href="https://www.metmuseum.org/art/collection/search/436600?sortBy=ArtistMaker&deptids=11&when=A.D.+1600-1800&showOnly=openAccess&ft=Francesco+Guardi&offset=0&rpp=40&pos=11"
class="cardarrowmet"><i class="bi bi-arrow-right"></i></a></small></p>
</div>
</div>
</div>
</div>
<div class="col-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img
src="https://collectionapi.metmuseum.org/api/collection/v1/iiif/437790/1763008/main-image"
alt="Tiepolo, https://www.metmuseum.org/it/art/collection/search/437790"
style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h1>Giambattista Tiepolo</h1>
<p>1696 - 1770</p>
<p>He was one of the greatest painter in 18th century Venice and wonderfully decorated with
frescoes churches and villas</p>
<p><small><i>Allegoria dei pianeti e dei continenti</i>, 1752 <a
href="https://www.metmuseum.org/it/art/collection/search/437790"
class="cardarrowmet"><i class="bi bi-arrow-right"></i></a></small></p>
</div>
</div>
</div>
</div>
<div class="col-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img
src="https://collectionapi.metmuseum.org/api/collection/v1/iiif/436509/796325/main-image"
alt="Giovanni di Paolo" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h1>Giovanni di Paolo</h1>
<p>1399 (ca.) - 1482</p>
<p>He was a Sienese painter and was deeply influenced by the International Gothic</p>
<p><small><i>The Adoration of the Magi</i>, 1460 <a
href="https://www.metmuseum.org/art/collection/search/436509?sortBy=Relevance&ft=Giovanni+di+Paolo+(Giovanni+di+Paolo+di+Grazia)&offset=0&rpp=40&pos=13"
class="cardarrowmet"><i class="bi bi-arrow-right"></i></a></small></p>
</div>
</div>
</div>
</div>
<p onclick="toggleDivViz('whatviz','chartvizwhat'); freqartistdata();" class="slidevizcard">SEE THE
VISUALIZATION
</p>
</div>
<div class="whatviz" id="chartvizwhat">
<div id="chart_div" style="width: 100%; margin-top: 1em;"></div>
<p onclick="toggleDivViz('whatviz','cardrow')" style="text-align: left; margin-top: 0.5em;"
class="slidevizcard">SEE THE ARTISTS</p>
</div>
</div>
<!-- Accession year -->
<div class="mt-4 firstviz" id="accessionyear">
<h4>Since 1870, a cultural lighthouse for the US</h4>
<p>The Metropolitan Museum was founded in 1870 and immediately started collecting Italian paintings
</p>
<h5>Most of the artworks entered the collection between the Great Depression and WWII</h5>
<div id="linechart" style="height: 100%; margin: 0%" class="mt-4"></div>
</div>
<!-- Accession type -->
<div class="mt-4 firstviz" id="accessiontypes">
<h4>Art market, donors and collectors: an evolving collection</h4>
<p>A crucial activity for a museum is renew its collection, which can be done in different modalities
</p>
<h5>MET often accessions new musealia directly through the art market and donations</h5>
<div id="chart_accession" style="height: 100%; margin: 0%" class="mt-4"></div>
</div>
</div>
</li>
<li class="l-section section">
<div class="work">
<h2>Selected artworks</h2>
<div class="work--lockup">
<ul class="slider">
<li class="slider--item slider--item-left">
<!-- Jacopino del Conte -->
<a href="https://uploads.knightlab.com/storymapjs/3c2992353255b0386eb310ea8445e633/infoviz-delconte/index.html"
target="_blank">
<div class="slider--item-image">
<img src="assets/img/jacopino_delconte.jpg" alt="Metiew and Smith">
<div class="overlay">
<h5 class="align-middle">Learn more</h5>
</div>
</div>
</a>
<p class="slider--item-title w-100 mx-auto">Jacopino del Conte<br> "Holy Family"</i></p>
<p class="slider--item-description">
<a href="https://www.metmuseum.org/art/collection/search/436770" target="_blank">
<img src="assets/img/met_logo.png" style="width: 30px;">
</a>
<a href="http://catalogo.fondazionezeri.unibo.it/scheda/opera/16633/Del%20Conte%20Jacopino%2C%20Sacra%20Famiglia"
target="_blank" style="margin-left: 1.5em;">
<img src="assets/img/zeri_logo.png" style="width: 30px;">
</a>
</p>
</li>
<li class="slider--item slider--item-center">
<!-- Andrea Schiavone -->
<a href="https://uploads.knightlab.com/storymapjs/3c2992353255b0386eb310ea8445e633/infoviz-schiavone/index.html"
target="_blank">
<div class="slider--item-image">
<img src="assets/img/schiavone.jpg" alt="Victory">
<div class="overlay">
<h5 class="align-middle">Learn more</h5>
</div>
</div>
</a>
<p class="slider--item-title w-100 mx-auto">Andrea Schiavone<br> "Marriage of Cupid <br> and
Psyche"</i></p>
<p class="slider--item-description">
<a href="https://www.metmuseum.org/art/collection/search/437638" target="_blank">
<img src="assets/img/met_logo.png" style="width: 30px;">
</a>
<a href="http://catalogo.fondazionezeri.unibo.it/scheda/opera/44170/Meldolla%20Andrea%2C%20Matrimonio%20di%20Cupido%20e%20Psiche"
target="_blank" style="margin-left: 1.5em;">
<img src="assets/img/zeri_logo.png" style="width: 30px;">
</a>
</p>
</li>
<li class="slider--item slider--item-right">
<!-- Raphael -->
<a href="https://uploads.knightlab.com/storymapjs/3c2992353255b0386eb310ea8445e633/infoviz-raph/index.html"
target="_blank">
<div class="slider--item-image">
<img src="assets/img/raphael.jpg" alt="Alex Nowak">
<div class="overlay">
<h5 class="align-middle">Learn more</h5>
</div>
</div>
</a>
<p class="slider--item-title w-100 mx-auto"> Raffaello Sanzio<br> "Pala Colonna"</i></p>
<p class="slider--item-description">
<a href="https://www.metmuseum.org/art/collection/search/437372" target="_blank">
<img src="assets/img/met_logo.png" style="width: 30px;">
</a>
<a href="https://catalogo.fondazionezeri.unibo.it/scheda/opera/29945/Sanzio%20Raffaello%2C%20Madonna%20con%20Bambino%20in%20trono%20e%20san%20Giovannino%20tra%20san%20Pietro%2C%20santa%20Caterina%20d%27Alessandria%2C%20san%20Paolo%20e%20santa%20Cecilia%2C%20Dio%20Padre%20benedicente%20tra%20due%20angeli%20e%20serafini"
target="_blank" style="margin-left: 1.5em;">
<img src="assets/img/zeri_logo.png" style="width: 30px;">
</a>
</p>
</li>
</ul>
<div class="slider--prev">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 150 118"
style="enable-background:new 0 0 150 118;" xml:space="preserve">
<g transform="translate(0.000000,118.000000) scale(0.100000,-0.100000)">
<path d="M561,1169C525,1155,10,640,3,612c-3-13,1-36,8-52c8-15,134-145,281-289C527,41,562,10,590,10c22,0,41,9,61,29
c55,55,49,64-163,278L296,510h575c564,0,576,0,597,20c46,43,37,109-18,137c-19,10-159,13-590,13l-565,1l182,180
c101,99,187,188,193,199c16,30,12,57-12,84C631,1174,595,1183,561,1169z" />
</g>
</svg>
</div>
<div class="slider--next">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 150 118"
style="enable-background:new 0 0 150 118;" xml:space="preserve">
<g transform="translate(0.000000,118.000000) scale(0.100000,-0.100000)">
<path
d="M870,1167c-34-17-55-57-46-90c3-15,81-100,194-211l187-185l-565-1c-431,0-571-3-590-13c-55-28-64-94-18-137c21-20,33-20,597-20h575l-192-193C800,103,794,94,849,39c20-20,39-29,61-29c28,0,63,30,298,262c147,144,272,271,279,282c30,51,23,60-219,304C947,1180,926,1196,870,1167z" />
</g>
</svg>
</div>
</div>
</div>
</li>
<li class="l-section section">
<div class="about final" id="finalmain">
<div class="about--banner mt-2">
<h2>Changing identities</h2>
<!-- <img src="assets/img/zeri_nobackground.png" alt="About Us"
style="transform: translateY(-2rem) translateX(4rem); width: 700px;"> -->
</div>
<div class="row mt-4">
<div class="col-8">
<h2 style="font-size: 40px; font-weight: bold;">A travelling artwork and the art of connoisseurship</h2>
<p class="mt-4">The Metropolitan has been exhibiting since 1941 a "Portrait of a Knight of Malta", dating back to 1566.</p>
<p>As with many other unsigned paintings for which no certain documentation is preserved, the work has since been the subject of a long attributionist debate aimed at discovering its author. </p>
<p style="color: #ed0025;" class="about--options mt-5"><a onclick="toggleDivViz('final','final1')"><b>SEE THE CRITICAL JOURNEY</b></a></p>
</div>
<div class="col-4">
<img src="https://collectionapi.metmuseum.org/api/collection/v1/iiif/437255/1895951/main-image"
id="jacopinodelcontemalta" style=" display: block; margin: auto; width: 100%; height: auto;">
</div>
</div>
<!-- <div class="about--options">
<a onclick="toggleDivViz('final','final1')">
<h3>SEE THE CRITICAL JOURNEY</h3>
</a>
</div> -->
</div>
<div class="work final" id="final1">
<h2>A travelling artwork and the art of connoisseurship</h2>
<div style="margin-top: 1em;">
<div class="row text-center" style="font-size: 1.3em; color: gray;">
<div class="col-sm zeriProgressLabel" id="zeriProgressLabel1"
onclick="showSectionProgress('sectionzeri', 'zeriartwork', 1, '33%');" style="color: #ed0025">
<b>First appearance</b></div>
<div class="col-sm zeriProgressLabel" id="zeriProgressLabel2"
onclick="showSectionProgress('sectionzeri', 'zeriexpertise', 2, '66%'); LeafletShowImg('leafletletterzeri', 'letter_pag1')">
<b>The debate</b></div>
<div class="col-sm zeriProgressLabel" id="zeriProgressLabel3"
onclick="showSectionProgress('sectionzeri', 'zerimetcatalog', 3, '100%')"><b>Recent opinions</b></div>
</div>
<div class="progress" style="margin-top: 1.2em; height: 0.3em;">
<div id="zeribar" class="progress-bar" role="progressbar" style="width: 33%" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<section class="sectionzeri" id="zeriartwork">
<div class="row">
<div class="col-8">
<p>The portrait first appeared on the art market in Rome in 1910. In this year it was published on the Catalogue of Sangiorgi, one the most important art galleries in Europe that put the painting on sale.</p>
<p>The canvas was accompanied by an attribution to the Spanish painter El Greco, long active in Rome.</p>
<p>Some of the most illustrious critics of the period (F. Mason Perkins, Ellis Waterhouse) agreed with this attribution in the following years.</p>
<p>As by “El Greco” it was bought by George Blumental in 1914. Blumental donated the portrait to the MET in 1941. <a href="https://www.metmuseum.org/art/collection/search/437255" target="_blank"
style="color: #ed0025;"><i class="bi bi-arrow-right"></i></a></p>
</div>
<div class="col-4 align-middle">
<img src="assets/img/Catalogue_des_objets_d'art_ancien_1910_bnf.jpeg"
id="jacopinodelcontemalta" style=" display: block; margin: auto; width: 100%; height: auto;">
<p class="img-caption mt-1">Reproduction of the painting in the Galleria Sangiorgi catalog, Rome 1910</p>
</div>
</div>
</section>
<section class="sectionzeri" id="zeriexpertise">
<div class="row">
<div class="col-8 mt-2" style="height: 50vh; overflow-y: auto;">
<p>In 1944 Margaretta Salinger proposed to ascribe the painting to Jacopino del Conte. The young Federico Zeri, who devoted his dissertation to this artist, rose his doubts about this attribution. In 1949 he wrote a letter to the Metropolitan Museum stating that:</p>
<p style="font-size: 0.8em; font-style: italic;" class="mx-2">“Inv. no. 41.100.05: The hypothesis about Jacopino del Conte is not acceptable, as it is not supported neither by comparisons with other artworks of his, nor by the date 1566. At this time Jacopino was doing totally different portraits, which are characterised by a very mechanical and arid style. In my opinion, the painting was not created by this Roman painter, rather by an artist who also knew the pictorial tradition of Northern Italy”.</p>
<p>In the catalog about North Italian paintings at the MET, written by Zeri in the following years and published in 1986, he shifted his opinion and attributed the portrait to the Bolognese painter Bartolomeo Passerotti</p>
<p style="font-size: 0.8em; font-style: italic;" class="mx-2">"The composition is apparently derived from a model current in Rome, very likely by Jacopino del Conte, but the brushwork reflects Venetian technique around the middle of the century, especially that of the young Jacopo Tintoretto. The treatment of highlights, the thin layer of colors, and the general tone are quite typical of Passerotti, and the date is consistent with his work at that moment”. </p>
<!-- <p id="linkzeriletter"><a href="https://fondazionezeri.unibo.it/en/photo-archive/documents-attached/correspondence-from-the-metropolitan-museum-of-art-new-york" target="_blank">LEARN MORE!</a></p> -->
</div>
<div class="col-4 my-img-container">
<a href="https://libmma.contentdm.oclc.org/digital/collection/p15324coll10/id/188178"
target="_blank">
<img
src="https://libmma.contentdm.oclc.org/digital/iiif/p15324coll10/187989/full/full/0/default.jpg"
style=" display: block; margin: auto; width: 100%; height: auto;">
</a>
<p class="img-caption mt-1">F. Zeri and E.E. Gardner (1986). "Italian Paintings. North Italian school”, Vicenza: Neri Pozza</p>
<!-- <div id="leafletletterzeri" class="leafletimg"></div>
<small>Letter from Federico Zeri to Mrs. TenEyck Gardner, October 13th, 1949; f. 1
<a href="https://github.com/ManueleVeggi/infoviz/blob/fe6e1d8183a15c75c6bbbf4b98ce7754f4852ab6/assets/zeriLetters/CopyrightLetters.md" target="_blank">
<i class="bi bi-exclamation-triangle" data-toggle="modal" data-target="#exampleModal" onclick="alert('Albeit the repository and the associated webpage are released under license CC-BY 4.0, the reuse for any purposes of the digital reproduction of this letter by Federico Zeri. \nFor further information, contact the Archive of the Metropolitan Museum in New York and the Photo Archive of Fondazione Zeri in Bologna. These institutions allowed the reuse of this asset for the sole purpose of the current University project.')"></i>
</a>
</small> -->
</div>
</div>
</section>
<section class="sectionzeri" id="zerimetcatalog">
<div class="row">
<div class="col-8 mt-2" style="height: 50vh; overflow-y: auto;">
<p>In 1995, D. Stephen Pepper reoriented the discussion to suggest that the author came instead from among the so-called Studiolo artists, the group of painters that worked for Duke Francesco I de’ Medici in his private chamber in the Palazzo Vecchio in Florence beginning in 1570. Of these, Pepper focused on Girolamo Macchietti (1535–1592).</p>
<p>Privitera and Feinberg later demonstrated as visual connections are even closer with another painter of this circled, <b>Mirabello Cavalori</b> (Florence ?-1572). This latter appears to be the most authoritative attribution nowadays, even if some scholars have recently proposed the names of Maso da San Friano and, again, of Jacopino del Conte.</p>
<p>The discovery of a copy of the painting in a private collection, bearing the castle of Magione in the background, made it possible to identify the character depicted, who is supposed to be Fra Jacopo Salviati, nephew of the Grand Prior of the Knights of Malta, born in 1537 and thus 29 in 1566.</p>
</div>
<div class="col-4 align-middle my-img-container">
<img class="img-fluid" src="assets/img/Foto_Fahy_ritagliata.jpg"
id="jacopinodelcontemalta" style=" display: block; margin: auto; width: 100%; height: auto;">
<p class="img-caption mt-1">A reproduction of the painting in the Everett Fahy photo archive at the Zeri Foundation, where it is classified as “Mirabello Cavalori”</p>
</div>
</div>
</section>
</div>
</div>
</li>
<li class="l-section section">
<div class="hire text-center">
<h2>Credits</h2>
<p class="mt-1">
"Nice to MET you" is a university project for the course "Information Visualization", held by Prof
Daquino at MA "Digital Humanities and Digital Knowledge", University of Bologna.
</p>
<div class="row mt-4">
<div class="col-4">
<button class="team">
<a href="mailto:[email protected]">
Ali Ghasempouri
</a>
</button>
</div>
<div class="col-4">
<button class="team">
<a href="mailto:[email protected]">
Sebastiano Giacomini
</a>
</button>
</div>
<div class="col-4">
<button class="team">
<a href="mailto:[email protected]">
Manuele Veggi
</a>
</button>
</div>
<div class="col-12 d-flex justify-content-center mt-4 mb-5">
<button id="doc">
<a href="documentation.ipynb" target="_blank">
<i class="bi bi-github" style="font-size: 1.2em; margin-right: 0.3em;"></i>
READ DOCUMENTATION
</a>
</button>
</div>
</div>
<p style="font-size: 0.9em">
If not differently specified, any content available on this website and on the corresponding <a
href="https://github.com/ManueleVeggi/infoviz.git" syle="color: #ed0025 !important" target="_blank">GitHub repository</a> falls under the license Attribution
4.0
International (CC-BY 4.0)
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<ul class="outer-nav">
<li class="is-active">Home</li>
<li>Works</li>
<li>About</li>
<li>Contact</li>
<li>Hire us</li>
</ul>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="assets/js/vendor/jquery-2.2.4.min.js"><\/script>')
</script>
<script src="assets/js/functions-min.js"></script>
<script src="assets/js/myjs.js"></script>
</body>
</html>