نتایج جستجو برای: risk pesticides as non

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

2016
Jianjun Jin Wenyu Wang Rui He Haozhou Gong

The unsafe use and misuse of pesticides in China are major threats to farmers' health and the environment. The purpose of this study is to evaluate small-scale farmers' practices with regard to pesticide use and identify the determinants of their behavior in Anqiu County, China. The results show that the frequency of pesticide application by local farmers is high and that the improper disposal ...

2017
Kristiann Fry Melinda C. Power

BACKGROUND Persistent organic pollutants (POPs) are environmentally and biologically persistent chemicals that include polybrominated diphenyl ethers (PBDEs), per- and polyfluoroalkyl substances (PFASs), polychlorinated biphenyls (PCBs), and organochlorine (OC) pesticides. Currently, data on the associations between exposure to POPs and the risk of mortality in the U.S. population is limited. O...

2016
Hesham Dahshan Ayman Mohamed Megahed Amr Mohamed Mohamed Abd-Elall Mahdy Abdel-Goad Abd-El-Kader Ehab Nabawy Mariam Hassan Elbana

BACKGROUND Persistent organic pollutants represent about 95 % of the industrial sector effluents in Egypt. Contamination of the River Nile water with various pesticides poses a hazardous risk to both human and environmental compartments. Therefore, a large scale monitoring study was carried on pesticides pollution in three geographical main regions along the River Nil water stream, Egypt. MET...

   In recent years, water pollution and pesticide residues in the food chain have become a serious environmental and health hazard problem. Therefore, an efficient technology is essential for complete mineralization of pesticides to non-toxic forms. Nanotechnology offers many potential benefits to improve existing environmental technologies using new materials with effective performance, re...

Journal: :Archives of Neurology 2005

Journal: :Advances in health economics and health services research 2014
Damian Tago Henrik Andersson Nicolas Treich

DESIGN/METHODOLOGY/APPROACH This study presents literature reviews for the period 2000-2013 on (i) the health effects of pesticides and on (ii) preference valuation of health risks related to pesticides, as well as a discussion of the role of benefit-cost analysis applied to pesticide regulatory measures. FINDINGS This study indicates that the health literature has focused on individuals with...

Journal: :American journal of epidemiology 2013
Stella Koutros Laura E Beane Freeman Jay H Lubin Sonya L Heltshe Gabriella Andreotti Kathryn Hughes Barry Curt T DellaValle Jane A Hoppin Dale P Sandler Charles F Lynch Aaron Blair Michael C R Alavanja

Because pesticides may operate through different mechanisms, the authors studied the risk of prostate cancer associated with specific pesticides in the Agricultural Health Study (1993-2007). With 1,962 incident cases, including 919 aggressive prostate cancers among 54,412 applicators, this is the largest study to date. Rate ratios and 95% confidence intervals were calculated by using Poisson re...

2012
Raymond A. Cloyd

Pesticides including insecticides and miticides are primarily used to regulate arthropod (insect and mite) pest populations in agricultural and horticultural crop production systems. However, continual reliance on pesticides may eventually result in a number of potential ecological problems including resistance, secondary pest outbreaks, and/or target pest resurgence [1,2]. Therefore, implement...

Journal: :Environment international 2011
Jean-François Viel Nathalie Floret Eric Deconinck Jean-François Focant Edwin De Pauw Jean-Yves Cahn

Organochlorine chemicals may contribute to an increased risk of non-Hodgkin lymphoma (NHL) within non-occupationally exposed populations. Among these chemicals, dioxins and furans were mainly released by municipal solid waste incinerators (MSWIs) until a recent past in France, a source of exposure that is of public concern. We investigated organochlorines and the risk of NHL among neighbors of ...

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

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

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