نتایج جستجو برای: submerge aerated filter

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

Journal: :Critical Care 2007
Alysson Roncally S Carvalho Frederico C Jandre Alexandre V Pino Fernando A Bozza Jorge Salluh Rosana Rodrigues Fabio O Ascoli Antonio Giannella-Neto

INTRODUCTION Protective ventilatory strategies have been applied to prevent ventilator-induced lung injury in patients with acute lung injury (ALI). However, adjustment of positive end-expiratory pressure (PEEP) to avoid alveolar de-recruitment and hyperinflation remains difficult. An alternative is to set the PEEP based on minimizing respiratory system elastance (Ers) by titrating PEEP. In the...

2001
Scott D. Phipps

Biological aerated filters (BAFs) are an emerging wastewater treatment technology designed for a wide range of municipal and industrial applications. BAFs utilize an inert media, either dense granular or floating, which supports biomass retention in the filter bed. BAFs offer an alternative to typical biological treatment processes; however, knowledge of the process is often limited, especially...

Journal: :Water environment research : a research publication of the Water Environment Federation 2015
Erik R Coats Ben Watson Kiersten Lee Matt Hammer

Colfax, WA, operates an aerated lagoon to achieve compliance with its National Pollutant Discharge Elimination System (NPDES) permit, which currently requires biochemical oxygen demand (BOD) and total suspended solids (TSS) removal. However, ammonia removal may soon be required, and Colfax is considering a nitrifying trickling filter (NTF) that would allow them to also maintain the lagoons. To ...

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

آلتراسوند یکی از روش های تصویربرداری است که هیج ضرری برای بدن ندارد، بنابرین نسبت به سایر دستگاه های پزشکی از محبوبیت و کاربرد بیشتری برخوردار است. طراحی بورد front-end یکی از چالشهای بزرگ در طراحی دستگاه سونوگرافی است که در آن سیگنالهای مدوله شده از بدن با دامنه بسیار کم باز می گردند که می توانند در رنج فرکانسی 2 تا 12 مگاهرتز کار کنند. تکنولوژی روز سعی در کوچک کردن مدارهای الکترونیکی و کمینه ...

Journal: :Critical care medicine 2010
Rosana S Rodrigues Alysson R Carvalho Kathryn A Morton Fernando A Bozza

In accordance with other investigators (2, 3), the authors have reported an increase in (18)-F-fluorodeoxyglucose (FDG) uptake in the lung parenchyma of a small and heterogeneous group of ALI/ARDS patients using positron emission tomography/computed tomography scan in different phases of the disease. Additionally, the authors found heterogeneity in FDG uptake when regional metabolic activity wa...

Journal: :British journal of anaesthesia 2009
A Kozian T Schilling H Schütze F Heres T Hachenberg G Hedenstierna

BACKGROUND One-lung ventilation (OLV) exposes the dependent lung to increased mechanical stress which may affect the postoperative course. This study evaluates regional pulmonary gas/tissue distribution in a porcine model of OLV. METHODS Nine anaesthetized and mechanically ventilated (V(T)=10 ml kg(-1), FI(O(2))=0.40, PEEP=5 cm H(2)O) pigs were studied. After lung separation by an endobronchi...

2003
T. STEPHENSON

Ammonia can be removed from landfill leachate through aerobic biological processes. The biological aerated filter (BAF) combines biological treatment and subsequent biomass separation in one reactor providing a small footprint alternative to conventional systems. Leachate from an operational landfill was found to be aerobically treatable using the OECD recommended Modified Zahn-Wellens test. Th...

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

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

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