Data Mining Crime Correlations Using San Francisco Crime Open Data

Size: px
Start display at page:

Download "Data Mining Crime Correlations Using San Francisco Crime Open Data"

Transcription

1 Data Mining Crime Correlations Using San Francisco Crime Open Data Kiel Gordon Matt Pymm John Tuazon California State University Sacramento CSC 177 Data Warehousing and Data Mining Dr. Lu May 16, 2016

2 Abstract: San Francisco has open data sets online that are published by the City and County of San Francisco for the purpose of transparency and data analysis. Using crime data from SF OpenData we will explore data mining techniques with the purpose of using classifiers to understand the resolution of a crime or where a crime occurred. We used tableau to visualize data, and Weka and the naive bayes algorithm to classify the data. By using classification of crime resolutions and knowing where the offenses occurred, we can see how effective individual police districts are at booking and resolving crimes. Overview and Background: Data mining is the process of extracting knowledge and patterns from a large amount of data. It is the analysis part of the Knowledge discovery in databases also known as KDD. The knowledge we attempted to extract from our 1.9 million row data set pertained to patterns of crime throughout the San Francisco Police Districts. We found our data on SF OpenData. It contains records of all crimes reported to the SFPD from It was a 1.9 million rows CSV with 13 dimensions. Dimensions include GPS, type of crime, the resolution, address of the crime, date, time, police district, and day of week. The data are Incidents derived from SFPD Crime Incident Reporting system and they are updated daily, showing data from 1/1/2003 up until two weeks ago from current date. Motivation Our connection and interest in San Francisco is from it being one of the first cities to have an open data policy. This has lead to numerous other cities to adopt similar policies and massive amounts of data to now be available. In addition, San Francisco is a popular place for tech jobs, one of our team members is considering jobs in the San Francisco area. This incentivized the team to utilize San Francisco open data to aid people who plan to move into San Francisco with crime information that can help them in their relocation decision. Current and future residents of San Francisco could utilize our results to determine what category of crime most often occurs in their district, and how well their district police force resolves crime. Current and future San Francisco residents having prior knowledge of this information could better prepare themselves for preventing these incidents from occurring to them or even allow them to live safer lives by providing them knowledge of the surrounding crime. Many people who move to San Francisco are new to cities and are vulnerable to crime from being unacclimated to their surroundings. If a region a resident regular runs in tends to be high in kidnappings, this information would allow them to reconsider their choice of running location, and provide them safer alternatives. 1

3 The San Francisco open dataset allows for exporting data in many formats, with the choices from CSV, to JSON, to XML. The socrata platform that the data is housed has the ability shows all 1,907,487 rows. For our data mining we chose to use one data set. Originally we wanted to compare Sacramento s crime data to San Francisco crime data but the Sacramento Crime data set differed from San Francisco s as they classified crime differently and that was the main criteria that we wanted to mine the data over. San Francisco s open data was clean and well maintained, and had included all of the information that our data mining required. Objective Our data mining objective was to understand crime in San Francisco and predict answers to questions that were inspired by our data mart. Our previous work on the data mart allowed us to understand the common crime patterns in San Francisco as well as granting us guidance into expectations of the data mining results. By using the other 12 attributes of the data set as predictors which included IncidentNum, Category, Description, DayOfWeek, Date, Time, PdDistrict, Resolution, Address, X coordinate, Y coordinate, GPS Location, and PdId we generated the three questions we intended to answer. The three questions were 1. Can we predict the category of crime? 2. Can we predict the resolution of a crime? and 3. Can we predict which Police Department District the crime will occur in? By answering these three questions we can provide future and current residents of San Francisco with crime information which can aid them in making their decision between where to move and knowledge of their surroundings. Data Mining Design and Methodology Design We used our Data Warehouse results to drive our Data Mining questions we wanted to answer. The three questions we intended to answer above were addressed using Weka and RapidMiner. We used Tableau to visualize the information for easy interpretation for the audience and reader. Our data mining process consisted of two primary approaches. The first approach was done with Weka on a representative subset of 20,000 examples while the second approach performed in RapidMiner utilized the entire population of the data. On our first approach we confronted several limitation with Athena in both processing and permission issues, when using Weka on CSUS ECS computers. In response to this, we decided to use a representative subset of 20,000 examples from our original 1.9 million examples. In our second approach using RapidMiner, we were able to utilize a desktop computer that had 24GB of RAM which allowed us to analyze all 1.9 million examples. Methodology For both approaches Weka and RapidMiner we used Naive Bayesian classification algorithm to predict answers to our three questions. Naive Bayesian was favored by the team by it calculating the probability by counting the frequency of values and combinations of values in historical data, it seemed a perfect fit for our application. In addition, another reason for the team choosing 2

4 Naive Bayesian Classification stems from the massive data set that we had. Naive Bayes makes assumptions all examples are conditionally independent and the predictors are independent as well. If Naive Bayesian assumption is a mistake, it has the benefit of not significantly impacting the accuracy or kappa negatively. Naive Bayesian allowed us to reach high accuracy and allowed our data set to be computationally feasible. If we used a non assumption based algorithm it s likely the data set would of been computationally infeasible which would of prevented us from performing any analysis. When using Naive Bayesian in RapidMiner and all 1.9 million examples of data we were able to obtain high accuracy and kappa as mentioned above. Therefore we experimented with running 10 fold cross validation as well as 20 fold cross validation to measure the difference in accuracy and kappa. The results from both tests were the same. This allowed us to form a conclusion that 10 fold cross validation is the best for computation power and accuracy and is why RapidMiner defaults any cross validation to 10 folds. The team utilized 10 fold cross validation throughout the rest of the data mining analysis. Results Predicting Crime Category In RapidMiner We attempted to predict category given the other 12 attributes using all 1.9 million examples in RapidMiner. We were interested in crime ranking and if we could predict most committed and least committed crime accurately from our data set. We expected the accuracy to be low for category because there is 39 different options. By merely guessing any of the 39 categories that is (1/39) * 100 = 2.56% accuracy. Our results were surprisingly accurate at 95% accuracy and kappa. We were interested in which attributes contributed the most to the prediction. So we built a decision tree in RapidMiner on our 1.9 million data set to determine the influences each attribute had on the prediction. Resolution and date provided the most influence on the determining category. This indicates categories generally correspond to certain resolutions, and are affected by the date. Figure 1 (Left): Category Confusion Matrix Figure 1 illustrates our predicted results using patterns found from the other 12 attributes to predict the category of crime 3

5 for each of the 1.9 million examples. These result are almost exactly in line with what we predicted and inferred from our data warehouse. As illustrated in Figure 1 in the confusion matrix using RapidMiner s PlotView, the majority of the high frequency predictions occur along the diagonal, indicating a true positive and correct classification. The diagonal is labeled from 1 to 39 indicating each crime category. On the list on the right of Figure 1, six categories are listed showing their number in the diagonal. On the left of the Figure 1 the top four categories are shown. Larceny and theft has the highest occurrence, followed by other offenses. Other offenses includes any offense not included in the other 38 categories. The least committed crime was treason. Our predictor classified all treason incorrectly. This trend occurred throughout our data mining experience, and we concluded if provided too few examples, the classification algorithm does not have enough knowledge to know what treason is. Value of This Result On Current and Future Residents of San Francisco The top three categories of crimes were nonviolent which should be a relief for San Francisco residents. San Francisco residents should be aware of property because the top crime category was theft of personal property with 387 thousand incidents. RapidMiner showed some statistics after importing the data, and the most common crime was at 12 am, and the least common was 5:32 am, so night is the prime time for crime. Other offenses and non criminal offenses were second and third which is actually a good sign, because both of these are minor offenses and nothing severe. Other offenses consists of traffic violations, license expirations, or other minor incidents. From our analysis spanning 14 years from 2003 to 2016, and having a high kappa, we can confidently predict the top three crime categories will remain the same for years to come, which should come as some relief as they're much worse crimes that could top the list. If given more time, the team was interested in pursuing crime category classification with less prediction attributes in an attempt to be able to predict crime categories from only the time, date, X and Y coordinates, and GPS location. This could enable police to narrow in on temporal crime zones and dynamically allocate police presence to crime hot spots throughout the day. This knowledge from patterns in those attributes would reduce the amount of crime by allowing police presence at the right spot at the right time potentially saving residents lives and stopping crime when the incident occurred instead of responding to it after the fact. We will get into police districts which are hotspots for crime and the resolution to these incidents in the following sections. Predicting Crime in Police Department Districts in RapidMiner After extracting knowledge and answering our first question What is the most and least committed crime?, we attempted to predict What Police Department District did the crime occur in? given the other 12 attributes and all 1.9 million examples in RapidMiner. After training and validation we obtained high accuracy and kappa 99.2% and.992 respectively. We utilized RapidMiner s Confusion Matrix PlotView to analyze our results. 4

6 Figure 2 (Above): Police Department District Confusion Matrix Figure 2 illustrates our predicted results using patterns found from the other 12 attributes to predict the Police Department District an incident occurred in for each of the 1.9 million incidents. These result are almost exactly in line with what we predicted and inferred from our data warehouse. As illustrated in Figure 2 in the confusion matrix using RapidMiner s PlotView, the majority of the high frequency predictions occur along the diagonal, indicating a true positive and correct classification. The diagonal is labeled from 1 to 10 indicating each Police Department District in San Francisco. On the list on the right of Figure 2, ten Police Department Districts are listed showing their number in the diagonal. On the left of the Figure 2 the top three crime ridden Police Dept. Districts are shown as well as the bottom three. San Francisco Southern district had the most crime at 339,702 incidents from 2003 to The next two districts Mission and Northern were close in number of incidents with 256,154 and 227,518 respectively. The least crime districts Richmond and Park had less than ⅓ of the crime that occurred in Southern and half the crime of Mission and Northern. Value of This Result On Current and Future Residents of San Francisco Current and future residents should be aware much higher crime occurs in the Southern, Mission and Northern districts. If residents live, work or travel through these districts they should be aware of their surroundings. Current residents may consider moving to the least crime Police Department Districts such as Richmond, Park or Taraval. Richmond and Park have ⅓ the crime Southern has, and ½ the crime Mission and Northern have. By our prediction being based off crime data from 2003 to 2016, a 14 year span, crime in these top three districts have a high probability of continuing to top the charts as well as the lowest three districts remaining much less crime ridden in the years to come. If given more time, the team was interested in pursuing Police Department District classification with less prediction attributes in an attempt to be able to predict specific categories of crime in Police Department Districts at specific times of the year. These predictions would of only utilized six attributes category, time, date, X and Y coordinates, and GPS location. This would 5

7 contribute to generating the temporal crime zones as discussed in the category section and allowing dynamic allocation of police presence to crime hotspots throughout the day based off historical trends in crime patterns. We will get into resolutions to these incidents in the next section. Predicting Resolution of Crime in RapidMiner After providing answers to the first two questions, we looked to provide an answer to our third question How was a crime resolved?. As in the previous predictions, we used the other 12 attributes and all 1.9 million examples in RapidMiner. We were interested in the resolution ranking and if we could predict the most resolved and least resolved crime accurately from our data set. We achieved moderate accuracy and kappa from our predictions, 70% and.53 respectively. Figure 3 (Above): Resolution Confusion Matrix Figure 3 illustrates our predicted results using patterns found from the other 12 attributes to predict the Resolution of an incident for each of the 1.9 million incidents. We anticipated the ranking of the resolution from understanding the crime patterns during the creation of our data warehouse. As illustrated in Figure 3 in the confusion matrix only a few high frequency predictions occur along the diagonal, unlike the previous confusion matrices shown in Figure 1 and Figure 2. The diagonal is labeled from 1 to 17 indicating each of possible resolutions that may occur from the incident. The top three resolutions are no resolution to an incident, arrested / booked, and arrested / cited. The number in parentheses following the ranking is our predicted number, the following number in parentheses is the actual number. The highest resolution of 6

8 crimes in San Francisco is none with 1,160,691 incidents going unresolved. Two times more incidents go unresolved than the second resolution arrested/booked, and more seven times the incidents go unresolved than the third resolution arrested / cited. We concluded the reason the accuracy and kappa for resolution was much lower than category and Police Department District was many of the resolutions are court related. When the resolution was directly crime related such as none, arrested / booked, arrested / cited the prediction was fairly accurate at around 70%, however with other resolutions such as district attorney refused to prosecute, prosecuted by outside agency, predictions were very low because those type of resolutions are impossible to predict from an incident with the provided attributes and are also not directly related to the crime. Value of This Result On Current and Future Residents of San Francisco Our analysis and predicted answer to How are crimes resolved? provides residents of San Francisco with knowledge on the most common resolutions of crime. This knowledge may encourage residents to contribute to the effort as a community and help contribute to the resolution of crimes through providing any knowledge or information they may have regarding an incident. The bad news is the top resolution is none, and this generally is true for each crime category. If none is not the top resolution for a specific crime, it is generally in the top three resolutions for that crime category. This resolution shows the San Francisco police force is confronted with too many crimes, overwhelmed and need additional assistance. Our predictions are based on years 2003 to 2016, over a 14 year span, therefore it is highly unlikely there will be a shift in the top resolution statistics in a much more positive direction in the years to come unless technology such as advanced analytics or the community contribute to the crime effort give the advantage back to the law enforcement. Summary Crime in San Francisco is out of control. Police need assistance either through community contribution or technological assistance such as advanced analytics to help predict and assist with crime, to enable police to narrow in on temporal crime zones and dynamically allocate police presence to crime hot spots throughout the day. This knowledge from patterns in those attributes would reduce the amount of crime by allowing police presence at the right spot at the right time potentially saving residents lives and stopping crime when the incident occurred instead of responding to it after the fact. Majority of crimes are theft, traffic incidents, and civil incidents however each crime category has a resolution of none as the top resolution or at least in one of the top three resolutions. Current or future San Francisco residents who want to avoid crime clusters should move to lesser crime ridden districts such as Richmond, Park, or Taraval. Most crime occurs at night between the hours of 12 am to 5:32 am. Our prediction results overall performed well with high accuracy and high kappa showing strong stability, which indicates the predictions made here should hold for several years to come. 7

9 Learning Experiences We had a difficult time narrowing down on which questions to focus on predicting with our data mining, by there being so much data and so many potential questions. Therefore we used our data mart to guide our questions we intended to answer with our data mining. Running Weka from the school computers on the athena server forced us to make a representative subset of 20,000 so it could be processed. Running all 1.9 million examples through RapidMiner provided very close results as the representative subset of 20,000 examples showing accuracy does not merely depend on the volume of data but also the quality of data. Naive Bayesian is a powerful classification algorithm that allowed us to obtain high accuracy and kappa as well as allowing us to process all 1.9 million examples. Through our questions we answered and our data mart, we have gained a deep understand of crime trends and patterns that occur in the City of San Francisco and how future trends will occur. Main Results Recap In predicting the answer to the question, What is the most and least committed crime? with RapidMiner from 39 categories of crimes, our results were surprisingly accurate at 95% accuracy and kappa. We provided value to San Francisco current and future residents by revealing the top three category of crimes were nonviolent. This should be a relief to San Francisco residents. We discovered the top crime category was theft of personal property which had 387 thousand incidents. The second and third were other offenses and non criminal respectively. From our analysis spanning 14 years from 2003 to 2016, and having a high kappa, we can confidently predict the top three crime categories will remain the same for years to come, which should come as some relief as they're much worse crimes that could top the list. Next we predicted What Police Department District did the crime occur in?, again with high accuracy and kappa of 99.2% and.992 respectively. We provided value to San Francisco current and future residents by providing the top three crime districts Southern, Mission and Nothern, along with the lowest three crime districts Richmond, Park and Taraval as safer alternatives.by our prediction being based off crime data from 2003 to 2016, a 14 year span, crime in these top three districts have a high probability of continuing to top the charts as well as the lowest three districts remaining much less crime ridden in the years to come. Finally, answering the third and final question How was a crime resolved? with a moderate accuracy and kappa of 70%, and 0.52 respectively we predicted the resolutions of crimes over the 14 year span. We provided value to San Francisco residents with knowledge of the most common resolutions of crime. The bad news is the most common resolution by a significant amount was none, which generally resides in the top three resolutions of most crimes. This shows San Francisco police force is overwhelmed and needs more assistance from either more police or community effort. Our predictions are based on years 2003 to 2016, over a 14 year span, therefore it is highly unlikely there will be a shift in the top resolution statistics in a much more positive direction in the years to come unless technology such as advanced analytics or the community contribute to the crime effort give the advantage back to the law enforcement. 8

10 References [1] Textbook: Jiawei Han, Micheline Kambe, "Data Mining", 2nd Edition, [2] Prof. Lu, CSc 177 Lecture Notes, Spring Website: [3] SF OpenData, SFPD Incidents from 1 January Website: Safety/SFPD Incidents from 1 January 2003/tmnf yvry Appendix Below is an example of the visualizations we created with Tableau. You can view crime trends by the Category of crime as well as by Police Department District. It will also show you at which location in San Francisco a crime took place. We created one of these for every year between 2003 and

11 Useful Resources Used During The Project Recommend Online Resources Newly Released RapidMiner Tutorials Great Tutorial On Most Programming Languages: Used for PHP, MySQL, and Javascript Great Data Science Community Bootstrap Framework: Great for making mobile responsive websites with professionally written CSS and Javascript libraries. Javascript Charts: We almost used this resource and wanted to share it. Helpful Web Development Tutorials that were used during the Data Warehouse Project (We used it for PHP, and Javascript) 10

Juvenile Curfew Ordinance Review and Data Analysis

Juvenile Curfew Ordinance Review and Data Analysis In April 2009 the Corinth City Council adopted the existing City Ordinance establishing curfew hours for minors. This document provides the existing Ordinance information and supporting documentation.

More information

Using Data Mining Techniques to Analyze Crime patterns in Sri Lanka National Crime Data. K.P.S.D. Kumarapathirana A

Using Data Mining Techniques to Analyze Crime patterns in Sri Lanka National Crime Data. K.P.S.D. Kumarapathirana A !_ & Jv OT-: j! O6 / *; a IT Oi/i34- Using Data Mining Techniques to Analyze Crime patterns in Sri Lanka National Crime Data K.P.S.D. Kumarapathirana 139169A LIBRARY UNIVERSITY or MORATL^VA, SRI LANKA

More information

THE BLOCKWATCH HANDBOOK

THE BLOCKWATCH HANDBOOK THE BLOCKWATCH HANDBOOK Introduction The Blockwatch Handbook was created to provide a written guide for citizens and officers to refer to for the operation of a blockwatch. This handbook cannot provide

More information

San Francisco Crime Classification

San Francisco Crime Classification San Francisco Crime Classification Junyang Li A53210366 jul309@eng.ucsd.edu Abstract - We consider the problem of predicting the category of crime that occurred given information regarding time and location.

More information

Mayor Jesse Arreguin, Councilmember Ben Bartlett and Councilmember Cheryl Davila

Mayor Jesse Arreguin, Councilmember Ben Bartlett and Councilmember Cheryl Davila Page 1 of 6 09 Office of the Mayor CONSENT CALENDAR February 13, 2018 To: From: Subject: Members of the City Council Mayor Jesse Arreguin, Councilmember Ben Bartlett and Councilmember Cheryl Davila Declaring

More information

Alcohol Theft Reduction. Crime Prevention Specialist Carmela Lutz San Diego County Sheriff s Department Vista Patrol Station

Alcohol Theft Reduction. Crime Prevention Specialist Carmela Lutz San Diego County Sheriff s Department Vista Patrol Station Alcohol Theft Reduction Crime Prevention Specialist Carmela Lutz San Diego County Sheriff s Department Vista Patrol Station More commonly referred to as Beer Runs In a beer run, one or more individuals

More information

FORECASTING TRENDS FOR PROACTIVE CRIME PREVENTION AND DETECTION USING WEKA DATA MINING TOOL-KIT ABSTRACT

FORECASTING TRENDS FOR PROACTIVE CRIME PREVENTION AND DETECTION USING WEKA DATA MINING TOOL-KIT ABSTRACT FORECASTING TRENDS FOR PROACTIVE CRIME PREVENTION AND DETECTION USING WEKA DATA MINING TOOL-KIT Ramesh Singh National Informatics Centre, New Delhi, India Rahul Thukral Department Of Computer Science And

More information

M E M O R A N D U M. Members of the Castro Valley Municipal Advisory Council

M E M O R A N D U M. Members of the Castro Valley Municipal Advisory Council M E M O R A N D U M October 4, 2016 TO: FROM: Members of the Castro Valley Municipal Advisory Council Medical Cannabis Interdepartmental Work Group MEETING DATE: October 10, 2016 SUBJECT: Medical Cannabis

More information

Presentation to The National Association of Sentencing Commissions Annual Conference August 28, 2017

Presentation to The National Association of Sentencing Commissions Annual Conference August 28, 2017 Using Data Analytics to Improve Ohio s Public Safety and Criminal Justice Outcomes Presentation to The National Association of Sentencing Commissions Annual Conference August 28, 2017 Dr. M. Murat Ozer,

More information

The Promise of DWI Courts November 14, 2013 Judge J. Michael Kavanaugh, (Ret.) Senior Director NCDC Judge Kent Lawrence, (Ret.)

The Promise of DWI Courts November 14, 2013 Judge J. Michael Kavanaugh, (Ret.) Senior Director NCDC Judge Kent Lawrence, (Ret.) National Highway Traffic Safety Administration National Center for DWI Courts DWI Court Training The Promise of DWI Courts November 14, 2013 Judge J. Michael Kavanaugh, (Ret.) Senior Director NCDC Judge

More information

Arizona Drug Endangered Children Program (DEC)

Arizona Drug Endangered Children Program (DEC) Arizona Drug Endangered Children Program (DEC) Annual Report October 31, 2003 For more information Contact: Mark Evans Assistant Attorney General 602-542-8431 Mark.Evans@ag.state.az.us http://www.ag.state.az.us/dec

More information

MARIJUANA LEGALIZATION. INITIATIVE STATUTE.

MARIJUANA LEGALIZATION. INITIATIVE STATUTE. PROPOSITION MARIJUANA LEGALIZATION. OFFICIAL TITLE AND SUMMARY Legalizes marijuana under state law, for use by adults 21 or older. Designates state agencies to license and regulate marijuana industry.

More information

Mental Capacity Implementation Programme. Mental Capacity Act 2005

Mental Capacity Implementation Programme. Mental Capacity Act 2005 Mental Capacity Implementation Programme Mental Capacity Act 2005 The Presentation Is an Overview and Will Cover: Part one - background and key policy Why we needed the act and who it affects The Mental

More information

Executive Summary. The Case for Data Linkage

Executive Summary. The Case for Data Linkage This first report of the San Francisco (SF) Firearm Injury Reporting System (SFFIRS) is the collaborative product of a pilot project to track and report on all violent injuries, with an initial focus on

More information

Mayor s Gang Prevention Task Force

Mayor s Gang Prevention Task Force Mayor s Gang Prevention Task Force Mario Maciel, Division Manager, City of San José City Of San José: 177 Square Miles 1,000,000+ Population 10 th Largest U.S. City 4 th Safest U.S. City with Population

More information

POST TEST Alcohol Training Awareness Program

POST TEST Alcohol Training Awareness Program POST TEST Alcohol Training Awareness Program 1. The Alcohol Training Awareness Program a. provides employees with the knowledge of how to properly identify potential customers of legal drinking age b.

More information

Artificial intelligence and judicial systems: The so-called predictive justice. 20 April

Artificial intelligence and judicial systems: The so-called predictive justice. 20 April Artificial intelligence and judicial systems: The so-called predictive justice 20 April 2018 1 Context The use of so-called artificielle intelligence received renewed interest over the past years.. Stakes

More information

Campus Crime Brochure

Campus Crime Brochure Campus Crime Brochure 2013-2014 Campus Police 2303 College Avenue Huntington, IN 46750 260-224-1412 HUNTINGTON UNIVERSITY DEPARTMENT OF CAMPUS POLICE INTRODUCTION The safety and security of members of

More information

KNN CLASSIFIER AND NAÏVE BAYSE CLASSIFIER FOR CRIME PREDICTION IN SAN FRANCISCO CONTEXT

KNN CLASSIFIER AND NAÏVE BAYSE CLASSIFIER FOR CRIME PREDICTION IN SAN FRANCISCO CONTEXT KNN CLASSIFIER AND NAÏVE BAYSE CLASSIFIER FOR CRIME PREDICTION IN SAN FRANCISCO CONTEXT Noora Abdulrahman and Wala Abedalkhader Department of Engineering Systems and Management, Masdar Institute of Science

More information

Predictive Policing: Preventing Crime with Data and Analytics

Predictive Policing: Preventing Crime with Data and Analytics Forum: Six Trends Driving Change in GovernmentManagement This article is adapted from Jennifer Bachner, Predictive Policing: Preventing Crime with Data and Analytics, (Washington, DC: IBM Center for The

More information

ADOPTING A RESOLUTION CONFIRMING BAN ON CULTIVATION OF MEDICAL MARIJUANA AND MEDICAL MARIJUANA ACTIVITIES

ADOPTING A RESOLUTION CONFIRMING BAN ON CULTIVATION OF MEDICAL MARIJUANA AND MEDICAL MARIJUANA ACTIVITIES STAFF REPORT MEETING DATE: January 24, 2017 TO: FROM: City Council Jeffrey A. Walter, City Attorney 922 Machin Avenue Novato, CA 94945 415/ 899-8900 FAX 415/ 899-8213 www.novato.org SUBJECT: ADOPTING A

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

As a law enforcement official you

As a law enforcement official you Toolkit for Law Enforcement Impaired Driving is a Crime That Kills As a law enforcement official you understand that impaired driving is no accident. It s a serious crime that kills more than 16,000 people

More information

INSTANT RUBYMINE ASSIMILATION BY DAVE JONES DOWNLOAD EBOOK : INSTANT RUBYMINE ASSIMILATION BY DAVE JONES PDF

INSTANT RUBYMINE ASSIMILATION BY DAVE JONES DOWNLOAD EBOOK : INSTANT RUBYMINE ASSIMILATION BY DAVE JONES PDF INSTANT RUBYMINE ASSIMILATION BY DAVE JONES DOWNLOAD EBOOK : INSTANT RUBYMINE ASSIMILATION BY DAVE JONES PDF Click link bellow and free register to download ebook: INSTANT RUBYMINE ASSIMILATION BY DAVE

More information

Underage Drinking Actions Have Consequences. A message from the Closter Police Department

Underage Drinking Actions Have Consequences. A message from the Closter Police Department Underage Drinking Actions Have Consequences A message from the Closter Police Department Our Community Closter is a suburb of New York City located in northeast corner of Bergen County. Of Closter s 8373

More information

City of Coral Gables Planning and Zoning Staff Recommendation

City of Coral Gables Planning and Zoning Staff Recommendation City of Coral Gables Planning and Zoning Staff Recommendation Applicant: Application: Public Hearing - Dates/Time/ Location: City of Coral Gables Zoning Code Text Amendment- Article 8, Definitions, Article

More information

TACKLING NEAR REPEAT CRIME

TACKLING NEAR REPEAT CRIME TACKLING Using technology to formulate and evaluate crime prevention strategies for burglary, robbery, weapons violations and other crimes. What is Near Repeat Victimization? Researchers have found that

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

SONOMA COUNTY LAW ENFORCEMENT CHIEFS ASSOCIATION

SONOMA COUNTY LAW ENFORCEMENT CHIEFS ASSOCIATION SONOMA COUNTY LAW ENFORCEMENT CHIEFS ASSOCIATION PROTOCOL: 97-3 ADOPTED: 08/08/1997 REVISED: 02/10/2006 05/03/2007 SUBJECT: PURPOSE: MEDICAL MARIJUANA To provide for consistency among law enforcement agencies

More information

Drug Policy Update. Misdemeanor marijuana arrests are skyrocketing. and other California marijuana enforcement disparities

Drug Policy Update. Misdemeanor marijuana arrests are skyrocketing. and other California marijuana enforcement disparities CENTER ON JUVENILE AND CRIMINAL JUSTICE Drug Policy Update NOVEMBER 2011 www.cjcj.org Misdemeanor marijuana arrests are skyrocketing and other California marijuana enforcement disparities by Mike Males,

More information

Data Mining with Weka

Data Mining with Weka Data Mining with Weka Class 2 Lesson 1 Be a classifier! Ian H. Witten Department of Computer Science University of Waikato New Zealand weka.waikato.ac.nz Lesson 2.1: Be a classifier! Class 1 Getting started

More information

Marijuana in Washington. Arrests, Usage, and Related Data

Marijuana in Washington. Arrests, Usage, and Related Data Arrests, Usage, and Related Data Jon Gettman, Ph.D. The Bulletin of Cannabis Reform www.drugscience.org 10/19/2009 1 Introduction This state report is part of a comprehensive presentation of national,

More information

Arrests for Drug Offenses in Alaska:

Arrests for Drug Offenses in Alaska: [Revised 19 Sep 2014] JUSTICE CENTER UNIVERSITY of ALASKA ANCHORAGE SEPTEMBER 2014, AJSAC 14-03 Arrests for Drug Offenses in Alaska: 2000 2011 Khristy Parker, MPA, Research Professional This fact sheet

More information

Marijuana in Georgia. Arrests, Usage, and Related Data

Marijuana in Georgia. Arrests, Usage, and Related Data Arrests, Usage, and Related Data Jon Gettman, Ph.D. The Bulletin of Cannabis Reform www.drugscience.org 10/19/2009 1 Introduction This state report is part of a comprehensive presentation of national,

More information

SCID518-3 : Journal / researcher evaluation

SCID518-3 : Journal / researcher evaluation SCID518-3 : Journal / researcher evaluation WHY RESEARCH ARTICLES NEEDED EVALUATION As research articles are product from academic research, their qualities were need in some situation. Position promote

More information

Marijuana in Louisiana. Arrests, Usage, and Related Data

Marijuana in Louisiana. Arrests, Usage, and Related Data Arrests, Usage, and Related Data Jon Gettman, Ph.D. The Bulletin of Cannabis Reform www.drugscience.org 10/19/2009 1 Introduction This state report is part of a comprehensive presentation of national,

More information

Councilmember Nick Pacheco (Ret.)

Councilmember Nick Pacheco (Ret.) Councilmember Nick Pacheco (Ret.) Friday, November 17, 2017 Honorable Mike Feuer City Attorney 1300 I Street, Suite 125 Los Angeles, CA 90012 VIA EMAIL ONLY: MIKE.FEUR@LACITY.ORG RE: Legal Sufficiency

More information

AMERICAN CORRECTIONS: THEORY, RESEARCH, POLICY, AND PRACTICE BY MATT DELISI, PETER J. CONIS

AMERICAN CORRECTIONS: THEORY, RESEARCH, POLICY, AND PRACTICE BY MATT DELISI, PETER J. CONIS AMERICAN CORRECTIONS: THEORY, RESEARCH, POLICY, AND PRACTICE BY MATT DELISI, PETER J. CONIS DOWNLOAD EBOOK : AMERICAN CORRECTIONS: THEORY, RESEARCH, POLICY, Click link bellow and free register to download

More information

ORDINANCE NO

ORDINANCE NO ORDINANCE NO. 2015 1415 AN ORDINANCE OF THE CITY COUNCIL OF THE CITY OF SAN MARCOS, CALIFORNIA, AMENDING CHAPTER 5.54 OF THE SAN MARCOS MUNICIPAL CODE TO PROHIBIT THE CULTIVATION OF MARIJUANA, THE DELIVERY

More information

Application of Investigations

Application of Investigations Western Technical College 30504710 Application of Investigations Course Outcome Summary Course Information Textbooks Description Through classroom lecture, and on-campus lab, and WI Department of Justice

More information

UNEQUAL ENFORCEMENT: How policing of drug possession differs by neighborhood in Baton Rouge

UNEQUAL ENFORCEMENT: How policing of drug possession differs by neighborhood in Baton Rouge February 2017 UNEQUAL ENFORCEMENT: How policing of drug possession differs by neighborhood in Baton Rouge Introduction In this report, we analyze neighborhood disparities in the enforcement of drug possession

More information

MICHIGAN MEDICAL MARIJUANA REGULATION: From Home Remedy to Criminalization. to State Regulated Industry. March 22, Stephen K.

MICHIGAN MEDICAL MARIJUANA REGULATION: From Home Remedy to Criminalization. to State Regulated Industry. March 22, Stephen K. MICHIGAN MEDICAL MARIJUANA REGULATION: From Home Remedy to Criminalization to State Regulated Industry Presentation to the Michigan Municipal League Capital Conference March 22, 2017 Stephen K. Postema

More information

Campus Crime Brochure for academic year

Campus Crime Brochure for academic year Campus Crime Brochure for academic year 2016-2017 Campus Police 2303 College Avenue Huntington, IN 46750 260-224-1412 HUNTINGTON UNIVERSITY DEPARTMENT OF CAMPUS POLICE INTRODUCTION The safety and security

More information

FY17 Justice and Mental Health Collaboration Program Category 3 Orientation Webinar. Tuesday, November 21, 2017

FY17 Justice and Mental Health Collaboration Program Category 3 Orientation Webinar. Tuesday, November 21, 2017 FY17 Justice and Mental Health Collaboration Program Category 3 Orientation Webinar Tuesday, November 21, 2017 Welcome and Introductions Joanne Barros, Director of Mental Health, Norfolk County Sherriff

More information

Drug-free Workplace Staff Rights and Responsibilities

Drug-free Workplace Staff Rights and Responsibilities Cherokee County School District, hereinafter school district, is committed to providing a safe work environment and to fostering the well-being and health of its employees. This commitment is jeopardized

More information

Lowell Police Department

Lowell Police Department Superintendent Kenneth Lavallee Lowell Police Department Downtown Initiative - Data Driven Approaches to Crime and Traffic Safety (DDACTS) Preliminary Results Background: The continued redevelopment of

More information

Prediction of Diabetes Using Bayesian Network

Prediction of Diabetes Using Bayesian Network Prediction of Diabetes Using Bayesian Network Mukesh kumari 1, Dr. Rajan Vohra 2,Anshul arora 3 1,3 Student of M.Tech (C.E) 2 Head of Department Department of computer science & engineering P.D.M College

More information

International Journal of Computer Engineering and Applications, Volume XI, Issue IX, September 17, ISSN

International Journal of Computer Engineering and Applications, Volume XI, Issue IX, September 17,  ISSN CRIME ASSOCIATION ALGORITHM USING AGGLOMERATIVE CLUSTERING Saritha Quinn 1, Vishnu Prasad 2 1 Student, 2 Student Department of MCA, Kristu Jayanti College, Bengaluru, India ABSTRACT The commission of a

More information

Criminal Justice (CJUS)

Criminal Justice (CJUS) Criminal Justice (CJUS) 1 Criminal Justice (CJUS) Courses CJUS 101. Introduction to the Criminal Justice System. 4 Prerequisites: Must be declared major or minor in criminal justice or social work A descriptive

More information

Educated as a PT, Testing and Working as a PTA. Resource Paper

Educated as a PT, Testing and Working as a PTA. Resource Paper FEDERATION OF STATE BOARDS OF PHYSICAL THERAPY Educated as a PT, Testing and Working as a PTA Contact Person Leslie Adrian, PT, MS, MPA, Director of Professional Standards January 2012 The purpose of regulatory

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

Safety & Accountability Audit

Safety & Accountability Audit Mending the Sacred Hoop & Program for Aid to Victims of Sexual Assault Safety & Accountability Audit of the response to Native women who report sexual assault in Duluth, Minnesota 2006-2008 Executive Summary

More information

SACRAMENTO DEA: METHAMPHETAMINE. Intelligence Analyst Matthew S. Kregor

SACRAMENTO DEA: METHAMPHETAMINE. Intelligence Analyst Matthew S. Kregor SACRAMENTO DEA: METHAMPHETAMINE Intelligence Analyst Matthew S. Kregor San Francisco Division FY2017 Criminal Case Initiations Cocaine Heroin Marijuana Methamphetamine Hallucinogens No Specific Drug Depressant

More information

STOP-DWI stands for Special Traffic Options Program for Driving While Intoxicated.

STOP-DWI stands for Special Traffic Options Program for Driving While Intoxicated. 2015 ANNUAL REPORT STOP-DWI STOP-DWI stands for Special Traffic Options Program for Driving While Intoxicated. New York s STOP-DWI program is the Nations first and, to date, only self sustaining impaired

More information

A Survey on Prediction of Diabetes Using Data Mining Technique

A Survey on Prediction of Diabetes Using Data Mining Technique A Survey on Prediction of Diabetes Using Data Mining Technique K.Priyadarshini 1, Dr.I.Lakshmi 2 PG.Scholar, Department of Computer Science, Stella Maris College, Teynampet, Chennai, Tamil Nadu, India

More information

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES 24 MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES In the previous chapter, simple linear regression was used when you have one independent variable and one dependent variable. This chapter

More information

Crime Scene Investigation. Story

Crime Scene Investigation. Story Crime Scene Investigation Story Joe works as Detective in the Crime Scene Unit (CSU), which is a part of the SPD Detective Bureau's Forensic Investigations Division in Smallville City Police Department.

More information

ORDINANCE NO

ORDINANCE NO ORDINANCE NO. 02011-05 AN ORDINANCE OF THE TOWN OF CAVE CREEK ARIZONA, AMENDING THE TOWN CODE BY THE ADDITION OF A NEW TITLE XV, CHAPTER 155 ENTITLED "MEDICAL MARIJUANA DISPENSARIES AND CULTIVATION FACILITIES"

More information

Level II participants only have the opportunity to participate in the program once.

Level II participants only have the opportunity to participate in the program once. Clean Slate FAQ 1. What is the Goldilocks Clean Slate program? Goldilocks is a District Attorney led initiative that seeks to identify the Just Right intervention for individuals suspected of drug-related

More information

A Comparison of Homicide Trends in Local Weed and Seed Sites Relative to Their Host Jurisdictions, 1996 to 2001

A Comparison of Homicide Trends in Local Weed and Seed Sites Relative to Their Host Jurisdictions, 1996 to 2001 A Comparison of Homicide Trends in Local Weed and Seed Sites Relative to Their Host Jurisdictions, 1996 to 2001 prepared for the Executive Office for Weed and Seed Office of Justice Programs U.S. Department

More information

The Psychology Of Information Security

The Psychology Of Information Security We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with the psychology of information

More information

Seattle City Attorney Peter S. Holmes

Seattle City Attorney Peter S. Holmes Seattle City Attorney Peter S. Holmes January 20, 2011 Members of the Health & Long Term Care Committee Washington State Senate 466 J.A. Cherberg Building P.O. Box 40466 Olympia, WA 98504 0466 Re: SB 5073

More information

Evaluation of the Eleventh Judicial District Court San Juan County Juvenile Drug Court: Quasi-Experimental Outcome Study Using Historical Information

Evaluation of the Eleventh Judicial District Court San Juan County Juvenile Drug Court: Quasi-Experimental Outcome Study Using Historical Information Evaluation of the Eleventh Judicial District Court San Juan County Juvenile Drug Court: Quasi-Experimental Outcome Study Using Historical Information Prepared for: The Eleventh Judicial District Court

More information

City of Syracuse Department of Audit Minchin G. Lewis City Auditor

City of Syracuse Department of Audit Minchin G. Lewis City Auditor City of Syracuse Department of Audit Minchin G. Lewis City Auditor 433 City Hall Syracuse, NY 13202 315-448-8477 Fax: 315-448-8475 e-mail: minchlewis@aol.com Mayor Matthew J. Driscoll Members of the Common

More information

CRIMINAL JUSTICE (CJ)

CRIMINAL JUSTICE (CJ) Criminal Justice (CJ) 1 CRIMINAL JUSTICE (CJ) CJ 500. Crime and Criminal Justice in the Cinema Prerequisite(s): Senior standing. Description: This course examines media representations of the criminal

More information

Cannabis Legalization August 22, Ministry of Attorney General Ministry of Finance

Cannabis Legalization August 22, Ministry of Attorney General Ministry of Finance Cannabis Legalization August 22, 2018 Ministry of Attorney General Ministry of Finance Federal Cannabis Legalization and Regulation The federal Cannabis Act received Royal Assent on June 21, 2018 and will

More information

Marijuana in Nevada. Arrests, Usage, and Related Data

Marijuana in Nevada. Arrests, Usage, and Related Data Arrests, Usage, and Related Data Jon Gettman, Ph.D. The Bulletin of Cannabis Reform www.drugscience.org November 5, 2009 1 Introduction This state report is part of a comprehensive presentation of national,

More information

Everyone asks and answers questions of causation.

Everyone asks and answers questions of causation. Chapter 11: Cause and Effect: Explaining Why Everyone asks and answers questions of causation. Cause and effect, like the two sides of a coin, are inseparably linked and together make up causation. Cause

More information

KEY FINDINGS. High School Student Data

KEY FINDINGS. High School Student Data Social Host Ordinance Impact Evaluation: Phase II Findings 2013 Issue Briefing KEY FINDINGS High School Student Data Youth are Aware of Social Host Ordinances. Based on data collected in three Ventura

More information

Perceptions of Disorder: Results from Two Las Vegas Tourist Locations

Perceptions of Disorder: Results from Two Las Vegas Tourist Locations March 2015, CCJP 2015-01 Perceptions of Disorder: Results from Two Las Vegas Tourist Locations By Jonathan M. Birds, M.A. and William H. Sousa, Ph.D. Over the past 30 years, much has been written about

More information

After Sexual Assault:

After Sexual Assault: After Sexual Assault: Survivors in San Francisco Have Options and Rights If you or someone you know has been sexually assaulted, there are services and people who can help. This booklet provides information

More information

COURSE. Based on the works of L. Ron Hubbard. Published by ABLE International 7065 Hollywood Blvd Los Angeles, CA USA

COURSE. Based on the works of L. Ron Hubbard. Published by ABLE International 7065 Hollywood Blvd Los Angeles, CA USA HANDLING SUPPRESSION COURSE Based on the works of L. Ron Hubbard Published by ABLE International 7065 Hollywood Blvd Los Angeles, CA 90028 USA Copyright 2003 L. Ron Hubbard Library. All Rights Reserved.

More information

Natural Hazards Disaster Management Cbse

Natural Hazards Disaster Management Cbse We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with natural hazards disaster

More information

Santa Clara County Case Worker Exam Guide READ ONLINE

Santa Clara County Case Worker Exam Guide READ ONLINE Santa Clara County Case Worker Exam Guide READ ONLINE If searched for the ebook Santa clara county case worker exam guide in pdf form, then you have come on to the loyal website. We furnish the utter variation

More information

Victim, Survivor, or Accuser? SAR Language Policy Offers Guidance

Victim, Survivor, or Accuser? SAR Language Policy Offers Guidance Kimberly A. Lonsway, Ph.D. Sgt. Joanne Archambault (Retired, San Diego Police Department) Reprinted with permission from Sexual Assault Report, Volume 15, Number 2,, published by Civic Research Institiute.

More information

Survival Skills for Researchers. Study Design

Survival Skills for Researchers. Study Design Survival Skills for Researchers Study Design Typical Process in Research Design study Collect information Generate hypotheses Analyze & interpret findings Develop tentative new theories Purpose What is

More information

Marijuana in New York. Arrests, Usage, and Related Data

Marijuana in New York. Arrests, Usage, and Related Data Arrests, Usage, and Related Data Jon Gettman, Ph.D. The Bulletin of Cannabis Reform www.drugscience.org November 5, 2009 1 Introduction This state report is part of a comprehensive presentation of national,

More information

2014 Quality Of Life Survey Statistical Analysis

2014 Quality Of Life Survey Statistical Analysis 2014 Quality Of Life Survey Statistical Analysis May 2014 Derek L. Doughty, P.E. Chair Mitch Thrower Vice Chair Bowen A. Arnold Member at Large Stephanie A. Agliano Stephen L. Benson, AICP Theodore Trent

More information

CRIMINOLOGY BY CHRIS HALE, KEITH HAYWARD, AZRINI WAHIDIN, EMMA WINCUP

CRIMINOLOGY BY CHRIS HALE, KEITH HAYWARD, AZRINI WAHIDIN, EMMA WINCUP Read Online and Download Ebook CRIMINOLOGY BY CHRIS HALE, KEITH HAYWARD, AZRINI WAHIDIN, EMMA WINCUP DOWNLOAD EBOOK : CRIMINOLOGY BY CHRIS HALE, KEITH HAYWARD, Click link bellow and free register to download

More information

MINNESOTA DWI COURTS: A SUMMARY OF EVALUATION FINDINGS IN NINE DWI COURT PROGRAMS

MINNESOTA DWI COURTS: A SUMMARY OF EVALUATION FINDINGS IN NINE DWI COURT PROGRAMS MINNESOTA COURTS: A SUMMARY OF Minnesota Courts EVALUATION FINDINGS IN NINE COURT PROGRAMS courts are criminal justice programs that bring together drug and alcohol treatment and the criminal justice system

More information

Hospitalizations of females ages 18 and over due to violent injuries

Hospitalizations of females ages 18 and over due to violent injuries DOMESTIC VIOLENCE TEMPLATES DEFINITION: NUMERATOR: Hospitalizations of females ages 18 and over due to violent injuries The rate of hospitalizations due to assaultive injuries (E960.0-969.9) per 100,000

More information

Estimating internet adoption around the world using a sample of Facebook users PAA 2018

Estimating internet adoption around the world using a sample of Facebook users PAA 2018 Estimating internet adoption around the world using a sample of Facebook users PAA 2018 Dennis M. Feehan UC Berkeley Curtiss Cobb Facebook The problem The problem The problem The plan Methods: network

More information

COLORING OUTSIDE THE LINES. Creative Approaches to Peer-to-Peer Fundraising

COLORING OUTSIDE THE LINES. Creative Approaches to Peer-to-Peer Fundraising COLORING OUTSIDE THE LINES Creative Approaches to Peer-to-Peer Fundraising INTRODUCTION It s an exciting time in fundraising! Nonprofit organizations are finding creative and effective new ways to use

More information

New Mexico Statistical Analysis Center

New Mexico Statistical Analysis Center New Mexico Statistical Analysis Center Bookings and case dispositions: Violent, property, and drug crimes in Santa Fe County, New Mexico Prepared by: Kristine Denman Editing and formatting assistance:

More information

CRIJ 1301: INTRODUCTION TO CRIMINAL JUSTICE COURSE SYLLABUS

CRIJ 1301: INTRODUCTION TO CRIMINAL JUSTICE COURSE SYLLABUS CRIJ 1301.01-1 Revised Summer 2010 CRIJ 1301: INTRODUCTION TO CRIMINAL JUSTICE COURSE SYLLABUS CRIJ 1301. Introduction to Criminal Justice. (3-3-0) A study of the history and philosophy of criminal justice.

More information

Re Advertised TERMS OF REFERENCE NATIONAL INDIVIDUAL CONSULTANT - HIV AND AIDS, HUMAN RIGHTS AND THE LAW

Re Advertised TERMS OF REFERENCE NATIONAL INDIVIDUAL CONSULTANT - HIV AND AIDS, HUMAN RIGHTS AND THE LAW Re Advertised TERMS OF REFERENCE NATIONAL INDIVIDUAL CONSULTANT - HIV AND AIDS, HUMAN RIGHTS AND THE LAW Title of Post: HIV, Human Rights and Law Consultant Location: Nairobi, Kenya Type of contract: Individual

More information

WHO DO I CONTACT WITH QUESTIONS? Our team is happy to answer any questions or address any concerns that you may have.

WHO DO I CONTACT WITH QUESTIONS? Our team is happy to answer any questions or address any concerns that you may have. Thank you for your interest in volunteering with Make-A-Wish. Our volunteer program is designed to give each volunteer a diverse and rewarding experience while working towards fulfilling our mission to

More information

COMMUNITY. Stigma and Discrimination Experienced by Sex Workers Living with HIV

COMMUNITY. Stigma and Discrimination Experienced by Sex Workers Living with HIV COMMUNITY Stigma and Discrimination Experienced by Sex Workers Living with HIV Introduction Globally, sex workers and people living with HIV experience severe stigma and discrimination, such as: Violations

More information

MENTALLY ILL OFFENDER TREATMENT AND CRIME REDUCTION ACT OF 2004: A POLICY ANALYSIS

MENTALLY ILL OFFENDER TREATMENT AND CRIME REDUCTION ACT OF 2004: A POLICY ANALYSIS MENTALLY ILL OFFENDER TREATMENT AND CRIME REDUCTION ACT OF 2004: A POLICY ANALYSIS Paula Clamurro California State University, Long Beach School of Social Work May 2015 INTRODUCTION The United States incarcerates

More information

Discovering Identity Problems: A Case Study

Discovering Identity Problems: A Case Study Discovering Identity Problems: A Case Study G. Alan Wang 1, Homa Atabakhsh 1, Tim Petersen 2, Hsinchun Chen 1 1 Department of Management Information Systems, University of Arizona, Tucson, AZ 85721 {gang,

More information

STAFF REPORT City of Lancaster NB 2

STAFF REPORT City of Lancaster NB 2 STAFF REPORT City of Lancaster NB 2 12/13/16 MVB Date: December 13, 2016 To: From: Subject: Mayor Parris and City Council Members Mark V. Bozigian, City Manager Allison E. Burns, City Attorney Ordinance

More information

SOLANO COMMUNITY COLLEGE DISTRICT SMOKING ON CAMPUS 4215

SOLANO COMMUNITY COLLEGE DISTRICT SMOKING ON CAMPUS 4215 SOLANO COMMUNITY COLLEGE DISTRICT SMOKING ON CAMPUS 4215 POLICY: The Solano Community College District is committed to providing a safe and healthy environment for its students, employees, and visitors.

More information

II: ALCOHOL - RELATED CRASHES

II: ALCOHOL - RELATED CRASHES II: ALCOHOL - RELATED CRASHES BACKGROUND AND DEFINITIONS 1. Impaired driving incidents. As used here, an impaired driving incident is one where there was an arrest for driving while under the influence

More information

State of Connecticut Department of Education Division of Teaching and Learning Programs and Services Bureau of Special Education

State of Connecticut Department of Education Division of Teaching and Learning Programs and Services Bureau of Special Education State of Connecticut Department of Education Division of Teaching and Learning Programs and Services Bureau of Special Education Introduction Steps to Protect a Child s Right to Special Education: Procedural

More information

extraction can take place. Another problem is that the treatment for chronic diseases is sequential based upon the progression of the disease.

extraction can take place. Another problem is that the treatment for chronic diseases is sequential based upon the progression of the disease. ix Preface The purpose of this text is to show how the investigation of healthcare databases can be used to examine physician decisions to develop evidence-based treatment guidelines that optimize patient

More information

Famous or Infamous Cases in the History of Forensics. Wanted Poster

Famous or Infamous Cases in the History of Forensics. Wanted Poster Famous or Infamous Cases in the History of Forensics Wanted Poster Research Outline Due: Tues. 1/7/14 ( 40 points+ 20 for bibliography) Wanted Poster Due: Friday 1/10/14 (100 points) Wanted Poster Checklist:

More information

Are you in Switzerland right now? (No) Have you deliberately done anything to try and beat this test?

Are you in Switzerland right now? (No) Have you deliberately done anything to try and beat this test? EUROPEAN POLYGRAPH Key Words: Integrated Zone Comparison Technique, Forensic Assessment Interview Technique, Horizontal Scoring System, Field Utility Study, Sensitivity. This field study is the fifth published

More information

Harold Rogers Update Melissa McPheeters, PhD, MPH

Harold Rogers Update Melissa McPheeters, PhD, MPH Harold Rogers Update 2017 Melissa McPheeters, PhD, MPH We Need a New Normal Full collaboration among diverse departments Appropriate integration of data from disparate data sources Business intelligence

More information

Data Driven Justice Incarceration Report

Data Driven Justice Incarceration Report JULY 2016 Data Driven Justice Incarceration Report Identifying Super Utilizers with Incarceration and Prescription Monitoring Data Presented by: David Speights, PhD Chief Data Scientist, Appriss dspeights@appriss.com

More information

MEDICAL MARIJUANA USE

MEDICAL MARIJUANA USE AOM Chapter P-158 MEDICAL MARIJUANA USE GENERAL CONSIDERATIONS AND GUIDELINES: Massachusetts voters decided that this Commonwealth should join a growing number of other states that currently have laws

More information