نتایج جستجو برای: polluted soils. the shannon

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

Journal: :تحقیقات آب و خاک ایران 0
مهدی زارعی غلامرضا ثواقبی ناهید صالح راستین غلامرضا صالحی جوزانی سید مجتبی خیام نکویی

the morphological diversity of arbuscular mycorrhizal fungi (amf) at the anguran zn and pb mining region (zanjan province, iran) were studied along a transect from the mine to 4500 m away. within each plot, a composite sample of root and rhizospheric soil from a dominant indigenous plant was collected. the soil samples were analyzed for their physico-chemical characteristics. spores were extrac...

Middle and southern Iraq suffers from polluted soils due to crude oil, spilled on land, leakage from transmitting pipe networks, or petroleum products from refineries. Many researchers have studied pollution impacts on the soil in details, but there is a clear lack of investigation on the influence of crude oil on soil erodibility. Recent researches have investigated the influence of pollution ...

Journal: Pollution 2018

Middle and southern Iraq suffers from polluted soils due to crude oil, spilled on land, leakage from transmitting pipe networks, or petroleum products from refineries. Many researchers have studied pollution impacts on the soil in details, but there is a clear lack of investigation on the influence of crude oil on soil erodibility. Recent researches have investigated the influence of pollution ...

Journal: :Applied and environmental microbiology 1999
C Del Val J M Barea C Azcón-Aguilar

High concentrations of heavy metals have been shown to adversely affect the size, diversity, and activity of microbial populations in soil. The aim of this work was to determine how the diversity of arbuscular mycorrhizal (AM) fungi is affected by the addition of sewage-amended sludge containing heavy metals in a long-term experiment. Due to the reduced number of indigenous AM fungal (AMF) prop...

ABSTRACT: Overall plant growth and microbial biomass can be effected by dust accumulation. The chloroform fumigation-extraction method was used to evaluating the effect of cement dust pollution emitted from Kurdistan cement factory on soil microbial biomass carbon. Chlorophyll content (a, b and total) of plants species was measured in different distance from cement factory. Mic...

Journal: :Environmental pollution 2009
Julie K Jensen Peter E Holm Jens Nejrup Morten B Larsen Ole K Borggaard

Growth performance and heavy metal uptake by willow (Salix viminalis) from strongly and moderately polluted calcareous soils were investigated in field and growth chamber trials to assess the suitability of willow for phytoremediation. Field uptakes were 2-10 times higher than growth chamber uptakes. Despite high concentrations of cadmium (>/=80 mg/kg) and zinc (>/=3000 mg/kg) in leaves of will...

عامری تورزنی, سپیده, غروی, سارا, فلاحتی, زهرا, محمدی, پریسا, کیارستمی, خدیجه,

Total petroleum hydrocarbons (TPHs) is one of the most important environmental challenges. Phytoremediation of oil-polluted soil depends on microorganisms of the rhizosphere. This study attempts to evaluate the microbial impact of Zea mays rhizosphere during a 60 day period using three different treatments: control soil, oil-polluted soil and oil-polluted soil including fertilizer (NH4No3, K2HP...

2013
Justyna Morawska-Płoskonka Maria Niklińska

Soil microorganisms may be both sensitive and resilient to various disturbances. The effects of a single stressor on soil microorganisms have been well studied, but only limited research has been carried out to test the effects of simultaneous action of diverse stressors. Soil samples were collected from a long-term polluted zinc and lead site and an unpolluted site. Modeling studies assumed sp...

2014
Yuan Liu Yongzhuo Liu Yuanjun Ding Jinwei Zheng Tong Zhou Genxing Pan David Crowley Lianqing Li Jufeng Zheng Xuhui Zhang Xinyan Yu Jiafang Wang

While microbial nitrogen transformations in soils had been known to be affected by heavy metal pollution, changes in abundance and community structure of the mediating microbial populations had been not yet well characterized in polluted rice soils. Here, by using the prevailing molecular fingerprinting and enzyme activity assays and comparisons to adjacent non-polluted soils, we examined chang...

Journal: :Journal of hazardous materials 2013
Yann Foucault Marie-José Durand Karine Tack Eva Schreck Florence Geret Thibaut Leveque Philippe Pradere Sylvaine Goix Camille Dumat

With the rise of sustainable development, rehabilitation of brownfield sites located in urban areas has become a major concern. Management of contaminated soils in relation with environmental and sanitary risk concerns is therefore a strong aim needing the development of both useful tools for risk assessment and sustainable remediation techniques. For soils polluted by metals and metalloids (MT...

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

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

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