نتایج جستجو برای: national police data

تعداد نتایج: 2691864  

2016
Helai Huang Qingyi Yin David C. Schwebel Li Li Guoqing Hu

BACKGROUND Data from the Chinese police service suggest substantial reductions in road traffic injuries since 2002, but critics have questioned the accuracy of those data, especially considering conflicting data reported by the health department. METHODS To address the gap between police and health department data and to determine which may be more accurate, we conducted a simulation study ba...

Journal: :Emergency medicine journal : EMJ 2004
E Euripidou R MacLehose A Fletcher

OBJECTIVES The aim of this study is to describe the pattern of ill health after personal incapacitant spray (PIS) exposures reported to the National Poisons Information Service-London (NPIS-L) and the Chemical Incident Response Service and to evaluate the relation between sub-categories of PIS exposure and adverse health effects. METHODS Case series study of patients reported to the NPIS-L, b...

2005
Alexander Waibel

Multilinguality need not be textual only, but will take on spoken form, when information services are to extend beyond national boundaries, or across language groups. Database access by speech will need to handle multiple languages to service customers from different language groups within a country or travelers from abroad. Public service operators (emergency, police, department of transportat...

2017
Arabella Scantlebury Catriona McDaid Alison Booth Caroline Fairhurst Adwoa Parker Rebecca Payne Helen Reed William J Scott David Torgerson Catherine Hewitt

BACKGROUND There has been an increased drive towards Evidence Based Policing in recent years. Unlike in other public sector services, such as health and education, randomised controlled trials in the police setting are relatively rare. This paper discusses some of the methodological and practical challenges of conducting a randomised controlled trial in the police setting in the UK, based on ou...

2000
Shinn Sun

Data Envelopment Analysis (DEA) is used to measure the relative efficiency of the fourteen police precincts in Taipei city, Taiwan. Our results indicate how DEA may be used to measure these police precincts from commonly available police statistical data for the years 1994, 1995, and 1996. To sharpen our efficiency estimates, we use window analysis, slack variable analysis, and output-oriented ...

This article attempts to examine the views of drug abusers under the control of the police to investigate a new approach to drug abusers under control (police oriented therapy) and in the end, based on the findings of the project to provide practical and effective solutions to reduce Barriers and damage their plan. The research in this paper survey and on the basis of 151 adverse drug users in ...

2012
Selvan Kumar Dhruva Kothari Neil Buddy Shah Abhijit Banerjee Raghabendra Chattopadhyay Esther Duflo Daniel Keniston Nina Singh

Institutions in developing countries, particularly those inherited from the colonial period, are often thought to be subject to strong inertia. This study presents the results of a unique randomized trial testing whether these institutions can be reformed through incremental administrative change. The police department of the state of Rajasthan, India collaborated with researchers at US and Ind...

2017
Vivien Lee Kartini Shastry

In response to publicized shootings of minority civilians, several police agencies across the county have announced that they will hire more minority police officers. However, there is a dearth of quantitative research examining real-life consequences of police diversity. Between 1969 and 2000, a number of police departments were sued for racial and gender discrimination, and many responded by ...

Journal: :Cadernos de saude publica 2007
Maria Cecília de Souza Minayo Edinilsa Ramos de Souza Patrícia Constantino

This study was based on a larger survey on the socioeconomic, quality-of-life, occupational, and health characteristics of military and civil police in the State of Rio de Janeiro, Brazil. The study triangulated quantitative methods (an anonymous questionnaire in a random sample of clusters involving 46 police units and 2,678 police force members) and qualitative ones (18 focus groups with 143 ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->