-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsocial_justice.html
executable file
·621 lines (500 loc) · 26.3 KB
/
social_justice.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
<!DOCTYPE html>
<html>
<head>
<title>SOCIAL-JUSTICE DATA-SCIENCE POSTDOCTORAL SCHOLAR AT UCLA</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="resources/css/main.css" rel="stylesheet" />
<link href="resources/css/queries.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="./resources/js/clouds.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Roboto:100,400,900"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Merriweather:300,400"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Oxygen:400"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous"
/>
<!--<link href="normalize.css" rel="stylesheet" />-->
</head>
<body>
<section id="main">
<div class="row" id="introduction">
<h1>SOCIAL-JUSTICE DATA-SCIENCE</h1>
<h2>POSTDOCTORAL SCHOLAR</h2>
<div class="column left">
<a href="https://statistics.ucla.edu/" target="_blank"
><img class="header-logo" src="resources/img/svg/Uxd_Wht_Statistics_A.svg"
/></a>
</div>
<div class="column left">
<a href="https://math.ucla.edu/" target="_blank"
><img class="header-logo" src="resources/img/svg/Uxd_Wht_Mathematics_A.svg"
/></a>
</div>
<br>
<div class = "row left">
<ul>
<ol>
<li> <a class = "link" href=#Position
><p>Position Description</p></a></li>
<li> <a class = "link" href=#App_mat
><p>Application Materials</p></a></li>
<li> <a class= "link" href=#Mentors
><p>Possible Mentors</p></a></li>
</ol>
</ul>
</div>
</div>
</section>
<section id="elaboration">
<div class="row" id = "Position">
<h1>SOCIAL-JUSTICE DATA-SCIENCE POSTDOCTORAL SCHOLAR AT UCLA</h1>
<br>
<p>
The Department of Mathematics and Department of Statistics invite applications for a three-year
position as an Assistant Professor in Social Justice and Data Science.
</p>
<p>
This Social-Justice Data Science (SJDS) scholar position, which will be appointed in both the Department of Mathematics and Department of
Statistics, is based on a dual-mentor system whereby the scholar has a mentor in either Mathematics or Statistics and a second mentor who is a
social-justice scholar from another campus unit.
</p>
<p>
The SJDS scholar will address social-justice questions via empirical research or analysis. This may include, for example, work on policing,
migration, social determinants of health, education or other outcomes, or many other areas of study. There is particular interest for work
relating to inequities and disparities relevant to the Los Angeles area.
</p>
<p>
This position is open to scholars from all disciplines (but who
possess or will possess a Ph.D. that is grounded in data science by the time of appointment). Applicants should also show evidence of
excellence in teaching and research.
</p>
<p>
By harnessing data, data science can accelerate the scientific study of social-justice issues. Recent advances in data science and the excellence of UCLA's Departments of Mathematics and Statistics in data science can be leveraged for research into social justice. Anchoring data-science research in substantive social-justice issues will also lead to improvements in data-science methods.
</p>
</div>
<div class="row" id = "App_mat">
<h2>APPLICATION MATERIALS</h2>
<br>
<p>
Reviews for the position will commence on December 31st 2020 and will continue until a successful candidate is identified. Interested applicants should apply at UCLA Academic Recruit at:
</p>
<p><a class= "link" href="https://recruit.apo.ucla.edu/JPF06005">https://recruit.apo.ucla.edu/JPF06005</a></p>
<p>
The University of California is an Equal Opportunity/Affirmative Action Employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, age or protected veteran status. For the complete University of California nondiscrimination and affirmative action policy, see: UC Nondiscrimination and Affirmative Action Policy at:
</p>
<p><a class= "link" href="http://policy.ucop.edu/doc/4000376/NondiscrimAffirmAct"> http://policy.ucop.edu/doc/4000376/NondiscrimAffirmAct</a></p>
<p>Applicant should submit the following materials:
</p>
<ul>
<li>
CV
</li>
<li>A two-page proposal for the social-justice data-science research to be carried out, naming the mentors. A description of this proposal is given
<a class= "link" href="resources/pdf/SJDS_Proposal_Guide.pdf" style="color:red">here</a>.
</li>
<li>
Statement of research
</li>
<li>Statement of teaching
</li>
<li>Statement of Contributions to Equity, Diversity, and Inclusion
</li>
<li>Four letters of recommendation</li>
<li>Up to two representative papers or preprints (optional) </li>
</ul>
<p> All inquiries may be sent to Chie Ryu at <a class= "link" href="mailto:[email protected]"> [email protected]</a></p>
</div>
<div class="row" id = "Mentors">
<h2>POSSIBLE MENTORS
</h2>
<br>
<p>UCLA has a strong and active research community that works on social-justice issues. The scholar will be mentored both by a faculty member from either Mathematics or Statistics and by a social-justice scholar on campus. Our current available mentors are:
</p>
<br>
<div class= "container_faculty">
<h3 class= "page-separator">MATHEMATICS AND STATISTICS FACULTY</h3>
<div class= "row_faculty">
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="https://www.math.ucla.edu/~bertozzi/"><img src="resources/img/andrea_bertozzi.jpg"></a></div>
<div class = "presentation">
<a href= "https://www.math.ucla.edu/~bertozzi/"><button type="button" class= "faculty-page-button" style ="float:left;" >MATHEMATICS FACULTY</button></a>
<p></p>
<br>
<h3>Andrea L. Bertozzi
</h3>
<br>
<ul>
<li>Areas of interest: Nonlinear PDE and Data Science
</li>
<li>Website: <a class = "link" href= "https://www.math.ucla.edu/~bertozzi/">https://www.math.ucla.edu/~bertozzi/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="http://www.stat.ucla.edu/~cochran/"><img src="resources/img/SusanCochran.jpg"></a></div>
<div class = "presentation">
<a href= "http://www.stat.ucla.edu/~cochran/"><button type="button" class= "faculty-page-button" style ="float:left;" >STATISTICS FACULTY</button></a>
<p></p>
<br>
<h3>Susan Cochran</h3>
<br>
<ul>
<li>Areas of interest: survey sampling, psychometrics and statistical epidemiology
</li>
<li>Website: <a class = "link" href= "http://www.stat.ucla.edu/~cochran/">http://www.stat.ucla.edu/~cochran/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class= "row_faculty">
<div class= "column_faculty">
<div class= "container">
<br>
<div class = "photo"><a class="img-link" href="http://faculty.stat.ucla.edu/handcock/"><img src="resources/img/mark_handcock.jpg"></a></div>
<div class = "presentation">
<a href= "http://faculty.stat.ucla.edu/handcock/"><button type="button" class= "faculty-page-button" style ="float:left;" >STATISTICS FACULTY</button></a>
<p></p>
<br>
<h3>Mark S. Handcock</h3>
<br>
<ul>
<li>Areas of interest: networks, environmental justice, economic inequality, distributional comparisons, demography
</li>
<li>Website: <a class = "link" href= "http://faculty.stat.ucla.edu/handcock/">http://faculty.stat.ucla.edu/handcock/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class= "column_faculty">
<div class= "container">
<br>
<br>
<div class = "photo"><a class="img-link" href="https://www.chadhazlett.com"><img src="resources/img/ChadHazlett.jpg"></a></div>
<div class = "presentation">
<a href= "https://www.chadhazlett.com"><button type="button" class= "faculty-page-button" style ="float:left;" >STATISTICS FACULTY</button></a>
<br>
<p></p>
<br>
<h3>Chad Hazlett</h3>
<br>
<ul>
<li>Areas of interest: program evaluation, early mortality, evictions, legal aid, violence and trauma, homelessness
</li>
<li>Website: <a class = "link" href= "https://www.chadhazlett.com">https://www.chadhazlett.com</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class= "row_faculty">
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="https://www.math.ucla.edu/~mikehill/"><img src="resources/img/MikeHill.jpg"></a></div>
<div class = "presentation">
<a href= "https://www.math.ucla.edu/~mikehill/"><button type="button" class= "faculty-page-button" style ="float:left;" >MATHEMATICS FACULTY</button></a>
<p></p>
<br>
<h3>Mike Hill</h3>
<br>
<ul>
<li>Area of interest: Algebraic Topology
</li>
<li>Website: <a class = "link" href= "https://www.math.ucla.edu/~mikehill/">https://www.math.ucla.edu/~mikehill/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class= "column_faculty">
<br>
<div class= "container">
<br>
<div class = "photo"><a class="img-link" href="https://karenamckinnon.github.io"><img src="resources/img/karen.png"></a></div>
<div class = "presentation">
<a href= "https://karenamckinnon.github.io"><button type="button" class= "faculty-page-button" style ="float:left;" >STATISTICS FACULTY</button></a>
<p></p>
<br>
<h3>Karen McKinnon</h3>
<br>
<ul>
<li>Areas of interest: climate/environmental justice, spatial patterns of climate change and air quality impacts, urban heat islands
</li>
<li>Website: <a class = "link" href= "https://karenamckinnon.github.io">https://karenamckinnon.github.io</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class= "row_faculty">
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="https://www.math.ucla.edu/~deanna/"><img src="resources/img/deanna_needell.jpg" ></a></div>
<div class = "presentation">
<a href= "https://www.math.ucla.edu/~deanna"><button type="button" class= "faculty-page-button" style ="float:left;" >MATHEMATICS FACULTY</button></a>
<p></p>
<br>
<h3>Deanna Needell
</h3>
<br>
<ul>
<li>Areas of interest: stochastic optimization, numerical methods, data science
</li>
<li>Website: <a class = "link" href= "https://www.math.ucla.edu/~deanna/">https://www.math.ucla.edu/~deanna/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="https://www.math.ucla.edu/~mason/"><img src="resources/img/mason_porter.jpg" ></a></div>
<div class = "presentation">
<a href= "https://www.math.ucla.edu/~mason/"><button type="button" class= "faculty-page-button" style ="float:left;" >MATHEMATICS FACULTY</button></a>
<p></p>
<br>
<h3>Mason A. Porter
</h3>
<br>
<ul>
<li>Areas of interest: networks, complex systems, applications to social and political systems
</li>
<li>Website: <a class = "link" href= "https://www.math.ucla.edu/~mason/">https://www.math.ucla.edu/~mason/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class= "row_faculty">
<div class= "column_faculty">
<div class = "photo"><a class="img-link" href="http://www.stat.ucla.edu/~frederic/"><img src="resources/img/rick.jpg"></a></div>
<div class = "presentation">
<a href= "http://www.stat.ucla.edu/~frederic/"><button type="button" class= "faculty-page-button" style ="float:left;" >STATISTICS FACULTY</button></a>
<br>
<p></p>
<br>
<h3>Rick Paik Schoenberg</h3>
<br>
<ul>
<li>Areas of interest: environmental justice, spatial processes and modeling
</li>
<li>Website: <a class = "link" href= "http://www.stat.ucla.edu/~frederic/">http://www.stat.ucla.edu/~frederic/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
<div class= "column_faculty">
<div class= "container">
</div>
</div>
</div>
<div class= "column_faculty">
</div>
</div>
</div>
<br>
<div class= "container_faculty">
<h3 class= "page-separator">SOCIAL JUSTICE FACULTY</h3>
<div class= "row_faculty">
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="https://ph.ucla.edu/faculty/arah/"><img src="resources/img/PNG/oarah-scaled.png" width="300"></a></div>
<div class = "presentation">
<a href= "https://ph.ucla.edu/faculty/arah/"><button type="button" class= "faculty-page-button" style ="float:left;" >SOCIAL JUSTICE FACULTY</button></a>
<p></p>
<br>
<h3>Onyebuchi A. Arah
</h3>
<br>
<ul>
<li>Areas of interest: causal inference, computational epidemiology, social epidemiology, anti-racism in health and healthcare
</li>
<li>Website: <a class = "link" href= "https://ph.ucla.edu/faculty/arah/">https://ph.ucla.edu/faculty/arah/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="http://mattbarreto.com/"><img src="resources/img/PNG/marthabailey.png" width="300"></a></div>
<div class = "presentation">
<a href= "https://economics.ucla.edu/person/martha-bailey/"><button type="button" class= "faculty-page-button" style ="float:left;" >SOCIAL JUSTICE FACULTY</button></a>
<p></p>
<br>
<h3>Martha J. Bailey
</h3>
<br>
<ul>
<li>Areas of interest: Labor Economics, Demography, Economic History
</li>
<li>Website: <a class = "link" href= "https://economics.ucla.edu/person/martha-bailey/">https://economics.ucla.edu/person/martha-bailey/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class= "row_faculty">
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="http://mattbarreto.com/"><img src="resources/img/MB_ucla1.jpg" width="300"></a></div>
<div class = "presentation">
<a href= "http://mattbarreto.com/"><button type="button" class= "faculty-page-button" style ="float:left;" >SOCIAL JUSTICE FACULTY</button></a>
<p></p>
<br>
<h3> Matt Barreto
</h3>
<br>
<ul>
<li>Areas of interest: redistricting and voting rights, political participation of racial and ethnic minorities, polling
</li>
<li>Website: <a class = "link" href= "http://mattbarreto.com//">http://mattbarreto.com/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="https://ph.ucla.edu/faculty/beltr-n-s-nchez/"><img src="resources/img/PNG/Hiram-Beltran-Sanchez-up-qyz.png" width="400"></a></div>
<div class = "presentation">
<a href= "https://ph.ucla.edu/faculty/beltr-n-s-nchez/"><button type="button" class= "faculty-page-button" style ="float:left;" >SOCIAL JUSTICE FACULTY</button></a>
<p></p>
<br>
<h3>Hiram Beltrán-Sánchez
</h3>
<br>
<ul>
<li>Areas of interest: demography of health and aging, with particular focus on Latin American countries, health inequalities
</li>
<li>Website: <a class = "link" href= "https://ph.ucla.edu/faculty/beltr-n-s-nchez/">https://ph.ucla.edu/faculty/beltr-n-s-nchez/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class= "row_faculty">
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="https://ph.ucla.edu/faculty/cushing"><img src="resources/img/lara_cushing.jpg"></a></div>
<div class = "presentation">
<a href= "https://ph.ucla.edu/faculty/cushing"><button type="button" class= "faculty-page-button" style ="float:left;" >SOCIAL JUSTICE FACULTY</button></a>
<p></p>
<br>
<h3>Lara Cushing</h3>
<br>
<ul>
<li>Areas of interest: environmental justice, climate change and health disparities
</li>
<li>Website: <a class = "link" href= "https://ph.ucla.edu/faculty/cushing">https://ph.ucla.edu/faculty/cushing</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class= "column_faculty">
<div class= "container">
<div class = "photo"><a class="img-link" href="https://adriana-llerasmuney.squarespace.com/"><img src="resources/img/adriana.jpg"></a></div>
<div class = "presentation">
<a href= "https://adriana-llerasmuney.squarespace.com/"><button type="button" class= "faculty-page-button" style ="float:left;" >SOCIAL JUSTICE FACULTY</button></a>
<p></p>
<br>
<h3>Adriana Lleras-Muney
</h3>
<br>
<ul>
<li>Areas of interest: Health Economics, Demography, Public Policy
</li>
<li>Website: <a class = "link" href= "https://adriana-llerasmuney.squarespace.com/">https://adriana-llerasmuney.squarespace.com/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class= "row_faculty">
<div class= "column_faculty">
<div class= "container">
<br>
<br>
<div class = "photo"><a class="img-link" href="https://www.psych.ucla.edu/faculty/page/helenofpeel"><img src="resources/img/VickieMays.jpg"></a></div>
<div class = "presentation">
<a href= "https://www.psych.ucla.edu/faculty/page/helenofpeel"><button type="button" class= "faculty-page-button" style ="float:left;" >SOCIAL JUSTICE FACULTY</button></a>
<p></p>
<br>
<h3>Vickie Mays</h3>
<br>
<ul>
<li>Areas of interest: health disparities, especially related to race and ethnicity
</li>
<li>Website: <a class = "link" href= "https://www.psych.ucla.edu/faculty/page/helenofpeel">https://www.psych.ucla.edu/faculty/page/helenofpeel</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class= "column_faculty">
<div class= "container">
<br>
<br>
<br>
<br>
<div class = "photo"><a class="img-link" href="http://www.econ.ucla.edu/tvwachter/"><img src="resources/img/Till-Von-Wachter.jpg"></a></div>
<div class = "presentation">
<a href= "http://www.econ.ucla.edu/tvwachter/"><button type="button" class= "faculty-page-button" style ="float:left;" >SOCIAL JUSTICE FACULTY</button></a>
<p></p>
<br>
<h3>Till Von Wachter</h3>
<br>
<ul>
<li>Areas of interest: Labor and employment, Economics of Aging, Personnel Economics, Macroeconomics
</li>
<li>Website: <a class = "link" href= "http://www.econ.ucla.edu/tvwachter/">http://www.econ.ucla.edu/tvwachter/</a></li>
<li>E-mail: <a class = "link" href= "mailto:[email protected]"> [email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div id="image-container">
<div class="row" id="contact">
<div class="column left">
<a href="https://statistics.ucla.edu/" target="_blank"
><img id="logo" src="resources/img/svg/Uxd_Wht_Statistics_A.svg"
/></a>
</div>
<div class="column right">
<a href="https://math.ucla.edu/" target="_blank"
><img id="logo" src="resources/img/svg/Uxd_Wht_Mathematics_A.svg"
/></a>
</div>
</div>
</div>
</footer>
</body>
</html>