forked from CSStipendRankings/CSStipendRankings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
460 lines (408 loc) · 20.7 KB
/
Copy pathindex.html
File metadata and controls
460 lines (408 loc) · 20.7 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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<link rel="preload" as="style" href="css/csrankings.css">
<link rel="preload" as="style" href="css/csrankings-extra.css">
<link rel="preconnect" href="https://www.google-analytics.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://connect.facebook.net">
<link rel="preconnect" href="https://www.facebook.com">
<link rel="preconnect" href="https://dblp.org">
<link rel="preload" as="script" href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.js"
type="text/javascript">
<link rel="preload" as="script" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/1.0.21/jquery.csv.js"
type="text/javascript">
<meta name="description" content="Computer Science PhD Stipend Rankings">
<meta name="keywords"
content="computer science rankings, best computer science programs, best computer science schools, top computer science schools, top computer science universities, best computer science programs">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="citation_title" content="CSRankings">
<meta name="citation_author" content="Berger, Emery D.">
<meta name="citation_publication_date" content="2020">
<meta name="citation_fulltext_html_url" content="https://csrankings.org">
<meta name="citation_publisher" content="">
<meta name="citation_fulltext_world_readable" content="">
<link rel="stylesheet" href="css/csrankings.css">
<link rel="stylesheet" href="css/csrankings-extra.css">
<title>CSStipendRankings: CS PhD Stipend Rankings</title>
<style type="text/css">
@media (max-width: 768px) {
.row.switch-xs {
transform: rotate(180deg);
direction: rtl;
}
@media (max-width: 768px) {
.col-centered {
display: inline-block;
float: none;
text-align: left;
margin-right: -4px;
}
.row-centered {
text-align: center;
}
}
.row.switch-xs>[class^="col-"] {
transform: rotate(-180deg);
direction: ltr;
}
}
body {
font-family: Helvetica, Arial;
}
table td {
vertical-align: top;
}
.table-fit {
white-space: nowrap;
width: 5%;
}
td {
padding-top: 2px;
padding-bottom: 2px;
}
th
/* CSS for sort indicator */
.sort-indicator::before {
content: "▼";
font-size: 0.8em;
padding-right: 5px;
color: #999;
}
.sort-indicator.asc::before {
content: "▲";
}
.sort-indicator.desc::before {
content: "▼";
}
.sort-indicator.clicked::before {
color: #333;
}
a {
color: blue;
}
.csr-barchart {
display: none;
}
.area_group_selector {
cursor: pointer;
}
.hovertip {
cursor: pointer;
color: blue
}
.bluefont {
color: blue;
}
input {
cursor: pointer;
}
/* latin-ext */
@font-face {
font-family: 'News Cycle';
font-style: normal;
font-weight: 400;
src: local('News Cycle'), local('NewsCycle'), url(https://fonts.gstatic.com/s/newscycle/v13/d03oiboZGiaNuMDvH253CgsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'News Cycle';
font-style: normal;
font-weight: 400;
src: local('News Cycle'), local('NewsCycle'), url(https://fonts.gstatic.com/s/newscycle/v13/9Xe8dq6pQDsPyVH2D3tMQgzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'News Cycle';
font-style: normal;
font-weight: 700;
src: local('News Cycle Bold'), local('NewsCycle-Bold'), url(https://fonts.gstatic.com/s/newscycle/v13/G28Ny31cr5orMqEQy6ljtzrEaqfC9P2pvLXik1Kbr9s.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'News Cycle';
font-style: normal;
font-weight: 700;
src: local('News Cycle Bold'), local('NewsCycle-Bold'), url(https://fonts.gstatic.com/s/newscycle/v13/G28Ny31cr5orMqEQy6ljt2aVI6zN22yiurzcBKxPjFE.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.note {
font-weight: bold;
}
.areaname {
font-variant: small-caps;
font-size: -1;
}
.barchart {
font-size: +1;
}
</style>
<script defer>
var trackOutboundLink = function (url, new_window) {
/* Setting a default value for backward compatibility */
if (new_window === undefined) {
new_window = false;
}
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback':
function () {
if (!new_window) {
document.location = url;
}
}
});
if (new_window) {
window.open(url);
}
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/1.0.21/jquery.csv.js" type="text/javascript"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.min.js"
type="text/javascript"></script>
<script src="https://code.iconify.design/3/3.1.0/iconify.min.js"></script>
<script defer src="js/csstipendrankings.js" type="text/javascript"></script>
<!-- verified icon -->
<!--<iconify-icon icon="material-symbols:verified-rounded" style="color: #0197f6;" width="24"></iconify-icon>-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TMFP7XV9R8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-TMFP7XV9R8');
</script>
</head>
<body>
<div class="overlay" id="overlay-loading">
<div class="centerscreen overlaytext">
<center>
<font color="white" size="15vw">
<div id="progress">Loading...<br /></div>
</font>
</center>
</div>
</div>
<div class="container">
<form id="rankform" name="rankform" action="" method="get" target="_blank">
<div class="page-header">
<h1>CSStipendRankings: PhD Stipend Rankings</h1>
<div class="panel panel-info">
<div class="panel-heading">
<p>
CSStipendRankings is a stipend-based ranking of top-paying computer science departments in US.
We may implement support for other countries and you are welcomed to contribute!
For a real academic ranking, please refer to <a href="https://csrankings.org/">CSRankings</a>.
</p>
<p>
<ul>
<li>Stipend is the annual, <b>12-month, pre-tax</b> allowance graciously granted by the institution.
<br>Note that <b>some departments do not have guaranteed summer funding</b>, and we are currently
working to collect such data. Departments with summer funding guarentee are tagged with a
<span class="areaname systems-area">summer</span> label or a <span class="areaname systems-area">summer<small>x2</small></span> label (if it offers by default 100% summer appointments, instead of the typical 50% ones). For now, the list is not complete.
</li>
<li>Fees are annual non-reimbursible tariffs (including health insurance) reclaimed by said institution.</li>
<li>Living cost is calculated based on the <a href="https://livingwage.mit.edu/">MIT Living Wage
Calculator </a> for the institution's city.</li>
</ul>
<b>We hope you find CSStipendRankings useful towards getting your institution to pay a living wage.</b>
</p>
<p><b>Note: the ranking is based on user-submitted or estimated information, which (like other rankings) may be subjective, inaccurate, or
out-of-date, despite best efforts from its volunteers to ensure accuracy. For more information, please refer to our <a
href="#disclaimer">Disclaimer</a>.</b></p>
<p>
<b>We have received a lot of comments that the living cost calculated by the MIT Living Cost Calculator does not
really reflect the real living cost in multiple areas. We are considering alternative metrics and data sources.
If you are aware of something we can use, please feel free to submit <a href="https://github.com/CSStipendRankings/CSStipendRankings/issues/new/choose">issues</a>
or <a href="https://github.com/CSStipendRankings/CSStipendRankings/pulls">pull requests</a> on GitHub.</b>
</p>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
Rank
<label for="regions">institutions in</label>
<select id="regions" name="regions">
<optgroup label="by country/region">
<option value="us" selected="selected">USA</option>
</optgroup>
</select>
<label for="institute_types">Institution type:</label>
<select id="institute_types" name="institute_types" class="sort-trigger">
<optgroup label="by public/private">
<option value="all_public_private">All</option>
<option value="private">Private</option>
<option value="public">Public</option>
</optgroup>
</select>
Private schools in 🟪. Public schools in 🟩. Fellowships in 🟧.
<br>
<!-- <input type="checkbox" id="living-wage" checked>
<label for="living-wage"> Rank after subtracting non-reimbursable fees and local living cost</label><br> -->
<div>
Sort by
<input type="radio" id="stipend" name="sortby" value="stipend" class="sort-trigger"></input>
<label for="html">Stipend </label>
<input type="radio" id="fees" name="sortby" value="fees" class="sort-trigger"></input>
<label for="html">Fees </label>
<input type="radio" id="living-cost" name="sortby" value="living-cost" class="sort-trigger"></input>
<label for="css">Living Cost </label>
<input type="radio" id="after" name="sortby" value="after" class="sort-trigger" checked></input>
<label for="css">After Fees & Living </label>
<input type="checkbox" id="low-to-high" class="sort-trigger">
<label for="low-to-high">Low to High</label><br>
</div>
<div>
<input type="radio" id="pre-qual" name="qual" value="pre-qual" class="sort-trigger" checked></input>
<label for="html">Pre-Qualification </label>
<input type="radio" id="post-qual" name="qual" value="post-qual" class="sort-trigger"></input>
<label for="css">Post-Qualification</label>
</div>
<div>
<input type="checkbox" id="fellowship" name="fellowship" value="fellowship" class="sort-trigger"></input>
<label for="css">Show fellowships and set the living cost to the institution</label>
<select id="university_locations" name="university_locations" onchange="do_change_CoL(this.value)"></select>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="row switch-xs row-centered">
<!-- start ranking window -->
<div class="col-xs-12 col-sm-push-12 col-sm-12 col-md-12 col-lg-12 text-center">
<div id="success">
<table class="table table-fit table-sm table-striped center" id="ranking" valign="top">
<thead>
<tr>
<th align="left">
<font color="#777">#</font>
</th>
<th align="left">
<font color="#777">Institution</font>
</th>
<th data-column="stipend" align="right">
<abbr title="The total amount of stipend that PhD students will get in a year.">
<font color="#777">Stipend ($)</font>
</abbr><!-- <span class="sort-indicator"></span>-->
</th>
<th data-column="fees" align="right">
<abbr title="Non-reimbursable fees (including insurance) charged by the university.">
<font color="#777">Fees ($)</font>
</abbr><!-- <span class="sort-indicator"></span>-->
</th>
<th data-column="living-cost" align="right">
<abbr
title="The money that an individual in a household must earn to support their life, according to the MIT Living Wage Calculator.">
<font color="#777">Living Cost ($)</font>
</abbr><!-- <span class="sort-indicator"></span>-->
</th>
<th data-column="after-fee-wage" align="right">
<abbr title="The annual stipend minus the fees and the local living wage.">
<font color="#777">After Fees & Living ($)</font>
</abbr><!-- <span class="sort-indicator"></span>-->
</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<!-- end ranking window -->
</div>
<div class="page-footer">
<p>* We have noticed discrepancies in the data reported for this university or department, and we suspect that it may not be entirely accurate. If you have access to more reliable information, we would appreciate it if you could share it with us.</p>
</div>
<div class="page-footer">
<p>
<br />
This ranking is part informational and part satire, designed to democratize information on how PhD students
in
computer science and related areas are paid for their labor – <i>inadequately</i>, in most cases.
</p>
<p>
Most of the frontend code of this website is from <a href="https://csrankings.org/"
style="color:inherit; text-decoration: underline;">CSRankings</a>,
and we intentionally used the same template. The code of this website can be found at
<a
href="https://github.com/CSStipendRankings/CSStipendRankings">https://github.com/CSStipendRankings/CSStipendRankings</a>,
and the data presented can be found as a CSV file <a
href="https://github.com/CSStipendRankings/CSStipendRankings/blob/main/stipend-us.csv">here</a>.
</p>
<p>
<b>Contributing:</b> Everyone is welcomed to submit patches or report the stipend via <a
href="https://github.com/CSStipendRankings/CSStipendRankings/pulls">pull requests</a>.
Another option to submit valuable datapoints is through <a href="https://forms.gle/fmF3EjiWxMQdoqhR9">this
Google Form</a>.
Also, feel free to submit <a
href="https://github.com/CSStipendRankings/CSStipendRankings/issues/new/choose">issues on GitHub</a>.
</p>
<p>
<b>Plan for the Future:</b> We have a list of items that we plan to prioritize in our efforts to improve this website.
All contributions are welcomed. Please leave us a message if you want to implement one of these features.
The following is the ranked order of importance:
<ul>
<li>Gathering data for summer funding guarantees. We plan to incorporate a feature that allows users to exclude non-guaranteed funds when calculating the stipends.</li>
<li>Add alternative sources of living cost. In the future, users should have the ability to choose between different sources of living cost while ranking.</li>
</ul>
</p>
<p>
<a id="disclaimer" style="color:inherit"><b>Disclaimer:</b> </a>
CSStipendRankings is designed to highlight stipend situations across various institutions, based on user-submitted information.
We try our best to verify their accuracy, but we cannot guarantee they are correct or up-to-date.
<br>
We are also aware that while the MIT Living Wage Calculator is
useful for comparing costs of living across the country, it has its limitations. There are two issues flagged by our users:
<ul>
<li>
Data is often unavailable for the precise district in which the university is located. In such cases, we use data for the county or wider metro area.
This often makes places look more affordable than they actually are. For instance, UC San Diego is located in La Jolla, one of the most expensive districts in the US, but we resort
to using figures for the wider San Diego county. Same goes for Westwood (UCLA) vs. LA County, Princeton vs. Mercer County, etc.
</li>
<li>
The Calculator states that the estimates are what is required "to cover the costs of their family's basic needs where they live".
However, how much one needs to sustain onself is subjective, and users have reported that they can live on much less.
</li>
</ul>
Ultimately, while we hope you find this information useful, this should not be used as the primary basis for grad school decisions.
We advocate users to do their own research before making life decisions.
</p>
<p class="text-muted">THIS SOFTWARE AND INFORMATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</p>
<p class="text-muted">
<span xmlns:dct="https://dublincore.org/specifications/dublin-core/dcmi-terms/"
property="dct:title">CSStipendRankings</span> is licensed under a <a rel="license"
href="https://creativecommons.org/licenses/by-nc-nd/4.0/"
style="color:inherit; text-decoration: underline;">Creative Commons
Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
The frontend (i.e., CSS and HTML) of this website is based on CSRankings, a work at <a
xmlns:dct="https://dublincore.org/specifications/dublin-core/dcmi-terms/"
href="https://github.com/emeryberger/CSrankings" rel="dct:source"
style="color:inherit; text-decoration: underline;">https://github.com/emeryberger/CSrankings</a>.
The copyright of CSRankings is owned by <a href="https://emeryberger.com/"
style="color:inherit; text-decoration: underline;">Emery Berger</a>.
The copyright of the non-CSRankings part of CSStipendRankings is owned by its
<a href="https://github.com/CSStipendRankings/CSStipendRankings/contributors"
style="color:inherit; text-decoration: underline;">contributors</a>.
<br />
</p>
</div>
</div>
</form>
</div>
</body>
</html>