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

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

2014
Luciana Dias de Oliveira Elsa Regina Justo Giugliani Lilian Córdova do Espírito Santo Leandro Meirelles Nunes

BACKGROUND Considering that adolescent mothers may be more vulnerable to discontinuing exclusive breastfeeding (EBF) before 6 months and that their mothers may exert a negative influence on this practice, this study was conducted with the objective of evaluating the efficacy of breastfeeding counselling for adolescent mothers and their mothers in increasing EBF duration. METHODS A clinical tr...

Journal: :The Journal of adolescent health : official publication of the Society for Adolescent Medicine 2013
Heather L Sipsma Urania Magriples Anna Divney Derrick Gordon Elizabeth Gabzdyl Trace Kershaw

PURPOSE Despite a substantial amount of evidence on breastfeeding among non-adolescent mothers, research and strategies uniquely designed to target adolescent mothers are critical because their rates of breastfeeding are disproportionately low and their transition to parenthood is often unlike that of older mothers. Literature to date, however, offers limited evidence for designing effective in...

2016
Elisabetta Crocetti Silvia Moscatelli Jolien Van der Graaff Loes Keijsers Pol van Lier Hans M. Koot Monica Rubini Wim Meeus Susan Branje

Adolescents' behavior is often a matter of concern, given their increased likelihood of enacting antisocial behaviors, which cause disruptions in the social order and are potentially harmful for the adolescents themselves and for the people around them. In this six-wave longitudinal study we sought to examine the interplay among maternal empathy, multiple indicators of mother-adolescent relatio...

2007
Elaine M. Eshbaugh Jacques Lempers Gayle J. Luze

Although rates of teen pregnancy have declined in the United States in recent years (Alan Guttmacher Institute, 1999), depression rates among low-income teen mothers suggest that adolescent childbearing is still an important social issue. Depression among adolescent mothers is related to rapid repeat pregnancy (Gilmore et al, 1997), less economic success (Danzinger et al., 2000), and poor physi...

2017
Mohsen Shams Sa’adat Parhizkar Ali Mousavizadeh Masoumeh Majdpour

BACKGROUND Given that mothers play a role in the sexual education of their daughters, it is important to understand their views of sexual health and related programs. This study was aimed at exploring mothers' perspectives regarding sexual health education for their adolescent daughters in Mahshahr, Iran. METHODS In this qualitative study, in-depth interviews with ten key informants and five ...

Journal: :Fertility and sterility 2015
Nanette K Gartrell Henny Bos Naomi G Goldberg Amalia Deck Loes van Rijn-van Gelderen

OBJECTIVE To assess whether lesbian mothers of 17-year-old adolescents conceived through donor insemination are satisfied with their choice of a known, open-identity, or unknown sperm donor and whether the mothers' satisfaction is associated with psychological health problems in the index adolescent offspring. DESIGN Mixed-method study. SETTING Not applicable. PATIENT(S) One hundred twent...

Journal: :Fathering 2011
Melinda S Leidy Thomas J Schofield Marie A Miller Ross D Parke Scott Coltrane Sanford Braver Jeffrey Cookston William Fabricius Delia Saenz Michele Adams

The current study investigated how fathering behaviors (acceptance, rejection, monitoring, consistent discipline, and involvement) are related to preadolescent adjustment in Mexican American and European American stepfamilies and intact families. Cross-sectional data from 393 7th graders, their schoolteachers, and parents were used to examine links between different dimensions of fathering and ...

Journal: :Irish medical journal 2013
Skyler T Hawk Loes Keijsers Tom Frijns William W Hale Susan Branje Wim Meeus

This 3-year, multi-informant study examined whether youths' perceptions of parental privacy invasion predicted lower parental knowledge over time, as a function of increased adolescent secrecy. Participants were 497 Dutch adolescents (Time 1 M = 13 years, SD = 0.5; 57% boys) and both parents. Higher youth-reported invasion predicted lower father- and mother-reported knowledge 1 year later. A li...

2005
Letha A. Chadiha Sandra K. Danziger

K E Y WORDS: Adolescent Mothers; Biological Fathers; Family Life. Adolescent birth rates have increased every year since 1987, after remaining rather stable or falling throughout the earlier decades. A recent report cites that there were 62 births to every 1000 women aged 15-19; one-fourth of African-American women had their first birth before they reached age 19 (Child Trends, 1994). High teen...

Journal: :Journal of intellectual disability research : JIDR 2013
A C Woodman P Hauser-Cram

BACKGROUND Parents of children with developmental disabilities (DD) face greater caregiving demands than parents of children without DD. There is considerable variability in parents' adjustment to raising a child with DD, however. In line with a strengths-based approach, this study explores coping strategies as potential mechanisms of resilience among mothers of adolescents with DD. This study ...

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

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

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