نتایج جستجو برای: agfi 092 and rmsea 0031

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

Journal: :Frontiers of Nursing 2023

Abstract Objective Faculty incivility is a growing problem in nursing schools that disrupts the learning process and affects care of patients. Fostering managing faculty requires knowing this using valid reliable instrument. The purpose research was to evaluate validity reliability faculty’s perceived questionnaire Iranian community. Methods In methodological study, participants involved were 3...

Journal: : 2023

Amaç: Bu araştırmanın amacı Öğrenci Öz-Yeterlik Ölçeğini Türkçeye adapte etmek ve ölçeğin hemşirelik lisans öğrencileri üzerinde geçerlik güvenirlik çalışmalarını gerçekleştirmektir. Yöntem: Çalışma 360 öğrencisi örnekleminde yapılmıştır. Ölçeğin Türkçe formunun dil geçerliği için çeviri geri-çeviri yöntemi uygulanmıştır. Kişisel Bilgi Formu, Ölçeğinin Formu Öz-Güven Ölçeği kullanılarak veriler...

Journal: : 2022

Türkçe alanyazında, başka bir dilden Türkçeye uyarlanmış, yetişkinlerin merhamet düzeylerini ölçmeye yarayan bazı ölçekler bulunmakla birlikte, Türkiye’de geliştirilmiş ve bu amaca hizmet eden herhangi ölçme aracına rastlanmamıştır. Bu eksiklik göz önünde bulundurulduğunda saptayabilecek geçerli güvenilir aracının geliştirilmesinin önemli gerekli olduğu görülmüştür. bağlamda, çalışmada kültüre ...

Journal: :Journal of economy,culture and society 2021

İş kazaları, yol açmış olduğu önemli ekonomik, sosyal ve psikolojik kayıplar nedeniyle günümüz çalışma hayatının sorun alanlarından biri olarak kabul edilmektedir. Son yıllarda iş kazalarının önlenmesinde güvenlik ikliminin rolüne yönelik artan bir ilginin görülmektedir. Bu bağlamda iklimi, çalışanların çevresi hakkında paylaşmış oldukları bütüncül algılarıdır. çalışmanın amacı, Hahn Murphy (20...

Journal: :Journal of Inonu University Faculty of Education 2022

Bu araştırmada Bento ve arkadaşları (2020) tarafından geliştirilen Çocuk-Ergen Mükemmeliyetçilik Ölçeği-Kısa Formunun (ÇEMÖ- KF) Türkçe’ye uyarlanması, geçerlik güvenirlik çalışmasının yapılması amaçlanmıştır. Çalışma; yaşları 10 ile 22 arasında değişen 364 çocuk ergen (110 erkek; 254 kadın) yürütülmüştür. Ölçeğin yapı geçerliği açımlayıcı faktör analizi (AFA) doğrulayıcı (DFA) sınanmıştır. Ölç...

Journal: :Multivariate behavioral research 2011
Ken Kelley Keke Lai

The root mean square error of approximation (RMSEA) is one of the most widely reported measures of misfit/fit in applications of structural equation modeling. When the RMSEA is of interest, so too should be the accompanying confidence interval. A narrow confidence interval reveals that the plausible parameter values are confined to a relatively small range at the specified level of confidence. ...

Journal: :BMJ open 2016
Zifeng Liu Lianxiong Yuan Yixiang Huang Lingling Zhang Futian Luo

OBJECTIVE We aimed to develop a questionnaire for quantitative evaluation of the autonomy of public hospitals in China. METHOD An extensive literature review was conducted to select possible items for inclusion in the questionnaire, which was then reviewed by 5 experts. After a two-round Delphi method, we distributed the questionnaire to 404 secondary and tertiary hospitals in Guangdong Provi...

2016
Abdolrahim Asadollahi Laleh Fani Saberi Ali Havasi Mohammad-Hossein Kaveh

BACKGROUND AND PURPOSE The reports indicate on the incidence of seizure disorder about 1.5 per cent of the normal elderly population. The Quality of Life in Epilepsy Inventory (QOLIE-31) has been pervasive simple tool to screen seizure in the busy neurophysiological settings and monitoring. It was constructed as self-administered tool in two formats, 89 and 31-items. To the reliability and vali...

2016
Tomoko Osera Misako Kobayashi Tetsuya Sato Nobutaka Kurihara

Background: Food-related preferences and practices are essential for nutrition and are formed in early childhood. In this study, we investigated the associations between the frequency of food dislikes of children at 3-5 years old and their attitudes toward healthy eating. Methods: In February 2012, a questionnaire was given to the mothers of 928 children who attended eight kindergartens or nurs...

Journal: :Polish Journal of Food and Nutrition Sciences 2023

1. Agrawal, P.K. (1992). NMR spectroscopy in the structural elucidation of oligosaccharides and glycosides. Phytochemistry, 31(10), 3307–3330. https://doi.org/10.1016/0031-9.... CrossRef Google Scholar

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

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

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