-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata-journalism-fa25.html
More file actions
577 lines (472 loc) · 18.6 KB
/
data-journalism-fa25.html
File metadata and controls
577 lines (472 loc) · 18.6 KB
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
<!DOCTYPE html>
<!--
ZeroFour by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Created By Rohan Narayan @rrnarayan1
This is the left-sidebar template
--><html><head>
<link href="images/logo.png" rel="icon" type="image/x-icon"/>
<title>Data Journalism – Sports Analytics Group at Berkeley</title>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport"/>
<link href="assets/css/main.css" rel="stylesheet"/>
<style>
.vertical-center {
position: absolute;
top: 127%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Basic */
html,
body {
overflow-x: hidden;
}
.hide-mobile {
display: none !important;
}
/* Box */
.box.feature2 section {
margin: 1em 0;
}
/* Nav */
#page-wrapper {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
padding-bottom: 1px;
}
#top-banner {
margin-top: 44px;
}
#titleBar {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
background-image: -moz-linear-gradient(
top,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.35)
),
url("images/bg02.png");
background-image: -webkit-linear-gradient(
top,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.35)
),
url("images/bg02.png");
background-image: -ms-linear-gradient(
top,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.35)
),
url("images/bg02.png");
background-image: linear-gradient(
top,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.35)
),
url("images/bg02.png");
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
background-color: rgba(59, 62, 69, 0.9);
box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5),
inset 0px 0px 0px 2px rgba(255, 255, 255, 0.075),
0px 1px 6px 0px rgba(0, 0, 0, 0.35);
display: block;
height: 44px;
left: 0;
position: fixed;
text-shadow: -1px -1px 0 black;
top: 0;
width: 100%;
z-index: 10001;
}
#titleBar .title {
display: block;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 0.04em;
color: #fff;
line-height: 44px;
text-align: center;
}
#titleBar .toggle {
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 44px;
opacity: 0.25;
}
#titleBar .toggle:before {
display: inline-block;
font-family: FontAwesome;
text-decoration: none;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
color: #fff;
content: "\f0c9";
}
#titleBar .toggle:active {
opacity: 0.5;
}
#navPanel {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
background-image: -moz-linear-gradient(
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.35)
),
url("images/bg01.png");
background-image: -webkit-linear-gradient(
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.35)
),
url("images/bg01.png");
background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)),
url("images/bg01.png");
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)),
url("images/bg01.png");
-moz-transform: translateX(-275px);
-webkit-transform: translateX(-275px);
-ms-transform: translateX(-275px);
transform: translateX(-275px);
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
background-color: #303238;
box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.5),
inset -2px 0px 0px rgba(255, 255, 255, 0.15),
inset -2px 0px 10px 0px rgba(0, 0, 0, 0.35);
display: block;
height: 100%;
left: 0;
overflow-y: auto;
position: fixed;
top: 0;
width: 275px;
z-index: 10002;
}
#navPanel .link {
display: block;
color: #aaa;
text-decoration: none;
height: 44px;
line-height: 44px;
border-top: solid 1px rgba(255, 255, 255, 0.05);
border-bottom: solid 1px rgba(0, 0, 0, 0.15);
padding: 0 1em 0 1em;
text-transform: uppercase;
font-weight: 700;
font-size: 0.95em;
letter-spacing: 0.075em;
}
#navPanel .link:first-child {
border-top: 0;
}
#navPanel .link:last-child {
border-bottom: 0;
}
#navPanel .indent-1 {
display: inline-block;
width: 1em;
}
#navPanel .indent-2 {
display: inline-block;
width: 2em;
}
#navPanel .indent-3 {
display: inline-block;
width: 3em;
}
#navPanel .indent-4 {
display: inline-block;
width: 4em;
}
#navPanel .indent-5 {
display: inline-block;
width: 5em;
}
#navPanel .depth-0 {
color: #fff;
}
body.navPanel-visible #page-wrapper {
-moz-transform: translateX(275px);
-webkit-transform: translateX(275px);
-ms-transform: translateX(275px);
transform: translateX(275px);
}
body.navPanel-visible #titleBar {
-moz-transform: translateX(275px);
-webkit-transform: translateX(275px);
-ms-transform: translateX(275px);
transform: translateX(275px);
}
body.navPanel-visible #navPanel {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
/* Header */
#header,
#nav {
display: none;
}
/* Wrappers */
#header-wrapper {
display: none;
}
.homepage #header-wrapper {
display: block;
padding-top: 44px;
}
#main-wrapper {
padding-top: 45px;
padding-bottom: 50px;
}
.homepage #main-wrapper {
padding-top: 10;
}
/* Banner */
#banner {
padding: 8em 0 4em 0;
}
#banner br {
display: none;
}
#banner h2 {
font-size: 2.35em;
margin: 0 0 1.5em 0;
}
/* Sidebar */
#sidebar {
margin-top: 1em;
}
.secondary-article-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>
</head>
<body class="left-sidebar is-preload">
<div id="page-wrapper">
<!-- Header Wrapper -->
<div class="container">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<h1><a href="index.html" id="logo"><img src="images/logo1.png"/></a></h1>
<!-- Nav -->
<nav id="nav">
</nav>
<script curr="dj" id="nav-src" src="shared/nav.js"></script>
</div>
</header>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<!-- Content -->
<div class="dj-title">
<h2 class="dj-title-font"> SAGB Data Journalism</h2>
<hr class="dj-line"/>
<h2 class="dj-subtitle-font">Storytelling the complex world of numbers in the universal language of sports. </h2>
</div>
<div class="leading-story-container">
<a href="articles/hart-and-soul.html">
<img alt="" class="leading-story-image" src="images/dj-pics/hart-and-soul/1484593478.jpg"/>
</a>
<div class="leading-story-title-container">
<a href="articles/hart-and-soul.html">
<h2 class="leading-story-title">Josh Hart: Hart and Soul of the New York Knicks</h2>
</a>
<p class="leading-story-subtitle"> <b style="color: white;">Gabriel Adorable</b> <br/>When playing public runs, people often like to draw comparisons between themselves and their NBA counterparts. Some people say they play like Kyrie Irving, others may say they play like Klay Thompson, but one of my friends had an interesting player comparison for me: Josh Hart... <a href="articles/hart-and-soul.html"><i><u>Continue Reading</u></i></a></p>
</div>
</div>
<div class="secondary_article_cols">
<div class="secondary-col-1">
<div class="secondary-image-container">
<a href="articles/beyond-whiffs.html">
<img alt="" class="leading-story-image" src="images/dj-pics/beyond-whiffs/Chris Song Sp25 Article Final Draft.jpg"/>
</a>
<div class="secondary-article-title-container">
<a href="articles/beyond-whiffs.html">
<h2 class="secondary-article-title">Beyond Whiffs: Rethinking Pitch Value with BBQ+</h2>
</a>
<h4 class="secondary-article-author">By Chris Song | May 22, 2025</h4>
</div>
</div>
</div>
<div class="secondary-col-2">
<div class="secondary-image-container">
<a href="articles/perimeter-problem.html">
<img alt="" class="leading-story-image" src="images/dj-pics/perimeter-problem/image4.png"/>
</a>
<div class="secondary-article-title-container">
<a href="articles/perimeter-problem.html">
<h2 class="secondary-article-title">Handedness Comparison in Baseball</h2>
</a>
<h4 class="secondary-article-author">By Jack Bruvold</a> | June 2, 2025</h4>
</div>
</div>
</div>
<div class="secondary-col-3">
<div class="secondary-image-container">
<a href="articles/framing-the-zone.html">
<img alt="" class="leading-story-image" src="images/dj-pics/framing-the-zone/01 Bailey.png"/>
</a>
<div class="secondary-article-title-container">
<a href="articles/framing-the-zone.html">
<h2 class="secondary-article-title">Framing the Zone: Who, What, Where, and Why?</h2>
</a>
<h4 class="secondary-article-author">By Madison Heath | May 27, 2025</h4>
</div>
</div>
</div>
</div>
<div class="center2"><a class="button alt icon fa-file-o" href="all-articles-1.html">All Articles</a></div>
</div>
<div class="wrapper style3">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-8 col-12-medium">
<h2 class="icon fa-file-text-o">Podcasts</h2>
<article class="box excerpt">
<div>
<header>
<span class="date">
April 11, 2024
</span>
<h3>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/3we034hXvMLN9yqkxue6Mr?utm_source=generator" width="100%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</h3>
<p>
Sara Miller and Aroan Saha recap the Australian Open and the Indian Wells.
</p>
</header>
</div>
</article>
<article class="box excerpt">
<div>
<header>
<span class="date">
March 22, 2024
</span>
<h3>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/7yNW3UdAS09zdoanS5yIF5?utm_source=generator" width="100%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</h3>
<p>
Jacob Siegel and Noe Leon recap the slow offseason that still features stars on the market and looks ahead to the 2024 MLB Season.
</p>
</header>
</div>
</article>
<article class="box excerpt">
<div>
<header>
<span class="date">
December 17, 2023
</span>
<h3>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/3zs62VVHi3S4p1jbkjixNp?utm_source=generator" width="100%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</h3>
<p>
Sara Miller, Shreyes Sridhara and Aroan Saha discuss the past year in the tennis world, players who made a breakout impact and preview storylines for the next year.
</p>
</header>
</div>
</article>
<article class="box excerpt">
<div>
<header>
<span class="date">
November 27, 2023
</span>
<h3>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/6lfeXFO3HHGn6XIdTe3EQu?utm_source=generator" width="100%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</h3>
<p>
Noe Leon and Jacob Siegel recap the 2023 World Series and look ahead to the impending offseason stacked with starting arms.
</p>
</header>
</div>
</article>
<footer>
<a class="button alt icon fa-file-o" href="podcasts.html">All Podcasts</a>
</footer>
<!-- Article list -->
<!--
<section class="box article-list" id="featured-articles">
</section>
<script folder="down" id="featured-article-src" src="shared/featured-articles.js"></script>
-->
</div>
<div class="col-4 col-12-medium">
<!-- Spotlight -->
<section class="box spotlight">
<h2 class="icon fa-file-text-o">Spotlight</h2>
<article>
<a class="image featured" href="articles/one-hand-backhand.html"><img alt="" src="images/dj-pics/one-hand-backhand/1.jpg"/></a>
<header>
<h3><a href="#">One-Handed Backhands: Endangered but not Extinct</a></h3>
<p>By <a href="https://google.com" target="_blank">Natalie Brewer</a> | May 17, 2024</p>
</header>
<p>In 2023, Stefanos Tsitsipas reached a career milestone as an Australian Open finalist. Just one year later, he failed to advance past the fourth round of the same tournament. Following a 4-set loss against Taylor Fritz, he dropped down to 10th in the rankings. A week thereafter, Fritz made his way to the finals in Delray Beach and Alex De Minaur to those in Rotterdam. They stepped into the 9th and 10th ranking slots, and Tsitsipas was downgraded to 11th place...</p>
<footer>
<a class="button alt icon fa-file-o" href="articles/one-hand-backhand.html">Continue Reading</a>
</footer>
</article>
<article>
<a class="image featured" href="articles/nfl-kicker-problem.html"><img alt="" src="images/dj-pics/nfl-kicker-problem/1.jpg"/></a>
<header>
<h3><a href="#">The NFL's Kicker Problem</a></h3>
<p>By <a href="https://google.com" target="_blank">Alex Laughlin</a> | May 19, 2024</p>
</header>
<p>In the NFL, the margin for error is incredibly small. The outcome of every tight game can be traced back to the results of just a few plays. Part of what makes the NFL so great is its parity, as any team can win or lose on a given day depending on how closely they fly to the sun. Because of this small gap separating wins and losses, the kicker has become one of the most scrutinized positions in football. Field goal and extra point kicking plays a significant role in deciding games, and can make or break entire seasons...</p>
<footer>
<a class="button alt icon fa-file-o" href="articles/nfl-kicker-problem.html">Continue Reading</a>
</footer>
</article>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Wrapper -->
<div id="footer-wrapper">
</div>
<script id="footer-src" src="shared/footer.js"></script>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body></html>