نتایج جستجو برای: total yield 219012 gram per plant

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

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

a field experiment was conducted at research station of zabol university in 2012. the experiment carried out as split plot on basis of a randomized complete block design with three replications. the main and sub factors included tillage systems (no, reduced, and conventional tillage) and planting ratios of intercropping (pure culture of roselle, pure culture of green gram, 25% roselle + 75% gre...

ژورنال: علوم آب و خاک 2007
محمود خدام باشی امامی, , سید حسین محمدی, , عبدالمجید رضایی, ,

Half diallel crosses of nine Iranian wheat cultivars were used to estimate the general and specific combining ability effects and other genetic parameters related to yield and its components. Parents with F2 generations were evaluated at Research Farm, College of Agriculture, University of Shahrekord, in a randomized complete block design with 3 replications. Partitioning of genotypes mean squa...

محمود خدام باشی امامی, , سید حسین محمدی, , عبدالمجید رضایی, ,

Half diallel crosses of nine Iranian wheat cultivars were used to estimate the general and specific combining ability effects and other genetic parameters related to yield and its components. Parents with F2 generations were evaluated at Research Farm, College of Agriculture, University of Shahrekord, in a randomized complete block design with 3 replications. Partitioning of genotypes mean squa...

رمضانی, سید حمید رضا, منصوری, سعداله,

Fourteen sesame lines that have preferred in primary evaluation, with local mass of Birjand (as test) and Ooltan cultivar (as overall test) were compared for two years in completely block design with 4 replication. Traits measured in this study were germination percent, number of flower per axis, number of sub branch, capsule length, plant height, number of capsules per plant, height of first c...

Eight Strawberry cultivars (Paros, Queen Elisa, Pajaro, Camarosa, Gaviota, Selva, Mrak and Kurdistan as local cultivar) were evaluated to select the best cultivar based on quantitative yield production in Kurdistan province condition. An experiment was performed in a randomized complete block design with three replications during 2008- 2010 in Grizeh research station (Sanandaj). Eleven morpholo...

Journal: :علوم باغبانی 0
محمد کافی شهرام رضوان بیدختی سارا سنجانی

abstract persian shallot (moseer) belongs to alliaceae family, is a perennial medicinal and industrial edible alliums in iran. very little information is available about different aspects of this species particularly on its agronomical production. in order to determine optimum sowing date and plant density in persian shallot, an experiment was conducted as split plot based on complete randomize...

2005
S. Ercisli

Allelopathic effects of juglone and walnut leaf extracts from Persian walnut (Juglans regia L.) on yield, growth, chemical and plant nutrient element composition of the day-neutral strawberry (Fragaria × ananassa L.) cultivar Fern were investigated as part of an effort to identify tolerant species to plant adjacent to walnut. Strawberry plants were treated with juglone (5-hydroxy-1.4 naphthoqui...

Journal: :پژوهش های زراعی ایران 0
فاطمه سلیمانی گودرز احمدوند بیژن سعادتیان

to investigate the effect of wild mustard plant density and nitrogen fertilizer on morphological characters, yield and yield components of canola a split-plot experiment based on a randomized complete block design with 3 replications was carried out in bu-ali sina university of hamedan, in 2009. 4 levels of nitrogen fertilization (100, 150, 200 and 250 kgn h-1) were assigned to main-plots and p...

Journal: :international journal of advanced biological and biomedical research 2014
valiollah rasoli ezatollah farshadfar jafar ahmadi

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
فرشته دارابی علی حاتمی محمد جواد زارع رحیم ناصری

introduction lentil (lens culinaris medic) is a member of the leguminosae (fabaceae) family and an important pulse crop grown in iran. growth of lentil plant is highly sensitive to environmental conditions, especially solar radiation, high temperature and water availability. one of the important reasons for unstable lentil yield is the indeterminate growth habit of lentil plants. extensive vege...

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

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

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