نتایج جستجو برای: soil particles

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

Journal: :Environmental science & technology 2005
Peter I Ravikovitch Bill W Bogan Alexander V Neimark

High-resolution nitrogen (77 K) and carbon dioxide (273 K) adsorption at subatmospheric pressures has been studied for a range of model soils of various origins with different organic matter (OM) contents. It is demonstrated that N2 and CO2 molecules probe different regions of soil particles. Nitrogen is adsorbed primarily on the outer surface of soil particles, while CO2 has a higher affinity ...

Journal: :Environmental research 2008
Reeti Doshi Washington Braida Christos Christodoulatos Mahmoud Wazne Gregory O'Connor

Nano-aluminum is being used in increasing quantities as energetic material. This research addresses the transport of two types of nanosized aluminum particles (with aluminum oxide, or carboxylate ligand coating, Alex and L-Alex, respectively) through sand columns along with associated environmental impacts on soil systems. Surface phenomena and pH are variables controlling the transport of nano...

2012
W. Goetz M. H. Hecht S. F. Hviid M. B. Madsen W. T. Pike U. Staufer E. Zych K. S. Edgett

The Optical Microscope (OM) on the Phoenix Mars lander (operated from May through October 2008) was used to search for visible-wavelength luminescence of soil particles excited by ultraviolet (UV) illumination (l1⁄4360–390 nm). No luminescent particles were found, with the possible exception of a few potentially luminescent features comprising about 0.02% of the total soil volume. The luminesce...

2017
C. A. Igwe S. E. Obalum

Soil aggregate stability influences a wide range of physical and biogeochemical processes in the agricultural and natural environments, including soil erosion [3]. The relative prepon‐ derance of aggregates of various sizes in the soil and their stability to external forces are, therefore, an issue of major concern to soil scientists. By definition, an aggregate is a compo‐ site body or granule...

There is a growing consumer market for products that proclaim to decrease microorganism counts to prevent infections. Most of these products are loaded with silver in its ionic or nanoparticle form. Through use or during production, these particles can find their way into the soil and cause an impact in microbial and plant communities. This study aims to evaluate the impact of silver based part...

2007
XIAO-YONG GUO WEN-WU ZHAO MING-QIANG HUANG HAI-YANG ZHENG LI FANG WEI-JUN ZHANG

A laboratory study was carried out to investigate the single particle soil dust using aerosol time-of-flight mass spectrometry. The presence of crustal elements is observed in the mass spectra of individual particles. Potassium and iron constitute the two most commonly detected cations. Other common cations observed in the mass spectra of soil particles include sodium and magnesium. According t...

2007
L. Hannum S. Pamukcu

The influence of direct current electric fields on the possible electrokinetic delivery of nano-iron slurry in clay for the purpose of fast and effective remediation of soil contaminants has been tested. Nano-iron can be introduced to soil hydraulically in slurry form, but in tight clay soil, delivery of a uniform distribution of the slurry may be difficult to achieve for effective remediation....

Journal: :World Journal of Mechanics 2020

Journal: :Journal of environmental management 2009
Yakov A Pachepsky Andrey K Guber Daniel R Shelton Gregory W McCarty

Manure and animal waste deposited on cropland and grazing lands serve as a source of microorganisms, some of which may be pathogenic. These microorganisms are released along with particles of dissolved manure during rainfall events. Relatively little if anything is known about the amounts and sizes of manure particles released during rainfall, that subsequently may serve as carriers, abode, and...

ژورنال: علوم آب و خاک 2022

This study was conducted to investigate the temporal variations of runoff and rill erosion in various soil textures under different slope gradients. So, a laboratory experiment was set up in three soil textures (loam, clay loam, and sandy clay loam) and four slope gradients (5, 10, 15, and 20%) using the completely randomized design with three replications. Runoff production and rill erosion we...

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

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

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