نتایج جستجو برای: internalizing problems

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

2015
Alfredo Oliva Águeda Parra Carmen Reina

Background Over the past decades, ample empirical evidence has been collected about the factors linked to internalizing problems during adolescence. However, there is a lack of research that use holistic approaches to study the joint analysis of a series of contextual and personal variables considered to be related to internalizing problems. Objective This cross sectional study analyzes the rel...

Journal: :Dermatological reviews 2023

Acne vulgaris or “acne” is a prevalent and burdensome cutaneous condition that has been linked with unique mental health implications. Clinical (i.e., general social anxiety, major depression) subclinical indicators (e.g., excessive worry, self-consciousness, low self-esteem) of internalizing disorders have associated acne across demographics age groups cultures). Considering the persistent bur...

Journal: :Journal of abnormal child psychology 2011
Xin Feng Daniel S Shaw Kristin L Moilanen

Models of developmental psychopathology emphasize both mediation and moderation processes among child and caregiving attributes; however, little research has examined both these processes simultaneously on the development of internalizing problems. This study tested a moderated mediation model that related early childhood shyness, emotion regulation and maternal negative control to school-age i...

Journal: :Journal of Emotional and Behavioral Disorders 2022

Internalizing and externalizing problems are common targets for school mental health screening. Prior research supports the interpretation of scores from Youth Problems Screener (YIPS) Externalizing (YEPS), which were developed separately yet intended as companion measures. We extended previous work by evaluating psychometric defensibility integrated measurement models that combined items YIPS ...

Journal: :Journal of consulting and clinical psychology 2003
Bahr Weiss Vicki Harris Thomas Catron Susan S Han

The authors evaluated the efficacy of RECAP, a psychosocial intervention developed to treat concurrent internalizing and externalizing problems in children. Participants included 93 4th-grade children assigned to the treatment group or a no-treatment control group. The school-based program, which lasts the 9-month academic year, provides individual, group, classroom, teacher, and parent trainin...

2014
Karin Veldman Ute Bültmann Roy E. Stewart Johan Ormel Frank C. Verhulst Sijmen A. Reijneveld

BACKGROUND This study examines if mental health problems at age 11 and changes in mental health problems between age 11 and 16 predict educational attainment of adolescents at age 19, overall and stratified by gender. METHODS Data from 1711 adolescents (76.8% from initial cohort) of the Tracking Adolescents' Individual Lives Survey (TRAILS), a Dutch prospective cohort study with 9 year follow...

Journal: :European journal of public health 2014
Willem Spijkers Daniëlle E M C Jansen Sijmen A Reijneveld

BACKGROUND Offspring of depressed, anxious and stressed parents are at increased risk of developing mental disorders. However, most studies investigating this association concentrate on clinical symptoms. The objective of this study is to examine the association between parental internalizing problems (symptoms of depression, anxiety and stress) and child psychosocial problems in a community sa...

Journal: :Journal of clinical child and adolescent psychology : the official journal for the Society of Clinical Child and Adolescent Psychology, American Psychological Association, Division 53 2015
David Schwartz Jennifer E Lansford Kenneth A Dodge Gregory S Pettit John E Bates

We examined evidence that peer victimization in middle childhood is a lead indicator of internalizing behavior problems and diagnostic outcomes during adolescence. This research was conducted as part of an ongoing multisite longitudinal investigation. The participants were 388 children (198 boys, 190 girls). Peer victimization was assessed with a peer nomination inventory that was administered ...

Journal: :Journal of abnormal child psychology 2012
Judith K Morgan Daniel S Shaw Thomas M Olino

Whereas socialization influences in early childhood have been linked to children's emerging internalizing problems and prosocial behavior, relatively few studies have examined how NE might moderate such associations in both advantageous and maladaptive ways. Furthermore, more research is needed to evaluate the impact of sibling relationships as an influential socialization influence on these ch...

Journal: :The International journal of eating disorders 2008
Annie Aimé Wendy M Craig Debra Pepler Depeng Jiang Jennifer Connolly

OBJECTIVE To examine the developmental eating trajectories of adolescents and identify psychological correlates and risk factors associated with those trajectories. METHOD Seven hundred thirty-nine adolescents completed self-reported measures of eating problems, internalizing and externalizing behaviors, alcohol and drug use, peer victimization, and depression. RESULTS Five eating trajector...

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

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

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