Skip to content

Commit

Permalink
Merge 0689eaa into ef202b8
Browse files Browse the repository at this point in the history
  • Loading branch information
terryttsai committed Jul 28, 2022
2 parents ef202b8 + 0689eaa commit a65c4fe
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions spotlight-client/src/contentApi/sources/us_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,14 @@ const content: TenantContent = {
},
PrisonPopulationCurrent: {
name: "Current Prison Population",
methodology: `<p>This data includes all individuals that are currently incarcerated in a IDOC facility.
It does not include individuals incarcerated in county jails nor individuals currently
serving their prison sentence in the community through the Community Placement Program.</p>
methodology: `<p>This data includes all individuals that are currently incarcerated in a IDOC facility.</p>
${demographicsBoilerplate} ${prisonBoilerplate}`,
totalLabel: "Total people in prison",
},
PrisonPopulationHistorical: {
name: "Historical Prison Population",
methodology: `<p>This data includes the number of people that were incarcerated in a IDOC facility on the
first day of each month over the last 20 years. It does not include individuals incarcerated
in county jails nor individuals serving their prison sentence in the community through the
Community Placement Program.</p> ${demographicsBoilerplate} ${prisonBoilerplate}`,
first day of each month over the last 20 years.</p> ${demographicsBoilerplate} ${prisonBoilerplate}`,
},
PrisonAdmissionReasonsCurrent: {
name: "Reason for Incarceration",
Expand All @@ -139,15 +135,12 @@ const content: TenantContent = {
incarceration or were incarcerated due to revocation of probation. It excludes
individuals incarcerated due to revocation of parole. Individuals released from
prison for a reason other than completion of sentence, commutation of sentence,
parole, or death are also excluded. Of note, this data does include time spent
in the Community Placement Program prior to release as part of time served.
Individuals serving life sentences will only be included upon their death.</p>
parole, or death are also excluded. Individuals serving life sentences will only be included upon their death.</p>
${demographicsBoilerplate} ${prisonBoilerplate}`,
},
PrisonReleaseTypeAggregate: {
name: "Placement After Prison",
methodology: `<p>This data includes all individuals released in the last 3 years, including releases
directly from the Community Placement Program. When an individual is released from a
methodology: `<p>This data includes all individuals released in the last 3 years. When an individual is released from a
state prison, the reason for the release is documented by prison officials. These
categories are pulled from that documentation. Facility release reasons that do not
typically correlate with an end to the period of incarceration, such as transfers
Expand Down Expand Up @@ -339,7 +332,7 @@ const content: TenantContent = {
title: "Prison",
previewTitle: "Prison Population over Time",
introduction:
"People sentenced for a felony may serve their sentence in a DOC prison or contract facility. Prisons run programming to help residents work towards rehabilitation and successful reentry. All of the below data includes Riders, or those on Retained Jurisdiction under the courts for intensive programming; more information about this program is available here.",
"People sentenced for a felony may serve their sentence in a DOC prison or contract facility. Prisons run programming to help residents work towards rehabilitation and successful reentry. All of the below data includes Riders, or those on Retained Jurisdiction under the courts for intensive programming; more information about this program is available <a href='/us-id/narratives/riders'>here</a>.",
preview: "PrisonPopulationHistorical",
sections: [
{
Expand Down

0 comments on commit a65c4fe

Please sign in to comment.