نتایج جستجو برای: legal and illegal disposal

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

Journal: :Forensic science international 2010
Julian Broséus Frédéric Anglada Pierre Esseiva

Cannabis cultivation in order to produce drugs is forbidden in Switzerland. Thus, law enforcement authorities regularly ask forensic laboratories to determinate cannabis plant's chemotype from seized material in order to ascertain that the plantation is legal or not. As required by the EU official analysis protocol the THC rate of cannabis is measured from the flowers at maturity. When laborato...

2010
Hsin-Yi Weng Pei-I Wu Ping-Cheng Yang Yi-Lun Tsai Chao-Chin Chang

Border control is the primary method to prevent rabies emergence. This study developed a quantitative risk model incorporating stochastic processes to evaluate whether border control measures could efficiently prevent rabies introduction through importation of cats and dogs using Taiwan as an example. Both legal importation and illegal smuggling were investigated. The impacts of reduced quarant...

2004
Andrea Bolognesi Paolo Ciancarini

Kriegspiel is a Chess variant similar to wargames, in which players have to deal with uncertainty. Kriegspiel increases the difficulty typical of Chess by hiding from each player his opponent’s moves. Although it is a two person game it needs a referee, whose task consists in accepting the legal moves and rejecting the illegal ones, with respect to the real situation. Neither player knows the w...

2016
Stefano Comino Giovanni Mastrobuoni Antonio Nicolò

We analyze the consequences of illegally residing in a country on the likelihood of reporting a crime to the police and, as a consequence, on the likelihood to become victims of a crime. We use an immigration amnesty to address two issues when dealing with the legal status of immigrants: it is both endogenous as well as mostly unobserved in surveys. Right after the 1986 US Immigration Reform an...

2010
Vsevolod Kapatsinski Lamia Haddad Johnston

Phonotactic knowledge is typically tested using metalinguistic wordlikeness judgment tasks. We introduce a new method for testing phonotactics, where subjects are asked to match a set of pictures of novel objects with a larger set of pseudowords, only some of which are phonotactically legal. The subjects tend to pick the pseudowords that are phonotactically legal in their language and leave the...

Journal: :International family planning perspectives and digest 1999
S K Henshaw S Singh T Haas

CONTEXT Accurate measurement of induced abortion levels has proven difficult in many parts of the world. Health care workers and policymakers need information on the incidence of both legal and illegal induced abortion to provide the needed services and to reduce the negative impact of unsafe abortion on women's health. METHODS Numbers and rates of induced abortions were estimated from four s...

Journal: :Computer Communications 1998
Hung-Min Sun Shiuh-Pyng Shieh

It is common that users or hosts in a large network are partitioned and organized as a hierarchical tree where children of the same parent form a group. Secure broadcasting intends to provide a secure communication channel from a sending principal to a group of legal receiving principals. Only legal receiving principals can decrypt the message, and illegal receiving principals cannot acquire an...

2010
Gregory T. Gundlach Kevin D. Bradford William L. Wilkie

Few marketing problems in society lead to the tragedy of harm that can result when firearms are diverted from the legal to the illegal marketplace. Product diversion is itself a serious concern for marketers, especially marketers of potentially dangerous products, such as tobacco, alcohol, firearms, and pharmaceuticals. These products may be sought and obtained by consumers who occupy illegal m...

Journal: :International Journal of Community Medicine and Public Health 2022

The constitution of Zimbabwe provides that everyone has the right to an environment is not harmful their health and well-being. However, illegal dumping inappropriate disposal hazardous waste poses a danger scavengers who are directly exposed it when pollutants migrate into water sources, spread air ultimately causing widespread infection toxicity.2 safe governed by legislation regulations whic...

2006
PETER FUTO Peter Futo Michael Jandl

The analytical and statistical services of border management organizations in Central and Eastern European countries have registered and accumulated a vast body of knowledge on the demographics and mechanisms of illegal migration over the last one-and-a-half decade. This paper attempts to tap this resource by summarising the results of a yearly survey among border guards of 17 countries. A set ...

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

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

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"; } -->