-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (43 loc) · 2.65 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
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<title>Supervisors’ Influence within the Chicago Police Department</title>
<link rel="stylesheet" type="text/css"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="mx-3 pt-3">
<h1>Supervisors’ Influence within the Chicago Police Department</h1>
<p>A quarter long project in collaboration with the [Invisible Institute's Citizen's Police Data
Project](https://cpdp.co/). Our theme is analyzing the influence supervisors have over those they manage. We
have 5 checkpoints where we explored different aspects of our theme using data science tools and concepts.
You can find the results and analysis of each checkpoint in a `findings.pdf` file. The `README.md` file in
every checkpoint contains instructions with how to run our code and descriptions of the files within the
repository.</p>
<ul>
<li><a href="https://github.com/kjschmidt913/cpdbProject/tree/master/checkpoint-1">Checkpoint-1: Relational
Analytics</a></li>
<li><a href="https://github.com/kjschmidt913/cpdbProject/tree/master/checkpoint-2">Checkpoint-2:
Visualization</a></li>
<li><a href="https://github.com/kjschmidt913/cpdbProject/tree/master/checkpoint-3">Checkpoint-3: Data
Cleaning and Integration</a></li>
<li><a href="https://github.com/kjschmidt913/cpdbProject/tree/master/checkpoint-4">Checkpoint-4: Graph
Analytics</a></li>
<li><a href="https://github.com/kjschmidt913/cpdbProject/tree/master/checkpoint-5">Checkpoint-5: Machine
Learning and Text Analytics</a></li>
</ul>
<h3>Final report</h3>
<p>Our <a href="https://medium.com/@kj_schmidt/supervisors-influence-within-the-chicago-police-department-c5c4f739ea65">final project report</a> discusses our conclusions from our project and ties together our
checkpoints. Below are links to our d3 visualizations throughout the project:</p>
<ul>
<li><a href="checkpoint-2/src/dataVis.html">Complaint Percentiles of
All Units</a></li>
<li><a href="checkpoint-4/src/zoomedClusters.html">Accusals Network -
Zoomed in View</a></li>
<li><a href="checkpoint-4/src/entireNetwork.html">Accusals Network -
Overview</a></li>
</ul>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.2/d3.min.js"></script>
</body>
</html>