نتایج جستجو برای: educational and working centers

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

Journal: :Journal of environmental health 2013
Elaine Curtiss

O n behalf of the Centers for Disease Control and Prevention’s Envi­ ronmental Health Services Branch (EHSB), Happy New Year! January marks a new beginning—prompting people all over the world to make resolutions to improve their health, get organized, or learn a skill they’ve always wanted to master. Many pro­ fessionals also start their progression by earn­ ing advanced educational degrees, wo...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه گیلان - دانشکده علوم انسانی 1391

this research is a study on indicators of listening instruction in iranian english as a foreign language (efl) curriculum at guidance school and high school educational levels. this thesis aims at determining: a) the indicators of listening instruction at guidance school and high school efl curriculum. b) the indicators of listening instruction in irans guidance school and high school efl curri...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان - دانشکده جغرافیا 1392

adolescents and young adults and their problems is an issue whose importance is obvious to anyone because youth are the founders of our countrys future and requires proper planning to be on leisure. given the importance of leisure,this study to investigate needs assessment and planning how adolescents and young adults spend their leisure time in urban of case study of high school girls and boys...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان - دانشکده ادبیات و علوم انسانی 1392

for any educational program to be successful, many factors work hand in hand. based on pervious efl studies, teachers and learners are the keys to gain achievement. granted the fact that explicit and implicit practice plays a key role in education, knowledge of it can help teachers facilitate students’ vocabulary learning. this study investigated to determine the contribution of explicit and i...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه اصفهان - دانشکده زبانهای خارجی 1392

abstract this study investigated the predictability of variables from a motivational framework as well as individuals qualities to predict three non-linguistic outcomes of language learning. gardners socio-educational model with its measures has been used in the current study. individual qualities presented in this study include (1) age, (2) gender, and (3) language learning experience. the...

Journal: :journal of research in health sciences 0
samira rahimi elahe seyed-rasouli

background: the present research is a descriptive study, conducted in fall 2002, tabriz, iran, in order to inquire the prevalence rate of sleeplessness complications after the night-working hours in nurses. as a data collection method, a questionnaire comprising 25 personal and general questions on sleeplessness complications was designed and administrated based on likert measurement of all or ...

Journal: :journal of midwifery and reproductive health 0
zahra hadizadeh talasaz graduate, msc in midwifery, school of nursing and midwifery, mashhad university of medical sciences, mashhad, iran shahla nourani saadoldin lecturer, department of midwifery, school of nursing and midwifery, mashhad university of medical sciences, mashhad, iran mohammad taghi shakeri professor in biostatistics, department of social medicine, school of medicine, mashhad university of medical sciences, mashhad, iran

background and aim: job satisfaction represents individuals' positive or negative attitude towards their occupation. job satisfaction is of high significance in health care field and could affects the quality of patients' health care and satisfaction. every organization should pay considerable attention to job satisfaction and performance and continually monitor these indices. therefo...

F Sahafi M Ahmadian M Keykha

Introduction:     women's  employment  is one of the fundamental problems in breastfeeding. Studies have shown that after delivery, amount of milk is  equal in the mothers working and non-working. But  after several   months will be reduced markedly. Methods: In this study, with different departments was done coordination , and interviewed with the 351 mothers that had children under two years...

2016
Alessandra Guarini Francesca De Marinis Anna Kohn Nicoletta Orzes Renata D’Incà Teresa Iannone Antonella Giaquinto Cinzia Rivara Lorenzo Ridola Roberto Lorenzetti Angelo Zullo

BACKGROUND Management of inflammatory bowel disease (IBD) patients requires a multidisciplinary approach. Among the working team, the role of IBD nurse is expected to be particularly relevant when managing patients receiving biological therapies. We performed a survey to assess the presence of IBD nurse in centers where patients were receiving biologics. METHODS For this Italian nationwide su...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه مازندران - دانشکده علوم انسانی و اجتماعی 1390

teachers beliefs have usually been left unattended in the realm of educational research in iranian context. one of those beliefs which seems to impact teachers performance in the classroom is their sense of self-efficacy, which refers to teachers belief in their ability to enhance student achievement and in bringing about positive learning outcomes. the present study aimed to investigate the pr...

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

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

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