نتایج جستجو برای: training stage were cacioppo

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

Journal: :Journal of dental education 2016
Junrong Wu Xiaoli Feng Aijie Chen Yanli Zhang Qi Liu Longquan Shao

In China, the five-year program of undergraduate education for stomatology consists of four years of lecture courses and one year of internship focused on clinical training. Dental schools provide this clinical training either in their own clinics (referred to as the one-stage pattern because all forms of practice are completed together) or by placing students in external clinics usually at non...

2002
F D Rose B M Brooks E A Attree

This paper reports a 3-stage investigation of virtual environments (VEs) in vocational training of people with learning disabilities. Stage 1 results showed that active interaction with a VE can give better learning than passive observation and that some of what is learned in a VE can transfer to the real world. Stage 2, a questionnaire survey, identified catering as the most popular choice for...

ژورنال: علوم آب و خاک 2022

In this research, soft computational models including multiple adaptive spline regression model (MARS) and data group classification model (GMDH) were used to estimate the geometric dimensions of stable alluvial channels including channel surface width (w), flow depth (h), and longitudinal slope (S) and the results of the developed models were compared with the multilayer neural network (MLP) m...

ژورنال: خانواده و پژوهش 2022
Hosseinalizadeh, Ph.D. , M. , Mahaki , M. , Mohseni Ejyeh , A. R. , Pishro , S. ,

The present study was undertaken to investigate the effectiveness of group parenting training for mothers based on acceptance and commitment in reducing the symptoms of externalizing disorders in children. This quasi-experimental study had a pretest-posttest control group design with a follow-up session. The statistical population of the study consisted of mothers of children aged 6-8 referred ...

اسماعیلی, حبیب الله , هارونی, جواد , واحدیان شاهرودی, محمد , پورحاجی, فاطمه , پورحاجی, فهیمه ,

  Background: Breast cancer is one of non-communicable chronic diseases in women's that threaten the health of them . Then, this study aimed to determine the effectiveness of educational programs based on Stage of change Model to promote Breast self-examination behavior in those volunteers in Mashhad Iran, 2012.   Methods: This Quasi experimental study was conducted on Two stages. The first to ...

Journal: :Journal of sports science & medicine 2003
Steven R McClaran

More and more people seeking the expertise of personal trainers in recent years. With very few previous efforts evaluating the effectiveness of the personal training experience in the scientific literature, this study utilized movement in the Stages of the Transtheoretical Model (STM) to determine the efficacy of personal training. One hundred twenty nine volunteer participants (clients) (age r...

Journal: :BMJ 2004
Kjell A Salvesen Siv Mørkved

OBJECTIVES To examine a possible effect on labour of training the muscles of the pelvic floor during pregnancy. DESIGN Randomised controlled trial. SETTING Trondheim University Hospital and three outpatient physiotherapy clinics in a primary care setting. PARTICIPANTS 301 healthy nulliparous women randomly allocated to a training group (148) or a control group (153). INTERVENTION A stru...

Introduction: Nurses due to rotational shifts and job stress face to health problem and relationship with spouse, and of the ways to improve health and psychological characteristics is positive thinking training method. Therefore, this research aimed to determine the effect of positive thinking group training on psychological well-being, positive meta-emotion and couple relationship quality in ...

ژورنال: رویش روانشناسی 2022

The aim of this study was to determine the effectiveness of group  training based on Snyder's theory of hope on the meaning in life and psychological well-being of female students in an identity crisis. The research method was quasi-experimental with a pretest-posttest design with a control group. The statistical population included all tenth-grade female students in Pardis city in the academic...

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

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

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