نتایج جستجو برای: field research

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

2016
Vik Pant Eric Yu

Actor and goal modeling frameworks are concerned with the analysis of social phenomena and a number of notations and techniques have been proposed for depicting social behaviors. However, coopetition, which is a specific type of social interaction, has not been explored in the actor and goal modeling literatures. Coopetition, which refers to simultaneous cooperation and competition, has been st...

2003
Robert O. Briggs Gert-Jan de Vreede Bruce A. Reinig

For many years, meeting satisfaction has been a key outcome variable in experimental Group Support Systems (GSS) research. GSS research results on meeting satisfaction are conflicting, reporting positive, negative, or no effects. Unfortunately, no causal model of meeting satisfaction has been developed that could explain these effects. This paper derives Satisfaction Attainment Theory (SAT), a ...

2006
John H. Grove

n-farm research is motivated by a desire to learn more about a product/practice/system on land you manage. You may now have the tools (yield monitor, weighing grain cart, etc.) to accomplish on-farm research that generates information you can use in management decision-making. Your on-farm research should start with the design of a “valid comparison”, according to your research objective (Soil ...

2005
Christine Moorman Rex Du Carl F. Mela Roland Rust

W argue that standardized information disclosure (information using a common format and uniform metrics) creates asymmetric opportunities for firms, which affects their strategies and survival. We test our predictions using a longitudinal, quasi-experimental field study, involving the Nutrition Labeling and Education Act of 1990 (NLEA), and we focus on firm market share within a category as a k...

2007
Robert T. Harms

The widespread Berberis trifoliolata is sympatric with the narrowly restricted B. swaseyi in central Texas, where apparent intermediates occur. A detailed field study of sympatric populations in northern Hays Co. during 2004 to 2007 clarifies the morphological and phenological differences between the two species and shows that intermediates almost surely arose from hybridization. Limited eviden...

1999
Henrik Fagrell Fredrik Ljungberg Steinar Kristoffersen

This paper reports fieldwork from the electrical utilities industry, examining the suitability of current knowledge management perspectives to the day-to-day work of mobile staff Reporting the results of the empirical study, we make a distinction between four aspects of local and mobile "knowledge managemenf as it took place in the mobile work setting sharing, i.e., several parties exchange kno...

2007
Ronald Baecker Jeremy P. Birnholtz Rhys Causey Simone Laughton Kelly Rankin Clarissa Mak Alison Weir Peter Wolf

This paper presents an extension to the ePresence Interactive Media webcasting infrastructure to support real-time voice and video conferencing for a few attendees while concurrently streaming an event to many others. We emphasize the tools for enhancing awareness of the remote attendees in the lecture hall or seminar room, and for facilitating communication between remote attendees and the lec...

Journal: :JOEUC 2007
Beryl Burns Ben Light

We report the findings of a field study of the enactment of ICT supported knowledge work in a Human Resources contact centre, illustrating the negotiable boundary between what constitutes the developer and user. Drawing upon ideas from the social shaping of technology, we examine how discussions regarding producer-user relations require a degree of greater sophistication as we show how users de...

2015
Shu-Ching Chen Pascale G. Quester

This study aimed to build a model of business performance based on customer value-defined market orientation. In the context of a service retail industry, both firms’ and customers’ perspectives were involved in the development of the construct, using such dimensions as management support, employee efforts and customer satisfaction. The authors undertook a large-scale fieldwork to collect match...

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

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

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