نتایج جستجو برای: adsorption of f

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

2015
Enrique Vilarrasa-García Juan Antonio Cecilia Elisa Maria Ortigosa Moya Celio Loureiro Cavalcante Diana Cristina Silva Azevedo Enrique Rodríguez-Castellón

The CO2 adsorption capacity of different functionalized mesoporous silicas of the SBA-15 type was investigated and the influence of textural properties and the effect of the silicon source on the CO2 uptake studied. Several adsorbents based on SBA-15 were synthesized using sodium silicate as silicon source, replacing the commonly used tetraethyl orthosilicate (TEOS). Thus, we synthesized three ...

Background and Objective: Phenol is one of organic pollutants in industrial effluent and it is toxic to human and environment, so it must be removed before being discharged to environment. Therefore, the purpose of this study was investigating adsorption of phenol from aqueous solutions by sorghum and canola and determination of adsorption isotherms and kinetics Materials and Methods: This s...

بلارک, داوود, رخش‌خورشید, عطاالله, کرد مصطفی‌پور, فردوس,

Background and Objectives: Antibiotics are one of the important sources of environmental pollution in recent years and are harmful for human health and environment. Therefore, the purpose of this research was investigating removal of penicillin G from aquatic solution by activated canola. Materials and methods: This study was an experimental-laboratory research and performed at batch system....

Journal: :Coatings 2022

In order to remove tetracycline (TC) from sewage more effectively, the adsorption performance of TC on alginate composite aerogel beads containing carbon nanomaterials was studied systematically. Carboxylated functionalized nanotubes (F-CNTs)@Cu-based metal-organic framework (Cu-BTC) nanomaterial composites (F-C) were prepared by a hydrothermal method, and F-C powders coated fixed macromolecula...

Journal: :Journal of colloid and interface science 2015
D D Do S L Johnathan Tan Yonghong Zeng Chunyan Fan Van T Nguyen Toshihide Horikawa D Nicholson

We analyse in detail our experimental data, our simulation results and data from the literature, for the adsorption of argon, nitrogen, carbon dioxide, methanol, ammonia and water on graphitized carbon black (GTCB), and show that there are two mechanisms of adsorption at play, and that their interplay governs how different gases adsorb on the surface by either: (1) molecular layering on the bas...

Journal: :The European physical journal. E, Soft matter 2003
B O'Shaughnessy D Vavylonis

We study irreversible polymer adsorption from dilute solutions theoretically. Universal features of the resultant non-equilibrium layers are predicted. Two broad cases are considered, distinguished by the magnitude of the local monomer-surface sticking rate Q: chemisorption (very small Q) and physisorption (large Q). Early stages of layer formation entail single-chain adsorption. While single-c...

Journal: :Environmental science & technology 2004
Jianmin Wang Xinjun Teng Hao Wang Heng Ban

The surface physical-chemical characteristics of a class F coal fly ash were studied in an effort to establish a quantitative understanding of metal adsorption. The ash surface acidity (acid site density and acidity constant), surface electrical characteristics, and adsorption constants for selected heavy metal ions were determined using a batch titration method, an electrophoretic method, and ...

Journal: :Biomaterials 2015
Kerry A Wilson Craig A Finch Phillip Anderson Frank Vollmer James J Hickman

Understanding protein adsorption and resultant conformation changes on modified and unmodified silicon dioxide surfaces is a subject of keen interest in biosensors, microfluidic systems and for medical diagnostics. However, it has been proven difficult to investigate the kinetics of the adsorption process on these surfaces as well as understand the topic of the denaturation of proteins and its ...

پایان نامه :دانشگاه تربیت معلم - سبزوار - دانشکده ریاضی و کامپیوتر 1391

در سال ‎1940‎ ،اولام ‎‎‎‎‎‎‎‎‎‎ سوالی درباره نگاشت های تقریبی مطرح کرد به این مضمون که ((تحت چه شرایطی یک همریختی تقریبی به یک همریختی نزدیک می شود؟(( در سال ‎1941‎ ،هایرز‎‎جوابی مثبت به سوال اولام درفضاهای باناخ ارائه داد در واقع ثابت کرد اگر ‎ ‎??0 و f:x?y‎ نگاشتی از فضای نرم دار ‎ x ‎ به فضای باناخ ‎ y باشد به طوری که ‎‎ ?f(x+y)-f(x)-f(y)??? (x,y?x) (1) آن گاه نگاشت جمعی منحصر به فرد t:x?...

2006
J. M. ZACHARA C. E. COWAN

Chromate (CrO4 2-) adsorption was investigated on kaolinite (0.2-2 ~m) saturated with NaC104 over a range of pH. Adsorption increased with decreasing pH because of protonation of chromate and/ or variable charge sites on kaolinite. Chemical pretreatment to remove noncrystalline and crystalline oxide contaminants affected the magnitude ofCrO42adsorption, but not the pH range over which CrO42adso...

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

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

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