نتایج جستجو برای: organizational factor

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

Journal: :Psychological reports 2004
Konstantinos Karteroliotis Dimitra Papadimitriou

The purpose of this study was to examine the factorial validity of the 5-factor model of sport organizational effectiveness developed by Papadimitriou and Taylor. This questionnaire has 33 items which assess five composite effectiveness dimensions pertinent to the operation of sport organizations: calibre of the board and external liaisons, interest in athletes, internal procedures, long term p...

2013
R. Sepahvand M. Arefnezhad

Decisions in today's competitive and turbulent environments without access to information can confuse managers. The information system, which is planning, design and deployment as efficient and effective way, can help to improve the organization and create competitive advantage. One of the success factors and effectiveness of information systems in organizations is the organizational factors. I...

Journal: :The Medical journal of Malaysia 2010
I Aniza R Malini L Khalib

A cross-sectional study on organizational factors that influences job stress was carried out among Medical Laboratory Technologists (MLT) in Klang Valley's Hospitals. There were three organizational factors that were measured, interpersonal factor, job condition and career development. A total of 249 respondents participated in this study, 126 were from the private hospitals and 123 from the go...

2005
Jennifer Priestley Subhashish Samaddar

While most research dealing with the issue of inter-organizational knowledge transfer takes the position that some type of network alliance is superior to a non-networked group of entities for the purposes of knowledge transfer, limited theory, or empirical research, addresses how different network types experience knowledge transfer and its associated factors differently. This issue is address...

2005
Netta Iivari

Organizational culture – a popular but also a very complex concept – has been identified as an influential factor affecting the successes and failures of organizational change efforts. Many empirical organizational culture studies have been carried out in information systems (IS) research. However, culture is a very versatile concept, and there are many controversies in both defining and applyi...

2008
David W. Nickels Obyung Kwun Adnan Omar

This paper describes the background for a study in progress of the effect of organizational culture on levels of e-commerce adoption. While e-commerce has been studied in detail, the importance of organizational culture in the level of e-commerce adoption has not been explored in depth. Organizational culture can be a limiting factor on the acceptance of technological change and has been linked...

آغاز, عسل, امیرخانی, طیبه, عبدالله‌پور, مونا ,

In this article, the effect of knowledge management on organizational entrepreneurship has been examined. Knowledge acquisition, knowledge creation, knowledge storage, knowledge transfer and knowledge application have been used for measuring knowledge management,  new ventures and new businesses, product/service and process innovation, self-renewal, risk taking, pioneering, competitiveness and ...

2001
Martin Falk

Between 1993 and 1995, the majority of German firms in services introduced new organizational practices (OC), in particular total quality management systems, certified ISO 9000, lean administration, flatter hierarchies, delegation of authority and ICT-enabled organizational changes). This paper analyzes the impact of organizational change as well as the impact of the introduction of information...

2009
Zhengwei Li Yeonsook Heo Godfried Augenbroe

One of the major factors in HVAC design is the occupant load, both in terms of heat gains and fresh air needs. Internal heat gains that result from human occupancy, commonly use a predicted maximum occupancy and an estimated occupancy diversity factor. This may have two problems. First, the maximum number may be far away from true value, Secondly, in a dynamic organizational environment, it is ...

2006
David Nickels Obyung Kwun

Research has suggested that gaining a competitive advantage requires users of technology to be early adopters and that higher levels of e-commerce adoption are associated with increased levels of organizational performance. While e-commerce has been studied in detail, the importance of organizational culture in the level of e-commerce adoption has not been explored in depth. Organizational 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"; } -->