نتایج جستجو برای: aggression andor womanish nervousness

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

2012
Shawn N. Geniole

I investigated factors of psychopathy (fearless dominance, self-centered impulsivity) and hormones (testosterone, cortisol, estradiol) in predicting costly and non-costly reactive aggression. I hypothesized that whereas self-centred impulsivity (SCI) would promote costly aggression, fearless dominance (FD) would promote non-costly aggression. Costly aggression was measured using the Point Subtr...

Journal: :Journal of marriage and the family 2017
Kei Nomaguchi Wendi L Johnson Mallory D Minter Lindsey Aldrich

Although much research examines the association between fathers' relationship aggression and mothers' parenting, little attention is given to mothers' aggression, mutual aggression, or fathers' parenting. Using a sample of coresiding couples from the Fragile Families and Child Wellbeing Study (N = 973), the authors examine the association between mothers' and fathers' relationship aggression, m...

2007
MEGHAN D. MCAULIFFE JULIE A. HUBBARD RONNIE M. RUBIN MICHAEL T. MORROW KAREN F. DEARING

The authors examined short-term temporal stability of reactive and proactive aggression, as well as short-term consistency of differential relations of reactive versus proactive aggression to 4 correlates. The authors used parent, teacher, peer, and self-report measures twice across 1 year to assess reactive aggression, proactive aggression, hyperactivity, social skills, anger expression, and d...

Journal: :international journal of pediatrics 0
bi bi halimeh sohravardi department of psychology, yazd branch, islamic azad university, yazd, iran. kazem barzegar bafrooei department of psychology, yazd branch, islamic azad university, yazd, iran. mohammad hossein fallah department of psychology, yazd branch, islamic azad university, yazd, iran.

introduction empathy is believed to play an important role in fostering prosocial behavior and social competence. the purpose of this study was to evaluate the effect of empathy teaching on aggression and compatibility in female students of elementary sixth grade in yazd, center of iran. materials and methods the samples were 62 girl students of grade 6 in elementary schools that were selected ...

Journal: :Psychology of violence 2014
Jaye L Derrick Maria Testa Kenneth E Leonard

OBJECTIVE Agreement within couples regarding the occurrence of aggression is surprisingly low. Survey research often collapses across partners' reports to create a pooled estimate of aggression in the relationship. This method ignores possible differences in partners' perceptions of the event, potentially weakening researchers' ability to detect consequences of aggression. The current study exa...

Journal: :Comprehensive psychiatry 2014
Anne A Krabbendam Lucres M C Jansen Peter M van de Ven Elsa van der Molen Theo A H Doreleijers Robert R J M Vermeiren

OBJECTIVE Although detained adolescent females show high rates of severe aggression, we know little about the long-term impact of this risk-behavior. Furthermore, qualitative differences in aggression between males and females argue for gender specific research. In contrast to males, females display aggressive acts more often towards themselves (inward aggression; self harm behavior) than towar...

2014
Barbara Krahé Robert Busching

In a longitudinal study with N = 1,854 adolescents from Germany, we investigated patterns of change and gender differences in physical and relational aggression in relation to normative beliefs about these two forms of aggression. Participants, whose mean age was 13 years at T1, completed self-report measures of physically and relationally aggressive behavior and indicated their normative appro...

2018
Nicholas D. Thomson Luna C. M. Centifanti

This study aimed to assess whether groups of aggressive children differed on psychopathic traits, and neuropsychological and neurobiological measures of prefrontal functioning consistent with the objectives of their aggression-reactive or proactive. Including 110 typically developing children (9-11 years), a latent class analysis identified a low aggression group, a high reactive aggression gro...

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

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

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