نتایج جستجو برای: drainage envelope

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

Maryam Moshkelani, Mohammad Chalkesh Amiri

In the present  paper Electrical Conductivity (EC) of Colloidal Gas Aphron (CGA) suspensions was measured for anionic and cationic surfactants (Sodium Dodecyl Sulfate (SDS) and Tetradecyl Trimethyl Ammonium Bromide (TTAB)). Experiments were made for different concentrations of SDS (6, 8.1, 10 mM) and TTAB (2, 3.51, 5 mM). CGA drainage behavior was observed and measured using 1 liter measuri...

2015
Hoon-Gil Jo Baatarnum Amarbat Jin-Woo Jeong Hyo-Yeop Song Seung-Ryel Song Tae-Hyeon Kim

Drainage of pancreatic abscesses is required for effective control of sepsis. Endoscopic ultrasound (EUS)-guided endoscopic drainage is less invasive than surgery and prevents local complications related to percutaneous drainage. Endoscopic drainage with stent placement in the uncinate process of the pancreas is a technically difficult procedure. We report a case of pancreatic abscess treated b...

Journal: :Aesthetic surgery journal 2014
Matthew R Endara Lindsay Jones Allred Kevin D Han Stephen B Baker

BACKGROUND Aesthetic skeletal surgery of the face is a powerful tool to alter the facial skeleton; the facial form is enhanced through the use of alloplastic implants and osteotomies of the facial bones. However, the ultimate aesthetic appearance is dictated by how the soft tissue envelope drapes over the altered skeletal foundation. Intraoperative and postoperative fat grafting enhances the fi...

Journal: :Physical review letters 2001
S Hilgenfeldt S A Koehler H A Stone

The evolution of a foam is determined by drainage flow of the continuous (liquid) phase and coarsening (aging) of the dispersed phase (gas bubbles). Free-drainage experiments with slow- and fast-coarsening gases show markedly different dynamics and elucidate the importance of the coupling of the two effects. Strong coarsening leads to drainage times that are shorter (accelerated drainage) and i...

Journal: :journal of research in medical sciences 0
hamid fesharaki isfahan university of medical ssciences hasan razmjoo isfahan university of medical sciences masoud aghajani isfahan university of medical sciences

background: complaining of tearing was found in some of our patients after phacoemulsification surgery for senile cataract. secondary acquired lacrimal drainage obstruction has been proposed to happen due to different causes. this study was performed at feiz hospital in isfahan, iran from september to december of 2004 to evaluate the effects of phacoemulsification surgery on tear drainage in ey...

2009
Ruth Williams

Drainage developers O ur bodies' tissues need continuous irrigation and drainage. Blood vessels feeding the tissues bring in the fl uids, and drainage occurs via the lymphatic system. Whereas much is known about how blood vessels are built, the same was not true for lymph vessels. Now though, Norrmén et al. have identifi ed two of the lead engineers that direct drainage construc-tion—the transc...

2015
C F Dow B Kulessa I C Rutt V C Tsai S Pimentel S H Doyle D van As K Lindbäck R Pettersson G A Jones A Hubbard

The rapid drainage of supraglacial lakes injects substantial volumes of water to the bed of the Greenland ice sheet over short timescales. The effect of these water pulses on the development of basal hydrological systems is largely unknown. To address this, we develop a lake drainage model incorporating both (1) a subglacial radial flux element driven by elastic hydraulic jacking and (2) downst...

2008
Itaru Naitoh Hirotaka Ohara Yasutaka Okayama Takahiro Nakazawa Tomoaki Ando Kazuki Hayashi Fumihiro Okumura Yasuhiro Kitajima Tessin Ban Katsuyuki Miyabe Koichiro Ueno Takashi Joh Hitoshi Sano

We report a 50-year-old male with pseudocysts in the pancreatic tail associated with chronic pancreatitis successfully treated by transpapillary cyst drainage. He had previously undergone ultrasonography-guided percutaneous cyst drainage for a pancreatic pseudocyst in our hospital. He was readmitted due to abdominal pain and fever. Computed tomography showed recurrence of a pseudocyst in the pa...

2013
Yasunobu Yamashita Kazuki Ueda Hiroko Abe Takashi Tamura Masahiro Itonaga Takeichi Yoshida Hiroki Maeda Takao Maekita Mikitaka Iguchi Hideyuki Tamai Masao Ichinose Jun Kato

BACKGROUND Some patients with common bile duct (CBD) stones develop cholangitis requiring drainage, while others do not. The aims of this study were to elucidate the clinical differences among patients with CBD stones who required and did not require emergent drainage, and to identify risk factors for the development of cholangitis requiring emergent drainage in patients with silent CBD stones....

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

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

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