نتایج جستجو برای: collaborative output

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

Journal: :journal of paramedical sciences 0
atefeh haghighat department of nursing and midwifery , isfahan (khorasgan) branch, islamic azad university, isfahan, iran. shayesteh salehi department of nursing and midwifery , isfahan (khorasgan) branch, islamic azad university, isfahan, iran.

high blood pressure has become increasingly commonbetween people and also it takes a major risk factor for many diseases. the present study is done toperformthe collaborative care model in patients with high blood pressure. hypertension is defined as: systolic blood pressure (sbp) ≥140 mmhg or diastolic blood pressure (dbp) ≥90 mmhg .a collaborative care model is a native educating method based...

2017
Lina Wei Shanshan Zhao Omar El Farouk Bourahla Xi Li Fei Wu

In this paper, we propose an end-to-end group-wise deep co-saliency detection approach to address the co-salient object discovery problem based on the fully convolutional network (FCN) with group input and group output. The proposed approach captures the group-wise interaction information for group images by learning a semantics-aware image representation based on a convolutional neural network...

Journal: :Physical Communication 2010
Syed Husnain A. Naqvi Stevan M. Berber Zoran A. Salcic

Collaborative communication produces high power gain and significantly mitigates the fading if both frequency and phase synchronization are achieved. In this paper, a novel collaborative communication system with imperfect phase synchronization that includes the influence of noise and Rayleigh fading is proposed, modelled, theoretically analyzed and simulated. Mathematical expressions for both ...

Journal: :CoRR 2014
Martin Peter Christiansen Peter Gorm Larsen Rasmus Nyholm Jørgensen

Rapid robotic system development sets a demand for multi-disciplinary methods and tools to explore and compare design alternatives. In this paper, we present collaborative modelling that combines discrete-event models of controller software with continuous-time models of physical robot components. The presented co-modelling method utilized VDM for discrete-event and 20-sim for continuous-time m...

رامبد, معصومه, شریف, فرخنده, غلامزاده, سکینه, پاسیار, نیلوفر,

Background & Aim: Professional collaboration play an important role in workplace’ health in healthcare organizations. Improving this collaboration may effect on nursing job satisfaction. This study aimed to determine the correlation between nurse/manager professional collaborative behaviors ans nurses’ job satisfaction. Materials & Methods: This descriptive, correlational, and cros...

2004
Volker Wulf Eckehard F. Moritz Christian Henneke Kanan Al-Zubaidi Gunnar Stevens

We present the newly emerging research field of Computer Supported Collaborative Sports (CSCS). By applying innovative input and output technologies, it enables players to experience sportive activities in a shared computerized environment. Important dimensions in the design space of CSCS applications are discussed. Finally we present the FlyGuy, a prototypical realization of a CSCS device.

2003
Gary Kong Jim Stanton Steven Newhouse John Darlington

In this paper, we demonstrate a method of using the ICENI Grid middleware as a mechanism for deploying fully extensible collaborative visualisation environments. Various collaboration scenarios can be composed according to session requirements by means of a component-based Grid system, which includes display capabilities, steering capabilities and the ability for graphic output streaming over t...

2014
Mehrzad Samadi Scott Mahlke

In this paper, we proposed a new low overhead collaborative technique of output quality monitoring for approximate computing on GPUs. In this technique, the CPU is responsible for performing quality monitoring while the GPU executes approximate kernels. For two image processing applications, we showed that this technique outperforms previous quality monitoring techniques.

2011
John Lawson Pankaj Aggarwal Thomas Leininger

This article describes a collaborative learning experience in experimental design that closely approximates what practicing statisticians and researchers in applied science experience during consulting. Statistics majors worked with a teaching assistant from the chemistry department to conduct a series of experiments characterizing the variation in measured voltage output of Smestad and Grätzel...

Abstract The present study attempted to investigate the impact of cooperation versus collaboration on college students` reading ability. To fulfill the purpose of the study, 90 participants were chosen from among 140 by means of administering the Nelson Proficiency Test. They were divided into three groups: cooperative group, collaborative group, and control group. A fifty-item multiple-choice ...

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

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

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