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

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

Journal: :C 2022

A supercapacitor is an energy-storage device able to store and release energy at fast rates with extended cycle life; thus, it used in various electrical appliances. Carbon materials prepared above 800 °C of activation temperatures are generally employed as electrode material for supercapacitors. Herein, we report carbon from a low-cost petroleum waste precursor that was activated using KOH, Mg...

Journal: :international journal of occupational and environment medicine 0
m danaei department of community medicine, shiraz university of medical sciences, shiraz, iran p karimzadeh student research committee, shiraz university of medical sciences, shiraz, iran m momeni resident of community medicine, student research committee, shiraz university of medical sciences, shiraz, iran cj palenik department of oral biology, infection control research and services, indiana university school of dentistry, indianapolis, indiana, usa m nayebi student research committee, shiraz university of medical sciences, shiraz, iran v keshavarzi student research committee, shiraz university of medical sciences, shiraz, iran

background: dental waste can be hazardous to humans and the environment. objective: to determine the current status of dental waste management in private and public dental clinics and private dental offices in shiraz, southern iran. methods: this cross-sectional study was conducted at the shiraz university of medical sciences from february through june 2013. a stratified random sampling method ...

2003
V. I. VYSOTSKII V. N. SHEVEL A. B. TASHIREV A. A. KORNILOVA

The problem of utilization of high-activity waste by effect of nuclear transmutation in growing associations of microbiological cultures was studied. For the first time we have observed utilization of several kinds of highly active isotopes in the volume of distilled water extracted from the first contour of water-water atomic reactor convert to non-radioactive nuclei. 1. The model and the foun...

2018
Lorenzo Massimi Antonella Giuliano Maria Luisa Astolfi Rossana Congedo Andrea Masotti Silvia Canepari

Recent studies have shown the potential of food waste materials as low cost adsorbents for the removal of heavy metals and toxic elements from wastewater. However, the adsorption experiments have been performed in heterogeneous conditions, consequently it is difficult to compare the efficiency of the individual adsorbents. In this study, the adsorption capacities of 12 food waste materials were...

2002
A. UYANIK

In this study, waste water drains and produced phosphate fertilizers of conventional wet-process (hemihydrate) phosphoric acid and phosphate fertilizer plants were investigated to determine the average uranium contents in the active manufacturing period. The method chosen for the determination of uranium was an extension of an existing spectroanalytical method and was adopted for waste water an...

Journal: :IBM Journal of Research and Development 2011
Avid Boustani Lewis Girod Dietmar Offenhuber Rex Britter Malima I. Wolf David Lee Stephen Miles Assaf Biderman Carlo Ratti

waste-removal chain through pervasive computing A. Boustani L. Girod D. Offenhuber R. Britter M. I. Wolf D. Lee S. Miles A. Biderman C. Ratti Environmental sustainability and energy management are increasingly critical issues in people’s lives and their livelihood. New and rapidly evolving tracking technologies are major tools for addressing these challenges because they provide visibility to t...

2015
George Asimakopoulos Sotiris P. Christodoulou Andreas Gizas Vassilis Triantafillou Giannis Tzimas John V. Gialelis Artemios G. Voyiatzis Dimitrios Karadimas Andreas Papalambrou

Dynacargo is an ongoing research project that introduces a breakthrough approach for cargo management systems, as it places the hauled cargos in the center of a haulage information management system, instead of the vehicle. Dynacargo attempts to manage both distribution and collection processes, providing an integrated approach. This paper presents the Dynacargo architectural modules and interr...

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

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

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