نتایج جستجو برای: maternal efficacy

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

ژورنال: طب کار 2017
برهانی کاخکی, مریم, کرمی, ابوالفضل,

Introduction: Nowadays, shift-working is necessary in societies, but there is not attention to its effects on health and family life, particularly on the relationships in family, spouse duties and the parents’ responsibilities. Methods: The purpose of this study was comparing sleep quality, marital satisfaction and maternal efficacy in work-shift women. The statistical population conta...

ژورنال: خانواده و پژوهش 2022
Amin Yazdi, Ph.D., S. A. , Kareshki, Ph.D. , H., Pourtaheri, F. , Rahimi, Ph.D. , M. ,

This study was carried out to examine the effectiveness of a parent training program based on cognitive-emotional mediation in improving mother-child interactions and maternal self-efficacy in mothers of children aged 3-6 in Yazd. Pretest, posttest, control group design was utilized in this quasi-experimental study.  The statistical population of the study was comprised of all mothers of childr...

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

This study examined the role of maternal cognitive sets regarding infant gender on maternal response; participants were 69 mothers, each with a 6-month-old infant. Signal detection methodology was used to assess maternal sensory sensitivity and response bias to subtle changes in positive and negative infant facial expressions as a function of maternal self-efficacy, operationalized by low, mode...

Journal: :Personality & social psychology bulletin 2014
Emma F Thomas Winnifred R Louis

Collective action will be effective in achieving broader social change goals to the extent that it influences public opinion yet the degree to which collective action "works" in changing opinion is rarely studied. Experiment 1 (n = 158) showed that, consistent with a logic of strategic non-violence, non-violent collective action more effectively conveys a sense of the illegitimacy of the issue ...

2017
Fatemeh Pooragha Roodbarde Siavash Talepasand Issac Rahimian Boogar

Objective: The present study aimed at examining the effect of multidimensional motivation interventions based on Martin's model on cognitive and behavioral components of motivation. Method: The research design was prospective with pretest, posttest, and follow-up, and 2 experimental groups. In this study, 90 students (45 participants in the experimental group and 45 in the control group) consti...

Journal: :The British journal of social psychology 2015
Rim Saab Nicole Tausch Russell Spears Wing-Yee Cheung

We examined predictors of collective action among bystander group members in solidarity with a disadvantaged group by extending the dual pathway model of collective action, which proposes one efficacy-based and one emotion-based path to collective action (Van Zomeren, Spears, Fischer, & Leach, 2004). Based on two proposed functions of social identity performance (Klein, Spears, & Reicher, 2007)...

2016
Hideo Okamura

Transvenous lead extraction is becoming popular in Japan since the approval of laser extraction system in 2010. The laser system seems to be the standard method used by most physicians, owing to its efficacy and ease of handling. The efficacy and safety of this technology has been well proven in many studies and the data suggest that it can be used for Japanese patients safely. However, lead ex...

2014
Tara M Strand Carol A Rolando Brian Richardson Stefan Gous Martin KF Bader Don Hammond

BACKGROUND Pest eradication strategies that use pesticides require application methods that have the lowest environmental and human health impact while maintaining the highest probability of success. This is highly important when eradication takes place in sensitive areas, such as urban or riparian zones. A new aerial application method, the spot-gun, was developed to provide good pesticide cov...

2012
Sherry Glover

This study was conducted to evaluate canine parvovirus disease prevention efficacy of the minimum immunizing dose of the CPV-2b fraction of a multivalent vaccine when administered at approximately 6 weeks of age to pups with maternal CPV-2b antibodies. A second dose was administered 4 weeks later. Pups were challenged with a virulent strain of CPV-2c virus 2 months after the second vaccination....

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

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

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