نتایج جستجو برای: emotional regulation problems

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

1967
Ronald Singleton

out of the minds of the monks he has had psychoanalysed by a distinguished Jewish woman, but also how to purge his own brain of such poison. The man is Gregoire Lemercier, the sixth of an artillery officer's thirteen children who feared his father and at the same time wanted to emulate him. When he became a priest he transferred his complex to God. His autoanalytical sermons bloom with double f...

Journal: :Revista de saude publica 2008
Lílian Dos Santos Palazzo Alessandra Kelling Jorge Umberto Béria Andréia Cristina Leal Figueiredo Luciana Petrucci Gigante Beatriz Raymann Diego Garcia Bassani

OBJECTIVE To estimate the prevalence of physical violence and its association with sociodemographic aspects, stressful life events, and the use of health services due to emotional problems. METHODS A cross-sectional population-based study was conducted with a sample of 1,954 14-year-old or older inhabitants of the city of Canoas (Southern Brazil). They were selected by means of conglomerate s...

Journal: :The journals of gerontology. Series B, Psychological sciences and social sciences 2008
Romola S Bucks Matthew Garner Louise Tarrant Brendan P Bradley Karin Mogg

Research suggests that there is an age-related decline in the processing of negative emotional information, which may contribute to the reported decline in emotional problems in older people. We used a signal detection approach to investigate the effect of normal aging on the interpretation of ambiguous emotional facial expressions. High-functioning older and younger adults indicated which emot...

Journal: :Journal of family psychology : JFP : journal of the Division of Family Psychology of the American Psychological Association 2007
Xin Feng Daniel S Shaw Emily M Skuban Tonya Lane

This study examined the stability of the child and maternal affective expression and maternal responsiveness and the mutual influence of child and maternal expression of emotion. The authors tested whether maternal depression and child problem behavior were associated with the pattern of emotional exchange within the mother-child dyads. The sample consisted of 69 mother-child dyads (children ag...

Journal: :The Permanente journal 2004
David M N Paperny

CONTEXT Preventive screening and counseling of adolescents is time-intensive and is usually done by clinicians who currently provide far fewer preventive services than guidelines suggest. OBJECTIVE Create a clinically effective, cost-efficient, replicable program to screen and counsel adolescents. DESIGN The Adolescent Preventive Services (APS) Program was designed to screen youth (aged 13-...

Journal: :Archives of disease in childhood 1999
M Mather

OBJECTIVE To study the medical, emotional, and developmental profile of children being considered for permanent substitute care. DESIGN A retrospective analysis of 100 adoption/permanency medicals. SETTING All children considered by the adoption and permanency panel in Greenwich, south east London, between 1994 and 1998. OUTCOME MEASURES Analysis of medical reports completed using the Bri...

2013
Steven J Linton

Emotion and pain are known to be intimately related, but treating co-occurring problems is still in its infancy mainly because we lack a clear theoretical understanding of the underlying mechanisms involved. This lack of understanding is problematic because treatment has proved challenging and co-occurring pain and emotional problems are associated with poor outcome, relapse, and greater sick a...

Journal: :Report 1973

Bring home now the book enPDFd from diagnosis to treatment an approach to treatment planning for the emotionally disturbed child to be your sources when going to read. It can be your new collection to not only display in your racks but also be the one that can help you fining the best sources. As in common, book is the window to get in the world and you can open the world easily. These wise wor...

Journal: :Psychonomic bulletin & review 2007
David C Rubin Dorthe Berntsen

Pezdek, Blandon-Gitlin, and Gabbay (2006) found that perceptions of the plausibility of events increase the likelihood that imagination may induce false memories of those events. Using a survey conducted by Gallup, we asked a large sample of the general population how plausible it would be for a person with longstanding emotional problems and a need for psychotherapy to be a victim of childhood...

1952
Lilian Wyles

plain unvarnished truth in simple language" in the Juvenile Court, or who regard incest?"this revolting crime"?as something to be dealt with shortly and "without leaving any disagreeable taste.' The chapter on incest takes two and a half pages, but the horror with which Miss Wyles regards all sexual offences permeates the whole book. She surprisingly speaks with respect of psychiatric reports a...

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

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

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