نتایج جستجو برای: decrease of waste time

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

Journal: :مجله بهداشت محیط و توسعه پایدار 0
hossein karimi bsc. environmental science and technology research center, department of environmental health engineering, school of public health, shahid sadoughi university of medical sciences yazd, yazd, iran asghar ebrahimi assistant professor, environmental science and technology research center, department of environmental health engineering, school of public health, shahid sadoughi university of medical sciences yazd, yazd, iran mahrokh jalili bsc. environmental science and technology research center, department of environmental health engineering, school of public health, shahid sadoughi university of medical sciences yazd, yazd, iran mohammad rezvani bsc. environmental science and technology research center, department of environmental health engineering, school of public health, shahid sadoughi university of medical sciences yazd, yazd, iran mehdi mokhtari assistant professor, environmental science and technology research center, department of environmental health engineering, school of public health, shahid sadoughi university of medical sciences yazd, yazd, iran

introduction: the present study aimed to investigate the microbial quality of the produced vermicomposts and compare them with the existing standards. methods: this experimental study was conducted as a pilot-scale one, in the laboratory school. some perishable domestic waste were mixed in a reactor, including food waste, vegetables and fruits, cow manure and sludge of wastewater treatment plan...

Journal: :Waste management 2012
D Tonini T Astrup

Decrease of fossil fuel dependence and resource saving has become increasingly important in recent years. From this perspective, higher recycling rates for valuable materials (e.g. metals) as well as energy recovery from waste streams could play a significant role substituting for virgin material production and saving fossil resources. This is especially important with respect to residual waste...

2010
Muhammad Asif Kashif Rashid

Many developing countries including Pakistan face the problem of trade deficit. These countries use various measures to improve the trade balance. One of the components is devaluation of domestic currency. The purpose of this paper is to find whether the devaluation using REER is effective in improving the trade balance in Pakistan or not. The bound testing approach of ARDL is used to estimate ...

Journal: :Industrial Management and Data Systems 2013
Patxi Ruiz-de-Arbulo-Lopez Jordi Fortuny-Santos Lluis Cuatrecasas-Arbos

The term “lean manufacturing”, (Womack et al., 1990), refers to the generalization of the Toyota Production system (TPS), also called Just-in-Time (JIT). One feature of such system is the reduction of costs through elimination of waste (Sugimori et al., 1977). Waste or muda (in Japanese) is anything that does not add value to a product. Elimination of muda is done by means of continuous improve...

Journal: :The Milbank quarterly 2008
Tanya G K Bentley Rachel M Effros Kartika Palar Emmett B Keeler

CONTEXT Health care costs in the United States are much higher than those in industrial countries with similar or better health system performance. Wasteful spending has many undesirable consequences that could be alleviated through waste reduction. This article proposes a conceptual framework to guide researchers and policymakers in evaluating waste, implementing waste-reduction strategies, an...

A Ameri , A Joneydi , M Farzak-kia , R Nabizadeh, S Amini, S Salehi ,

Introduction: Nowadays, advancements in industries, technology and human welfare level have lead to accumulation of solid wastes and have endangered environmental health. Incorrect waste management intensifies this problem. Recycling and composting (transformation of organic waste to humus) are the most important ways in waste management. Health and safety of the compost is an important issue b...

Journal: :environmental health engineering and management 0
seyyedali mirshahghassemi center for environmental nanoscience and risk (cenr), department of environmental health sciences, arnold school of public health, university of south carolina, columbia, south carolina 29208, united states behnoush aminzadeh department of environmental engineering, graduate faculty of environment, university of tehran, iran ali torabian department of environmental engineering, graduate faculty of environment, university of tehran, iran kamelia afshinnia center for environmental nanoscience and risk (cenr), department of environmental health sciences, arnold school of public health, university of south carolina, columbia, south carolina 29208, united states

background: car wash waste water contains several contaminants such as organic matter, oil, grease, detergents and phosphates, all of which are harmful for the environment. in this study, the application of electrocoagulation (ec) to treat car wash waste water has been studied, and the operating parameters optimized. the electro-fenton (ef) for further contaminant removal was also investigated....

ژورنال: مجله طب نظامی 2021

Background and Aim: Hospital wastes are considered hazardous wastes due to their potential impact on environmental pollution and health hazards. The aim of this study was to determine the quantitative status of hospital wastes in selected hospitals of the Armed Forces in Iran and examine the adaptability of the current waste management practice with the fourth-generation accreditation model. Me...

Ali Asghar Ebrahimi , Hossein Karimi , Mahrokh Jalili, Mehdi Mokhtari , Mohammad Rezvani,

Introduction: The present study aimed to investigate the microbial quality of the produced vermicomposts and compare them with the existing standards. Materials and Methods: This experimental study was conducted as a pilot-scale one in the laboratory school. Some perishable domestic wastewater mixed in a reactor, including food waste, vegetables and fruits, cow manure and sludge from wastewate...

A.O. Ifelebuegu, B. C. Kwofi C. C. Obidiegwu J. E. Ukpebor

The adsorption properties and mechanics of selected endocrine disrupting compounds; 17 β-estradiol, 17 α – ethinylestradiol and bisphenol A on locally available black tea leaves waste and granular activated carbon were investigated. The results obtained indicated that the kinetics of adsorption were pH, adsorbent dose, contact time and temperature dependent with equilibrium being reached at 20 ...

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

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

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