-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
308 lines (262 loc) · 15.3 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
<!DOCTYPE html>
<html lang="en" xmlns:og="http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>College Costs</title>
<meta property="og:title" content="College Costs" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.college-costs.com/" />
<meta property="og:image" content="http://www.college-costs.com/img/open_graph987,660.png" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i class="fa fa-play-circle"></i> <span class="light">College</span> Costs
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#why">Why</a>
</li>
<li>
<a class="page-scroll" href="#files">Files</a>
</li>
<li>
<a class="page-scroll" href="#codeSection">Code</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">College<span class="accent">Costs</h1>
<p class="intro-text">Cutting through government data to find<br>
what College will cost <b class="accent">You</b>.</p>
<a href="#why" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="why" class="container content-section">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">Why Do We Need This?</h2>
<p>
The U.S. Department of Education has recently released a (mostly) amazing
<a href="http://collegescorecard.ed.gov">College Scorecard</a> to see how
much various colleges cost and how well they do at graduating students.</p>
<p>
There seemed to me to be a few important pieces of information missing, the
most important being, "How much will this college cost <b>Me</b>?"</p>
<p>Some colleges and universities adjust their tuition and costs a lot for
families' incomes. <a target=_new
href="https://www.insidehighered.com/views/2013/02/25/college-scorecards-flawed-focus-average-net-price">Some don't</a>.
You want to know which ones will be right for you.</p>
<p>There's also no way on their site to match your scores with schools.
Sometimes we should reach for the sky, sometimes we should be practical.
On College Scorecard, there's no
button for, "Show me only colleges I have a realistic chance of being admitted to."
Here there is. We'll show the 25th percentiles to show the possibilities.
</p>
</div>
</div>
</section>
<!-- Download Section -->
<section id="files" class="content-section text-center">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>College Files By State and Income</h2>
<p>1) Choose your best estimate of your family's yearly <b class="accent">income</b></p>
<a href="#income1" class="btn btn-default btn-lg btn-income" role="button" inc="1">< $30k</a>
<a href="#income2" class="btn btn-default btn-lg btn-income" role="button" inc="2">$30–48k</a>
<a href="#income3" class="btn btn-default btn-lg btn-income" role="button" inc="3">$48–75k</a>
<a href="#income4" class="btn btn-default btn-lg btn-income" role="button" inc="4">$75–110k</a>
<a href="#income5" class="btn btn-default btn-lg btn-income" role="button" inc="5">> $110k</a>
<br>
<p>2) Click your <b class="accent">state</b> or territory (to calculate in-state tuition).</p>
<a href="#AL" class="btn btn-default btn-sm btn-state" role="button">AL</a>
<a href="#AK" class="btn btn-default btn-sm btn-state" role="button">AK</a>
<a href="#AZ" class="btn btn-default btn-sm btn-state" role="button">AZ</a>
<a href="#AR" class="btn btn-default btn-sm btn-state" role="button">AR</a>
<a href="#CA" class="btn btn-default btn-sm btn-state" role="button">CA</a>
<a href="#CO" class="btn btn-default btn-sm btn-state" role="button">CO</a>
<a href="#CT" class="btn btn-default btn-sm btn-state" role="button">CT</a>
<!-- <a href="#DC" class="btn btn-default btn-sm btn-state" role="button">DC</a> -->
<a href="#DE" class="btn btn-default btn-sm btn-state" role="button">DE</a>
<a href="#FL" class="btn btn-default btn-sm btn-state" role="button">FL</a>
<a href="#GA" class="btn btn-default btn-sm btn-state" role="button">GA</a>
<a href="#HI" class="btn btn-default btn-sm btn-state" role="button">HI</a>
<a href="#ID" class="btn btn-default btn-sm btn-state" role="button">ID</a>
<a href="#IL" class="btn btn-default btn-sm btn-state" role="button">IL</a>
<a href="#IN" class="btn btn-default btn-sm btn-state" role="button">IN</a>
<a href="#IA" class="btn btn-default btn-sm btn-state" role="button">IA</a>
<a href="#KS" class="btn btn-default btn-sm btn-state" role="button">KS</a>
<a href="#KY" class="btn btn-default btn-sm btn-state" role="button">KY</a>
<a href="#LA" class="btn btn-default btn-sm btn-state" role="button">LA</a>
<a href="#ME" class="btn btn-default btn-sm btn-state" role="button">ME</a>
<a href="#MD" class="btn btn-default btn-sm btn-state" role="button">MD</a>
<a href="#MA" class="btn btn-default btn-sm btn-state" role="button">MA</a>
<a href="#MI" class="btn btn-default btn-sm btn-state" role="button">MI</a>
<a href="#MN" class="btn btn-default btn-sm btn-state" role="button">MN</a>
<a href="#MS" class="btn btn-default btn-sm btn-state" role="button">MS</a>
<a href="#MO" class="btn btn-default btn-sm btn-state" role="button">MO</a>
<a href="#MT" class="btn btn-default btn-sm btn-state" role="button">MT</a>
<a href="#NE" class="btn btn-default btn-sm btn-state" role="button">NE</a>
<a href="#NV" class="btn btn-default btn-sm btn-state" role="button">NV</a>
<a href="#NH" class="btn btn-default btn-sm btn-state" role="button">NH</a>
<a href="#NJ" class="btn btn-default btn-sm btn-state" role="button">NJ</a>
<a href="#NM" class="btn btn-default btn-sm btn-state" role="button">NM</a>
<a href="#NY" class="btn btn-default btn-sm btn-state" role="button">NY</a>
<a href="#NC" class="btn btn-default btn-sm btn-state" role="button">NC</a>
<a href="#ND" class="btn btn-default btn-sm btn-state" role="button">ND</a>
<a href="#OH" class="btn btn-default btn-sm btn-state" role="button">OH</a>
<a href="#OK" class="btn btn-default btn-sm btn-state" role="button">OK</a>
<a href="#OR" class="btn btn-default btn-sm btn-state" role="button">OR</a>
<a href="#PA" class="btn btn-default btn-sm btn-state" role="button">PA</a>
<a href="#PR" class="btn btn-default btn-sm btn-state" role="button">PR</a>
<a href="#RI" class="btn btn-default btn-sm btn-state" role="button">RI</a>
<a href="#SC" class="btn btn-default btn-sm btn-state" role="button">SC</a>
<a href="#SD" class="btn btn-default btn-sm btn-state" role="button">SD</a>
<a href="#TN" class="btn btn-default btn-sm btn-state" role="button">TN</a>
<a href="#TX" class="btn btn-default btn-sm btn-state" role="button">TX</a>
<a href="#UT" class="btn btn-default btn-sm btn-state" role="button">UT</a>
<a href="#VT" class="btn btn-default btn-sm btn-state" role="button">VT</a>
<a href="#VA" class="btn btn-default btn-sm btn-state" role="button">VA</a>
<!-- <a href="#VI" class="btn btn-default btn-sm btn-state" role="button">VI</a> -->
<a href="#WA" class="btn btn-default btn-sm btn-state" role="button">WA</a>
<a href="#WV" class="btn btn-default btn-sm btn-state" role="button">WV</a>
<a href="#WI" class="btn btn-default btn-sm btn-state" role="button">WI</a>
<a href="#WY" class="btn btn-default btn-sm btn-state" role="button">WY</a><br>
<a href="#None" class="btn btn-default btn-lg btn-state" role="button">Show All</a>
<p class="smaller">
Sorry DC, Virgin Islands, etc. -- no data available.
</p>
<p>3) Sort by <b class='accent'>SAT</b> or <b class='accent'>ACT</b> scores (optional)<br>
<br>
<a href="#sat" class="btn btn-default btn-lg btn-satact" role="button">SAT</a>
<a href="#act" class="btn btn-default btn-lg btn-satact" role="button">ACT</a>
</p>
<p class="smaller">
I originally made these charts to give talks to primarily lower-income
students about four-year college choices. Thus only four-year colleges
are listed below. There are many excellent public two-year colleges
and speciality schools not included.
</p>
<a href="#files" id="goBtn" class="btn btn-default btn-lg" role="button" >Choose income and state</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="codeSection" class="container content-section">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">Code/Data/Contact</h2>
<p>
The data for this site comes from the U.S. Government and the colleges. Click
below for their data. The authors of this site are not responsible for any
errors in that data or in the processing of that data. This data from November 2022.
</p>
<p class="smaller"><b>Caveats:</b> Unfortunately, I do not have data on out-of-state tuition
for public schools. Only colleges where at least 1/3 of students graduate
are listed—this is my decision on a minimum threshold below which you'd
be taking on substantial risk in attending.<p>
<p class="smaller">(For schools that did not report SAT 25th/75th
levels, an estimate was used. ACT breakdowns coming soon. Apologies to
the many great schools that don't use either test and are thus not included.)
</p>
<p>
All code used on this site is available at GitHub.
</p>
<p>Made by Michael Scott Asato Cuthbert, an MIT Prof. interested in understanding
data and in helping people who might not believe they can afford college reach
for their dreams. Contact him at <a href="mailto:[email protected]">[email protected]</a>
or <a href="mailto:[email protected]">[email protected]</a>
</p>
<ul class="text-center list-inline banner-social-buttons">
<li>
<a href="https://collegescorecard.ed.gov/data" class="btn btn-default btn-lg"><i class="fa fa-graduation-cap fa-fw"></i> <span class="network-name">Govt. Data</span></a>
</li>
<li>
<a href="https://github.com/cuthbertLab/collegeCosts" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center">
<p>Copyright © 2016-23 <a href="http://www.trecento.com/">Michael Scott Asato Cuthbert</a>,
Some Rights Reserved.<p>
<p class="smaller"> <br>
Based on awesome
<a href="http://startbootstrap.com/template-overviews/grayscale/">Grayscale</a>
template.<br>
Image of <a href="https://en.wikipedia.org/wiki/Reed_College#/media/File:EliotHallReedCollege.jpg">Reed College</a>,
and <a href="https://commons.wikimedia.org/wiki/File:USA-satellite.jpg">US Satellite Maps</a> from Wikipedia (CC-BY)</p>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script>
<!-- Choose Schools -->
<script src="js/chooseSchool.js"></script>
<!-- GA -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73776555-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>