نتایج جستجو برای: adolescent parents

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

Journal: :Social Psychological and Personality Science 2023

Although studies have documented the importance of basic psychological need satisfaction in parent–child relationships, a gap remains understanding how parent and adolescent are associated. Using two longitudinal intergenerational data sets (200 parent–adolescent dyads 408 mother–adolescent dyads; waves), we examined whether (a) parents’ predicts adolescents’ (parental needs effect), (b) (child...

2017
Sara J. Becker Lynn Hernandez Anthony Spirito Selby Conrad

BACKGROUND Adolescents in residential substance use disorder (SUD) treatment have poor outcomes post-discharge, with follow-up studies suggesting that most adolescents relapse within 90 days. Parenting practices directly influence adolescent SUD outcomes, but parents of adolescents with SUDs are difficult to engage in traditional behavioral treatments. The current study adapts and evaluates a t...

Journal: :Perspectives on sexual and reproductive health 2010
Aletha Y Akers Eleanor Bimla Schwarz Sonya Borrero Giselle Corbie-Smith

CONTEXT Parent-adolescent communication is associated with increased adolescent contraceptive use. However, studies of this association are limited by their lack of examination of the communication process, reliance on cross-sectional designs and infrequent comparison of parent and adolescent perspectives. Examining communication in black families is particularly important, given the high pregn...

Journal: :Pediatric transplantation 2010
Katie A Devine Bonney Reed-Knight Laura E Simons Laura L Mee Ronald L Blount

This 18-month prospective investigation sought to examine changes in HRQOL over time for adolescent solid organ transplant recipients. Additionally, this study examined the relationship between adolescent and parent report of HRQOL and compared parent report of HRQOL to published normative data. Forty-eight adolescent-parent dyads completed the CHQ, a measure of HRQOL, at two time periods. Pare...

Journal: :Addictive behaviors 2015
Viviana E Horigian Daniel J Feaster Ahnalee Brincks Michael S Robbins María Alejandra Perez José Szapocznik

BACKGROUND The effects of family therapy for adolescent substance use on parent substance use have not been explored. OBJECTIVES To determine the effects of Brief Strategic Family Therapy® (BSFT®) on parent substance use, and the relationship between parent substance use and adolescent substance use. DESIGN 480 adolescents and parents were randomized to BSFT or Treatment as Usual (TAU) acro...

2017
Jeffrey J. VanWormer Casper G. Bendixsen Elizabeth R. Vickers Shannon Stokley Michael M. McNeil Julianne Gee Edward A. Belongia Huong Q. McLean

BACKGROUND Human papillomavirus (HPV) vaccine coverage rates remain low. This is believed to reflect parental hesitancy, but few studies have examined how changes in parents' attitudes impact HPV vaccine uptake. This study examined the association between changes in parents' vaccine attitudes and HPV vaccine receipt in their adolescent children. METHODS A baseline and 1-year follow-up survey ...

Journal: :The Cleft palate-craniofacial journal : official publication of the American Cleft Palate-Craniofacial Association 2005
Heather T Snyder Monica J Bilboul Alice W Pope

OBJECTIVE To assess rates of psychosocial adjustment problems in adolescents with craniofacial anomalies (CFAs) and to evaluate the correspondence between adolescent and parent reports of adjustment. DESIGN Retrospective chart review. SETTING Reconstructive plastic surgery department in urban medical center. PARTICIPANTS Sixty-four adolescents aged 14 to 18 years with CFAs and their paren...

Journal: :Pediatric Clinics of North America 2017

Journal: :Vaccine 2009
Paul L Reiter Noel T Brewer Sami L Gottlieb Annie-Laurie McRee Jennifer S Smith

We examined the prevalence of reported pain following human papillomavirus (HPV) vaccination and whether it differed from that for other adolescent vaccines or affected completion of the HPV vaccine regimen. In 2008, we conducted cross-sectional surveys with parents of adolescent girls aged 11-20 living in areas of North Carolina with elevated cervical cancer rates who had received at least one...

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 2005
Sarah S Jaser Adela M Langrock Gary Keller Mary Jane Merchant Molly A Benson Kristen Reeslund Jennifer E Champion Bruce E Compas

This study examined associations between adolescents' self-reports and parents' reports of adolescents' exposure to family stress, coping, and symptoms of anxiety/depression and aggression in a sample of 78 adolescent offspring of depressed parents. Significant cross-informant correlations were found between adolescents' reports of family stress, their stress responses, and their coping and par...

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

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

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