نتایج جستجو برای: sorption

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

Journal: :Chemosphere 2007
Bo Pan Baoshan Xing Shu Tao Wenxin Liu Xiumei Lin Yang Xiao Hancheng Dai Xianming Zhang Yanxv Zhang Huishi Yuan

The sorption coefficient, K(OC), of phenanthrene (PHE) has been reported to vary with different types of organic matter, leading to uncertainties in predicting the environmental behavior of PHE. Among the studies that relate organic matter properties to their sorption characteristics, physical conformation of organic matter is often neglected. In this work, organic matter samples of different p...

Journal: :Journal of environmental quality 2005
Francis X M Casey Jirí Simunek Jaehoon Lee Gerald L Larsen Heldur Hakk

Potent estrogenic hormones are consistently detected in the environment at low concentration, yet these chemicals are strongly sorbed to soil and are labile. The objective of this research was to improve the understanding of the processes of sorption, mobility, and transformation for estrogens in natural soils, and their interaction. Equilibrium and kinetic batch sorption experiments, and a lon...

Journal: :Journal of environmental quality 2013
Jin Chul Joo Charles D Shackelford Kenneth F Reardon

The feasibility of the ideal adsorbed solution theory (IAST) in reducing the complexity associated with predicting the sorption behaviors of 12 neutral organic compounds (NOCs) contained in complex mixtures as a fewer number (four to six) of pseudocompounds (groups of compounds) to simulated aquifer sorbents was investigated. All sorption isotherms from individual- and multiple-pseudocompound s...

Journal: :Chemosphere 2017
Hongbo Li Xiaoling Dong Evandro B da Silva Letuzia M de Oliveira Yanshan Chen Lena Q Ma

Biochar produced by thermal decomposition of biomass under oxygen-limited conditions has received increasing attention as a cost-effective sorbent to treat metal-contaminated waters. However, there is a lack of information on the roles of different sorption mechanisms for different metals and recent development of biochar modification to enhance metal sorption capacity, which is critical for bi...

Journal: :Plant physiology 1987
W E Shafer M J Bukovac

Sorption characteristics of 2-(1-naphthyl)acetic acid (NAA), 2-(1-naphthyl)acetamide (NAAm), and 2,4-dichlorophenoxyacetic acid (2,4-D) were determined for cuticles enzymically isolated from mature tomato (Lycopersicon esculentum Mill. cv Sprinter) and pepper (Capsicum annuum L.) fruit. Sorption equilibrium for NAA and 2,4-D by tomato cuticular membranes (CM) and dewaxed cuticular membranes (DC...

Journal: :Journal of environmental management 2011
J M Lezcano F González A Ballester M L Blázquez J A Muñoz C García-Balboa

This work examines the sorption capacity of a natural biomass collected from an irrigation pond. The biomass mainly consisted of a mixture of chlorophyte algae with caducipholic plants. Biosorption experiments were performed in monometallic and bimetallic solutions containing different metals commonly found in industrial effluents (Cd, Cu and Pb). The biosorption process was slightly slower in ...

Journal: :Environmental science & technology 2011
Jia-Zhong Zhang Xiao-Lan Huang

Our previous studies on the phosphate sorption on sediments in Florida Bay at 25 °C in salinity 36 seawater revealed that the sorption capacity varies considerably within the bay but can be attributed to the content of sedimentary P and Fe. It is known that both temperature and salinity influence the sorption process and their natural variations are the greatest in estuaries. To provide useful ...

Journal: :Journal of environmental quality 2014
Seok-Young Oh Yong-Deuk Seo

The feasibility of using biochar as a sorbent to remove nitro explosives and metals from contaminated water was investigated through batch experiments. Biochar, synthesized using various biomasses, showed a porous structure and a high surface area and includes embedded carbonate minerals. Compared with granular activated carbon, biochar was competitive as a sorbent for removing Cd, Cu, Pb, and ...

Journal: :Journal of environmental quality 2013
Bei Chu Keith W Goyne Stephen H Anderson Chung-Ho Lin Robert N Lerch

Elucidating veterinary antibiotic interactions with soil is important for assessing and mitigating possible environmental hazards. The objectives of this study were to investigate the effects of vegetative management, soil properties, and >1000 Da dissolved organic matter (DOM) on sulfamethazine (SMZ) behavior in soil. Sorption experiments were performed over a range of SMZ concentrations (2.5-...

Journal: :Water research 2004
S H Min J S Han E W Shin J K Park

Juniper is a small-diameter underutilized lignocellulosic material. We evaluated the efficacy of base-treated juniper fiber (BTJF) for cadmium (Cd2+) sorption and the viability of juniper fiber as a sorbent for removing Cd2+ from water. Fourier transform infrared spectroscopy analysis indicated that carboxylate ion is a major functional group responsible for Cd2+ sorption. The apparent ideal so...

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

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

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