نتایج جستجو برای: mental dispositions

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

Journal: :Journal of cognition and development : official journal of the Cognitive Development Society 2004
Jessica W Giles Gail D Heyman

Three studies (N = 171) examined preschool children's tendency to use category information to make inferences about ambiguous behavior. Children heard stories in which category information about story characters was manipulated and behavioral information was held constant. Participants were asked to evaluate, explain, and determine the significance of the behavior in question. Children tended t...

افشین جو, مهناز, امینی, کوروش, پور معماری, محمد حسین, کیانی, میترا,

Background and Objective: The need for critical thinking in nursing has been accentuated in response to a rapidly changing health–care environment. Nurses must think critically to provide effective care while coping with the expansion in their role associated with the complexities of current health care systems. The aim of the study was to compare the critical thinking skills and critical think...

Journal: :Analysis 2021

Central to the project of Smithies’s excellent The Epistemic Role Consciousness (2019) is a doctrine he calls mentalism, that ‘epistemic justification depends solely on your mental states, rather than reliability their connections external world’ (193). That by no means trivial thesis. However, it does not pin down what distinctive synoptic theory epistemology and philosophy mind. Someone quite...

Journal: :Philosophy and Phenomenological Research 2021

David Lewis (1974, 1994/1999) proposed to reduce the facts about mental representation sensory evidence, dispositions act, and rationality. Recently, Robert Williams (2020) Adam Pautz (2021) have taken up developed Lewis's project in sophisticated novel ways. In this paper, we aim present, clarify, ultimately object core thesis that they all build their own views around. The different developme...

Journal: :The Journal of social psychology 2011
Joseph G Ponterotto Daniel E Ruckdeschel Alex C Joseph Erica A Tennenbaum Annmarie Bruno

This study examined the relationship between multicultural personality dispositions and trait emotional intelligence. The sample included 152 graduate education students enrolled at a university in a large northeastern city of the United States. The multicultural personality dispositions of Cultural Empathy and Social Initiative predicted variance in trait emotional intelligence above and beyon...

2015
Csilla Deak Vassilis Saroglou

In secularized modern Western societies, moral opposition to the liberalization of abortion, gay adoption, euthanasia, and suicide often relies on justifications based on other-oriented motives (mainly, protection of the weak, e.g., children). Moreover, some argue that the truly open-minded people may be those who, against the stream, oppose the established dominant liberal values in modern soc...

2006
Richard Corry

There is a huge chasm between the sort of lawful determination that figures in fundamental physics, and the sort of causal determination that figures in the ‘folk physics’ of everyday objects. For example, consider a rock sitting on a desk. In everyday life, we think of the rock as having a fixed stock of dispositions--the disposition to slide on the desk when pushed, to shatter when struck by ...

2013
Jeffrey A. Barrett

We are concerned here with explaining how successful rule-following behavior might evolve and how an old evolved rule might come to be successfully used in a new context. Such rule-following behavior is illustrated in the transitive judgments of pinyon and scrub-jays (Bond et al., Anim Behav 65:479–487, 2003). We begin by considering how successful transitive rule-following behavior might evolv...

Journal: :Journal of personality 1991
D M Buss L M Chiodo

This article presents a series of studies on narcissism, a personality syndrome receiving increasing theoretical and practical attention. Four empirical studies were carried out to (a) identify narcissistic acts in everyday life, (b) identify the acts subsumed by dispositions that are seen as central components of narcissism, (c) identify which acts and which dispositions are most and least cen...

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

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

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