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

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

2015
Nicola Arcilla Lars H. Holbech Sean O’Donnell

We investigated how legal logging history and recent illegal logging affected forest bird community structure in Ghana. Ghanaian forests belong to West Africa’s highly fragmented Upper Guinea rain forests, part of a global priority ‘‘biodiversity hotspot’’ under intense pressure from anthropogenic degradation. Between 1995 and 2010, officially-reported legal logging intensities increased up to ...

2010
Vsevolod Kapatsinski Lamia H. Johnston

All human languages have restrictions on sound sequences, called phonotactic constraints. Knowledge of phonotactic constraints is typically tested using pseudoword rating tasks, e.g., an English speaker might be asked to rate acceptability or wordlikeness of the phonotactically illegal /bnɪk/ and the phonotactically legal /blɪk/. We introduce a new method of testing knowledge of phonotactic con...

Journal: :Infancy : the official journal of the International Society on Infant Studies 2011
Katharine Graf Estes Jan Edwards Jenny R Saffran

How do infants use their knowledge of native language sound patterns when learning words? There is ample evidence of infants' precocious acquisition of native language sound structure during the first years of life, but much less evidence concerning how they apply this knowledge to the task of associating sounds with meanings in word learning. To address this question, 18-month-olds were presen...

2005

Although traditional policy prescriptions suggest the use of direct instruments on pollution, the literature has extensively proposed indirect instruments for the optimal correction of waste externalities. Based on a literature review exercise, this paper shows that the confluence of both the risk of illegal disposal, which prevents the use of direct instruments, and the existence of different ...

Journal: :Forensic science international 2013
K Wiese Simonsen A Steentoft I M Bernhoft T Hels B S Rasmussen K Linnet

This study assesses the presence of a number of psychoactive substances, including alcohol, based on blood samples from 840 seriously injured drivers admitted to five selected hospitals located in five different regions of Denmark. The study was a part of the EU 6th framework program DRUID (Driving Under the Influence of Drugs, Alcohol and Medicines). Blood samples were screened for 30 illegal ...

ژورنال: حقوق پزشکی 2016
زنگنه, مرتضی, زنگنه, مسعود, ساریخانی, عادل,

Nowadays, the use of banned performance-enhancing drugs (doping) in sport has been increased by athletes. As for drastic physical and spiritual damages, coaches are obliged to make the athletes aware of side effects and other improper consequences. According to anti-doping rules, if coaches and sporty physicians evade from their duty by an illegal prescription and cause physical damage to athle...

Journal: :The Future of children 2002
Garen J Wintemute

Under federal law, it is illegal for youth under age 18 to purchase rifles or shotguns, and for those under age 21 to purchase handguns. However, fatality and injury statistics clearly show that guns are finding their way into young people's hands. Many of these youth obtain guns through illegal gun markets. This article focuses on how guns in the United States are manufactured, marketed, and s...

2006
Leonard Malczynski Kristan Cockerill Craig Forster Howard Passell

Political borders are controversial and contested spaces. In an attempt to better understand movement along and through political borders, we applied the metaphor of a membrane to look at how people, ideas, and things “move” through a border. More specifically, we employed this metaphor in a system dynamics framework to construct a computer model to assess legal and illegal migration on the US-...

2010
Yen-Lien Kuo Charles Perrings Y.-L. Kuo C. Perrings

What makes recycling work? We study the factors driving household waste disposal and recycling in 18 cities in Taiwan and Japan in order to understand the impact of alternative waste management incentives. We show that this depends on the effect of distinct policies on the relative costs of the main alternative disposal methods: recycling, disposal to landfill and illegal dumping. The willingne...

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

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

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