-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
95 lines (61 loc) · 5.96 KB
/
about.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
---
layout: default
title: About
custom_js:
- lib/jquery.waypoints.min
- js/floating-nav
---
<div class="container page-content">
<div class="col-sm-8">
<h1 class="red mobile-head visible-xs">About</h1>
<h2 class="red" id="what">What is this?</h2>
<p>Justice Divided is an educational tool and resource repository meant to promote awareness of disproportionate minority contact (DMC), or the overrepresentation of black youth in the juvenile justice system.</p>
<p>Within the system, the first steps toward equitable justice are acknowledging DMC as a problem of race, accepting joint responsibility, and making a deliberate effort to address its root causes.</p>
<p>Outside the system, we can and should demand these changes from policy makers and practitioners.</p>
<p>This website is intended to facilitate all the above.</p>
<h2 class="red" id="data">Use our data</h2>
<p>The data behind this website are <a href="/download-data">available for download here</a>. Raw source data, as well as recipes for processing it and building a database, are <a href="https://github.com/datamade/justice-divided/tree/master/data" class="offsite" target="_blank">available on GitHub.</a></p>
<h2 class="red" id="credits">Team and credits</h2>
<p><a href="https://datamade.us/" target="_blank" class="offsite">DataMade</a> built Justice Divided in partnership with the <a href="http://www.iljp.org/" class="offsite" target="_blank">Illinois Justice Project</a>, <a href="#" class="offsite" target="_blank">Adler University</a>, and <a href="http://www.project-nia.org/" class="offsite" target="_blank">Project NIA</a>, with funding from the <a href="http://www.polkbrosfdn.org/" target="_blank" class="offsite">Polk Bros. Foundation.</a></p>
<img src="img/iljp_logo.png" class="logo img-thumbnail" />
<p>Working at the state and local levels, the <a href="http://www.iljp.org/" class="offsite" target="_blank">Illinois Justice Project</a> uses research findings to advance proven criminal justice reform policies and practices in order to make communities safer and make the justice system more equitable. </p>
<img src="img/adler_logo.png" class="logo logo-white img-thumbnail" />
<p><a href="http://www.adler.edu/" class="offsite" target="_blank">Adler University</a> continues the pioneering work of the first community psychologist Alfred Adler by graduating socially responsible practitioners, engaging communities, and advancing social justice.</p>
<img src="img/project_nia_logo.png" class="logo logo-white img-thumbnail" />
<p><a href="http://www.project-nia.org/" class="offsite" target="_blank">Project NIA</a> offers a new way of thinking about crime and violence. We use the principles of participatory community justice – often called restorative or transformative justice – which has been shown to meet the needs of victims, reduce recidivism, and improve satisfaction with the legal system.</p>
<img src="img/polk_bros_logo.png" class="logo logo-white img-thumbnail" />
<p>The <a href="http://www.polkbrosfdn.org/" target="_blank" class="offsite">Polk Bros. Foundation.</a> seeks to improve the quality of life for the people of Chicago by partnering with organizations that work to reduce the impact of poverty and provide area residents with better access to quality education, preventive health care, and basic human services.</p>
<img src="img/datamade_logo.png" class="logo logo-white img-thumbnail" />
<p><a href="https://datamade.us/" target="_blank" class="offsite">DataMade</a> is a civic technology company in based in Chicago. We build open-source software and stories using public data to make communities, journalists, governments, and advocacy organizations more powerful.</p>
<h2 class="red" id="open-source">We're open source!</h2>
<p>All of the code, data, and analysis on this site is open source and <a href="https://github.com/datamade/justice-divided" class="offsite" target="_blank">available on GitHub</a> under the open source MIT License.</p>
<p>The site was built with:
<ul>
<li><a href="https://jekyllrb.com/" class="offsite" target="_blank">Jekyll</a></li>
<li><a href="http://getbootstrap.com/" class="offsite" target="_blank">Bootstrap</a></li>
<li><a href="http://leafletjs.com/" class="offsite" target="_blank">Leaflet</a></li>
<li><a href="https://www.highcharts.com/" class="offsite" target="_blank">Highcharts</a></li>
</ul>
</p>
<p>The data was processed and analyzed with:
<ul>
<li><a href="https://www.gnu.org/software/make/" class="offsite" target="_blank">Make</a></li>
<li><a href="https://www.python.org/" class="offsite" target="_blank">Python</a></li>
<li><a href="https://csvkit.readthedocs.io/en/1.0.2/" class="offsite" target="_blank">csvkit</a></li>
<li><a href="https://www.postgresql.org/" class="offsite" target="_blank">Postgres</a></li>
</ul>
</p>
<h2 class="red" id="contact">Get in touch</h2>
<p>Found a bug? Have a question about the data? <a href="https://github.com/datamade/justice-divided/issues" class="offsite" target="_blank">Report it in our issue tracker.</a></p>
<p>Have other feedback or suggestions? Send us an email at <a class="offsite" href="mailto:[email protected]">[email protected].</a></p>
</div>
<div class="col-sm-3 col-sm-offset-1" id="floating-nav">
<h2 class="red">About</h2>
<a href="#what" id class="active">What is this?</a><br />
<a href="#data" id>Use our data</a><br />
<a href="#credits" id>Team and credits</a><br />
<a href="#open-source" id>We're open source!</a><br />
<a href="#contact" id>Get in touch</a><br /><br />
<a href="#top" id class="mute">Back to top</a>
</div>
</div>