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

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

Journal: :The American journal of orthopsychiatry 2009
Casey T Taft Robin P Weatherill Halley E Woodward Lavinia A Pinto Laura E Watkins Mark W Miller Rachel Dekel

This study examined rates and correlates of intimate partner and general aggression perpetration among 236 male combat veterans seeking services in a Veteran's Affairs posttraumatic stress disorder (PTSD) clinic. Approximately 33% of those in an intimate relationship reported perpetrating partner physical aggression in the previous year, and 91% reported partner psychological aggression. Compar...

Journal: :Journal of consulting and clinical psychology 2008
Amie Langer Erika Lawrence Robin A Barry

The authors used a vulnerability-stress-adaptation framework to examine personality traits and chronic stress as predictors of the developmental course of physical aggression in the early years of marriage. Additionally, personality traits and physical aggression were examined as predictors of the developmental course of chronic stress. Data from 103 couples collected 4 times over the first 3 y...

Journal: :Developmental psychology 2004
Amanda J Rose Lance P Swenson Erika M Waller

Relations of overt and relational aggression with perceived popularity among children and early adolescents were examined in 2 studies (Ns = 607 and 1,049). Among older youths, positive concurrent relations found between overt aggression and perceived popularity became nonsignificant when relational aggression was controlled, whereas positive associations found between relational aggression and...

Journal: :Journal of occupational health psychology 2006
Kathryne E Dupré Julian Barling

The authors examined factors that lead to and prevent aggression toward supervisors at work using two samples: doctoral students and correctional service guards. The results supported that perceived interpersonal injustice mediates the relationship between perceptions of supervisory control over work performance and psychological aggression directed at supervisors, and further that psychologica...

Journal: :Canadian journal of psychiatry. Revue canadienne de psychiatrie 2001
R Lee E Coccaro

Although the idea that aggression has biological components is not a new one, recent research in genetics, neuropsychopharmacology, and neuroimaging has helped clarify the biological contributions to aggression. Studies to date have focused on serotonergic function and impulsive aggression. Reduced levels of cerebrospinal fluid (CSF) 5-hydroxyindoleacetic acid (5-HIAA) are associated with impul...

Objective: Emotion dysregulation, negative affects, and aggression can affect each other. This study aimed to demonstrate the role of the negative effects and emotion dysregulation in aggressio. Methods: The statistical population was Kharazmi University students that 280 of them were selected by random multiphasic sampling method. The study instruments were Buss-Perry aggression questionnaire...

2004
Lei Xu Yihe Sun Hongyi Chen

Introduction: The development of designs for test techniques continue to receive a great deal of consideration [l]. Techniques based on scan is one of the most effective methodologies and has been adopted widely in the area of digital integrated circuit design. When testing systems with scan design, the entire scan registers (SRs) andor combinational modules are always active during the whole s...

1997
Dejan Markovic Jack R. Hagemeister Cauligi S. Raghavendra Sanjay Bhansali

Generation of program patterns from source code is a difficult, time consuming and error-prone process when performed by programmers. We describe an implemented system which generates patterns from an abstract syntax tree with interaction by the user. Our approach is based on creating intermediate pattems by exploring d.m dependencies in the source code and allowing the user to change andor eli...

Journal: :Applied physics letters 2009
Brian M Taff Salil P Desai Joel Voldman

We present a platform for parallelized manipulations of individual polarizable micron-scale particles (i.e., microparticles) that combines negative dielectrophoretic forcing with the passive capture of hydrodynamic weir-based trapping. Our work enables manipulations using ejection- andor exclusion-based methods. In ejection operations, we unload targeted weirs by displacing microparticles from ...

2001
Rafael M. Coitinho Luiz H. Spiller Márcio C. Schneider Carlos Galup-Montoro

SIGMA Adequate and understandable MOSFET models are presently a must for the design of integrated circuits. Most of the existing MOSFET models, however, are too complex andor do not comply with basic principles of physics. We propose here the use of ACM model, a very simple transistor model, together with a set of easily implemented experiments to determine the ACM parameters for the training o...

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

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

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