نتایج جستجو برای: master surgical schedule

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

2013
Tuangsit Wataganara

Modern practice in perinatology involves a significant portion of invasive procedures. Training in fetal diagnostic procedures is generally accomplished using in vitro model. Fetal therapeutic procedures require a more sophisticated skill. Fetoscopic intervention is most commonly performed for laser dichorionization of the placental in twin-twin transfusion syndrome. A co-ordination between ult...

Journal: :Lecture Notes in Computer Science 2021

In this paper we present a new representation of the AES key schedule, with some implications to security AES-based schemes. particular, show that AES-128 schedule can be split into four independent parallel computations operating on 32 bits chunks, up linear transformation. Surprisingly, property has not been described in literature after more than 20 years analysis AES. We two consequences ou...

1990
Hans-Jürgen Appelrath Jürgen Sauer

One of the topics of the EUREKA project PROTOS (Prolog Tools for Building Expert Systems) [Appelrath 87] is the development of a Prolog-based system that exploits heuristic knowledge for a concrete scheduling application from the chemical industry. The term scheduling designates the problem of chronological allocation of a given set of production orders to the apparatuses available taking into ...

2002
Marco Li Calzi

Introduction In 2000, when Bocconi University launched its Master in Quantitative Finance, I was asked to develop a course touching upon the many aspects of decision theory, financial economics, and microstructure that could not otherwise fit in the tight schedule of the program. Reflecting this heterogeneity, the course was dubbed " Topics in Economics " and I was given a fair amount of leeway...

2015
Nooshin Jafari Kim Adams Mahdi Tavakoli

Robotic systems for master-slave teleoperation with haptic feedback capability have been used in diverse areas such as surgical simulation and telerehabilitation. Such systems have not yet been used by children with disabilities who can potentially control the master human-machine interface to sense and manipulate objects using the slave robot. This paper presents a comparison of candidate robo...

Journal: :Anesthesiology 2013
Alparslan Turan Jonathan H Waters Daniel I Sessler

1250 June 2013 W ORLD-WIDE, several hundred million operations are performed each year. A substantial fraction require blood transfusion, often with little forewarning. Because crossmatching and antibody screening takes time, it is conventional to either typeand-screen or crossmatch blood for patients likely to require transfusion. The clinical challenge is to predict who will require transfusi...

2000
Fuji Lai Robert D. Howe

Minimally invasive surgery (MIS) constrains instrument motions to 4 DOF by precluding lateral motion at the incision. Robotic MIS systems can interpose arbitrary mappings between the surgeon’s motions at the master controller and the motions of instrument tips within the patient’s body. Our goal was to find the interface that was easiest to learn. We investigated the effects of different coordi...

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

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

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