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

As a crime statistician, I want to retrieve only those crime records that could be required by the Clery Act, so that my research time is reduced. #48

Closed
paulhennings opened this issue Sep 8, 2016 · 3 comments

Comments

@paulhennings
Copy link
Collaborator

paulhennings commented Sep 8, 2016

Clery Act lists the following crimes:
(I) murder;
(II) sex offenses, forcible or nonforcible;
(III) robbery;
(IV) aggravated assault;
(V) burglary;
(VI) motor vehicle theft;
(VII) manslaughter;
(VIII) arson;
(IX) arrests or persons referred for campus disciplinary action for...
liquor law violations,
drug-related violations, and
weapons possession
(ii) hate crimes
(iii) of domestic violence,
dating violence, and
stalking
Need to select distinct Category, Description and map to the above categories.
Also, need to evaluate Resolution contains "ARREST" for IX.

@paulhennings
Copy link
Collaborator Author

Cross-reference to Issue #3

@paulhennings paulhennings changed the title As a crime statistician, I want to retrieve only those crime records that are required by the Clery Act, so that my research time is reduced. As a crime statistician, I want to retrieve only those crime records that could be required by the Clery Act, so that my research time is reduced. Feb 26, 2017
@paulhennings
Copy link
Collaborator Author

Next Steps

  1. Review/Revise/Approve "Proposed_Category_Description_Resolution_Mapping_to_PossibleCleryCategory" GSheet posted to Slack.
  2. Determine best coding method to add the new mapped column "PossibleCleryCategory" to the result set.
  3. Add new column "PossibleCleryCategory" to queried results set. Make the new column available to the map, so the icons can vary by PossibleCleryCategory (see Develop icons for different crime incident categories #11 ), so the user can filter by PossibleCleryCategory, etc. (see Allow filtering by category type #3).

@joeysk2012
Copy link

Julia and I are working on this at Open data day please assign to us.

juliahazer added a commit to juliahazer/sf-crime-data-jh that referenced this issue Mar 4, 2017
juliahazer added a commit to juliahazer/sf-crime-data-jh that referenced this issue Mar 5, 2017
juliahazer added a commit to juliahazer/sf-crime-data-jh that referenced this issue Mar 5, 2017
juliahazer added a commit to juliahazer/sf-crime-data-jh that referenced this issue Mar 9, 2017
juliahazer added a commit to juliahazer/sf-crime-data-jh that referenced this issue Mar 9, 2017
juliahazer added a commit to juliahazer/sf-crime-data-jh that referenced this issue Mar 16, 2017
paulhennings pushed a commit that referenced this issue Mar 16, 2017
* Issue #48: added functionality for CSCategory column to display Clery links

* Issue #48: fixed to remove possibility of multiple cscategories

* Issue #48: rearranged categories to match order in Excel file

* adjusted comments in table.js re: issue #48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants