Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
use embedded visualizations; update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Jun 15, 2022
1 parent 3f80e43 commit 52f176b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 6 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ a:hover {
border-top-right-radius: 10px;
}

li {
padding-left: 5px;
margin-left: 40px;
}

.features-bar a{
color: #ffffff;
}
Expand Down
53 changes: 48 additions & 5 deletions app/views/default/connections.html.erb
Original file line number Diff line number Diff line change
@@ -1,14 +1,57 @@
<div class="container">
<div class="row pb-4">
<h1>Explore Connections</h1>
<p>These visualizations show connections between instances where Black people were killed by police between 2009 and 2018 across the counties of San Francisco, Alameda, Contra Costa, Solano, and Sacramento.</p>
<p>These visualizations contextualize fatal encounters between Black people and police from 2009 to 2018 in San Francisco, Alameda, Contra Costa, Solano, and Sacramento counties. The first visualization shows connections between the people, organizations, and locations involved in fatal encounters with police. The second visualization shows connections between a collection of documents relevant to these fatal encounters, such as training manuals used by the law enforcement agencies involved, state legislation affecting police policy, and investigations into deaths at the hand of law enforcement.</p>
<p><em>Note: this visualizations are currently only visible to specific Stanford users.</em></p>
</div>
<div class="row pb-4">
<p>The <strong>first visualization</strong> below shows connections between the victims of this police violence and the people, organizations, and locations involved in their lives and deaths.</p>
<%= image_tag('linkurious1.png', class: "img-fluid pt-2", alt: "linkurious") %>
<iframe src="http://ksr-linkurious-dev.stanford.edu:3000/widget/04520199"
width="100%"
height="330"
frameborder="0"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen></iframe>
<p>
<a href="http://ksr-linkurious-dev.stanford.edu:3000/widget/04520199" target="_blank">Prototype (not documents)</a>
on <a href="https://linkurio.us" target="_blank">Linkurious</a>
</p>
</div>
<div class="row pb-4">
<p>The <strong>second visualization</strong> below shows connections between the documents involved in these instances of police violence, such as training manuals used by the involved law enforcement agencies, state legislation affecting police policy, and investigations into deaths at the hand of law enforcement.</p>
<%= image_tag('linkurious2.png', class: "img-fluid pt-2", alt: "linkurious") %>
<iframe src="http://ksr-linkurious-dev.stanford.edu:3000/widget/1719ec66"
width="100%"
height="330"
frameborder="0"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen></iframe>
<p>
<a href="http://ksr-linkurious-dev.stanford.edu:3000/widget/1719ec66" target="_blank">Prototype (documents)</a>
on <a href="https://linkurio.us" target="_blank">Linkurious</a>
</p>
</div>
<div class="row pb-4">
<h2>How did we choose these data?</h2>
<p>Our goal with this project is to expose the systemic racism underlying fatal encounters between Black people and the police. Libraries and archives collect, organize, preserve, and provide access to records. The information systems that govern these activities aid discovery in some ways, but they also perpetuate systems of power and control by abstracting events and dehumanizing the actions. With these graph visualizations, we are attempting to break the mold of discovery based on records alone by linking those documents to the people, events, and places involved. By connecting these records to specific people, places and dates, we are attempting to humanize the harm and show the injury of racism that is lost in our formal systems of records and documentation.</p>
<p>The records (still in process):</p>
<ul>
<li>California Law Enforcement Agency Policy and Training Manuals</li>
<li>California State Legislation which affects Law Enforcement Agencies</li>
<li>Studies</li>
<li>Public Reports of Investigations into Police Killings</li>
</ul>
<p>We then connect those records to people, events, and places based on the following:</p>
<ul>
<li>A focus on Black people killed at the hands of police and their lives and legacies</li>
<li>Inclusion of law enforcement agencies and personnel directly involved in brutality against Black people (such as those who pulled the trigger in someone's death)</li>
<li>Inclusion of law enforcement agencies and personnel indirectly involved in brutality against Black people, but in a quantifiable way (such as those who were present when someone was murdered by their peers, those who were involved in investigations into police brutality, and police chiefs who oversaw departments committing police brutality)</li>
<li>Inclusion of individuals who performed investigations into police violence</li>
<li>Inclusion of individuals who were investigated as part of investigations into police violence</li>
<li>Inclusion of protests covered by mainstream local news sources organized in response to individual incidents of police violence</li>
<li>Inclusion of lawsuits filed in response to police violence</li>
<li>Inclusion of murder, manslaughter, and misconduct charges brought against police officers</li>
<li>Exclusion of identifying information such as involved family members and contact information in order to respect individual privacy rights</li>
</ul>
</p>
</div>
</div>
2 changes: 1 addition & 1 deletion app/views/default/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="row pb-3">
<div class="pt-2 col-3 viz-bar rounded-left">
<h4>The latest in the fight against systemic racism</h4>
<p>Learn about systemic racism by <%= link_to "exploring connections", :connections%> between instances of police brutality in the Greater Bay Area.</p>
<p>Learn about systemic racism by <%= link_to "exploring connections", :connections%> between archival records and fatal encounters with police in the Greater Bay Area.</p>
</div>
<div class="col-6 text-center viz-bar rounded-right">
<%= link_to image_tag('linkurious1.png', class: "img-fluid pt-2", alt: "connections"), :connections %>
Expand Down

0 comments on commit 52f176b

Please sign in to comment.