نتایج جستجو برای: dye house effluent

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

Journal: :American journal of physiology. Gastrointestinal and liver physiology 2001
T Coskun S Chu M H Montrose

Our previous report showed gastric mucosal surface pH was determined by alkali secretion at intragastric luminal pH 3 but by acid secretion at intragastric pH 5. Here, we question whether regulation of mucosal surface pH is due to the effect of luminal pH on net acid/base secretions of the whole stomach. Anesthetized rats with a gastric cannula were used, the stomach lumen was perfused with wea...

Journal: :iranian journal of public health 0
a.r. mesdaghi nia a.h. mahvi

to study the feasibility of anaerobic filter in raw sewage and slaughter house wastewater treatment, slaughter house wastewater treatment, a batch flow pilot plant was designed. in phase one, with a detention time of 3-days and no mixing, the maximum reduction in cod was 23%. in the second phase, with a detention time of 2-days and complete mixing, glucose was added to the raw sewage, the reduc...

Journal: :Catalysts 2022

A global freshwater pollution catastrophe is looming due to pollutants of emerging concern (PECs). Conventional water treatment methods are limited in removing PECs such as pharmaceuticals and dye house effluent from aquatic systems. This study provides an effective potential solution by developing innovative wastewater method based on solar-light-responsive semiconductor-based photocatalysts. ...

2014
Sathish Joshua Amarnath

Studies were carried out on the decolorization of azo dyes by Bacillus species from effluent of textile industries. About 10 bacterial strains were isolated from the effluent of textile industries, Bacillus sp. showed remarkable ability in decolorizing the widely utilized azo dyes. Phenotypic characterization and phylogenetic analysis based on 16S rDNA sequence comparisons indicate that these s...

Elham Keshmirizadeh Roya Khosravi Sabereh Mahdifar

The present work was directed toward the successful ability of electerocoagulation to remove color from synthetic and simulated textile effluent by aluminum/iron electrodes. Two representative reactive dyes were selected for the synthetic dye system, a black dye alone and mixed dye (black, blue, red, 1:1:1 vol/vol). Several important operating parameters such as electrode material, initial pH(3...

2016
N. Uma Maheswari S. Sivagami

Rapid industrialization has necessitated the manufacture and use of different chemicals in day to day life. Water is life but now-a-days due to advancement in industrialization, it a spoiling a lot. In the present study, an attempt was made to examine the isolation and identification of Bacillus species from marine soil, Nagapattinum seashore, Tamil Nadu, India. Dyes are collected from in aroun...

Journal: :Journal of the Brazilian Chemical Society 2021

The present work presents a strategic sequential experimental planning to evaluate the removal of methylene blue dye from aqueous medium by electrocoagulation combined with dissolved air flotation. Effect electrode pairs, spacing, contact time, initial pH, voltage, and pressure were optimized according following response variables: color, final turbidity, removal. best-achieved conditions were:...

Journal: :Colorants 2023

In the present work, rock dust was evaluated as an adsorbent and heterogeneous photocatalyst in discoloration of Basazol Yellow 46 L dye, which is widely used dyeing molded pulp packages. Although produced large quantities quarries a byproduct exploration, little known about its application photocatalyst. Rock characterized by XRD, SEM/EDS, photoacoustic spectroscopy, N2 physisorption had photo...

2017
Dianny Silva Lisboa Cledir Santos Renan N. Barbosa Oliane Magalhães Laura M. Paiva Keila A. Moreira Nelson Lima Cristina M. Souza-Motta

Water contamination with large amounts of industrial textile coloured effluents is an environmental concern. For the treatment of textile effluents, white-rot fungi have received extensive attention due to their powerful capability to produce oxidative (e.g., ligninolytic) enzymes. In addition, other groups of fungi, such as species of Aspergillus and Trichoderma, have also been used for textil...

2017
R. F. Silva G. L. Silva R. O. Silva

Article history: Received 30 August 2017 Accepted 18 September 2017 Available online 02 October 2017 The textile industry is a field which has strong environmental impacts due its high consumption of water and emission of pollutants, specially the dyes. The dyes are organic or synthetic substances which alter the physicochemical characteristics of the water body in which they are released, incr...

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

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

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