نتایج جستجو برای: dominant pollutants

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

2011
Julia E. Rager Kim Lichtveld Seth Ebersviller Lisa Smeester Ilona Jaspers Kenneth G. Sexton Rebecca C. Fry

BACKGROUND Air pollution contributes significantly to global increases in mortality, particularly within urban environments. Limited knowledge exists on the mechanisms underlying health effects resulting from exposure to pollutant mixtures similar to those occurring in ambient air. In order to clarify the mechanisms underlying exposure effects, toxicogenomic analyses are used to evaluate genome...

2014
Kathie L. Dionisio Lisa K. Baxter Howard H. Chang

BACKGROUND Using multipollutant models to understand combined health effects of exposure to multiple pollutants is becoming more common. However, complex relationships between pollutants and differing degrees of exposure error across pollutants can make health effect estimates from multipollutant models difficult to interpret. OBJECTIVES We aimed to quantify relationships between multiple pol...

Journal: :Water 2023

The purpose of the study was to investigate relationship between wetland plants and fungal communities with a focus on their combined functions remove organic pollutants. Two constructed (CW) systems, covering total area 4.24 hm2, were established treat agricultural non-point source pollution using, respectively, Zizania latifolia (CW1) Phragmites communis (CW2) as dominant plant species. obtai...

1997
D. L. Corwin

Because of their ubiquitous nature and potential chronic health effects, nonpoint source (NPS) pollutants have become a focal point of attention by the general public, particularly regarding pollution of surface and subsurface drinking water sources. The NPS pollutants pose a technical problem because of the areal extent of their contamination that increases the complexity and sheer volume of d...

Journal: :iranian journal of health sciences 0
hossein alidadi department of environmental health engineering, health sciences research center, mashhad mohammad taghi shakeri department of community medicine, medical school, mashhad university of medical sciences, mashhad, iran ahmad hoseinzadeh department of environmental health engineering, school of health, mashhad university of medical sciences, mashhad, iran anoosheh noorani medical school, mashhad university of medical sciences, mashhad, iran

background & purpose: air pollution has been known as one of the most effective factors on cardiovascular, pulmonary and infectious diseases. this study aims to determine the relation between mortality rate and air pollution in mashhad during 2007-2009. materials & methods: data of air pollution, mortality rate and geographic factors were collected during 2007-2009 and analyzed. mortality rate,...

Journal: :Pesquisas em Geociências 2008

Journal: :Environmental toxicology and chemistry 2009
Casey D Butler Nancy E Beckage John T Trumble

Parasitoids are important organisms in the regulation of insect herbivores in natural, urban, and agricultural ecosystems. The impact of pollutants acting on parasitoids has not been extensively reviewed. This prompted us to propose a falsifiable null hypothesis (pollutants have no effects on parasitoids) and two alternative hypotheses (pollution negatively or positively affects parasitoids) to...

Journal: :Water research 2012
M G A Keuten F M Schets J F Schijven J Q J C Verberk J C van Dijk

Pollutants, brought into a swimming pool by bathers, will react with chlorine to form disinfection by-products (DBPs). Some of these DBPs are found to be respiratory and ocular irritant and might be associated with asthma, or might even be carcinogenic. As DBPs in swimming pools are formed from bather-shed-pollutants, a reduction of these pollutants will lead to a reduction of DBPs. Until now, ...

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

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

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