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

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

Journal: :Child development 1996
A M Damast C S Tamis-LeMonda M H Bornstein

This investigation of mother and toddler play had 2 goals. The primary goal was to examine the types of play mothers introduce in direct response to their toddlers' play. A secondary and exploratory goal was to examine the relation between maternal knowledge about child play and actual maternal play behaviors. 50 mothers and their 21-month-old toddlers were observed at home during free play. Mo...

2015
Faith Orchard Peter J Cooper Cathy Creswell

BACKGROUND Models of the development and maintenance of childhood anxiety suggest an important role for parent cognitions: that is, negative expectations of children's coping abilities lead to parenting behaviors that maintain child anxiety. The primary aims of the current study were to (1) compare expectations of child vulnerability and coping among mothers of children with anxiety disorders o...

2015
Bahre Teka Huruy Assefa Kiday Haileslassie

BACKGROUND In Ethiopia national breastfeeding practice is poor because of traditional and cultural beliefs, low educational levels, heavy workload of mothers, poor sanitary conditions, type of assistance at delivery, duration of stay at home, ethnicity, poor maternal knowledge, age, parity, antenatal service utilization and place of delivery. This study is aimed to assess the prevalence and det...

2015
Jonathan P. Balcombe

The ability of Mexican free-tailed bat mothers and pups to recognize vocalizations of their presumptive kin (pup isolation calls and mother echolocation calls, respectively) was tested using playbacks of recorded calls. Captive individuals were presented with calls of two bats, one presumptive kin and the other a stranger, from opposite sides of a circular wire arena. Response was determined by...

2011
Ellen L Lipman Meghan Kenny Elsa Marziali

BACKGROUND We examined the feasibility of providing web-based mental health services, including synchronous internet video conferencing of an evidence-based support/education group, to at-risk women, specifically poor lone mothers. The objectives of this study were to: (i) adapt a face-to-face support/education group intervention to a web-based format for lone mothers, and (ii) evaluate lone mo...

2010
Kayako Sakisaka Masamine Jimba Kyo Hanada

BACKGROUND In 2008, approximately 8.8 million children under 5 years of age died worldwide. Most of these deaths occurred in developing countries, but little is known about poor mothers' care-seeking behaviors for their children.We examined poor mothers' care-seeking behaviors in response to childhood illness, and identified factors affecting their choices. We also assessed mothers' perception ...

Journal: :Social cognitive and affective neuroscience 2014
Shir Atzil Talma Hendler Ruth Feldman

As a social species, humans evolved to detect information from the social behavior of others. Yet, the mechanisms used to evaluate social interactions, the brain networks implicated in such recognition, and whether individual differences in own social behavior determine response to similar behavior in others remain unknown. Here we examined social synchrony as a potentially important mechanism ...

2016
Jinho Yu Kangmo Ahn Youn Ho Shin Kyung Won Kim Dong In Suh Ho-Sung Yu Mi-Jin Kang Kyung-Shin Lee Seo Ah Hong Kil Yong Choi Eun Lee Song-I Yang Ju-Hee Seo Byoung-Ju Kim Hyo-Bin Kim So-Yeon Lee Suk-Joo Choi Soo-Young Oh Ja-Young Kwon Kyung-Ju Lee Hee Jin Park Pil Ryang Lee Hye-Sung Won Soo-Jong Hong

PURPOSE Although home renovation exposure during childhood has been identified as a risk factor for the development of allergy, there is limited information on the association between prenatal exposure to home renovation and cord blood (CB) IgE response. The aims of this study were to identify the effect of prenatal exposure to home renovation on CB IgE levels, and to investigate whether this e...

Journal: :Biology Letters 2006
Jane M Reid Peter Arcese Lukas F Keller Dennis Hasselquist

Knowledge of the causes of variation in host immunity to parasitic infection and the time-scales over which variation persists, is integral to predicting the evolutionary and epidemiological consequences of host-parasite interactions. It is clear that offspring immunity can be influenced by parental immune experience, for example, reflecting transfer of antibodies from mothers to young offsprin...

2016
Nuala Bobowski Danielle R. Reed Julie A. Mennella

The nonnutritive sweetener (NNS) acesulfame potassium (Ace-K) elicits a bitter off-taste that varies among adults due to polymorphisms in a bitter taste receptor gene. Whether polymorphisms affect liking for Ace-K by children, who live in different sensory worlds, is unknown. We examined hedonic response to Ace-K among children compared to adults, and whether response was related to common vari...

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

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

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