نتایج جستجو برای: bos slag

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

D bineshmarvasti, M Vatanpour, N Roghanizad, P Mohebbi, R Hosseini,

Background and Aim: The Gow-Gates (GG) block and the inferior alveolar nerve block (IANB) can be used interchangeably for anesthetizing mandibular molars. The aim of this study was to compare these two injections in root canal therapy of mandibular molars with regard to heart rate (HR) and blood oxygen saturation (BOS) changes. Materials and Methods: Thirty patients between the ages of 18-70 y...

2015
Alan Sekaran Murthi Palaniswamy Sivagnanaprakash Balaraju

Environmental and economic factors increasingly encourage higher utility of industrial by-products. The basic objective of this study was to identify alternative source for good quality aggregates which is depleting very fast due to fast pace of construction activities in India. EAF oxidizing slag as a by-product obtained during the process in steel making industry provides great opportunity to...

Journal: :Ground water 2005
George S Roadcap Walton R Kelly Craig M Bethke

Extremely alkaline ground water has been found underneath many shuttered steel mills and slag dumps and has been an impediment to the cleanup and economic redevelopment of these sites because little is known about the geochemistry. A large number of these sites occur in the Lake Calumet region of Chicago, Illinois, where large-scale infilling of the wetlands with steel slag has created an aquif...

2010
S. Samal B. K. Mohapatra P. S. Mukherjee

The paper embodies the influence of thermal treatment on the morphology, composition and leaching behaviour of titania slag. When Ti-slag was subjected to heat treatment, it developed pores and oxidized at high temperature. This slag consists mainly of a M3O5 phase with an orthorhombic structure. The decrepitation was studied by oxidizing the titania slag sample produced in a pot/muffle furnace...

2013
Ping Wang Mehrdad Massoudi

In the entrained-flow gasifiers used in integrated gasification combined cycle (IGCC) plants, the majority of mineral matter transforms to liquid slag on the wall of the gasifier and flows out the bottom. However, a small fraction of the mineral matter is entrained (as fly ash) with the raw syngas out of the gasifier to downstream processing. This molten/sticky fly ash could cause fouling of th...

Journal: :The Journal of heart and lung transplantation : the official publication of the International Society for Heart Transplantation 2002
Marc Estenne Janet R Maurer Annette Boehler James J Egan Adaani Frost Marshall Hertz George B Mallory Gregory I Snell Samuel Yousem

Bronchiolitis obliterans (BO) is a major cause of allograft dysfunction in lung and heart lung transplant recipients. Clinically, progressive airflow limitation develops because of small airway obstruction. The disease has a variable course. Some patients experience rapid loss of lung function and respiratory failure. Others experience either slow progression or intermittent loss of function wi...

2004
Y. Meng B. G. Thomas A. A. Polycarpou H. Henein A. Prasad

Multi-faceted experiments were conducted to measure the properties of several mold slags, needed for fundamental characterization of heat transfer and friction in the interfacial gap between the shell and mold during the continuous casting of steel. A novel apparatus was used to measure the friction coefficient between solidified mold flux and copper at elevated temperatures. The measured softe...

Journal: :American journal of respiratory and critical care medicine 2016
Marc Moss Vicki S Good David Gozal Ruth Kleinpell Curtis N Sessler

Burnout syndrome (BOS) occurs in all types of health-care professionals and is especially common in individuals who care for critically ill patients. The development of BOS is related to an imbalance of personal characteristics of the employee and work-related issues or other organizational factors. BOS is associated with many deleterious consequences, including increased rates of job turnover,...

Journal: :Critical care medicine 2016
Marc Moss Vicki S Good David Gozal Ruth Kleinpell Curtis N Sessler

Burnout syndrome (BOS) occurs in all types of health-care professionals and is especially common in individuals who care for critically ill patients. The development of BOS is related to an imbalance of personal characteristics of the employee and work-related issues or other organizational factors. BOS is associated with many deleterious consequences, including increased rates of job turnover,...

2017
Mohammed Fakhro Ellen Broberg Lars Algotsson Lennart Hansson Bansi Koul Ronny Gustafsson Per Wierup Richard Ingemansson Sandra Lindstedt

BACKGROUND Survival after lung transplantation (LTx) is often limited by bronchiolitis obliterans syndrome (BOS). METHOD Survey of 278 recipients who underwent LTx. The endpoint used was BOS (BOS grade ≥ 2), death or Re-lung transplantation (Re-LTx) assessed by competing risk regression analyses. RESULTS The incidence of BOS grade ≥ 2 among double LTx (DLTx) recipients was 16 ± 3% at 5 year...

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

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

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