نتایج جستجو برای: is increasing agility

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

2013
Don E. Brown

Agility is all the rage. Across the landscape, businesses request agility as a deliverable, make claims that they are agile, and (some) go so far as to assert they can provide agility to other corporate entities outside of their own sphere of influence. The challenge before us as a Systems Engineering Community is that (Enterprise) Agility, although well documented throughout engineering litera...

2011
Daniel Blue

The aim of this article is to discuss the merits of organizational learning agility as it relates to organizational leadership, organizational culture, and the mindset and behavior of the organization. An extensive definition of agility and its importance is presented as a precursor to individual learner agility, leadership agility, and organizational agility. This paper outlines the characteri...

Journal: :EJIS 2006
Marcel van Oosterhout Eric Waarts Jos van Hillegersberg

Received: 18 May 2005 Revised: 19 June 2005 Accepted: 9 January 2006 Abstract The current highly dynamic business environment requires businesses to be agile. Business agility is the ability to swiftly and easily change businesses and business processes beyond the normal level of flexibility to effectively manage unpredictable external and internal changes. This study reports on a crossindustry...

Journal: :shiraz journal of system management 0

abstract. the purpose of the present article is to determine the effect of knowledge management on organizational agility through the use of structural equations modeling in auto-parts manufacturing companies. for this purpose, along with the review of concepts such as organizational agility and knowledge management, the dimensions and capabilities of knowledge management and organizational agi...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید چمران اهواز - دانشکده مهندسی علوم آب 1393

drought is transient phenomenon , slow , repetitive and integral part of the climate of each region. drought begins with a substantial reduction in precipitation over the long-term average rainfall and over time, reduced soil moisture and surface and ground water resources will continue to decrease. this phenomenon is the most important in bakhtegan basin because of its importance in strategic ...

Journal: :MIS Quarterly 2011
Ying Lu K. Ramamurthy

Information technology is generally considered an enabler of a firm’s agility. A typical premise is that greater IT investment enables a firm to be more agile. However, it is not uncommon that IT can also hinder and sometimes even impede organizational agility. We propose and theorize this frequently observed but understudied IT–agility contradiction by which IT may enable or impede agility. We...

Journal: :مدیریت اطلاعات سلامت 0
مصطفی آقاحسینی اشکاوندی دانشجوی دکتری، مدیریت منابع انسانی، پژوهشگاه شاخص پژوه و سازمان انتقال خون، اصفهان، ایران حسین رضایی دولت آبادی استادیار، مدیریت بازرگانی، گروه مدیریت، دانشکده علوم اداری و اقتصاد، دانشگاه اصفهان و پژوهشگاه شاخص پژوه، اصفهان، ایران سیداکبر نیلی پورطباطبایی استادیار، مدیریت منابع انسانی، پژوهشگاه شاخص پژوه، اصفهان، ایران

introduction: to cope with novel changes, organizations must think beyond environmental compatibility and seek to take advantage of potential opportunities. a paradigm for this is the enhancement of organizational flexibility, speed, quality, and agility. human resources are the most important tool for enhancement of organizational agility and the most valuable asset of each organization and co...

Received date: 11 September, 2016 Review date: 12 October 2016 Accepted date:13 November 2016 Printed on line: 5 January Purpose: The aim of the current study was to explain the impact of organizational citizenship behavior on organizational agility Customs staff of Zahedan city, the present study in terms of purpose is functional and in terms of collection method of data is descriptive s...

Journal: :مدیریت فرهنگ سازمانی 0
سید محسن علامه استادیار مدیریت، دانشگاه اصفهان، ایران نوربخش عسکری کارشناس ارشد مدیریت اجرایی، دانشکدة آموزش های مجازی، دانشگاه اصفهان، ایران جواد خزائی پول کارشناس ارشد مدیریت بازرگانی، گروه مدیریت، دانشگاه اصفهان، ایران

features within the organization are vital part of its success; therefore, more and more to identify these features and how they impact on the output of the rapidly changing environment of today, it seems imperative. guided by the knowledge of the organization is the function of a human and organizational culture. knowledge management is the practice of corporate culture and how to build a cult...

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

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

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