-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
617 lines (545 loc) · 23.9 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
617
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property='og:title' content='Slim Thick, The United Curves of America' />
<meta property="og:type" content="article" />
<meta property='og:image'
content="https://muonius.github.io/msdv-slim-thick-united-curves-of-america/assets/OG_image.png">
<meta property='og:description'
content='A curious probe into Slim Thick, the Kardashians, social media and plastic surgery that have collectively shaped the curves of our time.' />
<meta property='og:url' content='https://muonius.github.io/msdv-slim-thick-united-curves-of-america/' />
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://muonius.github.io/msdv-slim-thick-united-curves-of-america/" />
<meta name="twitter:title" content="Slim Thick, The United Curves of America" />
<meta name="twitter:description"
content="A curious probe into Slim Thick, the Kardashians, social media and plastic surgery that have collectively shaped the curves of our time." />
<meta name="twitter:image"
content="https://muonius.github.io/msdv-slim-thick-united-curves-of-america/assets/OG_image.png">
</meta>
<meta name=”twitter:creator” value=”@muonius” />
<title>Slim Thick, The United Curves of America</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Lato:wght@400&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./style.css" />
<!--<link rel="stylesheet" href="./d3.slider.css" /> -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- Screen Alert -->
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function (event) {
const dismissText = document.getElementById("dismiss-disclaimer")
const removeDisclaimer = function () {
const disclaimer = document.getElementById('popup')
disclaimer.remove()
dismissText.removeEventListener("click", removeDisclaimer, false)
}
dismissText.addEventListener("click", removeDisclaimer, false)
});
</script>
<style>
#popup {
display: none;
}
@media only screen and (max-device-width:480px) {
#popup {
z-index: 10000;
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
background: rgba(0, 0, 0, 0.85);
}
#disclaimer-wrapper {
width: 95vw;
margin: 20px auto;
color: #fff;
}
#dismiss-disclaimer {
text-decoration: underline;
cursor: pointer;
color: #777;
}
}
</style>
</head>
<body>
<section id="title">
<div id="title" class="title">
<span class="fit-t">Sl</span><span class="fit-s">im</span>
<br>
<span class="fit-t">T</span><span class="fit-s">hi</span><span class="fit-c">ck</span>
</div>
<div id="popup">
<div id="disclaimer-wrapper">
<p>This content is designed for a more voluptuous screen 😛. View on a desktop or</p>
<p id="dismiss-disclaimer">disregard this message.</p>
</div>
</div>
<div id="sub_title" class="title">
<span>The United Curves</span>
<span>of America</span>
</div>
<div id="tagline" class="title">
<h3>How A Stubborn Counterculture Finally “Took Over” The Narrative</h3>
<br>
<p class="description"> 赵 旸 (Zhao Yang) | Dec 2021 </p>
<!-- <a href="https://www.linkedin.com/in/yangzhao1/" target='_blank'></a><img id="twitter" src="./assets/Twitter_Icon.svg" alt="Twitter Icon" width=18px></a> -->
<br>
<p class="description">Made with a thick heart and a toned attitude<br>Best viewed on a desktop Chrome Browser</p>
</div>
<div id="intro_bridge" class="introduction title">
<div class="intro">
<p id="intro_text">
This is a data story of my curious probe into the American obsession with the Slim Thick body. I set
out
to
trace the history of female body idealization in America and the origin of
the Slim Thick body — a voluptuous body form originally celebrated in the
counterculture, particularly among women of color. It was eventually transformed and
popularized by the Kardashians
and their replicas, amplified by
social media, and often achieved through a type of plastic surgery called Brazilian Butt Lift (BBL).
</p>
</div>
<div>
<p id="lead_intro">
<br>I traversed back seven decades of visuals and vocals and teased out mentions of female body
measurements
celebrated in the mainstream media and alternatively and put them side by side for comparison. Let's take a
look
at how the counterculture dodged decades of pendulum swings and mutated into the ideal body type of our
time.
<br>
</p>
</div>
</div>
</section>
<section id='scrolly-side'>
<div class='scrolly'>
<!-- step text -->
<article>
<div class='step' data-width='14%' data-index='1'>
<h2>1950s Hour Glass</h2>
<h4>36-24-34</h4>
<p class="bracket">(Recorded measurement of Marilyn Monroe)</p>
<img src="./assets/Monroe.jpg" alt="Playboy Poster" width=220px>
<p class="footnote">Marilyn Monroe for Playboy (1953)</p>
<p class="description">Following postwar shake-ups and the invention of Bikini, Playboy was born and so was
its
indoctrination of the ideal female body. </p>
</div>
<div class='step' data-width='28%' data-index='2'>
<h2>1960s Androgyny</h2>
<h4>30-23-32</h4>
<p class="bracket">(Recorded measurement of Twiggy)</p>
<img src="./assets/Twiggy.jpg" alt="Twiggy Poster" width=220px>
<p class="footnote">Twiggy @Posterazzi (1968)</p>
<p class="description">The swinging 60s ironed down the curves, dragging along a girlish trimmed line.</p>
</div>
<div class='step' data-width='42%' data-index='3'>
<h2>1970s Disco Diva</h2>
<h4>34-24-34</h4>
<p class="bracket">(Estimated measurement of Elsa Peretti)</p>
<img src="./assets/Elsa.jpg" alt="Elsa Bunny Photo" width=220px>
<p class="footnote">Elsa Peretti @Helmut Newton (1975)</p>
<p class="description">Slenderness persisted with more skin for show at the 70s disco ballrooms.</p>
</div>
<div class='step' data-width='56%' data-index='4'>
<h2>1980s Fitness Queen</h2>
<h4>36-25-35</h4>
<p class="bracket">(Reported measurement of Jane Fonda)</p>
<img src="./assets/Fonda.jpg" alt="Jane Fonda" width=220px>
<p class="footnote">Jane Fonda @Getty Images (1982)</p>
<p class="description">Fitness craze and glorified calorie burns of the 80s brought back some angularized
curves.</p>
</div>
<div class='step' data-width='70%' data-index='5'>
<h2>1990s Heroine Chic</h2>
<h4>32-24-34</h4>
<p class="bracket">(Recorded measurement of Kate Moss)</p>
<img src="./assets/Moss.jpg" alt="Kate Moss" width=220px>
<p class="footnote">Kate Moss @Corinne Day (1995)</p>
<p class="description">Pendulum swung back to Herine Chic<br>in the mids of 90s grunge.</p>
</div>
<div class='step' data-width='84%' data-index='6'>
<h2>2000s Pelvic Clique</h2>
<h4>34-25-35</h4>
<p class="bracket">(Reported measurement of Paris Hilton)</p>
<img src="./assets/Paris_Hilton.gif" alt="Paris Hilton burger gif" width=300px>
<p class="footnote">Paris Hilton in Carl's Jr. Ads (2005)</p>
<p class="description">Protruding hip bones, toned abs and thigh gaps, the manicured millennial curve (or the
lack of it) set
the
stage
for Slim Thick.</p>
</div>
<div class='step' data-width='100%' data-index='7'>
<h2>2010s Slim Thick</h2>
<h4>38-26-41</h4>
<p class="bracket">(Reported measurement of Kim Kardashian)</p>
<img src="./assets/Kardashian_by_Foxadhd.gif" alt="Artwork by @FOXADHD" width=220px>
<p class="footnote">Artwork by @FOXADHD (2014)</p>
<!-- <p class="footnote">Kim Kardashian for <i>Paper </i>Magazine (2014)</p> -->
<p class="description">“...hairless Asian skin with a California tan, a Jamaican dance hall ass...the abs of a
lesbian gym
owner, the hips of a nine-year-old boy...</p>
<p class="description"><em>The person closet to actually achieving this look is Kim Kardashian,</em></p>
<p class="description"> who as we know, was made by Russian scientists to sabotage our athletes. Everyone else
is struggling.”
</p>
<br>
<p class="footnote"><i>Bossypants</i>, Tina Fay</p>
</div>
</article>
<!-- sticky graphic -->
<figure class='sticky'>
<div id="chart">
</div>
<div class='bar-outer' id="bar-outer">
<div class='quotes quotesanchor' data-index="1">
<h2>You Upset Me Baby</h2>
<h4>36-28-44</h4>
<p class="bracket">(Mentioned in lyrics)</p>
<img src="./assets/BBKing.jpeg" alt="BB King Album Cover" width=220px>
<p class="footnote">B.B. King Album Cover (1954)</p>
<div class='lyrics' id="lyrics1">
<p><b>“ </b>She's 36 in the bust<br>28 in the waist<br>44 in the hips<br>she got real crazy legs<b>
”</b></p>
</div>
</div>
<div class='quotes' data-index="2">
<h2>39-21-46</h2>
<h4>39-21-46</h4>
<p class="bracket">(Mentioned in title and lyrics)</p>
<img src="./assets/TheShowmen.jpg" alt="The Showmen" width=220px>
<p class="footnote">The Showmen Portrait (1966)</p>
<div class='lyrics' id="lyrics1">
<p><b>“ </b>You, with your<br>39-21-46 shape<br>Yes<br>you got me going<br>ape-ity-ape over you<b> ”</b>
</p>
</div>
</div>
<div class='quotes' data-index="3">
<h2>Switchboard Susan</h2>
<h4>38-27-38</h4>
<p class="bracket">(Mentioned in lyrics)</p>
<img src="./assets/NickLowe.jpg" alt="Nick Lowe Album Cover" width=220px>
<p class="footnote">Nick Lowe Album Cover (1978)</p>
<div class='lyrics' id="lyrics1">
<p>“ </b>Hey babe<br>you're number's great<br>38-27-38<br>Oh you bring a smile<br>to my dial<br>Oh
you're great”</b></p>
</div>
</div>
<div class='quotes' data-index="4">
<h2>Bad Boy Boogie</h2>
<h4>38-28-38</h4>
<p class="bracket">(Mentioned in lyrics)</p>
<img src="./assets/MotleyCrue.jpg" alt="Mötley Crüe Album Cover" width=220px>
<p class="footnote">Mötley Crüe Album Cover (1987)</p>
<div class='lyrics' id="lyrics1">
<p><b>“ </b>We're innocent in every way<br>Like apple pie<br>and Chevrolet<br>Sweeter pies<br>with
different shapes<br>38, 28, 38<b> ”</b></p>
</div>
</div>
<div class='quotes' data-index="5">
<h2>Bonita Applebum</h2>
<h4>38-24-37</h4>
<p class="bracket">(Mentioned in lyrics)</p>
<img src="./assets/BonitaApplebum.jpg" alt="Bonita Applebum Cover" width=220px>
<p class="footnote">Bonita Applebum Inspired Artwork @Adot72 (1990)</p>
<div class='lyrics' id="lyrics1">
<p><b>“ </b>38-24-37<br>(mmm, mmm, mmm)<br>You and me, hun<br>we're a match<br>made in heaven<b> ”</b>
</p>
</div>
</div>
<div class='quotes' data-index="6">
<h2>Tush</h2>
<h4>40(36D)-36</h4>
<p class="bracket">(Mentioned in lyrics)</p>
<img src="./assets/Tush.gif" alt="Ghostface Killah & Missy Elliott Music Video" width=220px>
<p class="footnote">Ghostface Killah feat. Missy Elliott Music Video (2004)</p>
<div class='lyrics' id="lyrics1">
<p><b>“ </b>You got a lot of nerve<br>to want to serve my curves
<br> My 36D, 36 hips
<br>The way I shoot the gift<br>I swallow coke bottles<b> ”</b>
</p>
</div>
</div>
<div class='quotes' data-index="7">
<h2>Slim Thick</h2>
<h4>36-24-40</h4>
<p class="bracket">(Mentioned in lyrics)</p>
<img src="./assets/SlimThickFabolous.jpg" alt="Slim Thick Cover" width=220px>
<p class="footnote">Fabolous Album Cover (2013)</p>
<div class='lyrics' id="lyrics1">
<p><b>“ </b>She said 'I never seen<br>you looking with<br>your peaking ass<br>34, 24, 36<br>Finally got
a selfie<br>after taking thirty pics<br>36, 24, 40<b> ”</b></p>
</div>
</div>
</figure>
</div>
</section>
<section id='intro_gaze'>
<p id="bridge_text">It is no coincidence that five out of the seven songs quoted above are by Black musicians.
As noted by numerous cultural critics, a counterculture that had been marginalized for over half a
century only took the center stage when white women adopted it. <strong>Did the counterculture take over the
narrative?
Or the narrative seized it for its own capitalist exploitation?</strong>
<br>
<br>
Under the disguise of a seemingly more diverse body representation, lies the ancient promise that the
male gaze comes with rewards — for all parties involved. I argue that Slim Thick is merely another well oiled
machine that preys on women's
insecurity. It continues to induce desire to be desired through algorithmic reinforcement of social media,
with an infinite supply of "gazees" off the plastic surgery pipeline.
<br><br>Next, with the aid
of both qualitative and quantitative data, I put together key moments of the reign of the Kardashians, social
media and plastic surgery and examine how they have collectively shaped and benefited from the curves of
our time.
</p>
</section>
<section id="scrolly-basic">
<div class="spaceholder1">
<div class="dot">
</div>
<svg class="dot-path" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
.cls-1 {
fill: none;
stroke: #010101;
stroke-miterlimit: 10;
stroke-width: 5px;
}
.cls-2 {
fill: #010101;
}
</style>
</defs>
<g id="Layer_2" data-name="Layer 2">
<g id="Layer_1-2" data-name="Layer 1">
<path class="cls-1"
d="M43,29.32S34.59,44.83,28.62,50.65C21.91,57.18,13,59.93,6.43,54.11-2.84,45.89,5,16,22.55,10.37c18.73-6,33.7,45.26,53.7,46.51S84.75,6,60.8,10.7c-4.31.86-12,9.43-14.94,15.1" />
<path class="cls-2"
d="M48.87,38.32v7.73s-.2,2.31-8,8.21-13.23,16.7,0,24.53l-.11-8.67s-4.11-3.09,3.77-9c6.62-5,20.21-12.91,4.3-22.81" />
<path class="cls-2"
d="M48.11,76.91v6.88s2.48,3.28-3.67,6.09C37.61,93,31,97.93,42,106.6v-5.31s-4.39-3,2.65-5.74c8.39-3.31,17.74-10.12,3.5-18.64" />
<path class="cls-2"
d="M41.36,5.3,41.2,15s3.16,4.3,4.16,5.3c0,0,3.16-3.71,4-5,0,0-.49-9-.8-11.1-1-7.09-6.89-4.16-7.2,1.1" />
<path class="cls-2" d="M40.36,30.3s-1-1,5-8c0,0,.58,4.19,3,4l-.25,20.13s-3.79,5.3-7.59,7.14Z" />
<path class="cls-2" d="M48.11,60.56s-5,2.71-7,5.76L42,90s4.24-1.41,5.16-3.12Z" />
<path class="cls-2" d="M42.31,97.42,46.86,95s-.5,21.32-2.5,20.32S42.31,97.42,42.31,97.42Z" />
</g>
</g>
</svg>
<!-- <img src="./assets/MetaMedi.svg" alt="Meta & Medical Symbol" width=100px> -->
</div>
<div class="face">
<div class="iris iris-left">
<div></div>
</div>
<div class="iris iris-right">
<div></div>
</div>
</div>
<div class="spaceholder">empty text for space</div>
<img>
<div class="gaze" id="gaze">
<article>
<div class="step" data-step="1">
<div class="summary">
<div class="social">
<h4>Reality Show & Sex Tape</h4>
<p><i>Keeping Up with the Kardashians</i> started to air on the E! cable network, the same year when
Kim’s sex tape was allegedly leaked.</p>
</div>
<div class="divider">
<h3 id="gaze_year">2007</h3>
</div>
<div class="surgical">
<h4>BBLs Not Yet A Thing</h4>
<p>4k butt lift or augmentations were performed annually, 1/88th of total breast augumentations performed.
</p>
<div id="chart2007"></div>
</div>
</div>
</div>
<div class="step instagram" data-step="2">
<div class="summary">
<div class="social">
<h4 id="social-font">Instagram was born.</h4>
</div>
<div class="divider">
<h3 id="gaze_year">2010</h3>
</div>
<div class="surgical"></div>
</div>
</div>
<div class="step" data-step="3">
<div class="summary">
<div class="social">
<h4>And Just Like That...</h4>
<p>Kim started dating Kayne West. Facebook (before it became Meta) acquired Instagram for $1 billion.
Kim
posted her first IG post.</p>
</div>
<div class="divider">
<h3 id="gaze_year">2012</h3>
</div>
<div class="surgical"></div>
</div>
</div>
<div class="step" data-step="4">
<div class="summary">
<div class="social"></div>
<div class="divider">
<h3 id="gaze_year">2013</h3>
</div>
<div class="surgical">
<h4>BBL Was Introduced</h4>
<p>The American Society of Plastic Surgeons (ASPS) started publishing stats on BBL. 9,993 BBLs were
performed that year.</p>
</div>
</div>
</div>
<div class="step" data-step="5">
<div class="summary">
<div class="social">
<h4>The Year of Rear</h4>
<p>Kim Kardarshian was reported to "break the internet" with her nude photos with the
<i>Paper </i>Magazine.
Nicki Minaji released “Anaconda”, sampling Sir Mix-a-Lot’s seminal “Baby Got
Back”.
</p>
<img src="./assets/Kim.jpg" alt="Kim for Paper Magazine" width=220px>
</div>
<div class="divider">
<h3 id="gaze_year">2014</h3>
</div>
<div class="surgical"></div>
</div>
</div>
<div class="step" data-step="6">
<div class="summary">
<div class="social">
<h4>Sisterhood of Butt</h4>
<p>Kylie Jenner allegedly finished her butt transformation. By then, she accumulated 46 million
Instagram
followers and 1 billion likes.</p>
</div>
<div class="divider">
<h3 id="gaze_year">2015</h3>
</div>
<div class="surgical">
<h4>Butt Augmentations on The Rise</h4>
<p>ASPS reported that some type of butt procedure was performed every 30 minutes
globally. </p>
</div>
</div>
</div>
<div class="step" data-step="7">
<div class="summary">
<div class="social">
<h4>The Butt Race</h4>
<p>Kylie Jenner's butt size allegedly eclipsed that of Kim. Kylie started dating Travis Scott.</p>
</div>
<div class="divider">
<h3 id="gaze_year">2017</h3>
</div>
<div class="surgical"></div>
</div>
</div>
<div class="step" data-step="8">
<div class="summary">
<div class="social"></div>
<div class="divider">
<h3 id="gaze_year">2019</h3>
</div>
<div class="surgical">
<img src="./assets/17teens.svg" alt="17 Teens" width=220px>
<p>ASPS started publishing stats on BBL performed on teenagers. 17 procedures were recorded in the
same year.
</p>
</div>
</div>
</div>
<div class="step" data-step="9">
<div class="summary">
<div class="social" id="social_170m">
<img src="./assets/170m.svg" alt="170 Million Followers" width=220px>
<p id="social_170mtext">Kylie Jenner eclipsed Kim in Instagram followers, both amassing over 170
million
followers at the
time
of the eclipse.</p>
</div>
<div class="divider">
<h3 id="gaze_year">2020</h3>
</div>
<div class="surgical">
<div id="chart2020"></div>
<h4>2nd Fastest Growing Procedure</h4>
<p>Butt plastic surgeries grew by 589% since 2012, with 26k procedures performed annually.</p>
</div>
</div>
</div>
<div class="step" data-step="10">
<div class="summary">
<div class="social">
<h4>US Olympic Endorsement</h4>
<p>Kim Kardashian's shapewear brand SKIMS became the official underwear of the US Olympic team.</p>
</div>
<div class="divider">
<h3 id="gaze_year">2021</h3>
</div>
<div class="surgical">
</div>
</div>
</div>
</article>
</div>
<div class="analysis_spaceholder">
</div>
<div id="analysis">
<div id="analysis_spaceholder">Let's Put Two <br>and Two Together.</div>
</div>
</div>
</section>
<section id="outro">
<br>
<br>
<br>
<p id="outro-assignment">
Final project <i>"Illusions"</i> of the Data Vis & Info Aesthetics class at Parsons
School
of
Design |
Fall
2021 |
<a href="https://www.linkedin.com/in/yangzhao1/" target='_blank'><img class="icon"
src="./assets/Linkedin_Icon_White.svg" alt="LinkedIn Icon" width=14px></a><span id="filler">social</span><a
href="https://github.com/muonius/msdv-slim-thick-united-curves-of-america" target='_blank'><img class="icon"
src="./assets/Github_Icon.svg" alt="Github Icon" width=13px>
</p>
</section>
<script src="https://unpkg.com/d3"></script>
<script src="https://unpkg.com/stickyfilljs@2.0.5/dist/stickyfill.js"></script>
<script src="https://unpkg.com/enter-view@1.0.0/enter-view.min.js"></script>
<script src="https://unpkg.com/d3-simple-slider"></script>
<script src="https://unpkg.com/intersection-observer"></script>
<script src="https://unpkg.com/scrollama"></script>
<!-- <script src="./title.js"></script> -->
<script src="./history.js"></script>
<script src="./eyes.js"></script>
<script src="./smalls.js"></script>
<script src="./scrollama_basic.js"></script>
<script src="./analysis.js"></script>
<!-- <script src="./tracing.js"></script> -->
<!--<script src="./moments.js"></script>-->
</body>
</html>