نتایج جستجو برای: flux and rejection

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

2009
Rafael Camarillo Isaac Asencio Jesusa Rincón

In this paper, a method of Micellar Enhanced Ultrafiltration (MEUF) with Hexadecyltrimethylammonium bromide (CTAB) is proposed to remove phosphate ions from treated domestic wastewaters from the reclamation station of University Campus of Toledo (Spain). This technique is able to reach phosphate rejection coefficients higher than 99% (a phosphate concentration in permeate of 1 mg/L if feed conc...

ژورنال: بینا 2020
, ,

Purpose: To determine the etiologic factors on rejection and failure rates and ocular surface changes after corneal transplantation by either DALK or PKP, in cases of keratoconus (KCN). Methods: In this cross-sectional study, considering the existing data, patients with keratoconus referring to Labbafinejad Medical Center from 2006 to 2016, who underwent corneal transplantation, were enrolled a...

Journal: :Water science and technology : a journal of the International Association on Water Pollution Research 2007
A R A Razak Z Ujang H Ozaki

Endocrine disrupting chemicals (EDCs) are the focus of current environmental issues, as they can cause adverse health effects to animals and human, subsequent to endocrine function. The objective of this study was to remove a specific compound of EDCs (i.e. pentachlorophenol, C(6)OCL(5)Na, molecular weight of 288 g/mol) using low pressure reverse osmosis membrane (LPROM). A cross flow module of...

2009
A. L. Ahmad C. P. Leo S. R. Abd. Shukor

Treatment of textile wastewater using conventional methods is either inefficient or costly. This is because it usually involves reactive dye, great amounts of salt and high temperature. In this study, a bimodal porous silica/(-alumina membrane with improved permeability was tested in dye–salt water separation. The effects of temperature, feed concentration of dye, feed concentration of salt, pH...

Journal: :بینا 0
محمدعلی جوادی ma javadi تهران- پاسداران- بوستان نهم- بیمارستان لبافی نژاد- مرکز تحقیقات چشم

corneal transplantation is the most common and successful form of solid organ transplantation with a 2-year survival rate of over 90% in low risk cases. this high success rate may be due to the immune privileged status of the cornea, acaid (anterior chamber associated immune deviation) induction phenomena and secretion of inhibitory molecules by corneal cells such as il1-ra, il-1a and fas ligan...

2016
Mohammed Kadhom Jun Yin Baolin Deng

Thin film nanocomposite (TFN) membranes containing MCM-41 silica nanoparticles (NPs) were synthesized by the interfacial polymerization (IP) process. An m-phenylenediamine (MPD) aqueous solution and an organic phase with trimesoyl chloride (TMC) dissolved in isooctane were used in the IP reaction, occurring on a nanoporous polysulfone (PSU) support layer. Isooctane was introduced as the organic...

Journal: :Molecules 2009
Bo Wu Yu M Zhang Hua P Wang

Thenanofiltration of aqueous solutions of the ionic liquids (ILs) 1-butyl-3-methylimidazolium tetrafluoroborate ([Bmim]BF(4)), and 1-butyl-3-methylimidazolium bromide ([Bmim]Br) with a polyamide nanofiltration membrane was investigated. The practical transport coefficients, including hydrodynamic permeability (L(p)), reflection (sigma) and solute permeability (omega) were calculated in terms of...

2013
Muthia Elma Christelle Yacou João C. Diniz da Costa David K. Wang

This work shows the preparation of silica membranes by a two-step sol-gel method using tetraethyl orthosilicate in ethanolic solution by employing nitric acid and ammonia as co-catalysts. The sols prepared in pH 6 resulted in the lowest concentration of silanol (Si-OH) species to improve hydrostability and the optimized conditions for film coating. The membrane was tested to desalinate 0.3-15 w...

Journal: :Langmuir : the ACS journal of surfaces and colloids 2017
Xi Yang Yong Du Xi Zhang Ai He Zhi-Kang Xu

A mussel-inspired interlayer of polydopamine (PDA)/polyethylenimine (PEI) is codeposited on the ultrafiltration substrate to tune the interfacial polymerization of piperazine and trimesoyl chloride for the preparation of thin-film composite (TFC) nanofiltration membranes (NFMs). This hydrophilic interlayer results in an efficient adsorption of piperazine solution in the substrate pores. The sol...

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

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

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