نتایج جستجو برای: oriented leadership style r 0353

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

Journal: :Academy of Management Journal 1974

ژورنال: طلوع بهداشت یزد 2016
احمدی, غلامرضا, بهرامی, محمد امین, دهقان, علی, شهبازی, حمزه, مروتی, محمدعلی, منتظرالفرج, راضیه,

Introduction: At the beginning of the new century, organizations working in the field of healthcare, always felt the need of radical change and creativity work. Nowadays a new style of leadership as transformational leadership is considered, this style affects the employee careers to enhance their abilities, and thereby to create positive changes in the personnel to do things better and to stre...

Journal: :El-Mal 2023

The leadership style in a company greatly affects employee performance. Employee performance can make run well. Therefore, the author wants to analyze influence of on at Bank Sumut Syariah KC Medan. type data used this study is quantitative and uses Likert Scale technique, namely by questionnaires then will be analyzed with Validity Reliability Test, as well Linear Regression. result research t...

Journal: :European journal of educational research 2023

<p style="text-align: justify;">The study focused on generational differences in teachers’ professional competencies (interaction styles, teaching styles and didactic competencies) motivation for the profession. A total of 462 teachers (20 students with at least a bachelor’s degree; age: M = 43.36, SD 11.05) participated study. The Questionnaire Teacher Interaction (Slovak version), Slova...

2015
Yuhanis Che Hassan Mohamad Hisyam Mohd. Hashim

The aim of this study is to investigate the different leadership styles of the workers and the influence of gender and culture on the leadership styles of the workers in Faculty of Technical and Vocational Education (FPTV), Universiti Tun Hussein Onn Malaysia (UTHM). These studies concentrate on two leadership styles which are transformational leadership and transactional leadership. Transforma...

2009
Jeffery D. Houghton Timothy D. Johnson

The present study applies explanatory style theory and the content analysis of verbatim explanation (CAVE) technique toward examining the leadership behaviors and effectiveness of key Civil War generals. The results of our study suggest that relatively optimistic explanatory styles may lead to aggressiveness and risk taking while relatively pessimistic explanatory styles may lead to passivity a...

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

background: all humans are searching ways to promote mental health. mental health is vital for having a healthy life. some believe that mental health means lack of mental disorders. positive psychology emphasizes on issues such as hope, wisdom, creativity, spirituality, thinking about future and having purpose in life instead of psychopathology aspects. the purpose of this study was to investig...

Journal: :تاریخ و فرهنگ 0
علی اصغر سعدآبادی عالیه کاظمی پورعزت علی اصغر

ḥasan ṣabbāḥ’s specific leadership style and his followers’ specific style of obedience, because of his followers’ unquestionable and voluntary obedience to him, is one of the most outstanding examples for stylistics studies of leadership and unquestionable obedience. unquestionable obedience of the ismā‘īlīs to the leadership of ḥasan ṣabbāḥ in a totally voluntary condition and to the cost of ...

2013
Samantha Yee Min Tan Susan Tee Suan Chin Afzaal H. Seyal Jian Ai Yeow Khong Sin Tan Samantha Yee Min Tan

The purpose of this study is to analyse the influence of Spiritual Intelligence to transformational leadership style displayed by student leaders. Students are the future leaders in organizations, be it in the public or the private sector. During the years spent at the institutions of higher learning, students will be able to learn and experience many types of leadership either through their ow...

A. Gkolia A. Koustelios D. Belias,

The aim of the present study is to investigate the relationship between Greek Banks’ leadership style and their employee’s satisfaction with their job. Leadership is considered to be an integral part of an organization’s structure, policies and strategies, and overall function. Therefore, it affects employees’ everyday life, interpersonal relationships, problem-solving strategies and internal f...

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

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

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