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

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

Journal: :Developmental psychology 2005
Christina Salmivalli Tiina Ojanen Jemina Haanpää Kätlin Peets

This study examined the links among 5th and 6th graders' (279 girls and 310 boys) self- and peer perceptions, social goals, and social behavior. Social goals mediated the effects of self- and peer perceptions on 3 types of behavior: proactive aggression, prosocial behavior, and withdrawal. In addition to their main effects (self-perception predicting variance in agentic goals, peer perception b...

Farah Habib, Mahdi Sashourpour

Human presence and accordingly establishing suitable condition for social interactions are important factors in shaping urban spaces. Caring to different aspects of improving environmental qualities especially perception aspect and ease of perception from the environment with legibility improvement is an element that was emphasized from the base of urban design. The role of time, commence of da...

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

this research has been taken among the students of high school in karaj city during the years 1391 and 1392. this is a survey research and data gathering is through questionnaires. studying the “an analysis of students’ tendency toward non-native reference groups in karaj”. the questionnaire was distributed among 260 of these students who were chosen through multi step cluster sampling. conside...

Journal: :Developmental Cognitive Neuroscience 2018
L. A. Kirby D. Moraczewski K. Warnell K. Velnoskey E. Redcay

The ability to perceive others' actions and goals from human motion (i.e., biological motion perception) is a critical component of social perception and may be linked to the development of real-world social relationships. Adult research demonstrates two key nodes of the brain's biological motion perception system-amygdala and posterior superior temporal sulcus (pSTS)-are linked to variability ...

1999
Tiziana Casciaro Kathleen M. Carley David Krackhardt

We investigated how positive affectivity influences people's perception of the pat terns of social relationships around them. Positive affectivity was measured as trait positive affect. The outcome variable was accuracy in the perception of informal patterns of social interaction in a group (i.e., the group's network structure). Data on the perception of the relationships of friendship and work...

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

the major aim of this study was to investigate the relationship between social and cultural capital and efl students’ critical thinking skills. this study takes this relationship in to account to see if people with different sociocultural status are different regarding their critical thinking skills. to this end, 160 university students majoring in english language and literature, english trans...

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

چکیده ندارد.

Journal: :Body image 2011
Rasmus Isomaa Anna-Lisa Isomaa Mauri Marttunen Riittakerttu Kaltiala-Heino Kaj Björkqvist

The aim of the present study was to analyse the longitudinal concomitants of incorrect weight perception, depressive symptoms, social anxiety, self-esteem, and eating disorders in adolescents. A prospective follow-up study on 283 female and 312 male adolescents aged 15 comprising questionnaires directed at the whole study population and subsequent personal interviews with adolescents found to b...

2014
Jingoo Kang

In this dissertation, I examine the role of CEOs and corporate diversification on corporate social performance (CSP). In the first essay of the dissertation, I evaluate the financial implications of corporate social performance and assess the validity of a widely used measure of social performance, the KLD social ratings. In the first part of this essay, I examine the relationship between CSP a...

Journal: :The Behavioral and brain sciences 2017
Lee Jussim

Social Perception and Social Reality (Jussim 2012) reviews the evidence in social psychology and related fields and reaches three conclusions: (1) Although errors, biases, and self-fulfilling prophecies in person perception are real, reliable, and occasionally quite powerful, on average, they tend to be weak, fragile, and fleeting. (2) Perceptions of individuals and groups tend to be at least m...

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

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

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