-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
802 lines (718 loc) · 49.8 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
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
<!DOCTYPE html>
<!--Adapting from Euirim Choi's feature code -->
<!--All additional code added by Juliette Hainline -->
<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">
<title>2020 Fall Feature</title>
<link rel="apple-touch-icon" sizes="180x180" href="http://maroon-prod.s3.amazonaws.com/static/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="http://maroon-prod.s3.amazonaws.com/static/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="http://maroon-prod.s3.amazonaws.com/static/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="http://maroon-prod.s3.amazonaws.com/static/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="http://maroon-prod.s3.amazonaws.com/static/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="http://maroon-prod.s3.amazonaws.com/static/favicons/manifest.json">
<link rel="mask-icon" href="http://maroon-prod.s3.amazonaws.com/static/favicons/safari-pinned-tab.svg" color="#5bbdd9">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="http://maroon-prod.s3.amazonaws.com/static/favicons/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="http://maroon-prod.s3.amazonaws.com/static/css/bootstrap.css?1471812538" rel="stylesheet">
<link href="http://maroon-prod.s3.amazonaws.com/static/css/main.css?1471812538" rel="stylesheet"> -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script>
<script src="http://maroon-prod.s3.amazonaws.com/static/js/bootstrap.min.js?1471812538"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7250934/7584152/css/fonts.css" />
<link rel = "stylesheet" type = "text/css" href = "semantic.css" />
<!-- <script src="http://code.highcharts.com/highcharts.js"></script>
<! <script src="highchartstheme.js"></script>
<script src="graphs.js"></script> --> -->
<meta property="og:url" content="/article/2016/6/2/slug-automatically-generated/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="2020 Fall Feature" />
<meta property="og:description" content="INSERT" />
<meta property="og:image" content="INSERT" />
</head>
<body>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script>
$(window).scroll(function() {
if ($(window).scrollTop() >= 75) {
$('.navbar').addClass('navbar-shadow');
} else {
$('.navbar').removeClass('navbar-shadow');
}
});
$(document).ready(function() {
$("#search-trigger").click(function() {
$("#search-trigger").remove();
$("#search-form").removeClass("invisible");
$("#viewpoints-left").addClass("invisible");
$("#right-nav ul").prepend("<li><a href='/viewpoints'><small>VIEWPOINTS</small></a></li>");
$("#news-left").css("margin-left", "-20px");
if ($(window).width() < 1024) {
$("#brand").remove();
}
});
});
</script>
<script>
$(document).ready(function() {
var winheight = $(window).height().toString();
$(".feature-img-fill").css("height", winheight);
});
</script>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid"> -->
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#right-nav" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="brand" href="/"><img src="http://maroon-prod.s3.amazonaws.com/static/img/logo_sm-01.png" width=2 00/></a>
</div>
<!-- Navbar header-->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-left">
<form class="navbar-form navbar-left invisible" role="search" method="GET" action="/search/" id="search-form">
<div class="input-group">
<input type="text" class="form-control" placeholder="SEARCH" name="query" />
<span class="input-group-btn">
<button class="btn btn-default" type="submit"><small><i class="fa fa-search"></i></small></button>
</span>
</div>
</form>
<form class="navbar-left navbar-form">
<button class="btn btn-default" id="search-trigger" type="button">
<small><i class="fa fa-search"></i></small>
</button>
</form>
<div class="navbar-collapse navbar-right" id="left-nav">
<ul class="nav navbar-nav">
<li id="news-left"><a href="/news"><small>NEWS</small></a></li>
<li id="viewpoints-left"><a href="/viewpoints"><small>VIEWPOINTS</small></a></li>
</ul>
</div>
</div>
<!-- /.navbar-collapse -->
<div class="collapse navbar-collapse navbar-right" id="right-nav">
<ul class="nav navbar-nav">
<li id="news-left" class="visible-xs"><a href="/news"><small>NEWS</small></a></li>
<li id="viewpoints-left" class="visible-xs"><a href="/viewpoints"><small>VIEWPOINTS</small></a></li>
<li><a href="/sports"><small>SPORTS</small></a></li>
<li><a href="/arts"><small>ARTS</small></a></li>
<li><a href="/greycity"><small>GREY CITY</small></a></li>
</ul>
<a id="brand-search" class="invisible" href="/"><img src="http://maroon-prod.s3.amazonaws.com/static/img/logo_lg.png" width=2 00/></a>
</div>
</div>
</nav>
<div class="container" id="feature-img-fill-wrapper">
<div class="feature-img-fill" style="background-color:#b81c32;">
<div class="feature-img-gradient">
<div class="feature-img-fill-content">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2">
<h1 class="media-heading">INSERT TITLE HERE</h1>
<h4 class="serif">INSERT QUOTE HERE"</h4>
<div class="divider"></div>
<h4 class="text-white">
<span class = "sans-serif blurb-author">
By
<span class = ""><a href = "" class = "plain-link"><strong>INSERT HERE</strong></a></span>
</span>
<span class = "sans-serif blurb-author">
By
<span class = ""><a href = "" class = "plain-link"><strong>INSERT HERE</strong></a></span>
</span>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container" id="container-main">
<!-- Load Facebook SDK for JavaScript -->
<div class="row" style="margin-top:-35px;">
<div class="col-md-offset-1 col-md-10 col-sm-12">
<div class="row">
<div class="col-sm-8">
<p class="text-muted zero-margin" style="margin-top:0px;"></p>
</div>
</div>
</div>
<div class="col-sm-12">
<div class="h-line divider"></div>
</div>
<div class="col-md-offset-1 col-md-10 col-sm-12">
<div class="row">
<div class="col-sm-8 col-xs-6">
<h5 class="section-header inline">GREY CITY</h5>
<p class="inline"> / </p>
<h5 class="section-header inline FEATURE"><span
class="label label-danger">FEATURE</span></h5>
<p class="inline"> / </p>
<p class="inline sans-serif text-danger">September 15, 2016</p>
</div>
<div class="col-sm-4 col-xs-6">
<h5 class="text-right big-icon">
<a href="https://www.facebook.com/sharer/sharer.php?u=/article/2016/6/2/slug-automatically-generated/&title=2020 Fall Feature">
<i class = "fa fa-facebook-square"></i>
</a>
<a
href="http://twitter.com/intent/tweet?status=2020 Fall Feature+/article/2016/6/2/slug-automatically-generated/">
<i class = "fa fa-twitter-square"></i>
</a>
<a
href="http://www.linkedin.com/shareArticle?mini=true&url=/article/2016/6/2/slug-automatically-generated/&title=2020 Fall Featureb&source=http://www.chicagomaroon.com">
<i class = "fa fa-linkedin-square"></i>
</a>
</h5>
</div>
</div>
</div>
<div id="wrapper container">
<div class="col-sm-12">
<div class="h-line divider"></div>
</div>
<div class="page-wrap">
<div id="sidebar" class="hidden-xs">
<ul>
<li><a href="#navintro">Intro</a></li>
<li><a href="#navdemographics">Demographics</a></li>
<li><a href="#navexperiences">Experiences</a></li>
<li><a href="#navfamily">Family</a></li>
<li><a href="#navhighschool">High School</a></li>
<li><a href="#navapplications">College Application </a></li>
<li><a href="#navplans">Plans at UChicago</a></li>
</ul>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-3 col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-3 article-content">
<!-- <section id="intro"> -->
<section id="navintro" class = "col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2>Intro</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has
survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</section>
<section id="navdemographics" class = "col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2>Demographics</h2>
<p>
There were far more female respondents to this survey than male students. This is likely the result of one of two phenomena. It could be that UChicago had an unusually high number of females matriculate. However, it could also be that females were disproportionately more likely to respond to this survey. Given historical admissions trends, the latter reason is most likely at least partially responsible. Interestingly enough, the gender discrepancy is removed when we look at private schools and amplified if we look at public schools. This could indicate that students at UChicago who come from private school have a higher than normal chance of being male.
</p>
<p>
The ethnicities reported are also slightly different than the ethnicities for UChicago's Class of 2019. Of students who responded to this survey, the proportion of students who identify as African American or Hispanic/Latino is several percentage points lower than we would have expected. Additionally, the percentage of students who identify as Indian or Asian is slightly higher than it was in the previous year. However, the percentage of students of each ethnicity varies drastically from year to year at UChicago. For example, the number of students who identify as Asian or Indian rose from 22.25% in the class of 2018 to 26.17% in the class of 2019. Regardless, the ethnicities in this sample are slightly out of line from previous years.
</p>
<p>
Regarding where the Class of 2020 is from, nearly a quarter of respondents to the survey are from the Midwest. Historically, a large percentage of this group is from Illinois. 17.3% of students come from outside the Untied States. For the Class of 2019, 13.34% of students said they were international, a jump from 10.64% in the previous year. 17.3% follows along this increase, but is still abnormally high. Another interesting statistic is that students from private schools are over twice as likely to be from the city than students from public school (52.56% vs. 23.78%).
</p>
<div class="centered row">
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="gender()" class="fluid ui basic button">
Gender
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="pvp_gender()" class="fluid ui basic button">
Gender by School
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="ethnicity()" class="fluid ui basic button">
Ethnicity
</button>
</div>
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="orientation()" class="fluid ui basic button">
Sexual Orientation
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="ht_location()" class="fluid ui basic button">
Location
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="hometown()" class="fluid ui basic button">
Hometown
</button>
</div>
</div>
<div class="row">
<div class="column col-xs-12 col-sm-12 col-md-12 col-lg-12">
<button onclick="pvp_hometown()" class="fluid ui basic button">
Hometown by School
</button>
</div>
</div>
<div class="row col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h3 id="demo_header" class="header text-center"></h2>
<div id="demographics" width = "90%" height="300"></div>
</div>
</section>
<section id="navexperiences" class = "col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2>Experiences</h2>
<p>
Respondents to the survey tended to not be very religious, with 68.08% saying they were "Not very religious" or "Not religious at all". This was reflected in respondents' religious identifications, as 45.8% of students said they were either Atheist or Agnostic. Respondents were however very liberal, with 73.89%, almost three-fourths, saying they are somewhat or very liberal. Regarding gap years, students were much more likely to take a gap year if they went to a non-public high school. However, students who are wealthier aren't dramatically more likely to take a gap year; 4.2% of students whose families make over $500,000 took a gap year, versus 9.3% of students who went to private school.
</p>
<p>
A surprising find in the data is that students who lived in the city were 48% more likely to drink in high school than their rural counterparts. Students who went to private school were 26% more likely to drink than students who went to public school. The percent of students who said they plan to drink at UChicago is only 4.2% higher than the percent of students who said they drank in high school. However, the number is still much lower than the national average. According to the National Institute on Alcohol Abuse and Alcoholism, around 80% of college students drank alcohol in 2012. Surprisingly, the percent of students who plan on using marijuana at UChicago is 1.7% less than the percent of students who reported using marijuana in high school. We would typically assume that students try more illicit substances in college, as there's less supervision and wider access to drugs than in high school. Lastly, 78.2% of students said they anticipated having sex in college, over twice the amount of students who said they had sex in high school.
</p>
<div class="centered row">
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="religion()" class="fluid ui basic button">
Religion
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="how_religious()" class="fluid ui basic button">
How Religious
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="political_spectrum()" class="fluid ui basic button">
Political Spectrum
</button>
</div>
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="gap_year_uc()" class="fluid ui basic button">
Gap Year by School
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="alcohol()" class="fluid ui basic button">
Alcohol Consumption
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="alcohol_uc()" class="fluid ui basic button">
Alcohol at UC
</button>
</div>
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="pvp_alcohol()" class="fluid ui basic button">
Alcohol by School
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="ht_alcohol()" class="fluid ui basic button">
Alcohol by Hometown
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="marijuana()" class="fluid ui basic button">
Marijuana Consumption
</button>
</div>
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="marijuana_uc()" class="fluid ui basic button">
Marijuana at UC
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="fake_id()" class="fluid ui basic button">
Fake ID
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="fake_id_uc()" class="fluid ui basic button">
Fake ID at UC
</button>
</div>
</div>
<div class="row">
<div class="column col-lg-6 col-md-6 col-sm-6 col-xs-6">
<button onclick="sex()" class="fluid ui basic button">
Sex
</button>
</div>
<div class="column col-lg-6 col-md-6 col-sm-6 col-xs-6">
<button onclick="sex_uc()" class="fluid ui basic button">
Sex at UC
</button>
</div>
<div class="row col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h3 id="experiences_header" class="ui header text-center"></h2>
<div id="experiences" width="90%" height="300"></div>
</div>
</section>
<section id="navfamily" class = "col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2>Family</h2>
<p>
Parents of UChicago students tend to be very highly educated. 87% of fathers and 84.9% of mothers have at least a bachelor's degree. In fact, for 44.5% of students, both their father and mother have graduate degrees. Even more, 62% of students who are legacy have parents who both obtained graduate degrees. UChicago students are also wealthy, with almost half of respondents, 47.6%, reporting that their family makes over $200,000 a year. Legacy students tend to have higher incomes than non-legacies, with almost a third of legacies reporting that their family makes over $500,000 a year. Lastly, most respondents, 50.69%, have just one sibling. The most siblings in the survey was 8.
</p>
<div class="centered row">
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="father_education()" class="fluid ui basic button">
Father's Education
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="mother_education()" class="fluid ui basic button">
Mother's Education
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="legacy()" class="fluid ui basic button">
Legacy
</button>
</div>
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="income()" class="fluid ui basic button">
Income
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="income_legacy()" class="fluid ui basic button">
Income by Legacy
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="siblings()" class="fluid ui basic button">
Siblings
</button>
</div>
</div>
<div class="row col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h3 id="family_header" class="ui header text-center"></h2>
<div id="family" width="90%" height="300"></div>
</div>
</section>
<section id="navhighschool" class = "col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2>High School</h2>
<p>
Almost half of respondents went to a public high school. However, of students who went to a private school, roughly 20% went to a parochial high school. Respondents also tended to not work many hours their senior year, with 89.85% saying they worked less than 10 hours a week. Cheating, however, was fairly prevalent in high school. 42.27% of respondents said they cheated in high school, with 26.5% of those students saying they had cheated on a test in high school. Funnily enough, students having cheated in high school is very correlated to them drinking in high school. Students who drank in high school were almost 62% more likely to cheat in high school than students who haven't drank.
</p>
<div class="centered row">
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="school_type()" class="fluid ui basic button">
School Type
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="hs_job()" class="fluid ui basic button">
Job in HS
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="cheating()" class="fluid ui basic button">
Cheating
</button>
</div>
<div class="column col-xs-12 col-sm-12 col-md-12 col-lg-12">
<button onclick="alcohol_cheating()" class="fluid ui basic button">
Cheating by Alcohol Consumption
</button>
</div>
</div>
<div class="row col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h3 id="high_school_header" class="ui header"></h2>
<div id="high_school" width="90%" height="300"></div>
</div>
</section>
<section id="navapplications" class = "col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2>College Application</h2>
<p>
Unsurprisingly, UChicago students took many college level courses in high school. A fourth of respondents said they took more than 10 college level courses while in high school. UChicago students also performed well on the SAT; 34.9% of students reported getting a 2300 or above. However, students who were recruited to play a sport at UChicago on average scored 75 points worse on the SAT than students who weren't athletic recruits. SAT remained relatively constant across gender, but varied slightly more across ethnicity. Underrepresented minorities on average had lower SAT scores than non-underrepresented minorities. The average SAT score for all respondents was 2221. 11% more students reported taking the SAT than the ACT, but both options were popular. Trends with ACT scores were similar to SAT scores.
</p>
<p>
Many UChicago students also hired private admissions counselors to help them with their college applications. As students' family income grew, they became more likely to hire an admissions counselor. Almost a third of students whose families earned more than $500,000 a year hired a private counselor. compared to under 10% for students whose families who earned less than $60,000. UChicago was 67% of students top choice, which is coincidentally very similar to UChicago's yield of 66%. Students who said UChicago wasn't their top choice on average applied to 11.2 schools and were accepted to on average 5.5 of those schools. Students who said UChicago was their top choice on average applied to 8.0 schools and were accepted to on avearge 5.2 schools.
</p>
<p>
Students who were accepted to UChicago early on average sent 4.9 less applications than students who weren't accepted early, regardless of whether or not those students applied to UChicago. Similarly, students who applied to UChicago early, regardless of whether or not they got in, reported UChicago as their top choice roughly three-fourths of the time, whereas students who applied regular reported UChicago as their top choice only half the time. It seems that getting in to UChicago early doesn't change students perceptions of it, but it does change how many colleges the student applies to.
</p>
<div class="centered row">
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="ap_classes()" class="fluid ui basic button">
College Classes
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="sat()" class="fluid ui basic button">
SAT
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="sat_recruit()" class="fluid ui basic button">
SAT by Athlete
</button>
</div>
<div class = "row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="sat_ethnicity()" class="fluid ui basic button">
SAT by Ethnicity
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="act()" class="fluid ui basic button">
ACT
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="pvp_counselor()" class="fluid ui basic button">
Counselor by School Type
</button>
</div>
</div>
<div class = "row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="income_counselor()" class="fluid ui basic button">
Counselor by Income
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="top_choice()" class="fluid ui basic button">
UC Top Choice
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="acceptance_top_choice()" class="fluid ui basic button">
Acceptance Rate by Top Choice
</button>
</div>
</div>
<div class = "row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="uc_app()" class="fluid ui basic button">
UC Application
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="number_apps()" class="fluid ui basic button">
Number of Applications by UC App
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="top_choice_uc_app()" class="fluid ui basic button">
Top Choice by UC App
</button>
</div>
</div>
<div class="row col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h3 id="app_header" class="ui header text-center"></h2>
<div id="application" width="90%" height="300"></div>
</div>
</section>
<section id="navplans" class = "col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2>Plans at UChicago</h2>
<p>
Most students at UChicago weren't recruited, but a lot of them are interested in playing sports. Almost three-fourths of students reported interest in playing club sports at UChicago. Students also showed a heavy interest in newer dorms, as the three newest dorms, Max, South, and North, were the top choice for over three-fourths of students. Almost 10% of students reported being undecided in their major, but students interests roughly match the majors of current undergraduates at the College, especially after factoring for undecided students. 47% of respondents said they were interested in protesting while at UChicago, and most of these students seem to be liberal.
</p>
<p>
44.3% of students reported interest in Greek Life. However, 66% of varsity recruits reported interest in Greek Life, with 42% saying they definitely planned on joining Greek Life. Students who indicated interest in Greek Life are also less likely to recieve financial aid. Students who said they are definitely interested in joining Greek Life were half as likely to recieve financial aid as a student who was definitely not interested in joining Greek Life. Lastly, UChicago students were very optimistic about their futures. 82% said they were optimistic about their plans for college and beyond.
</p>
<div class="centered row">
</div>
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="varsity_recruit()" class="fluid ui basic button">
Varsity Recruit
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="club_sports()" class="fluid ui basic button">
Club Sports
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="dorm()" class="fluid ui basic button">
Dorm
</button>
</div>
</div>
<div class = "row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="major()" class="fluid ui basic button">
Major
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="protest_political()" class="fluid ui basic button">
Protests by Political Affiliation
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="greek_life()" class="fluid ui basic button">
Greek Life
</button>
</div>
</div>
<div class = "row">
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="fin_aid()" class="fluid ui basic button">
Financial Aid
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="fin_aid_greek()" class="fluid ui basic button">
Finiancial Aid by Greek Life
</button>
</div>
<div class="column col-lg-4 col-md-4 col-sm-4 col-xs-4">
<button onclick="optimism()" class="fluid ui basic button">
Optimism
</button>
</div>
</div>
<div class="row col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h3 id="plans_at_uc_header" class="ui header"></h2>
<div id="plans_at_uc" width="90%" height="300"></div>
</div>
</section>
<!-- <div class="d-line divider"></div> -->
<div id="disqus_thread"></div>
<script>
<!-- /**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
/*
var disqus_config = function () {
this.page.url = /article/2016/6/2/slug-automatically-generated/; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = 20435; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
// (function() { // DON'T EDIT BELOW THIS LINE
// var d = document,
// s = d.createElement('script');
//
// s.src = '//bourassa.disqus.com/embed.js';
//
// s.setAttribute('data-timestamp', +new Date());
// (d.head || d.body).appendChild(s);
// })();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
</div>
</div>
</div>
</div>
</div>
</div>
<script id="dsq-count-scr" src="//bourassa.disqus.com/count.js" async></script>
<script>
function asyncImgLoad(url) {
alert("hello!");
this.style.backgroundImage = "url('" + url + "')";
}
</script>
<!-- footer -->
<div class="footer">
<div class="d-line divider"></div>
<div class="row flex">
<div class="col-sm-3 col-xs-6">
<br/>
<img src="http://maroon-prod.s3.amazonaws.com/static/img/logo_sm-01.png" class="img-responsive" />
<p class="serif
text-muted">The independent student newspaper of The University of Chicago since 1892.</p>
</div>
<div class="col-sm-3 col-xs-6">
<ul class="footer-list">
<li>
<h5 class="topic-header">SECTIONS</h5></li>
<li>
<small><a class="sans-serif" href="/news">NEWS</a></small>
</li>
<li>
<small><a class="sans-serif" href="/viewpoints">VIEWPOINTS</a></small>
</li>
<li>
<small><a class="sans-serif" href="/sports">SPORTS</a></small>
</li>
<li>
<small><a class="sans-serif" href="/arts">ARTS</a></small>
</li>
<li>
<small><a class="sans-serif"
href="/greycity">GREY CITY</a></small>
</li>
<li>
<small><a class="sans-serif"
href="/features">FEATURES</a></small>
</li>
</ul>
</div>
<div class="col-sm-3 section-border col-xs-6">
<ul class="footer-list">
<li>
<h5 class="topic-header">ABOUT</h5></li>
<li>
<small><a class="sans-serif"
href="/pages/staff/">STAFF</a></small>
</li>
<li>
<small><a class="sans-serif"
href="/pages/advertise/">ADVERTISE</a></small>
</li>
<li>
<small><a class="sans-serif"
href="/pages/legal/">LEGAL</a></small>
</li>
<li>
<small><a class="sans-serif"
href="/pages/policies/">POLICIES</a></small>
</li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<ul class="footer-list">
<li>
<h5 class="topic-header">CONTACT</h5></li>
<li>
<small><a class="sans-serif" href="/pages/apply/">
APPLY</a></small>
</li>
<li>
<small><a class="sans-serif" href="/pages/subissions/">
SUBMISSIONS</a></small>
</li>
<li>
<small><a class="sans-serif" href="/pages/subscribe/">
SUBSCRIBE</a></small>
</li>
<li>
<small><a class="sans-serif" href="/pages/corrections/">
CORRECTIONS</a></small>
</li>
<li>
<small><a class="sans-serif" href="/pages/donate/">
DONATE</a></small>
</li>
</ul>
</div>
</div>
<div class="divider h-line"></div>
<p class="sans-serif text-muted">© 2016 The Chicago Maroon. Designed & built by Euirim Choi '19.</p>
</div>
</div>
</body>
</html>