نتایج جستجو برای: path analysis showed that

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

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

The purpose of this study was to investigate the relationship between daily spiritual experiences, positive and negative effects, and students' life orientation through path analysis. The statistical population consisted of undergraduate students of Mashhad University of Medical Sciences. A total of 205 students (94 girls and 111 boys) were selected by multi-stage cluster sampling and completed...

حسین پور درویشی, حسین, قنبری, علی اصغر, مظفری, حمید,

To investigate some quantitative and qualitative traits of genotypes a field study was performed as augmented experiment consisting four checks (Sadri, Koosha, KS21676 and KS21682) and138 genotypes. Vegetative, morphological and agronomical characteristics as well as traits related to pod and seed were studied. Statistical analysis showed that number of seeds per plant and plant height had the ...

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

abstract previous researches have shown success of growth hormones usage on flower production increase, pod and prevention of abscission of them in some of the pulses. two tests were done, in order to find out the effects of growth hormones to on flower production increase, pod and chick pea yield composites in farmer conditions (2010-11) and green house conditions as factorial on the proje...

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

abstract the purpose of this study was to find out the effect of applying the principles of group-dynamic assessment (g-da) on learning of conditional structures in english by iranian efl learners at the intermediate level, which according to the formal educational system in iran, includes students who are in their second year of studying in high schools of koohdasht city. this study was a qua...

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

as some definitions show, idioms are expressions whose meanings cannot be obtained from individual words. in every society, people use their own conceptions and feelings through different idioms and expressions. so every culture and society has their own idioms. some scholars proposed methods for translating idioms but baker’s strategies are very important and constructive. this research tried ...

Journal: :journal of medicinal plants and by-products 0

the chamomile species of anthemis triumfettii (l.) all is one of important medicinal plant belong to compositae family and it grows as wild species in zagros and alborz mountains, iran. the aim of this study was to evaluation of morphological and phenological traits and their relationships with essential oil. seeds of seven accessions were sown in jiffy pots and transferred to field using rando...

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

today, given the pervasive role of organizations in human lives and the status of justice in islamic culture, the importance of justice in organizations has become more apparent than ever before. the aim of this research is to offer practical solutions to improve staff performance of university of tabriz based on organizational justice. the research is applied in terms of objective, and its met...

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

this study aimed at examining the effects of iranian efl learners’ anxiety, ambiguity tolerance, and gender on their preferences for corrective feedback (cf, henceforth). the effects were sought with regard to the necessity, frequency, and timing of cf, types of errors that need to be treated, types of cf, and choice of correctors. seventy-five iranian efl students, twenty-eight males and forty...

Journal: :international journal of advanced biological and biomedical research 2013
mostafa eidi kohnaki ghaffar kiani ghorbanali nematzade

in order to evaluate the relationship between morphological characters in rice lines two populations at f3 generation were grown in research field of agricultural sciences and natural resource university, sari, iran, during 2012. statistical analysis on important agronomic traits showed that maximum standard deviation belonged to total grain number followed by filled grains per panicle and grai...

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

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

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