Skip to content

Commit

Permalink
add filter for PA
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed May 6, 2021
1 parent b9fbed8 commit 4d3408d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spotlight-client/src/contentApi/sources/us_pa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ const content: TenantContent = {
supervisionPopulation: "All people under supervision",
totalPopulationSentences: "All people sentenced and under DOC control",
},
supervisionTypes: ["parole"],
sections: {
beforeCorrections: {
title: "Disparities are already present before incarceration",
Expand Down Expand Up @@ -375,21 +376,20 @@ const content: TenantContent = {
supervision: {
title: "How can community supervision impact disparities?",
body: `<p>
For individuals on probation (community supervision in lieu of a prison
sentence) or on parole, failure can mean revocation: a process that removes
For individuals on parole, failure can mean revocation: a process that removes
people from community supervision and places them in prison.
</p>
<p>
{ethnonymCapitalized} represent {supervision.populationProportion36Mo} of the
{supervisionType} population, but were {supervision.revocationProportion36Mo}
parole population, but were {supervision.revocationProportion36Mo}
of revocation admissions to prison in the last 3 years.
</p>
<p>
Reasons for a revocation can vary: {ethnonym} are revoked
{supervision.technicalProportion36Mo} of the time for technical violations (a
rule of supervision, rather than a crime),
{supervision.absconsionProportion36Mo} of the time for absconsion from
{supervisionType}, and {supervision.newCrimeProportion36Mo} of the time for
parole, and {supervision.newCrimeProportion36Mo} of the time for
new crimes. In contrast, overall revocations for technical violations are
{supervision.overall.technicalProportion36Mo}, revocations for absconsion
{supervision.overall.absconsionProportion36Mo} and revocations for new crime
Expand Down

0 comments on commit 4d3408d

Please sign in to comment.