نتایج جستجو برای: lithological soil types

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

Journal: :Environmental science and pollution research international 2011
Lingqing Wang Tao Liang Zhongyi Chong Chaosheng Zhang

INTRODUCTION Through leaching experiments and simulated rainfall experiments, characteristics of vertical leaching of exogenous rare earth elements (REEs) and phosphorus (P) and their losses with surface runoff during simulated rainfall in different types of soils (terra nera soil, cinnamon soil, red soil, loess soil, and purple soil) were investigated. RESULTS AND ANALYSES Results of the lea...

2016
M. Sirajul Islam Zahid Hayat Mahmud M. Shafiqul Islam Ganesh Chandra Saha Anwar Zahid AHM Zulfiquar Ali M. Qumrul Hassan Khairul Islam Hasin Jahan Yakub Hossain M. Masud Hasan Sandy Cairncross Richard Carter Stephen P. Luby Alejandro Cravioto Hubert Ph. Endtz Shah M. Faruque John D. Clemens

BACKGROUND Groundwater drawn from shallow tubewells in Bangladesh is often polluted by nearby pit latrines, which are commonly used toilets in rural and sub-urban areas of the country. METHODS To determine the minimum safe distance of a tubewell from a pit latrine in different hydrogeological conditions of Bangladesh, 20 monitoring wells were installed at three study sites (Manda, Mohanpur an...

2015
L. Ma C. Guo X. Lü S. Yuan R. Wang

Global environmental factors impact soil microbial communities and further affect organic matter decomposition, nutrient cycling and vegetation dynamic. However, little is known about the relative contributions of climate factors, soil properties, vegetation types, land management practices and spatial structure (which serves as a proxy for underlying effects of temperature and precipitation fo...

Journal: :journal of agricultural science and technology 2010
h. asadi h. rouhipour h. gh. rafahi h. ghadiri

hairsine and rose (1991) developed a process-based soil erosion model which described the erosion transport of multiparticle sizes in sediment for rain-impacted flow in the absence of entrainment in overland flow. in order to test this model laboratory experiments were carried out in a detachment tray using simulated rainfall. three contrasting soil types were subjected to simulated rainfall at...

2011
C. A. Quesada J. Lloyd L. O. Anderson N. M. Fyllas C. I. Czimczik

The tropical forests of the Amazon Basin occur on a wide variety of different soil types reflecting a rich diversity of geologic origins and geomorphic processes. We here review the existing literature about the main soil groups of Amazonia, describing their genesis, geographical patterns and principal chemical, physical and morphologic characteristics. Original data is also presented, with pro...

2008
M. Mira

The influence of soil moisture in thermal infrared emissivity is a known fact, but poorly studied in the past. An experiment for quantifying the dependence of emissivity on soil moisture has been designed. Six samples of superficial horizons of different Mediterranean soil types have been selected. Their emissivity has been measured at different soil water contents, using the twolid variant of ...

Journal: :The Science of the total environment 2014
Y Agnan N Séjalon-Delmas A Probst

Rare earth elements (REE) are known to be powerful environmental tracers in natural biogeochemical compartments. In this study, the atmospheric deposition of REE was investigated using various lichens and mosses as well as herbarium samples from 1870 to 1998 from six major forested areas in France. The comparison between the REE distribution patterns in organisms and bedrocks showed a regional ...

Journal: :Academic journal of computing & information science 2022

Map of geological cross section is the most intuitive expression strata in vertical direction. Realizing automatic filling lithologic patterns and reflecting changes stratum curvature are important contents map drawing. The traditional pattern method can not show change rock dip angle. To solve this problem, an algorithm drawing based on arc fitting proposed. By analyzing mathematical relations...

2008
Christian L. Lauber Michael S. Strickland Mark A. Bradford Noah Fierer Christian Lauber

Land-use change can have significant impacts on soil conditions and microbial communities are likely to respond to these changes. However, such responses are poorly characterized as few studies have examined how specific changes in edaphic characteristics do, or do not, influence the composition of soil bacterial and fungal communities across land-use types. Soil samples were collected from fou...

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

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

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