نتایج جستجو برای: culture based method

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

ژورنال: Medical Laboratory Journal 2015
Alikhani, MY, , Jaefari, M, , Majlesi, A, , Seyedeyn Khorasani, M, , Yousefi Mashouf, R, ,

Abstract Background and Objective: Helicobacter pylori (H. Pylori) infection is related to chronic gastritis, peptic ulcer, duodenal ulcer and gastric cancer. Thus, identification and treatment of the infection have a considerable importance. The aim of this study was to compare three methods of Histopathology, Culture and Rapid Urease test (RUT) in identification of H. Pylori in gastric bio...

Journal: :journal of industrial strategic management 2014
s kazemi b enayati hatkehlui a kazemi

this study aims to determine the relationship between organizational culture factors and employees’ group dynamics in general office of education in mazandaran province during 2013-2014. it is a descriptive-survey research. the statistical population consists of 273 employees working in general office of education in mazandaran province by whom 120 people are selected by stratified random sampl...

حسینی, مصطفی , طوری, قاسم , مظلومی, عادل ,

Introduction: In the interaction between man and machine, the human behavior plays a key role in the accidents occurrence and the risks. Safety culture models can be a base to safety culture assessments and may lead scientists toward effective aspects of organization safety. The aim of present study was to develop and offer a specific questionnaire for safety culture assessment according to the...

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

in the new age, in regard to human success in education in the globalizing world, one can consider english proficiency and individual differences as two important issues. in efl settings, reading skill plays an important role in education. it seems that using multiple intelligences theory in efl classes which values individual differences by tapping different intelligences, can be rewarding. as...

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

abstract although music possesses some kind of power and using it has been welcome by many students in language classrooms, it seems that they take a non-serious image of the lesson while listening to songs and they may think that it is a matter of fun. the main objective of the present study was to investigate whether learning a foreign language through musical texts (songs) can have an impac...

باقری حسینی, هادی, براتی, میترا, مرتضوی, حمید رضا, نوربخش, ثمیله,

Background: Infectious diseases are problematic in all around the world especially in the developing countries and early diagnosis of infections and one etiologic agents has a major role in the treatment of one patients. There are some culturing methods consist of conventional, semiautomatic and automatic. One of automatic methods is BACTEC system worked by fluorescent technology and Co2 produc...

Journal: :future of medical education journal 0
mansoor ghafourifard school of nursing and midwifery, zanjan university of medical sciences, zanjan, iran hamir reza haririan deptartment of nursing, school of nursing and midwifery, zanjan university of medical sciences, zanjan, iran ali aghajanloo deptartment of nursing, school of nursing and midwifery, zanjan university of medical sciences, zanjan, iran

background: one way of developing nursing education is using of new teaching methods. one of this student based method that has been introduced recently is case-based teaching method. so the aim of this study was to assess the opinion of nursing student about case-based teaching method and comparison with lecture in zanjan faculty of nursing and midwifery in 2011.   methods: this is a quasiexpe...

Every organization has an identity that is based on organizational culture. Organizations, like individuals, have personality , which is call the culture of that organization. Accordingly, the purpose of this study is to investigate the components of organizational culture in medical universities and present a conceptual model using the Delphi technique. To conduct the research, semi-structured...

Journal: :مدیریت فرهنگ سازمانی 0
سیدمحمدرضا صالحی دانشجوی دکتری مدیریت رسانه، دانشکدة مدیریت و اقتصاد، دانشگاه آزاد اسلامی، واحد علوم و تحقیقات، تهران، ایران ناصر میرسپاسی استاد، دانشکدة مدیریت و اقتصاد، دانشگاه آزاد اسلامی، واحد علوم و تحقیقات، تهران، ایران علی اکبر فرهنگی استاد، دانشکدة مدیریت و اقتصاد، دانشگاه آزاد اسلامی، واحد علوم و تحقیقات، تهران، ایران

this article studies organizational culture in irib based on denison model. the main objective of the research is recognize organizational culture features and dimensions in irib.to do this the survey method is applied. to test reliability, cronbach's alpha was calculated 0.924. the statistical community of the research comprises all employees in irib .after application of sampling formula...

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

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

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