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

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

2014
Chun-Che Huang Yung-Chieh Lin Yu-Tung Huang Kuang-Hua Huang

BACKGROUND Limited information is available concerning investigating the separate effect of teenage childbirth on medical issues in the antenatal and perinatal periods. Therefore, this study aimed to assess medical problems in antenatal and perinatal periods among early youth, adolescent and young adult mothers in Taiwan. METHODS This retrospective population-based cohort study was conducted ...

Kazem Nematolahzade Mahani, Maryam Shahryari, Seyed Mehdi Hosseinifard,

Objective: According to the significant role of mothers’ personality traits and their training styles on the genesis of children’s initial personality and destructive manners, present research compares early maladaptive schemas of mothers of children with Attention-deficit/ hyperactivity disorder, mothers of children with Oppositional defiant disorder, and mothers of normal children. Methods...

2017
Yeshalem Mulugeta Demilew Tadese Ejigu Tafere Dereje Berhanu Abitew

BACKGROUND Adequate nutrition during infancy and early childhood is essential to ensure the health, growth and development of children. However, infant feeding practice is suboptimal in Bahir Dar City, Ethiopia. The slum area is a heavily populated urban informal settlement characterized by substandard housing, squalor, with a lack of reliable sanitation services, supply of clean water, reliabl...

2018
Sophie Goudet Paula L Griffiths Caroline W Wainaina Teresia N Macharia Frederick M Wekesah Milka Wanjohi Peter Muriuki Elizabeth Kimani-Murage

BACKGROUND In Kenya, poor maternal nutrition, suboptimal infant and young child feeding practices and high levels of malnutrition have been shown among the urban poor. An intervention aimed at promoting optimal maternal infant and young child nutrition (MIYCN) practices in urban poor settings in Nairobi, Kenya was implemented. The intervention involved home-based counselling of pregnant and bre...

2014
Fanciele Dinis Ribeiro Rosângela Aparecida Pimenta Ferrari Flávia Lopes Sant'Anna José Carlos Dalmas Edmarlon Girotto

OBJECTIVE To analyze the characteristics of infant mortality at the extremes of maternal age. METHOD Retrospective, cross-sectional quantitative study using data from Live Birth Certificates, Death Certificates and from Child Death Investigation records in Londrina, Paraná, in the years of 2000-2009. RESULTS During the 10-year study period, there were 176 infant deaths among mothers up to 1...

2010
Benjamin J. Pitcher Robert G. Harcourt Isabelle Charrier

BACKGROUND In many gregarious mammals, mothers and offspring have developed the abilities to recognise each other using acoustic signals. Such capacity may develop at different rates after birth/parturition, varying between species and between the participants, i.e., mothers and young. Differences in selective pressures between species, and between mothers and offspring, are likely to drive the...

Journal: :Social Inclusion 2021

In recent decades, many Western European countries introduced parental leave policies to support the work–family combination in families with young children. However, these schemes often exhibit employment?based eligibility criteria, so question arises which extent social inequalities emerge access leave, and as a result thereof also uptake of leave. Although research on increasingly addresses ...

2011

Mothers and newborns in Canada are supported by programs that address their needs from pre-conception to the perinatal period and beyond. Often, these programs target one or more at-risk groups of mothers: those with pre-existing health conditions such as diabetes, hypertension or mental health concerns; women with unhealthy pre-pregnancy weights; Aboriginal women; or women of an age outside th...

2013
J. Thullen Jon Korfmacher John D. Lantos

OBJECTIVES: Despite recent efforts to increase breastfeeding, young African American mothers continue to breastfeed at low rates, and commonly introduce complementary foods earlier than recommended. This study examines the effects of a community doula home visiting intervention on infant feeding practices among young mothers. METHODS: Low-income, African American mothers (n = 248) under age 22 ...

Journal: :The British journal of general practice : the journal of the Royal College of General Practitioners 2012
Angela Lucas-Herald Katherine Grosset Morag Robertson Syed Faisal Ahmed

We were interested to read the editorial by Saxena et al.1 We agree that GPs are in an ideal position to support expectant mothers through their pregnancy and the postnatal period. An important aspect of any GP’s role is of course health promotion and recently efforts have been made by local health authorities to encourage expectant mothers to consider vitamin D supplementation. Symptomatic cas...

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

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

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