-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (82 loc) · 6.44 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.typekit.net/nby7xak.css"> <!--This includes Proxima Nova and Depot New -->
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<link rel="manifest" href="/assets/favicons/site.webmanifest">
<link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/favicons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="AI Policing">
<meta name="application-name" content="AI Policing">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<title>Home | AI and Predictive Policing: An Ethical Analysis</title>
<meta name="author" content="Eric Grossman">
</head>
<body>
<main>
<div class="logo-wrapper" id="top"><div class="logo"><a href="index.html"><img src="assets/logo.png" alt="AI Policing logo."></a></div></div>
<div class="panel-wrapper">
<div class="primary-panel">
<div class="menu" id="js-menu">
<h4 class="active"><a href="#top">Home</a></h4>
<h4 class="inactive"><a href="team.html">Team</a></h4>
<h4 class="inactive"><a href="products.html">Products</a></h4>
</div>
<div class="menu menu-mobile" id="js-menu-mobile">
<h4 class="active"><a href="#top">Home</a></h4>
<h4 class="inactive"><a href="team.html">Team</a></h4>
<h4 class="inactive"><a href="products.html">Products</a></h4>
<h4 class="inactive"><a href="contact.html">Contact</a></h4>
</div>
<!-----------------------Content------------------------->
<div class="content-wrapper">
<div class="content">
<h1>About</h1>
<a href="./assets/products/year-1-report.pdf" title="Read the report: Artificial Intelligence and Predictive Policing: A Roadmap for Research"><img class="report-hero" src="./assets/products/report-hero.jpg" alt="Read the report: Artificial Intelligence and Predictive Policing: A Roadmap for Research"></a>
<p>Artificial intelligence and machine learning are changing police work: police on patrol are now guided in part by crime forecasts generated by predictive machine learning algorithms. This is so-called predictive policing: the use of predictive algorithms trained on historical crime data and other data to forecast future criminal activity and allocate resources accordingly. A technological outgrowth of earlier policing innovations, especially hot spots policing, predictive policing can detect crime patterns that go unnoticed by human analysts, and it promises to eliminate questionable human “hunches” from the job of crime forecasting. In spite of these advantages, predictive policing has come under withering criticism from civil rights groups, academics, and the communities that have been subjected to the practice. These criticisms include charges that predictive policing reinforces racially biased patterns of policing; that it unfairly burdens marginalized communities; that it is inscrutable by police or the citizens that it affects; or that it infringes the liberty of targeted communities.</p>
<div class="keyline"></div>
<p>This project critically examines these concerns, explores the strategic and ethical rationale in favor of predictive policing, and develops best practices for the development and deployment of algorithmic policing programs.<br><br>Ensuring the fairness and justice of innovative policing practices is vital not just for affected communities, but for general societal well-being. This project promises to benefit police departments, communities, and the general public by promoting understanding of the societal and ethical implications of predictive policing. This philosophically-informed yet empirically grounded collaboration will provide the resources for police departments to deploy these technologies responsibly without eroding trust and inviting criticism, before predictive policing becomes further entrenched in policing orthodoxy. When it comes to developing ethically sensitive technologies, an ounce of prevention is worth a pound of cure.
</p>
</div>
</div>
<!------------------------------------------------------->
<footer>
<div class="keyline-footer"></div>
<h5>Copyright Cal Poly 2020</h5>
</footer>
</div>
<div class="secondary-panel">
<div class="menu">
<h4 class="active"><a>Contact</a></h4>
</div>
<div class="contact-wrapper">
<div class="contact">
<h3>Ryan Jenkins</h3>
<p>Associate Professor</p>
<a href="tel:1-805-756-1224"><button>(805) 756-1224</button></a>
<a href="mailto:[email protected]?subject=AI Predictive Policing Contact&body="><button>[email protected]</button></a>
<a href="https://philosophy.calpoly.edu/faculty-staff/ryan-jenkins"><button>Cal Poly</button></a>
<div class="keyline"></div>
<h3>Duncan Purves</h3>
<p>Assistant Professor</p>
<a href="tel:1-352-294-0426"><button>(352) 294-0426</button></a>
<a href="mailto:[email protected]?subject=AI Predictive Policing Contact&body="><button>[email protected]</button></a>
<a href="http://www.phil.ufl.edu/person.html?id=purves"><button>University of Florida</button></a>
</div>
</div>
</div>
</div>
</main>
<script src="scripts/sticky-menu.js"></script>
<script src="scripts/smooth-scroll.js"></script>
</body>
</html>