Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copyfixes #846

Merged
merged 5 commits into from
Jun 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/terms.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@
"term": "Rape (revised definition)",
"definition": "In 2013, the FBI changed its definition of rape. The change broadened the actions that can be considered a rape offense and made the definition inclusive of all genders as potential victims.<br /><br />Old definition: The carnal knowledge of a female forcibly and against her will.<br /><br />New definition: The penetration, no matter how slight, of the vagina or anus with any body part or object, or oral penetration by a sex organ of another person, without the consent of the victim."
},
{
"term": "Rate",
"definition": "Rates are calculated per 100,000 people."
},
{
"term": "Reported",
"definition": "Reported offenses include all offenses reported to and known of by law enforcement. "
Expand Down Expand Up @@ -379,6 +383,10 @@
"term": "Uniform Crime Reporting (UCR) Program",
"definition": "The FBI program for collecting, publishing, and archiving crime data in the U.S. <br /><br />The program serves as the national repository for the collection of crime statistics and its primary objective is to generate reliable information for use in law enforcement administration, operation, and management. Participation by law enforcement agencies in the program is voluntary. <br /><br /> The FBI relies on the good faith reporting of its contributing law enforcement agencies. Although the FBI makes every effort through its editing procedures, training practices, and correspondence to ensure the validity of the data it receives, the accuracy of the statistics depends primarily on the adherence of each contributor to the established standards of reporting. It is the responsibility of each state or individual contributing law enforcement agency to submit accurate monthly statistics or correct errors in the data."
},
{
"term": "Unestimated data",
"definition": "Unestimated data hasn’t been processed by the FBI to account for missing data and is not used when displaying trends."
},
{
"term": "Urban",
"definition": "An area is defined as urban if it is flagged as part of the core city within a Metropolitan Statistical Area as determined by the FBI. Metropolitan Statistical Areas are defined by the Census Bureau."
Expand Down
2 changes: 1 addition & 1 deletion src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const About = ({ dispatch }) => (
</p>
</div>
<div className="md-col md-col-3">
<h3 className="mt-tiny mb2 fs-18 sm-fs-22">UCR Resources</h3>
<h3 className="mt-tiny mb2 fs-18 sm-fs-22">UCR Program Resources</h3>
<ul className="m0 p0 fs-14 sm-fs-16 left-bars">
<li className="mb1">
<a href="https://ucr.fbi.gov/">UCR Home</a>
Expand Down