نتایج جستجو برای: yield response factor

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

سلطانی حویزه, مهدی, شهبازی, احسان, مرادی, محمد,

The efficiency of a breeding program depends mainly on the direction of the correlation between yield and its components and the relative importance of each component involved in contributing to seed yield. The objective of this study was to detection of traits affecting canola yield by multivariate analysis, at Khozestan Province, Iran, in the agricultural year in 2015–2016. A randomized compl...

  Abstract In most southern provinces of Iran, soil salinity is a growing problem, particularly in irrigated agricultural areas, and has been found to reduce wheat yield, dramatically. To investigate the effect of sodium chloride on two wheat (Triticum aestivum L.) cultivars, four levels of salinity: 0, 4, 8 and 12 dS/m, were employed as a factorial experiment arranged in a randomized complet...

جعفری, پیمان, جلالی, امیرهوشنگ, عرب سلمانی, کریم ,

To investigate the effect of ethephon on control of male flowers in melon, a split plot experiment, with randomized complete blocks design and three replications, was conducted in Agricultural and Natural Resources Research Center of Varamin, Iran, during 2005-2006. The main factor included three levels of plant growth stage (3-leaf, 6-leaf and early reproductive stage) and sub-plots included f...

Journal: :علوم باغبانی 0
رحمتی رحمتی عزیزی عزیزی حسن زاده خیاط حسن زاده خیاط نعمتی نعمتی

abstract field experiment was carried out at the ferdowsi university research field, mashhad, iran during 2006-2007, to determine how much effective the n-fertilization is, to find out the most suitable plant density which could be used in chamomile (matricaria chamomilla l. asteraceae) to increase the yield of anthodium flowers and content of essential oil. the experimental design was as two f...

حاتم زاده, حسین, فرجی, ابوالفضل,

Development of oil seed crops is the most important aim in our country to achieve self sufficiency. This study was conducted to assess the suitability of oil brassicas species in rain-fed warm areas of Iran. This research was performed for three years in Agricultural Research stations of Gonbad (Golestan). Twenty varieties and hybrids (B. napus, B. rapa, B. juncea ) were compared in RCBD with t...

Journal: :Plant physiology 2014
Venkategowda Ramegowda Supratim Basu Arjun Krishnan Andy Pereira

Rice (Oryza sativa) is the primary food source for more than one-half of the world's population. Because rice cultivation is dependent on water availability, drought during flowering severely affects grain yield. Here, we show that the function of a drought-inducible receptor-like cytoplasmic kinase, named GROWTH UNDER DROUGHT KINASE (GUDK), is required for grain yield under drought and well-wa...

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

‏‎the purpose of the present study was to investigate the latent pattern underlying reading ability . some 272 male and female participants. english majors at the ba level , participated in the study. two valid tests were used in this study, the reading test developed exclusively for the purpose of this project and academic reading section of ielts. to investigate the possible latent underlying...

Mansour Fazeli-Rostampoor Mohamad Javad Seghatoleslami Seyyed Gholamreza Moosavi Zeinolabedin Jouyban

In order to study the effect of water deficit stress and different nitrogen levels on flower yield, yield components and water use efficiency of Calendula officinalis L., an experiment was conducted as split plot based on randomized complete block design with three replications, at research field of Islamic Azad University, Birjand branch in 2009. In this experiment, irrigation treatments (irri...

Journal: :journal of ornamental plants 2015
m. k. prithvi raje urs k. k. a. sarkar

sericulture has played a very important role in the socio-economic empowerment of rural and semi-urban population. the eco-friendly nature of the industry, in addition to its employment generation potential, low investments and frequent returns, has rendered the industry as one of the most suitable land based economic activity, particularly in the context of global movement against environmenta...

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

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

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