نتایج جستجو برای: camwood dye

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

Journal: :international journal of environmental research 2010
r. rajesh kannan m. rajasimman n. rajamohan b. sivaprakash

in the present study, hydrilla verticillata biomass was investigated as a novel biosorbent for the uptake of basic dye malachite green from its aqueous solution. kinetic and equilibrium studies were carried out in batch process. batch adsorption experiments were conducted to study the effect of ph, temperature, sorbent dosage, initial dye concentration, and contact time for the removal malachit...

Journal: :journal of nanostructures 2014
j. o. ozuomba a. j. ekpunobi

nanocrystalline titanium (iv) oxide paste has been deposited on fluorine doped tin oxide glass substrate by the blade method. the deposited film was subjected to thermal treatment to obtain an electrode foe a photo-electrochemical cell. the electrode was sensitized with prophyrin dye which was a local dye extracted from carica papaya leaves. avaspec 2.1 spectrophotometer was used to obtain the ...

ژورنال: طلوع بهداشت یزد 2015
محوی, امیر حسین , پورفداکاری, سودابه ,

Abstract Introduction: Dye effluents of some industries contain many toxic, carcinogenic, and mutagenic compounds therefore, wastewater colored contaminants of such industries should be meticulously refined using an appropriate method before discharging waste-water to the environment. Therefore, this study aimed to evaluate the effectiveness of Multi-Walled Carbon Nanotubes (MWCNTS) in dye r...

Maryam Movahedi Simin Janitabar Darzi,

ZnO and TiO2 nanoparticles wereimpregnated with merbromin dye and used as modified photocatalysts for degradation of phenol. Dye-modified ZnO and TiO2 showed significantly higher photocatalytic activity than neat ZnO and TiO2 under visible light illumination. Moreover, the prepared dye-modified ZnO showed superior photocatalytic efficiency in degrad...

Journal: :journal of physical & theoretical chemistry 2012
m. h. fekri m. banimahd keivani m. darvishpour h. banimahd keivani

in this research, the removal of malachite green dye from textile wastewaters using polyaniline coated onto sawdust (pani/sd) has been investigated. ammonium peroxodisulphate was used as chemical oxidant for polymerization of polyaniline directly on the surface of sawdust. the effects of some important parameters such as ph, initial concentration, sorbent dosage, exposure time and temperature o...

Journal: :international journal of environmental research 0

this study evaluates the effectiveness of adsorption process by granular activated carbon (gac) compared with a novel formulation of coagulation - flocculation process for dye removal from textile wastewater. in this regard, acidic, reactive, disperse and direct red dye are used to prepare the synthetic dye. dominant wave length for each dye is determined by spectrophotometeric method. using ga...

Journal: :علوم و تکنولوژی پلیمر 0
غلام باقری مرندی مریم بهارلویی

the clay crosslinked hydrogel nanocomposites were synthesized by graft copolymerization of acrylamide and itaconic acid in the presence of different amounts of laponite using ammonium persulfate and n,n,n',n'-tetramethylethylene diamine  )temed) as a free radical initiator and catalyst, respectively. the xrd patterns of nanocomposites showed that the clay layers are completely exfolia...

Journal: :caspian journal of environmental sciences 2014
al et s. kholghi eshkalak

biosorption of acidic dyes using the live fern azolla filliculoides was studied in a discontinuous system. dye parameters, dye initial concentration and contact time were studied in temperature range of 25-30 ?c and ph=7. it was shown that increasing the 23initial concentration of dye and its contact time resulted in decreasing the dye taking quantity by the absorbent. also, type of dye has an ...

Journal: :مجله بهداشت محیط و توسعه پایدار 0
abdolmajid gholizadeh mitra gholami asghar ebrahimi mohammad miri ali nikoonahad

introduction: the powdered activated carbon treatment (pact) has been proposed as an alternative in wastewater treatment and wastewater biomass protection against toxic substances. this study aims to evaluate pact performance in treating dyes, acid orange, and remazol brilliant reactive blue. methods: this empirical- applied research was carried out in pilot scale in which different dye removal...

Journal: :The Journal of chemical physics 2005
L Morgus P Burns R D Miles A D Wilkins U Ogba A P Hickman J Huennekens

We have used the Doppler-free, perturbation-facilitated optical-optical double-resonance technique to investigate the vibrational, rotational, and hyperfine structure of the 3 (3)Pi double minimum state of NaK. Since this electronic state arises from an avoided crossing with the nearby 4 (3)Pi state, we observe striking patterns in the data that provide a sensitive probe of the electronic wave ...

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

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

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