نتایج جستجو برای: virtual office

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

2010
Catharine Montgomery Nicholas P. Hatton John E. Fisk Ruth S. Ogden Ashok Jansari John Moores Tom Reilly

This paper is made available online in accordance with publisher policies. Please scroll down to view the document itself. Please refer to the repository record for this item and our policy information available from the repository home page for further information. To see the final version of this paper please visit the publisher's website. Access to the published version may require a subscri...

2010
Maarten Dumont Steven Maesen Karel Frederix Chris Raymaekers Philippe Bekaert Frank Van Reeth

Collaboration between people who are not co-located still poses many problems. In this demo, we show how to create an immersive virtual office, where people can meet each other. Different novel technologies are combined in order to reach this goal. People can collaborate by using a multitouch interface to exchange ideas. Moreover, free-viewpoint video allows people to have eye-gaze corrected fa...

2003
Thomas Pederson

This paper presents a general modeling approach intended to facilitate design of physical-virtual environments. Although the model is based on elements found in typical office environments, certain care has been taken to open for the modeling of more diverse settings with minimal ontological changes. The design approach finds inspiration in the technology-driven areas of Ubiquitous/Pervasive Co...

2004
Holger Schnädelbach Alan Penn Boriana Koleva Danaë Stanton Tony Glover Steve Benford

In this paper, we describe our initial experiences with Mixed Reality Architecture (MRA) in use in an everyday office setting. Two offices and one meeting space were dynamically linked across a single virtual space for a period of three weeks. MRA has become useful for maintaining general background awareness of others but also as an easy to engage with tool for remote communication. We describ...

2012
Marina L. Gavrilova

omestic and industrial robots, intelligent software agents, virtual-world avatars, and other artificial entities are being created and deployed in our society for various routine and hazardous tasks, as well as for entertainment and companionship. Over the past ten years or so, primarily in response to the growing security threats and financial fraud, it has become necessary to accurately authe...

Journal: :Electronic Markets 1998
Susan Kerridge Andrew Slade Simon Kerridge Kevin Ginty

Background In the area of Electronic Contracting and Virtual Company Formation within Supply-Chains there has been little research or development work. During this paper we will outline the European Union sponsored project SUPPLYPOINT (ESPRIT 27007) which addresses the issues of panEuropean electronic trade links for business-to-business and business-to-public body electronic commerce. This wil...

2005
E. O’Shea D. Banerjee

Using measurements of Mg  609.78 and 624.94 Å lines from the Coronal Diagnostic Spectrometer (CDS) on board SOHO, we seek to examine the variation of line width and line ratio in regions far off-limb at the Northern pole of the Sun. It is found that above ≈1150′′ the ratio of the two coronal Mg  resonance lines reduces to values that might be expected for a more radiatively dominant excitatio...

2013
Chi Zhang

This research-in-progress investigates EHR adoption in small primary care practices. By surveying 19 small physician offices, the preliminary findings suggest that small practices who have adopted EHRs perceive substantial benefits in ensuring that patients benefit from the quality care. The findings also imply that more small practices need to be reached out and small practices physicians be a...

Journal: :Virtual Reality & Intelligent Hardware 2022

Social distancing is an effective way to reduce the spread of SARS-CoV-2 virus. Many students and researchers have already attempted use computer vision technology automatically detect human beings in field view a camera help enforce social distancing. However, because present lockdown measures several countries, validation systems using large-scale datasets challenge. In this paper, new method...

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

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

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