نتایج جستجو برای: urban and industrial effluents

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

Journal: :Bioresource technology 2011
Ashutosh Kumar Verma Chandralata Raghukumar Chandrakant Govind Naik

A novel three-step technology for treatment of four molasses-based raw industrial effluents, varying in their COD, color and turbidity is reported here. Sequential steps involved in this treatment are; (1) sonication of the effluents, (2) whole-fungal treatment of these by a ligninolytic marine fungus and (3) biosorption of the residual color with heat-inactivated biomass of the same fungus. So...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان 1390

a one dimensional dynamic model for a riser reactor in a fluidized bed catalytic cracking unit (fccu) for gasoil feed has been developed in two distinct conditions, one for industrial fccu and another for fccu using various frequencies of microwave energy spaced at the height of the riser reactor (fccu-mw). in addition, in order to increase the accuracy of component and bulk diffusion, instanta...

2009
Vara Saritha Y. Avasn Maruthi

Two fungi (unidentified) were isolated from soil and marine environments. These isolates were used for bioremediation of pulp and paper mill effluent at the laboratory scale. The treatment resulted in the reduction of color, lignin, and COD of the effluent in the order of 78.6%, 79.0%, and 89.4% in 21 days. A major part of reductions in these parameters occurred within 5 days of the treatment, ...

2014
Joel T. Kidgell Rocky de Nys Yi Hu Nicholas A. Paul David A. Roberts

Biosorption with macroalgae is a promising technology for the bioremediation of industrial effluents. However, the vast majority of research has been conducted on simple mock effluents with little data available on the performance of biosorbents in complex effluents. Here we evaluate the efficacy of dried biomass, biochar, and Fe-treated biomass and biochar to remediate 21 elements from a real-...

Background and aims: The removing of (potential) toxic heavy metal ions from sewage, especially in industrial and mining waste effluents, has been widely studied in recent years. The aim of present study was to investigate the various methods for lead removal of lead ions from industrial wastewater. Methods: This study was a review research. Data were collected through different databases in va...

2013
Hafiz Muhammad Nasir Iqbal Muhammad Asgher

BACKGROUND An eco-friendly treatment of industrial effluents is a major environmental concern of the modern world in the face of stringent environmental legislations. By keeping in mind the extensive industrial applications of ligninolytic enzymes, this study was performed to purify, and immobilize the manganese peroxidase (MnP) produced from an indigenous strain of Ganoderma lucidum. The prese...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان - دانشکده مهندسی شیمی 1391

attempts have been made to study the thermodynamic behavior of 1,3 butadiene purification columns with the aim of retrofitting those columns to more energy efficient separation schemes. 1,3 butadiene is purified in two columns in series through being separated from methyl acetylene and 1,2 butadiene in the first and second column respectively. comparisons have been made among different therm...

Journal: :international journal of epidemiologic research 2015
mohsen arbabi sara hemati masoud amiri

background and aims: the removing of (potential) toxic heavy metal ions from sewage, especially in industrial and mining waste effluents, has been widely studied in recent years. the aim of present study was to investigate the various methods for lead removal of lead ions from industrial wastewater. methods: this study was a review research. data were collected through different databases in va...

Journal: :محیط شناسی 0
علی اکبر عنابستانی استادیار گروه جغرافیای دانشگاه فردوسی مشهد محمد قربانی دانشیار گروه اقتصادکشاورزی دانشگاه فردوسی مشهد

nowadays, with population growth in urban areas, providing safe water and health is considered basic needs of human, alongside the various pollutants due to urban activities, agriculture and industrial areas on adjacent ranges into urban water resources around the environment is such that study necessary to prevent the pollution of water resources and identification of pollution sources shows. ...

2012
Apurba Ratan Ghosh Ruma Banerjee

The water quality parameters of the river Damodar flowing across the coal mines and industrial area was carried out in order to evaluate its suitability of irrigation application. Damodar River basin is the repository of 46% coal reserves in India and is one of the richest mineralized zones of the country with a high growth of mining and industrial development, demographic and urban growth exte...

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

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

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