نتایج جستجو برای: hierarchical organization governance

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

The purpose of this study was to investigate the structural pattern of the effect of corporate governance mechanisms (internal organization) on audit quality considering the role of the intermediary variable of behavioural components of auditors. The statistical population of this research is independent auditors and auditors working in audit firms. A sample of 395 people was selected by simple...

Journal: :international journal of health policy and management 0
michael grant rhodes mind venture international, maastricht, the netherlands marten w. de vries mind venture international, maastricht, the netherlands

increases in incidents involving so-called confused persons have brought attention to the potential costs of recent changes to public mental health (pmh) services in the netherlands. decentralized under the (community) participation act (2014), local governments must find resources to compensate for reduced central funding to such services or “innovate.” but innovation, even when pressure for c...

Journal: :Journal of Organizational Change Management 2016

2012
Harish C. Chandan

In this paper, using the governance, resources and processes model for an organization, we examine the organizational challenges for innovation in information systems in each of the three areas of this model. Information systems are a great tool to support innovation to improve the processes and activities in an organization to achieve a competitive edge. We review the role of leadership (gover...

2007
Andrew B. Whinston Anitesh Barua Deepa Mani

This study integrates perspectives from neo-institutional economics, organization theory and information systems to examine why firms choose different governance structures across business process outsourcing (BPO) relationships. In particular, we focus on the information processing (IP) requirements that must be managed during the course of the BPO relationship and antecedent uncertainty in th...

Journal: :Post-soviet Affairs 2021

Russian governance is a dynamic combination of horizontal and vertical factors. Heterarchy suggests that elements an organization are not necessarily hierarchical (not ranked), they hav...

2008
Clyde W. Holsapple Xun Li

This paper introduces a unified theoretical model of organizational agility and investigates the attributes of knowledge-intensive work-design systems, which contribute to achieving and sustaining organizational agility. Even though there has been considerable research on the topic of agility, these studies are not unified regarding their conceptualizations of agility and/or tend to adopt fairl...

2004
RAJIV KISHORE

This paper conducts a two-period dynamic analysis of sourcing mode choices for e-commerce projects implemented by large firms during 1999–2002. We 48 KISHORE, AGRAWAL, AND RAO differentiate e-commerce assets that are the focus of a sourcing decision in terms of whether they are in the growth or maturity stages. We also consider hybrid governance mechanisms, such as minority equity arrangements,...

Journal: :J. of Management Information Systems 2005
Rajiv Kishore Manish Agrawal H. Raghav Rao

This paper conducts a two-period dynamic analysis of sourcing mode choices for e-commerce projects implemented by large firms during 1999-2002. We Journat of Management tnformation Systems /Winter 2004-5, \o\. 21, No. .1. pp. 47-82. ©2OO5M.E. Shaipe. [nc. 0742-1222 / 2005 $9.50 + 0.00. 48 KISHORE, AGRAWAL. AND RAO differentiate e-commerce assets that are the focus of a sourcing decision in term...

2007
MARTIN LODGE Damian Chalmers Sharon Gilad

Non-hierarchical modes of governance, such as the ‘open method of co-ordination’ (OMC), require particular prerequisites to operate effectively. This article points to three essential components of any regime, then assesses their operation in two ‘real’ OMCs, pensions and information society. Given the finding of defective regimes, this article argues that the observed patterns are not surprisi...

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

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

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