From 9d7eb1aa1c6c929f3401667e8496e7df50e6141c Mon Sep 17 00:00:00 2001 From: Peter Mangiafico Date: Mon, 14 Mar 2022 21:15:38 -0700 Subject: [PATCH] use embedded visualizations; update copy --- app/assets/stylesheets/application.css | 5 +++ app/views/default/connections.html.erb | 53 +++++++++++++++++++++++--- app/views/default/index.html.erb | 2 +- 3 files changed, 54 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 314f2df..3b94b2e 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -149,6 +149,11 @@ a:hover { border-top-right-radius: 10px; } +li { + padding-left: 5px; + margin-left: 40px; +} + .features-bar a{ color: #ffffff; } diff --git a/app/views/default/connections.html.erb b/app/views/default/connections.html.erb index 51f43e5..1326f01 100644 --- a/app/views/default/connections.html.erb +++ b/app/views/default/connections.html.erb @@ -1,14 +1,57 @@

Explore Connections

-

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.

+

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.

+

Note: this visualizations are currently only visible to specific Stanford users.

-

The first visualization below shows connections between the victims of this police violence and the people, organizations, and locations involved in their lives and deaths.

- <%= image_tag('linkurious1.png', class: "img-fluid pt-2", alt: "linkurious") %> + +

+ Prototype (not documents) + on Linkurious +

-

The second visualization 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.

- <%= image_tag('linkurious2.png', class: "img-fluid pt-2", alt: "linkurious") %> + +

+ Prototype (documents) + on Linkurious +

+
+
+

How did we choose these data?

+

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.

+

The records (still in process):

+
    +
  • California Law Enforcement Agency Policy and Training Manuals
  • +
  • California State Legislation which affects Law Enforcement Agencies
  • +
  • Studies
  • +
  • Public Reports of Investigations into Police Killings
  • +
+

We then connect those records to people, events, and places based on the following:

+
    +
  • A focus on Black people killed at the hands of police and their lives and legacies
  • +
  • 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)
  • +
  • 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)
  • +
  • Inclusion of individuals who performed investigations into police violence
  • +
  • Inclusion of individuals who were investigated as part of investigations into police violence
  • +
  • Inclusion of protests covered by mainstream local news sources organized in response to individual incidents of police violence
  • +
  • Inclusion of lawsuits filed in response to police violence
  • +
  • Inclusion of murder, manslaughter, and misconduct charges brought against police officers
  • +
  • Exclusion of identifying information such as involved family members and contact information in order to respect individual privacy rights
  • +
+

diff --git a/app/views/default/index.html.erb b/app/views/default/index.html.erb index b279ea0..6f6d684 100644 --- a/app/views/default/index.html.erb +++ b/app/views/default/index.html.erb @@ -20,7 +20,7 @@

The latest in the fight against systemic racism

-

Learn about systemic racism by <%= link_to "exploring connections", :connections%> between instances of police brutality in the Greater Bay Area.

+

Learn about systemic racism by <%= link_to "exploring connections", :connections%> between archival records and fatal encounters with police in the Greater Bay Area.

<%= link_to image_tag('linkurious1.png', class: "img-fluid pt-2", alt: "connections"), :connections %>