نتایج جستجو برای: mother infant interaction

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

Introduction: according to the ethology theory mother infant separation immediately after birth can interfere with the infants innate behaviors for the initiation of breastfeeding. The aim of this study was to the effect of an interventional program based on the Theory of Ethology on infant breast feeding competence Materials and Methods: 114 primiparous, Iranian, healthy, full term mothers bet...

2013
Mayada Elsabbagh Annette Hohenberger Ruth Campos Jo Van Herwegen Josette Serres Scania de Schonen Gisa Aschersleben Annette Karmiloff-Smith

The infancy literature situates the perceptual narrowing of speech sounds at around 10 months of age, but little is known about the mechanisms that influence individual differences in this developmental milestone. We hypothesized that such differences might in part be explained by characteristics of mother-child interaction. Infant sensitivity to syllables from their native tongue was compared ...

2006
Ann E. Bigelow Philippe Rochat

Two-month-old infants (A'= 29) participated in face-to-face interactions with their mothers and with strangers. The contingent responsiveness for smiles and vocalizations, while attending to the partner, was assessed for each partner in both interactions. For smiles and for vtx-alizatJons. infants were less responsive to the stranger relative to the mother when the stranger's contingent respons...

2011
Anna Sidor Elisabeth Kunz Daniel Schweyer Andreas Eickhorst Manfred Cierpka

BACKGROUND Maternal postpartum depression has an impact on mother-infant interaction. Mothers with depression display less positive affect and sensitivity in interaction with their infants compared to non-depressed mothers. Depressed women also show more signs of distress and difficulties adjusting to their role as mothers than non-depressed women. In addition, depressive mothers are reported t...

2017
Roberta Fadda Loredana Lucarelli

Mother-infant interactions during feeding and play are pivotal experiences in the development of infants' early social abilities (Stern, 1985, 1995; Biringen, 2000). Stern indicated distinctive characteristics of mother-infant interactions, respectively, during feeding and play, suggesting to evaluate both to better describe the complexity of such early affective and social experiences (Stern, ...

Journal: :Paidéia 2021

Abstract Some studies indicate differences in self-regulatory behaviors of infants, depending on their gestational age. This paper aimed to compare interactive full-term and preterm infants the Face-to-Face Still-Face (FFSF) paradigm. Thirty prematurely born thirty were observed FFSF’s experimental procedure, which consists exposing infant two episodes interaction with mother plus another episo...

Journal: :Journal of human lactation : official journal of International Lactation Consultant Association 2012
Virginia Martín Antonio Maldonado-Barragán Laura Moles Mercedes Rodriguez-Baños Rosa Del Campo Leonides Fernández Juan M Rodríguez Esther Jiménez

In previous years, it has been shown that human milk is a potential source of bacteria for the infant gut. The results of this work confirm the presence of the same specific bacterial strains of Bifidobacterium, Lactobacillus, and Staphylococcus in breast milk and infant fecal samples. The identity of bacteria isolated from breast milk and infant feces from 20 mother-infant pairs was investigat...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2004
M D Bauman P Lavenex W A Mason J P Capitanio D G Amaral

As part of ongoing studies on the neurobiology of socioemotional behavior in the nonhuman primate, we examined the development of mother-infant interactions in 24 macaque monkeys who received either bilateral amygdala or hippocampus ibotenic acid lesions, or a sham surgical procedure at 2 weeks of age. After surgery, the infants were returned to their mothers and reared with daily access to sma...

Background There are contradictory results regarding association between maternal HIV infection and neonatal adverse outcomes. Therefore, in this study the neonates born from HIV-positive mothers compared with HIV-negative mothers were assessed in Tehran, Iran.<b...

2012
Alan Stein Susannah Murphy Adriane Arteche Annukka Lehtonen Allison Harvey Michelle G Craske Catherine Harmer

Difficulties in mother-child interaction are commonly observed in the context of postnatal depression. These difficulties may result in part from the negative cognitive bias present in depression, which may in turn lead to biased negative perceptions of the infant: in particular, these biases encompass the negative appraisal of facial expressions. Given the important role of early mother-child ...

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

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

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