نتایج جستجو برای: had higher grain yield per plant

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

Amiri, Seyed Reza , Salimi, Khaled , Ziaei, Seyed Masoud ,

Saravan is one of the arid regions of the country, so cultivating plants compatible with these areas can be effective in improving the province's agriculture. One of the most recently considered plants in the country is quinoa, which is resistant to adverse environmental conditions. Therefore, the present experiment was conducted with the aim of investigating the different levels of irrigation ...

2016
N. Hussain A. Ghaffar M. Aslam

The present study was conducted to explore the magnitude of genetic variation and mode of inheritance for some quantitative traits among the sixteen genotypes of chickpea at Arid Zone Research Institute, Bhakkar, during the Rabi crop season 2012-13. The experiment was laid out in Randomized Complete Block Design (RCBD) with three replications. The data regarding eight important quantitative tra...

Journal: :Journal of environmental biology 2007
Dorin Gupta R K Mittal Anil Kant Mohar Singh

Correlation coefficient analysis conducted on 22 triticale x bread wheat derivatives along with six checks to select true- breeding derivative(s) for future hybridization programme with tolerance to drought and cold stress conditions as well as better quality traits revealed significant correlation of grain yield with spikelets per spike, biological yield, harvest index, leaf area index. Intere...

ژورنال: علوم آب و خاک 2018

Limited water resource in arid and semi-arid areas is one of the most important problems in the agricultural sector. Therefore, the use of non-conventional water resources becomes more important. For this reason, a study was conducted on barley to evaluate the effect of irrigation with sugar plant wastewater as a factorial randomized complete block design field experiment. Treatments include wa...

Journal: :تولید گیاهان زراعی 0

in order to study of variation and relationships between morphological traits with yield and its components in three grain sorghum cultivars (kimia, sepideh and payam) and nine promising lines (mgs1-mgs9) received from seed and plant improvement institute, an experiment was conducted as randomized complete block design with four replications in birjand agricultural research station, in two grow...

تدین, محمود رضا , قربانی‌نژاد, علی جعفر,

In order to evaluate the effects of supplementary irrigation and municipal solid waste compost on growth and yield of two chickpea cultivars under dryland condition, a field experiment was arranged in Khoramabad, Iran, in 2008-2009. The experimental design was split-split plots with randomized complete blocks with three replications. Four levels of irrigation as main plot including dryland (as ...

Objective: Yield components and genetic contribution have the most important in final yield and breeding programs of crop plants. For this purpose, 20 varieties of grapevines with Russia origin were evaluated in Urmia and Takestan research station (under full irrigation and drought stress). Methods: Twenty grapevine genotypes were evaluated in Urmia and Takestan research station (under full irr...

Journal: :به زراعی کشاورزی 0
علی تدین دانشیار، گروه زراعت، دانشکده کشاورزی دانشگاه شهرکرد، شهرکرد - ایران شهرام ترابیان کارشناس ارشد، گروه زراعت، دانشکده کشاورزی دانشگاه شهرکرد، شهرکرد - ایران محمود رضا تدین دانشیار، گروه زراعت، دانشکده کشاورزی دانشگاه شهرکرد، شهرکرد - ایران

in order to evaluate the variation of some of quantitative and qualitative traits of different varieties of linseed under different plant densities, an experiment was conducted in the research station of the faculty of agriculture in shahrekord univerity in 2009. this experiment was arranged as factorial in rcbd design with three replications. four linseeds originated from australia, canada, fr...

Journal: Desert 2011
Kh Jamshidi

In order to evaluate the yield, yield components and protein contents of two wheat cultivars (Zarrin and Gaspard) in sole cropping and intercropping systems,an experiment was conducted using replacement serious technique and different combinations of intercropping with high plant density and optimal of each cultivar. A factorial experiment was conducted in the form of randomized complete block ...

2010
K. Salini N. Senthil

Evaluation of three hundred and sixty four proso millet germplasm accessions were done during rabi, 2008-2009 at Department of Millets, Centre for Plant Breeding and Genetics, Tamil Nadu Agricultural University, Coimbatore to study genetic variability, diversity, correlation and path analysis of yield and its components. High variability observed for most of the characters indicated the scope o...

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

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

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