نتایج جستجو برای: the neorealistic) tendencies

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

Journal: :سیاست 0
ابومحمد عسگرخانی دانشگاه تهران دیان جانباز دانشگاه تهران محسن عباس زاده مرزبالی دانشگاه تهران

the international relations course was basically under the dominion of positivistic realistic (and in its newest form, the neorealistic) tendencies, and accordingly provided some concepts as a basis for analyzing the international relation and global policies. but since 1980s and under the influence of the changes caused by the emerge of post structuralist and post modernist approaches in the a...

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

this article examines the effect of philosophical mindset on the entrepreneurial tendencies of small and medium businesses’ managers. a correlational study was conducted by drawing on a descriptive design. the population included 361 managers of small and medium businesses in 9 provinces. the required information was gleaned through two questionnaires. finally, the obtained data was analyzed us...

Haghani, H, Mardani Hamooleh, M, Seyedfatemi, N, Taleghani, N,

Background & Aims: Provision of proper care by nurses without considering their prosocial tendencies is not possible. This concept is an important component of nursing care quality. The present study aimed to determine the prosocial tendencies among nurses. Materials & Methods: This cross-sectional, descriptive study was on 200 nurses employed in four teaching hospitals affiliated to Iran Univ...

ژورنال: اعتیاد پژوهی 2023

 Objective: The present research aimed to determine the effectiveness of narrative therapy on cognitive flexibility and perceived burdensomeness in individuals with addictive tendencies. Method: The research method was semi-experimental with a pre-test and post-test design with a control group. The research statistical population included all individuals aged 18-35 years with addictive tendenci...

Journal: :The Proceedings of the Annual Convention of the Japanese Psychological Association 2019

1.Introduction Today, customers are the most important assets of any organization and organizations that strive to have committed and loyal customers have taken a big step towards success (3). In the meantime, paying attention to important aspects of customer orientation can have positive and desirable effects on their decisions and behaviors and also subject customerschr(chr('39')39chr('39'))...

Journal: :پژوهش های معماری اسلامی 0
حیدر جهان بخش علی دل زنده

city is consisted of a range of specific activities which are responsive to human needs. it deals with human’s features, thoughts and approaches and struggles to achieve formation of the city depending on his world-view and insight. degree of desirability and quality of the city relates to intellectual space that are prevailing on it. islam as a human insight which is rooted from their worldvie...

2012

It is not difficult to be charmed by an intelligent, glib talker. However, this could only be a few of the sociopathic tendencies of an individual. More correctly cited as a result of antisocial personality disorder, sociopaths are characterized by their utter disregard for the rights of others. They exude superficial charm that may easily attract others. However, within a short period of being...

A. Burusco C. Alcalde H. Bustince M. Sesma-Sara,

Sometimes we have to work with  $L$-fuzzy context sequences where one or more values are missing. These sequences can represent, among other things, the evolution in time of an $L$-fuzzy context. The studies of tendencies that we have done so far used tools that are not valid when the $L$-fuzzy context has unknown values. In this work we address such situations and we propose new methods to tac...

Journal: :British Dental Journal 2004

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

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

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