نتایج جستجو برای: joint collaboration

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

2012
Claus Lenz Markus Grimm Thorsten Röder Alois Knoll

Knowledge about the static and dynamic situation is essential for joint workspaces of human and robot. Surveilling the joint area helps to realize a collaboration and co-existence of human and robot. Therefore, we propose in this paper a system that redundantly monitors the workspace to perceive obstacles within the workspace including the human worker. We use multiple, distributed range sensor...

Journal: :Joint Commission perspectives. Joint Commission on Accreditation of Healthcare Organizations 2010

The Department of Health & Human Services’ Centers for Medicare and Medicaid Services (CMS) has approved the continuation of deeming authority for The Joint Commission’s hospital accreditation program through July 15, 2014. The CMS designation means that hospitals accredited by The Joint Commission may choose to be “deemed” as meeting Medicare and Medicaid certification requirements. CMS found ...

2001
Gerd Hirzinger Alin Albu-Schäffer Matthias Hähnle Ingo Schäfer Norbert Sporer

The paper describes the recent design and development efforts in DLR ́s robotics lab towards the second generation of light-weight robots. The design of the lightweight mechanics, integrated sensors and electronics is outlined. The fully sensorized joint, with motor and link position sensors as well as joint torque sensors enables the implementation of effective vibration damping and advanced co...

2017
Kyujin Jung

Scholars in the field of sustainability have often argued that the purpose of establishing and maintaining interorganizational collaboration is to overcome internal limitations of organizations and to strengthen organizational capacity. To examine structural effects of inter-organizational collaboration regarding the ability of networked organizations to effectively manage disasters, this study...

2015
Gerhard Fischer

Mass collaboration involving large number of people working and learning together is emerging in the digitally networked environment. Socio-technical environments fostering mass collaboration are facilitated by the technical infrastructure of the Internet, and they support collaborating participants to solve problems, share information, and engage in the joint construction of artifacts and know...

2010
Daniel Schall Schahram Dustdar

Online tools for collaboration and social platforms have become omnipresent in Web-based environments. Interests and skills of people evolve over time depending in performed activities and joint collaborations. We believe that ranking models for recommending experts or collaboration partners should not only rely on profiles or skill information that need to be manually maintained and updated by...

2010
Limin Chen Zhongzhi Shi

The global expansion of the Web brings the global computing; and the increasing number of problems with increasing complexity & sophistication also makes collaboration desirable. In this paper, we presented a semanticsbased framework for collaborative problem solving in agent grid by coupling joint intention and dynamic description logics (DDL), our previous work to extend description logics (D...

Journal: :Japanese journal of clinical oncology 2013
Hideyuki Akaza Shiro Hinotsu Matthew R Cooperberg Byung-Ha Chung Ji Youl Lee Rainy Umbas Taiji Tsukamoto Mikio Namiki Peter Carroll

This report summarizes the presentations and discussions that took place at the Sixth Joint Meeting of J-CaP and CaPSURE held in San Francisco, USA, in August 2012. The J-CaP and CaPSURE Joint Initiative was established in 2007 with the objective of analyzing, reviewing, comparing and contrasting data for prostate cancer patients from Japan and the USA within the two important large-scale, long...

Journal: :BMJ 1991
G A Gellert S I Kaznady

The opportunities for international public health collaboration through joint business ventures between the USSR and Western nations, an arrangement that would benefit the public, industry, and the medical community, are discussed. Evidence indicates that the state of health of the Soviet population is declining rapidly; the Soviet minister has called for a major restructuring of the health ca...

2007
E. Katsavounidis

[8] The LIGO Collaboration, “Search for gravitational-wave bursts in LIGO data from the fourth science run”, arXiv:0704.0943 (submitted to Class Quant Grav) [7] F. Beauville et al., “Detailed comparison of LIGO and Virgo Inspiral Pipelines in Preparation for a Joint Search”, arXiv:gr-qc/0701027 (submitted to Class Quant Grav) [6] F. Beauville et al., “A comparison of methods for gravitational w...

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

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

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