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

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

2005
Jennifer Elder Sharleen Simpson

of Dissertation Presented to the Graduate School of the University of Florida in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy EFFECT OF BUG-IN-THE-EAR-FEEDBACK AS AN INTERVENTION TO PROMOTE ATTACHMENT BEHAVIORS IN THE ADOLESCENT MOTHER/INFANT DYAD By Afua Ottie Arhin December 2005 Chair: Jennifer Elder Major Department: Nursing Background: Previous studies have...

2004
Alan Fogel

Cohn and Tronick (1988) found that the onset times of behavioral change in mother-infant face-toface interaction are stochastic rather than periodic. This comment offers an explanation of why thenresult replicates that of Kaye and Fogel (1980), in spite of important differences in how interactive behavior is conceptualized, coded, and treated statistically. Furthermore, it is suggested that sto...

2017
Cynthia Ribeiro do Nascimento Nunes Luís Gustavo Campos Aline Moreira Lucena Janser Moura Pereira Patrícia Rodrigues da Costa Flávia Aparecida Felipe de Lima Vivian Mara Gonçalves de Oliveira Azevedo

OBJECTIVE To analyze the influence of the Kangaroo Position duration in the initial interactions between mothers and preterm infants. METHODS This is an exploratory prospective observational study that analyzed the mother-infant interaction during breastfeeding, before hospital discharge. All eligible newborns, with a gestational age of 28-32 weeks and a birth weight of 1,000-1,800 g from Jun...

Journal: :The British journal of psychiatry : the journal of mental science 2003
Lisa E Crandell Matthew P H Patrick R Peter Hobson

BACKGROUND There is evidence that psychopathology in mothers may be associated with dysfunctional mother-infant interactions. AIMS To investigate mother-infant relations when mothers have borderline personality disorder. METHOD Eight mothers with borderline personality disorder and twelve mothers without psychiatric disorder were videotaped interacting with their 2-month-old infants in thre...

Journal: :Cadernos de saude publica 2010
Vera Regina J R M Fonseca Gabriela Andrade da Silva Emma Otta

Postpartum depression is a highly prevalent disorder that can interfere in the mother-infant relationship. This study aims to evaluate the prevalence of postpartum depression in our sample to compare mother-infant interaction in depressed and non-depressed mothers and to assess the relationship between maternal depression, social support, attachment style, and emotional availability. Participan...

Journal: :Infant behavior & development 2007
Wilberta Donovan Lewis Leavitt Nicole Taylor Jennifer Broder

At 24-months of age, toddlers (N=62) and their mothers were observed in a free-play session to determine the contribution of (a) maternal sensory sensitivity to positive and negative infant facial expressions as measured in a signal detection task at 6 months, (b) maternal behavior and affect, infant behavior and affect, and dyadic interaction at 9 months, and (c) infant attachment status at 12...

Journal: :journal of midwifery and reproductive health 0
rozita amani assistant professor, department of psychology, faculty of economics & social sciences, bu-ali sina university, hamedan, i.r. iran.

background & aim: aggression is a phenomenon that causes irreversible damage to a community. psychodynamic theory suggests that aggression is rooted in early relationships with family members, especially mother. according to this theory, infant-mother relationship is a major predictor of an individual’s behavior from childhood to adulthood. this study aimed to investigate the correlation betwee...

Journal: :Infant behavior & development 2012
Jolien A de Graag Ralf F A Cox Fred Hasselman Jarno Jansen Carolina de Weerth

The aim of this study was to investigate the coupling of the biological system of infant sleep and the social system of mother-infant synchrony. Before birth and shortly after birth the systems appear to be connected, but it is unclear whether this remains the case over time. This study therefore examined whether infant sleep measured at 6 weeks and 5 months could predict mother-infant gaze syn...

Journal: :Psychotherapy research : journal of the Society for Psychotherapy Research 2009
Jacob Ham Ed Tronick

The authors illustrate how their work on mother-infant "relational psychophysiology" might inform psychotherapy research. They examined psychophysiology in 18 mother-infant dyads (infants' age: 5 months) during normal interaction and a still-face perturbation. They measured respiratory sinus arrhythmia (RSA) as an index of emotion regulation and explored whether skin conductance (SC) concordanc...

2017
Alberto Stefana Manuela Lavelli

INTRODUCTION The preterm infants' developmental outcomes depend on biological and environmental risk factors. The environmental factors include prolonged parental separation, less exposure to early mother/father-infant interactions and the parents' ability to respond to the trauma of premature birth. In the case of premature birth, the father's ability to take an active part in the care of the ...

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

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

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