-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata_explorers.html
535 lines (529 loc) · 24.8 KB
/
data_explorers.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
<!DOCTYPE HTML>
<html>
<head>
<title>ISLE - Data Explorers</title>
<link rel="shortcut icon" href="images/favicon.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin|Noto+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/custom.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html">
<img class="subpage-logo" src="images/isle_icon_transparent.png" />
</a>
<span class="full-title">
<a href="index.html" class="title">Integrated Statistics Learning Environment</a>
</span>
<span class="short-title">
<a href="index.html" class="title">ISLE</a>
</span>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="widgets.html">Widgets</a></li>
<li><a href="data_explorers.html" class="active">Explorers</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">Data Explorers</h1>
<div>
<div class="row">
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/nfl.jpg">
<span class="card-title">NFL Passing Data</span>
<span class="card-image-attribution" >
Photo by Binyamin Mellish
</span>
</div>
<div class="card-content">
<p>This dataset contains all game passing statistics from the 2009-2017 NFL seasons for passers with at least 10 attempts in the games.
It was collected by our own Ron Yurko via nflscrapR.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/nfl">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/broadway.jpg">
<span class="card-title">Broadway</span>
<span class="card-image-attribution" >
Photo by Jimmy Teoh
</span>
</div>
<div class="card-content">
<p>Data on Broadway shows, grouped over weeklong periods.
Only shows that reported capacity were included, so the dataset stretches back to the 1990s. The dataset is made available by the Broadway League.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/broadway">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/bikes.jpg">
<span class="card-title">Bike Sharing Data</span>
<span class="card-image-attribution" >
Photo by Snapwire
</span>
</div>
<div class="card-content">
<p>Bike sharing systems are a new generation of bike rentals where the whole process from membership, rental and return is automated. Our concern is understanding how these bike sharing systems are used.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/bikes">Open in new tab</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Forestfires - Photo by Matt Howard on Unsplash.jpg">
<span class="card-title">Forest Fires</span>
<span class="card-image-attribution" >
Photo by Matt Howard
</span>
</div>
<div class="card-content">
<p>Forest fires cause major economical and ecological damage and endanger humans and animals. Forest preservation relies tremendously on containment and prevention of wildfires. Some causes are natural (e.g. lightning); others are preventable (e.g. human negligence).</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/forestfires">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Diamonds - Photo by Sina Katirachi on Unsplash.jpg">
<span class="card-title">Diamonds</span>
<span class="card-image-attribution" >
Photo by Sina Katirachi
</span>
</div>
<div class="card-content">
<p>Diamonds, one of the most popular gemstones, are usually formed in high pressure, high temperature conditions deep underground. Their physical properties, extreme hardness and thermal conductivity, make them very good cutting and polishing tools.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/diamonds">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Infection - Photo by CDC on Unsplash.jpg">
<span class="card-title">Infection</span>
</div>
<div class="card-content">
<p>The Study on the Efficacy of Nosocomial Infection Control (or SENIC) project was an effort to determine whether infection surveillance and control programs were associated with a reduced rate of infections contracted in United States hospitals.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/infection">Open in new tab</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Collegerankings - Photo by Element5 Digital on Unsplash.jpg">
<span class="card-title">College Rankings</span>
<span class="card-image-attribution" >
Photo by Element5 Digital
</span>
</div>
<div class="card-content">
<p>U.S. News & World Report College Rankings data for universities from a random sample of states in the U.S in the mid 1990s.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/collegerankings">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Fueleconomy - Photo by Patrick Hendry on Unsplash.jpg">
<span class="card-title">Fuel Economy</span>
<span class="card-image-attribution" >
Photo by Patrick Hendry
</span>
</div>
<div class="card-content">
<p>This dataset contains fuel economy data from 1999 and 2008 for 38 popular cars. It is a subset of the fuel economy data that the EPA makes available on <a href="http://fueleconomy.gov">fueleconomy.gov</a> and has been made available as part of the RHelp library for ggplot2.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/fueleconomy">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Heartdisease - Photo by Robina Weermeijer on Unsplash.jpg">
<span class="card-title">Heart Disease</span>
<span class="card-image-attribution" >
Photo by Robina Weermeijer
</span>
</div>
<div class="card-content">
<p>Health insurance premiums are decided by insurance companies by a subscriber’s age, medical history, and other lifestyle characteristics (diet, smoker status, etc). Predictions are made about a subscriber’s potential medical costs in the future; the premiums are set accordingly. What characteristics are associated with increased cost of claims by the subscribers?</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/heartdisease">Open in new tab</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Food - Photo by Dan Gold on Unsplash.jpg">
<span class="card-title">Food</span>
<span class="card-image-attribution" >
Photo by Dan Gold
</span>
</div>
<div class="card-content">
<p>The United States Department of Agriculture (USDA) maintains a National Nutrient Database for Standard Reference.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/food">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Integrity - Photo by Will O on Unsplash.jpg">
<span class="card-title">Integrity</span>
<span class="card-image-attribution" >
Photo by Will O
</span>
</div>
<div class="card-content">
<p>This is data from a sample of 206 college students from a large public university on whether they would report cheating.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/integrity">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Grenada - Photo by Priscilla Du Preez on Unsplash.jpg">
<span class="card-title">Grenada</span>
<span style="color: darkslategray" class="card-image-attribution" >
Photo by Priscilla Du Preez
</span>
</div>
<div class="card-content">
<p>Time series indicators for the country Grenada for the years 1960-2018. The data were obtained from the World Bank.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/grenada">Open in new tab</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Movies - Photo by Ahmet Yalçınkaya on Unsplash.jpg">
<span class="card-title">Movies</span>
<span style="color: darkslategray" class="card-image-attribution" >
Photo by Ahmet Yalçınkaya
</span>
</div>
<div class="card-content">
<p>IMDB is a popular website that collects movie data from studios and fans. Information was scraped from the website and made publicly available by Hadley Wickham. We are looking at about 1800 movies that have a known budget, length, and MPAA rating and were rated by at least one user at the time of scraping.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/movies">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/SFN - Photo by John Schnobrich on Unsplash.jpg">
<span class="card-title">Science Forums</span>
<span class="card-image-attribution" >
Photo by John Schnobrich
</span>
</div>
<div class="card-content">
<p>In online discussion forums, a wide variety of information is collected about each post. This information can help moderators monitor the site, by helping them predict which posts will receive the most attention, and which may need to be moderated or deleted due to offensive or off-topic comments.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/sfn">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/OKCupid - Photo by Christiana Rivers on Unsplash.jpg">
<span class="card-title">OKCupid</span>
<span class="card-image-attribution" >
Photo by Christiana Rivers
</span>
</div>
<div class="card-content">
<p>Data from public profiles on <a href="www.okcupid.com">www.okcupid.com</a>. The data set includes a sample of 1,500 people within a 25 mile radius of San Francisco, who were online in the last year before 6/30/2012, with at least one profile picture.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/okcupid">Open in new tab</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Schoolabsence - Photo by tobie on Unsplash.jpg">
<span class="card-title">School Absence</span>
</div>
<div class="card-content">
<p>In most countries, primary and secondary education are required for most children. Attendance is taken every day and students with a large number of unexcused absences are not allowed to move to the next grade level or graduate.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/schoolabsence">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Worldbank - Photo by Christine Roy on Unsplash.jpg">
<span class="card-title">Worldbank</span>
<span class="card-image-attribution" >
Photo by Christine Roy
</span>
</div>
<div class="card-content">
<p>Data on demographic and economic indicators from the World Bank's <a href="https://databank.worldbank.org/data/home">DataBank service</a> for 211 countries of the world. All values are for the year 2016.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/worldbank">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/NYC - Photo by Luca Bravo on Unsplash.jpg">
<span class="card-title">New York City</span>
<span class="card-image-attribution" >
Photo by Luca Bravo
</span>
</div>
<div class="card-content">
<p>The New York City Housing and Vacancy Survey is done every three years in an attempt to accurately understand the current housing conditions in the New York City. The survey is well-designed and has an admirably high response rate.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/nyc">Open in new tab</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Asteroids - Photo by Vincentiu Solomon on Unsplash.jpg">
<span class="card-title">Asteroids</span>
<span class="card-image-attribution" >
Photo by Vincentiu Solomon
</span>
</div>
<div class="card-content">
<p><a href="https://ssd.jpl.nasa.gov/sbdb_query.cgi">Asteroid Data</a> from the Jet Propulsion Laboratory at the California Institute of Technology.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/asteroids">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Mashable - Photo by Markus Spiske on Unsplash.jpg">
<span class="card-title">Mashable</span>
<span class="card-image-attribution" >
Photo by Markus Spiske
</span>
</div>
<div class="card-content">
<p>You have been given information for a sample of Mashable articles collected over two years to determine how characteristics of published articles are related to their dissemination.
</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/mashable">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/IntrostatSURVEY - Photo by Nik MacMillan on Unsplash.jpg">
<span class="card-title">Intro Statistics Survey</span>
<span class="card-image-attribution" >
Photo by Nik MacMillan
</span>
</div>
<div class="card-content">
<p>Data collected from 2001-2003 from (non-random) voluntary anonymous online surveys of introductory statistics students at the University of Pittsburgh, collected at the beginning of the semesters.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/introstatsurvey" >Open in new tab</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Justice - Photo by Bill Oxford on Unsplash.jpg">
<span class="card-title">Justice</span>
<span class="card-image-attribution" >
Photo by Bill Oxford
</span>
</div>
<div class="card-content">
<p>The Civil Justice Survey of State Courts, 2001 is a systematic examination of civil trials, specifically bench and trial jury cases, disposed in State general jurisdiction courts in the nation’s 75 most populous counties.
In 2001, the Bureau of Justice Statistics awarded a grant to the National Center for State Courts to gather detailed information on tort, contract, and real property rights trials in 46 jurisdictions chosen to represent the 75 most populous counties in the nation.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/justice">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Hospital - Photo by Arseny Togulev on Unsplash.jpg">
<span class="card-title">Cleveland Clinic Data</span>
<span style="color: darkslategray" class="card-image-attribution" >
Photo by Arseny Togulev
</span>
</div>
<div class="card-content">
<p>The dataset you will be exploring contains 13 physical attributes of patients, as well as one indicator for the presence of heart disease in the patient. It was donated by the Cleveland Clinic in 1988. The goal is to determine whether and with what accuracy you can predict the presence of heart disease based on the given set of attributes.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/cleveland">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/WorldCup - Photo by Emilio Garcia on Unsplash.jpg">
<span class="card-title">World Cup</span>
<span class="card-image-attribution" >
Photo by Emilio Garcia
</span>
</div>
<div class="card-content">
<p>The 2010 Soccer World Cup was held in South Africa, and was ultimately won by Spain. Prior to the World Cup final, between Spain and the Netherlands, the <a href="https://www.theguardian.com/news/datablog/2010/jul/09/world-cup-2010-statistics" >Guardian published data</a> on player performances. The data was collected by Opta, a company that gathers data on a range of sports around the world, and contains information on all 595 players who appeared in games before the final.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/worldcup">Open in new tab</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Cereal - Photo by John Matychuk on Unsplash.jpg">
<span class="card-title">Cereal</span>
<span class="card-image-attribution" >
Photo by John Matychuk
</span>
</div>
<div class="card-content">
<p>The data come from the 1993 ASA Statistical Graphics Exposition, and are taken from the mandatory F&DA food label. The data have been normalized to a portion of one American cup.
</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/cereal">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/Airlines - Photo by Ethan McArthur on Unsplash.jpg">
<span class="card-title">Airlines</span>
<span class="card-image-attribution" >
Photo by Ethan McArthur
</span>
</div>
<div class="card-content">
<p>The Bureau of Transportation Statistics has been keeping track of every flight over at least the past twenty years and has collected data on every segment of the flight.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/airlines">Open in new tab</a>
</div>
</div>
</div>
<div class="col-md">
<div class="card">
<div class="card-image">
<img src="images/speeches.jpg">
<span class="card-title">State of the Union Addresses</span>
</div>
<div class="card-content">
<p>The State of the Union address is an annual speech given by the President of the United States of America to a joint session of the United States Congress. Included are the speeches from 1790 to 2016.</p>
</div>
<div class="card-action">
<a target="_blank" href="https://isle.stat.cmu.edu/data-explorers/speeches">Open in new tab</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style2">
<div style="padding: 25px; font-size: 0.6em" >
<ul class="menu">
<li style="color: black;">© 2020. The ISLE Team. All rights reserved.</li>
<li style="color: black;">Design adapted from: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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>