نتایج جستجو برای: active waste

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

Journal: :Environmental Health Perspectives 1978
H B Kaufman

Growth of the population and of industrialization, and substandard disposal of the increased waste products thus generated, have resulted in numerous documented cases of harm to human, plant, and animal health. The Resource Conservation and Recovery Act (1976), its stated goals, and its intended means of implementation, are discussed relative to hazardous waste problems. Subtitle C of this Act,...

Journal: :Fuel 2022

Research in chemical engineering requires experiments, which are often expensive, time-consuming, and laborious. Design of experiments (DoE) aims to extract maximal information from a minimum number experiments. The combination DoE with machine learning leads the field active learning, results more flexible, multi-dimensional selection Active has not yet been applied reaction modeling, as most ...

2001
S. T. S. Yuen

This paper begins by providing an outline of various waste stabilisation techniques on which the concept of bioreactor or process-based landfills is based, followed by an overview of the research and development of this alternative landfill approach. The paper then presents a summary of the Australian experience. It also reports on the current state of bioreactor landfills and discusses the dif...

Journal: :journal of dental school, shahid beheshti university of medical sciences 0
m. nasrollahi dept. of microbiology, school of medicine, mazandaran university of medical sciences, sari, iran. ma. zazouli dept. of environmental health, school of health, health sciences research center, mazandaran university of medical sciences, sari, iran. d. balarak dept. of environmental health, school of health, health promotion research center, zahedan university of medical sciences, zahedan, iran m. moradi golrokhi dept. of microbiology, students research committee, mazandaran university of medical sciences, sari, iran.

objective: dental solid wastes often contain hazardous substances. the first step of management of dental solid wastes includes detection and classification of these substances. this study aimed to qualitatively and quantitatively assess the management of solid wastes by dental offices in urmia city in 2013. methods: this descriptive study was conducted on all private dental offices in urmia ci...

2007
David Pearce Kerry Turner

Solid waste is a significant and growing problem in many urban areas of the developing world. Current systems of waste management in most developing country cities are very rudimentary at best and are grossly inefficient and ineffective. Uncontrolled landfill disposal of solid waste is a pervasive problem which causes a range of external costs, including human health hazards. This paper sets ou...

2013
S. Pradeep Kumar T. Sundararajan

Solid waste management practices itself is far from satisfactory, in India. Added to the above, is another problem of recent origin i.e. E-waste handling and management which has complicated waste management due to their unique properties than other solid wastes. The generation, separation, recycling and recovery of precious metals are still in its nascent state, almost all over India. In order...

2014
Shadi Kafi Mallak Mohd Bakri Ishak Ahmad Fariz Mohamed

Moving toward a sustainable industrial activity requires an effective waste management that is applicable and efficient for all different types of industrial wastes .Waste minimization as the most acceptable option in waste management hierarchy, has a significant contribution in minimizing the solid wastes generated by manufacturing industries. The absence of appropriate policy, lack of awarene...

Journal: :Waste management 2009
Masum A Patwary William Thomas O'Hare Graham Street K Maudood Elahi Syed Shahadat Hossain Mosharraf H Sarker

There is a concern that mismanagement of medical waste in developing countries may be a significant risk factor for disease transmission. Quantitative estimation of medical waste generation is needed to estimate the potential risk and as a basis for any waste management plan. Dhaka City, the capital of Bangladesh, is an example of a major city in a developing country where there has been no rig...

Journal: :Environmental technology 2006
D H Hall D Drury J R Gronow A Rosevear S J T Pollard R Smith

A modelling methodology using a leachate source term has been produced for estimating the timescales for achieving environmental equilibrium status for landfilled waste. Results are reported as the period of active management required for modelled scenarios of non-flushed and flushed sites for a range of pre-filling treatments. The base scenario against which results were evaluated was raw muni...

2005
Kasing Apun Bor Chyan Jong

from the sago palm is the starchy fibrous pith residue. This residue is abundantly and cheaply available especially in the state of Sarawak, Malaysia. It is usually washed off into drains or nearby streams together with wastewater, thus contributing to pollution load, or deposited in the factory’s compound, which can lead to serious environmental problems. It has no significant industrial or co...

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

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

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