نتایج جستجو برای: emotional and ritual dimensions

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

Journal: :مجله تغییر فرهنگی-اجتماعی 0
taghi azadarmaki

in this article, religiosity status of people and different social groups in the city of tehran based on clark and stark’s analytic and theoretical models have been considered. with regard to these two viewpoints, the main aim of this research is to study and identify faith, affection, rituals, conceptual and consequential of people’s religiosity. the main question is that whether results of pr...

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

if the precise implementation of the principle of proportion and:balance between the violation and the penalty as well as the other dimensions could be considered as a stick yard for the imptementation of justice any lack of preciseness in carrying out such principle would not indeed be much too far from injustice . naturally ,if it would be imagined that the objective of balance between...

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

بررسی رابطه بین یادگیری سازمانی و توانمندسازی مدیران و معاونین مدارس شهرستان میانه دکتر محمد اورکی1، دکتر هاشم نعمتی، گلسیما عزیزی* استادیار گروه علوم تربیتی ، دانشگاه پیام نور تهران جنوب استادیار گروه علوم تربیتی. ، دانشگاه پیام نور مشهد دانشجوی کارشناسی ارشد مدیریت آموزشی ، دانشگاه پیام نور تهران جنوب orakisalamat@gmail.com میانه- دانشگاه پیام نور میانه مدیر آموزشی، 2226062 – 0423، ت...

Journal: :مدیریت ورزشی 0
زهرا اسکندری . دانشجوی کارشناسی ارشد مدیریت و برنامه ریزی در تربیت بدنی، دانشگاه آزاد اسلامی واحد علوم و تحقیقات آذربایجان شرقی، تبریز، ایران یعقوب بدری آذرین دانشیار گروه روان شناسی، دانشگاه تبریز، تبریز، ایران حمید جنانی . استادیار گروه تربیت بدنی، دانشگاه آزاد اسلامی واحد تبریز، تبریز، ایران

abstract: given the increasing importance of entrepreneurship and its important role in students’ employment, this study was conducted to examine the effect of emotional intelligence on students' entrepreneurial intentions. a model was developed and was tested among undergraduate students of physical education faculty of tehran university. the model was tested by using the structural equat...

, ,

Abstract: Childbirth as an ancient event in human life has always created events and beliefs through human history that has enjoyed a great variety and attraction for women. Aunt Rouro's drama is a recall of authority, planning and purposefulness of the role and presence of women in the family, which, by repeating it in feminine congresses, somehow appreciates the role of women within this spec...

This study aimed to explore the dimensions of emotional climate of organization in National Iranian Oil Products Distribution Company (NIOPDC). The statistical population consisted of all employees of NIOPDC in Khorasan Razavi District, and the sample was selected using purposeful sampling method up to the theoretical saturation with the sampling adequacy of 19 people. Data were collected throu...

ژورنال: روانشناسی معاصر 2019

Caregiving in adult intimate relationships is one of the really important part of couples’ relation, but previous studies has paid less attention to it. The purpose of the present study was to predict the caregiving dimensions based on emotional intelligence components with the mediator role of self-esteem. 245 married men who were students at Shahid Beheshti universities participated in the st...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه ارومیه 1377

the methods which are used to analyze microstrip antennas, are divited into three categories: empirical methods, semi-empirical methods and full-wave analysis. empirical and semi-empirical methods are generally based on some fundamental simplifying assumptions about quality of surface current distribution and substrate thickness. thses simplificatioms cause low accuracy in field evaluation. ful...

Journal: :International Journal of Computer-Supported Collaborative Learning 2016

Journal: :گوارش 0
ali asghar kako joybari narges mohammadi hamed daghaghzadeh mahnaz ali akbari

background: today investing about the role of contributing emotional factors in etiology and treatment of functional gastrointestinal disorders was an interesting subject for many researches. the purpose of the present study was to assess the relationship between emotional intelligence and somatization in patients with functional gastrointestinal disorders. materials and method: this study was ...

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

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

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