نتایج جستجو برای: appropriation

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

2015
Sebastian Draxler

This thesis was written in order to gain a deeper understanding of the appropriation of software in groups and organizations. In doing so, it focuses on software created under the modern software engineering trend software ecosystems. Software ecosystems have a major in uence on software development, as they rely on massive usage of distributed software development, open source models and modul...

Journal: :IxD&A 2016
Jan Derboven David Geerts Dirk De Grooff

This paper presents a semiotic approach to the phenomenon of appropriation, focusing on the tension between technology design and the users’ practice. On the one hand, we focus on how the technology itself, through its design, guides its users. On the other hand, we investigate how users appropriate technology, developing specific practices to meet their own needs, resisting the guidance offere...

Journal: :I. J. Computer-Supported Collaborative Learning 2016
Pierre Tchounikine

This paper presents a contribution to the development of a theory of CSCL scripts, i.e., an understanding of what happens when learners engage in such scripts. It builds on the Script Theory of Guidance (SToG) recently proposed by (Fischer et al., 2013). We argue that, when engaged in a collaborative situation structured by a CSCL script, what learners consider is not “the script”, but their ap...

2012
Kai Riemer Robert Bruce Johnston

We study the introduction of new technology into (organizational) practices. We argue against the dualist under-pinning of typical IS technology appropriation literature and develop a phenomenological theory of appropriation based on Martin Heidegger’s analysis of equipment. On this view, technology moves from being an object inspected in the practice foreground to becoming equipment as a trans...

2014
Sultana Alam John Campbell

This paper describes research in progress which proposes an appropriation perspective to examine the iterative design, development and subsequent redesign of a cultural volunteer crowdsourcing application. The Technology Appropriation Cycle (TAC) model (Carroll 2004) assists with understanding the process of appropriation and describes how user’s appropriation choices can inform the design of f...

2007
François Bar Francis Pisani Matthew Weber

In recent years, mobile phone penetration has increased dramatically throughout Latin America. Rising penetration numbers tell an important story, but only part of the story. To fully grasp the social, economic and political impact of mobile telephony, we need to understand appropriation: the process through which mobile phone users go beyond mere adoption to make the technology their own and t...

2011
Abhishek Kathuria Astrid Fontaine Michael J. Prietula

In the turbulent information technology (IT) industry, firms need to continuously innovate to maintain or increase their competitiveness. Focused technology acquisitions provide a means to rapidly gain IT competencies and innovations. Research consistently identifies knowledge and culture as critical antecedents to success in these acquisitions. Since such studies are typically observational, t...

Journal: :IJTHI 2010
Ewan Oiry Roxana Ologeanu-Taddeï Tanya V. Bondarouk

The concept of appropriation is frequently used in IT implementation research. Rooted in the analysis of the diffusion of innovation, this concept is usually linked with characteristics of an organization’s structure, size, and sector. Since the 1980s, appropriation has been actively studied by IT researchers, who linked it with technological attributions and characteristics of users. In this p...

2008
Volkmar Pipek Gunnar Stevens Claudia Müller Michael Veith Sebastian Draxler

Research on the adoption of information systems (IS) often stated technology as a fixed entity. Following the ’practical turn’ in IS we argue that information technology artefacts are mainly ’cultural artefacts’, which are shaped in a social process of appropriation where software usage is accompanied by processes of interpretation, negotiation or change in organizations. We elaborate on a (neo...

2012
James C. Cox Elinor Ostrom Vjollca Sadiraj James M. Walker

Social dilemmas characterize decision environments in which individuals’ exclusive pursuit of their own material self-interest can produce inefficient allocations. Social dilemmas are most commonly studied in provision games, such as public goods games and trust games, in which the social dilemma can be manifested in foregone opportunities to create surplus. Appropriation games are sometimes us...

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

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

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