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

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

Journal: :iran agricultural research 2016
r. naderi h. ghadiri m. edalat

management of nitrogen fertilization in crops is one of the most important components of integrated weed management. a two-year field experiment was conducted to determine the direct effects of wild mustard aboveground biomass and n content of wild mustard on oilseed rape yield. a set of factorial treatments was arranged in a randomized complete block design with four replications. treatments w...

محسن زاده گلفزانی, محمد ,

    In order to investigat e of Tobacco germplasm genetic diversity, 49 genotypes were grown in Tobacco Research Institute (Rasht, IRAN) as a simple lattice design 7×7 with 2 replications and 12 treatments were evaluated as well. Correlation analysis to studied traits showed that Fresh leaf yield with leaf number, leaf length, leaf width, leaf area index, plant height, flowering period and days...

Journal: :desert 2011
r. naderi y. emam

four rapeseed cultivars (hayola 401, hayola 308, rgs and option) were evaluated for some physiological traits under stress (50 % field capacity (fc) and non-stress (irrigated) conditions. the factorial set of treatments was arranged within a randomized complete block design with three replications. the collected data were analyzed using path and factor analyses. these is results showed that bas...

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

in this project, some new polyaspartimides, (pas)s, have been synthesized form michael addition reaction between new synthetic bismaleimide (bmi) and some aromatic diamines. a characteristic property of this polyaspartimides is a pendent carboxylic group, which introduced to these polymers from new bismaleimide. bismaleimides (bmi) is one of the interesting compounds, which can be self-polymeri...

Determining the relationships between morphological traits is very important in plant breeding. For this purpose, path analysis and biplot analysis are among the most effective statistical methods. To study the morphological traits affecting faba bean seed yield, 12 introduced faba bean genotypes were studied under the influence of 3 concentrations of gibberellic acid based on split plot in a r...

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

heuristics are often used to provide solutions for flow shop scheduling problems.the performance of a heuristic is usually judged by comparing solutions and run times on test cases.this investigation proposes an analytical alternative ,called asymptotic convergence ,which tests the convergence of the heuristic to a lower bound as problem size grows. the test is a stronger variation of worst cas...

Journal: :iranian journal of health sciences 0
mohammad ali bigdeli 1. shahid beheshti university of medical sciences, tehran, iran seyed saeed hashemi nazari 2. department of epidemiology ,school of public health, shahid beheshti university of medical sciences, tehran, iran soheila khodakarim 4. department of epidemiology, faculty of public health, shahid beheshti university of medical sciences, tehran, iran hamid brodati 5. health and treatment center of abyek, university of medical sciences qazvin, iran

background and purpose: diabetes is the most common metabolic disorder which is caused by defects in insulin secretion, insulin action, or both .the most important factor in managing diabetes is self-care. since diabetes self-care behaviors are multifactorial and these factors may directly or indirectly affect self-care, it is possible through the application of path analysis to estimate the di...

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

یکی از مهم ترین معایب فیلتر های n مسیره تازدگی هارمونیکی (hfb) می باشد. یعنی بعضی از هارمونیک های فرکانس سوئیچینگ (fs) می توانند با تبدیل فرکانسی ، مولفه هایی را در باند عبور فیلتر ایجاد کنند. در این پایان نامه روشی سیستماتیک ارائه شده است تا بدون افزایش فرکانس کلاک مرجع ورودی (clkin)، مشکل تازدگی هارمونیکی فیلترهای n مسیره کاهش یابد. برای دستیابی به این هدف، ابتدا تازدگی هارمونیکی در یک فیلتر ...

H. Ghadiri M. Edalat R. Naderi

Management of nitrogen fertilization in crops is one of the most important components of integrated weed management. A two-year field experiment was conducted to determine the direct effects of wild mustard aboveground biomass and N content of wild mustard on oilseed rape yield. A set of factorial treatments was arranged in a randomized complete block design with four replications. Treatments w...

رامئه, ولی اله,

In order to evaluate genetic variation and path analysis of yield components and grain yield, 49 soybean genotypes were studied based on simple lattice design. Analysis of variance based on lattice design revealed significant differences among the genotypes for all the traits. The results of path analysis revealed that among yield components, 1000-seed weight showed significant positive direct ...

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

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

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