نتایج جستجو برای: social perception

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

Journal: :Journal of experimental social psychology 2008
Simone Schnall Kent D Harber Jeanine K Stefanucci Dennis R Proffitt

The visual perception of geographical slant is influenced by physiological resources, such as physical fitness, age, and being physically refreshed. In two studies we tested whether a psychosocial resource, social support, can also affect the visual perception of slants. Participants accompanied by a friend estimated a hill to be less steep when compared to participants who were alone (Study 1)...

Journal: :Personality & social psychology bulletin 2016
Ursula Hess Konstantinos Kafetsios Heidi Mauersberger Christophe Blaison Carolin-Louisa Kessler

Human interactions are replete with emotional exchanges, and hence, the ability to decode others' emotional expressions is of great importance. The present research distinguishes between the emotional signal (the intended emotion) and noise (perception of secondary emotions) in social emotion perception and investigates whether these predict the quality of social interactions. In three studies,...

2012

Faces are one of the most potent social stimuli conveying information about social categories (e.g., sex, age, race), mental states (e.g., puzzled), emotional states (e.g., angry), attractiveness, and identity. People also infer a host of personality characteristics from facial appearance such as trustworthiness and competence (Todorov, Said, & Verosky, 2011), although these inferences are not ...

Journal: :British journal of psychology 2001
C N Macrae G V Bodenhausen

In attempting to make sense of others, perceivers regularly construct and use categorical representations (e.g. stereotypes) to streamline the person perception process. A debate that has dominated recent theorizing about the nature and function of these representations concerns the conditions under which they are activated in everyday life. The present article reviews this work and considers t...

Journal: :CoRR 2017
Eun Lee Fariba Karimi Hang-Hyun Jo Markus Strohmaier Claudia Wagner

Individual’s perceptions about the prevalence of attributes in their social networks is commonly skewed by the limited information available to them. Filter bubbles – being exposed to other like-minded people – and majority illusion – overestimation of minorities in social networks – are two examples of how perception biases can manifest. In this paper, we show how homophily and disproportionat...

Journal: :Journal of experimental child psychology 2016
Katherine Rice Laura C Anderson Kayla Velnoskey James C Thompson Elizabeth Redcay

Two cornerstones of social development--social perception and theory of mind--undergo brain and behavioral changes during middle childhood, but the link between these developing domains is unclear. One theoretical perspective argues that these skills represent domain-specific areas of social development, whereas other perspectives suggest that both skills may reflect a more integrated social sy...

Journal: :Journal of the International Neuropsychological Society : JINS 2008
Anja Vaskinn Kjetil Sundet Svein Friis Carmen Simonsen Astrid B Birkenaes Halldora Jónsdóttir Petter Andreas Ringen Ole A Andreassen

Social cognition and learning potential have been proposed as mediating variables between neurocognition and functional outcome in schizophrenia. The present study examined this relation in a schizophrenia group (N = 26) with normal IQ. Neurocognition was measured with a composite score from tests of verbal learning, psychomotor speed, and executive functioning. Functional outcome was defined a...

Journal: :Social cognitive and affective neuroscience 2013
Meytal Fischer-Shofty Yechiel Levkovitz Simone G Shamay-Tsoory

Despite the dominant role of the hormone oxytocin (OT) in social behavior, little is known about the role of OT in the perception of social relationships. Furthermore, it is unclear whether there are sex differences in the way that OT affects social perception. Here, we employed a double-blind, placebo-controlled crossover design to investigate the effect of OT on accurate social perception. Fo...

2015
Mariapaola Barbato Lu Liu Kristin S. Cadenhead Tyrone D. Cannon Barbara A. Cornblatt Thomas H. McGlashan Diana O. Perkins Larry J. Seidman Ming T. Tsuang Elaine F. Walker Scott W. Woods Carrie E. Bearden Daniel H. Mathalon Robert Heinssen Jean Addington

Social cognition, the mental operations that underlie social interactions, is a major construct to investigate in schizophrenia. Impairments in social cognition are present before the onset of psychosis, and even in unaffected first-degree relatives, suggesting that social cognition may be a trait marker of the illness. In a large cohort of individuals at clinical high risk for psychosis (CHR) ...

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

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

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