-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·605 lines (534 loc) · 25.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="Bootstrap, Parallax, Template, Registration, Landing">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Grayrids">
<title>Seinfeld Data Analysis</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/line-icons.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/slicknav.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/c3.min.css">
<link rel="stylesheet" href="css/seinfeld.css">
<link rel="stylesheet" href="css/wordCloud.css">
<!-- Load d3.js and c3.js -->
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="js/c3.min.js"></script>
<script src="js/wordcloud.min.js"></script>
</head>
<body>
<!-- Header Section Start -->
<!--TODO UPDATE MOBILE MEUS-->
<header id="hero-area" data-stellar-background-ratio="0.5" data-stellar-vertical-offset="0">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top scrolling-navbar indigo">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a href="index.html" class="navbar-brand"><img class="img-fulidimg-fulid" src="img/logo.png" style="width: 140px;"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-navbar" aria-controls="main-navbar" aria-expanded="false" aria-label="Toggle navigation">
<i class="lnr lnr-menu"></i>
</button>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="navbar-nav mr-auto w-100 justify-content-end">
<li class="nav-item">
<a class="nav-link page-scroll" href="#hero-area">Home</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#seasons">Seasons</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#words">Words</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#directors">Directors</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#writers">Writers</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#episodes">Episodes</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#views-sentiment">Characters</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
<!-- Mobile Menu Start -->
<ul class="mobile-menu">
<li>
<a class="page-scroll" href="#hero-area">Home</a>
</li>
<li>
<a class="page-scroll" href="#services">Services</a>
</li>
<li>
<a class="page-scroll" href="#features">Features</a>
</li>
<li>
<a class="page-scroll" href="#portfolios">Works</a>
</li>
<li>
<a class="page-scroll" href="#team">Team</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
<!-- Mobile Menu End -->
</nav>
<!-- Navbar End -->
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-10">
<div class="contents text-center">
<h1 class="wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="0.3s">Seinfeld - Data Analysis Project</h1>
<p class="lead wow fadeIn" data-wow-duration="1000ms" data-wow-delay="400ms"> </p>
<p class="lead wow fadeIn" data-wow-duration="1000ms" data-wow-delay="400ms"> </p>
<!--<a href="#" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Download</a>-->
</div>
</div>
</div>
</div>
</header>
<!-- Header Section End -->
<!-- Services Section Start -->
<section id="seasons" class="seasons">
<div class="container">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Season Information</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">This section shows the number of episodes per season, Neilsen's rank of the seasons (lower is better), Neilsen's rating of the seasons (higher is better), and Rotten Tomatos rating for each season (higher is better) </p>
</div>
<div class="row">
<div class="col-md-2">
<!-- Top chart selection menu -->
<div class="controls text-left">
<a id="Episodes" onclick="loadRating('Episodes');" class="filter active btn btn-common" data-filter="all">
Episodes
</a>
<a id="Rank [Nielsen]" onclick="loadRating('Rank [Nielsen]');" class="filter btn btn-common" data-filter=".design">
Rank <br /> [Nielsen's]
</a>
<a id="Rating [Nielsen]" onclick="loadRating('Rating [Nielsen]');" class="filter btn btn-common" data-filter=".development">
Rating <br /> [Nielsen's]
</a>
<a id="Rating RT" onclick="loadRating('Rating RT');" class="filter btn btn-common" data-filter=".print">
Rating <br /> [Rotten Tomato]
</a>
</div>
</div>
<div class="col-md-10">
<div id="chart"></div>
</div>
</div>
</div>
</section>
<!-- Services Section End -->
<hr>
<!-- Season Air Date -->
<section id="air-date">
<div class="container">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Air Date by Seasaon</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">This section contains a graph that shows what months of the year each of the seasons were aired during.</p>
</div>
<div class="col-md-12">
<div id="air-date-chart"></div>
</div>
</div>
</div>
</section>
<!-- Season Air Date -->
<hr>
<!-- Word Cloud Section Start -->
<section id="words" class="words" >
<div class="container">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Word Frequencies</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">This section contains word clouds for the four main characters. The size of the words correspond to the frequency of the number of times each character said each word.</p>
</div>
<div class="row" >
<div id="wordcloudTooltip">
<table class="c3-tooltip">
<tbody>
<tr>
<th colspan="2">
Word Frequency
</th>
</tr>
<tr class="c3-tooltip-name--Episodes">
<td id="wordcloudTooltipTitle" class="name">
Episodes
</td>
<td id="wordcloudTooltipCount" class="value">
22
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-2">
<div class="controls text-left">
<a id="Elaine" onclick="loadWC('Elaine');" class="filter active btn btn-common" data-filter="all">
Elaine
</a>
<a id="George" onclick="loadWC('George');" class="filter btn btn-common" data-filter=".design">
George <br />
</a>
<a id="Jerry" onclick="loadWC('Jerry');" class="filter btn btn-common" data-filter=".development">
Jerry <br />
</a>
<a id="Kramer" onclick="loadWC('Kramer');" class="filter btn btn-common" data-filter=".print">
Kramer <br />
</a>
</div>
</div>
<div class="col-md-10" id="wordcloud" width="800" height="600"></div>
</div>
</div>
</section>
<!-- Services Section End -->
<hr>
<!-- Episode Popularity Based on Director -->
<section id="directors" class="directors">
<div class="container">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Director Popularity</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">This section contains a graph of popularity of each director. Values are calculated by the average views each dirctor got for the episodes he directed.</p>
</div>
<div class="col-md-12">
<div id="directorPopularityChart"></div>
</div>
</div>
</section>
<!-- Episode Popularity End -->
<hr>
<!-- Episode Popularity Based on Writer -->
<section id="writers" class="writers">
<div class="container">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Writer Popularity</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">This section contains a graph of popularity of each of the writers. Values are calculated by the average views each writer got for the episodes they wrote.</p>
</div>
<div class="col-md-12">
<div id="writerPopularityChart"></div>
</div>
</div>
</div>
</section>
<!-- Episode Popularity End -->
<hr>
<!-- Episode Popularity Section Start -->
<!--TODO update id and classes so that nav buttons reroute you to the proper sections-->
<section id="episodes" class="episodes">
<div class="container">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity & Character Sentiment</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">This section shows episode popularity by the number of viewers during the episode debut, this is crossed with each of the main character's sentiment for the episode. Where 1 is Postive, 0 is Neutral, and -1 is Negative sentiment.</p>
</div>
<div class="col-md-12">
<div id="episodePopularityChart">
</div>
</div>
</div>
</section>
<!-- Episode Popularity End -->
<hr>
<!-- Views per Sentiment Start -->
<!--TODO update id and classes so that nav buttons reroute you to the proper sections-->
<section id="views-sentiment" class="episodes">
<div class="container">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Average Views by Character Sentiment</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">This section shows the average episode views for each of the sentiment levels of each of the main four characters.</p>
</div>
<div class="col-md-12">
<div id="viewSentimentChart"></div>
</div>
</div>
</section>
<!-- Views per Sentiment End -->
<hr>
<!-- correlation -->
<div id="testimonial" class="section" data-stellar-background-ratio="0.1">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-12">
<div class="touch-slider owl-carousel owl-theme">
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Number of Lines Spoken: All Characters</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = 0.40797966). This means there is a slight correlation between numbers of lines in an episode and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="all-line-episode-pop-chart"></div>
</div>
</div>
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Number of Lines Spoken: Elaine</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = 0.287959951). This means there is a slight correlation between numbers of lines in an episode and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="elaine-line-episode-pop-chart"></div>
</div>
</div>
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Number of Lines Spoken: George</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = 0.440702963). This means there is a slight correlation between numbers of lines in an episode and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="george-line-episode-pop-chart"></div>
</div>
</div>
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Number of Lines Spoken: Jerry</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = 0.607406977). This means there is a slight correlation between numbers of lines in an episode and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="jerry-line-episode-pop-chart"></div>
</div>
</div>
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Number of Lines Spoken: Kramer</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = 0.339408764). This means there is a slight correlation between numbers of lines in an episode and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="kramer-line-episode-pop-chart"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<!-- correlation -->
<div id="emotion-correlation" class="section" data-stellar-background-ratio="0.1">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-12">
<div class="touch-slider owl-carousel owl-theme">
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Sentiment: Main Characters</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = -0.03241628). This means there is no correlation between character sentiment and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="all_sentiment_correlation"></div>
</div>
</div>
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Sentimentn: Elaine</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = -0.044247251). This means there is no correlation between character sentiment and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="elaine_sentiment_correlation"></div>
</div>
</div>
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Sentiment: George</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = -0.064055072). This means there is no correlation between character sentiment and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="george_sentiment_correlation"></div>
</div>
</div>
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Sentiment: Jerry</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = -0.029920464). This means there is no correlation between character sentiment and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="jerry_sentiment_correlation"></div>
</div>
</div>
<!-- *************** Carosel Item *************** -->
<div class="col-md-12">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Episode Popularity for Sentiment: Kramer</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">There is a Pearson's Correlation of (r = 0.065855177). This means there is no correlation between character sentiment and the episode's popularity.</p>
</div>
<div class="col-md-12">
<div id="kramer_sentiment_correlation"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<!--Team section Start-->
<section id="team" class="section">
<div class="container">
<div class="section-header">
<h2 class="section-title">Our Team</h2>
<hr class="lines">
<p class="section-subtitle">Meet the team that created this data visualization!</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-xs-12">
<div class="single-team">
<img src="img/team/team1.jpg" alt="">
<div class="team-details">
<div class="team-inner">
<h4 class="team-title">Andrew Rottier</h4>
<ul class="social-list">
<li class="google-plus"><a href="https://github.com/AndrewRot"><i class="fa fa-github-square"></i></a></li>
<li class="linkedin"><a href="https://www.linkedin.com/in/andrewrottier/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12">
<div class="single-team">
<img src="img/team/team2.jpg" alt="">
<div class="team-details">
<div class="team-inner">
<h4 class="team-title">Cory Tapply</h4>
<ul class="social-list">
<li class="google-plus"><a href="https://github.com/CTapply"><i class="fa fa-github-square"></i></a></li>
<li class="linkedin"><a href="https://www.linkedin.com/in/cmtapply/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12">
<div class="single-team">
<img src="img/team/team3.jpg" alt="">
<div class="team-details">
<div class="team-inner">
<h4 class="team-title">Diana Doherty</h4>
<ul class="social-list">
<li class="google-plus"><a href="https://github.com/dianadoherty"><i class="fa fa-github-square"></i></a></li>
<li class="linkedin"><a href="https://www.linkedin.com/in/diana-doherty-940998120/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team section End -->
<!--<!– Footer Section Start –>-->
<footer>
<div class="container">
<div class="row">
<!– Footer Links –>
<div class="col-lg-6 col-sm-6 col-xs-12">
<ul class="footer-links">
<li>
<a href="#">Homepage</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">About Us</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12">
<div class="copyright">
<p>All copyrights reserved © 2018 - Designed & Developed by <a rel="nofollow" href="https://uideck.com">UIdeck</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Go To Top Link -->
<a href="#" class="back-to-top">
<i class="lnr lnr-arrow-up"></i>
</a>
<div id="loader">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="js/jquery-min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mixitup.js"></script>
<script src="js/nivo-lightbox.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery.vide.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/main.js"></script>
<script src="js/seinfeld.js"></script>
<script src="js/episode-popularity.js"></script>
<script src="js/director-popularity.js"></script>
<script src="js/writer-popularity.js"></script>
<script src="js/wordcloud.js"></script>
<script src="js/line-episode-popularity.js"></script>
<script src="js/views-sentiment.js"></script>
<script src="js/sentiment-correlation.js"></script>
<script src="js/air-date.js"></script>
</body>
</html>