نتایج جستجو برای: challenging situation

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

2016
Eric Daniel Tenda Abraham Yakub Ceva Wicaksono Pitoyo Fauziah Fardizza

Life threatening event due to central airway obstruction caused by very large blood clot formation with profuse on going bleeding its very challenging to manage. Interventional pulmonologist must aware about this situation which can lead to respiratory failure. There are several choices to treat this unlikely situation, in example flexible bronchoscopy with forceps, bronchial lavage, and suctio...

2015
Irene Stepniczka Livia Tomova Dominik Niedermeier Markus F. Peschl Claus Lamm

The present study assesses the innovative concept of empathic accuracy within a crew-aircraft-system in a realistic approach scenario. Empathy, one of the key skills of social situation awareness (SSA), was found to be altered in stressful situations. Challenging and surprising events lead to a decrease in empathic accuracy in both pilot flying and pilot monitoring. Stress therefore significant...

Journal: :J. Network and Computer Applications 2012
Miao Zhou Yi Mu Willy Susilo Jun Yan Liju Dong

How to secure outsourcing data in cloud computing is a challenging problem, since a cloud environment cannot been considered to be trusted. The situation becomes even more challenging when outsourced data sources in a cloud environment are managed by multiple outsourcers who hold different access rights. In this paper, we introduce an efficient and novel tree-based key management scheme that al...

2016
Bethany Wisotzkey Brian Soriano Erin Albers Mark R Ferguson Sujatha Buddhe

Background Myocarditis presenting as isolated acute chest pain with elevated troponins but normal systolic function by echocardiogram is rare in previously healthy children. Diagnosis is challenging in this situation with significant drawbacks even for the gold standard endomyocardial biopsy. Our study aim is to evaluate the diagnostic role of cardiac MRI in comparison with echocardiography in ...

2012
Ivan Goldberg Franz Grehn Paul Chew

In this editions' 'Experts Opinion', the management of hy-potony and choroidal effusion following glaucoma filtration surgery is discussed. We are delighted to welcome Clinical Associate Professor Ivan Goldberg and Professor Franz Grehn and Paul Chew to the panel to provide opinion on this very challenging clinical situation.

Journal: :CoRR 2016
Dilip K. Prasad C. Krishna Prasath Deepu Rajan Lily Rachmawati Eshan Rajabally Hiok Chai Quek

This paper discusses the technical challenges in maritime image processing and machine vision problems for video streams generated by cameras. Even well documented problems of horizon detection and registration of frames in a video are very challenging in maritime scenarios. More advanced problems of background subtraction and object detection in video streams are very challenging. Challenges a...

2011
Bilal Mirza

Acute appendicitis is one of the frequently seen emergencies in the pediatric hospitals. Nevertheless, its diagnosis and management is often challenging in infants and neonates. The diagnosis is frequently made at operation performed for the complications [1-3]. We encountered a similar situation in a 2-month-old infant in whom the perforated appendicitis presented with small bowel obstruction.

Journal: :EJIS 2005
Anna Maria Morazzoni

Received: 10 October 2005 Revised: 11 October 2005 Accepted: 11 October 2005 ‘After all, an improviser must anticipate before playing, and composing is a slowed-down improvisation; often, one cannot write fast enough to keep up with the stream of ideas.’ The central part of this sentence from ‘Brahms the Progressive,’ one of Arnold Schoenberg’s most renowned and influential writings (in Style a...

2018
Nina Jehanno Thibaut Cassou-Mounat Anne Vincent-Salomon Marie Luporsi Manel Bedoui Frédérique Kuhnowski

Infectious lymph nodes mimicking lymphoma is challenging for accurate staging. Although 18F-FDG is a nonspecific tracer accumulating not only in tumor cells but also in inflammatory tissues, the metabolic features and uptake kinetics give valuable information: 18F-FDG PET/CT appears as a useful problem solver tool in ambiguous situation.

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

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

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