نتایج جستجو برای: number of fruits per plant

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

خدائیان , ناهید , زاهدی, مرتضی ,

To evaluate the effects of row spacing and plant density on yield and yield components of sweet corn, variety KSC403, an experiment was conducted in Research Farm of Isfahan University of Technology, Isfahan, Iran, in 2007, as randomized complete block design with a split-plot layout and three replications. The main plots were allocated to two row spacing (60 and 75 cm) and the sub-plots accomm...

In order to induce of autotetraploidy and to evaluate changes in morphological and phenology characters of Madagascar (Catharanthus roseus cv. Rosea) an experiment was implemented in a randomized complete blocks design with four concentrations of colchicine (0, 0.1, 0.2 and 0.4%) Spraying was carried out in six replicates in the two true leaf stages. The results of the analysis by using flow cy...

Journal: :پژوهش های کاربردی زراعی (زراعت سابق) 0
فرود صالحی عضو هیأت علمی مرکز تحقیقات کشاورزی و منابع طبیعی استان چهارمحال و بختیاری

adjustment of plant density is an important base on light, water and soil nutrients for increasing seed yield. to determine of plant density in new red bean lines (phaseolus vulgaris l.), this experiment was conducted as factorial in randomized complete block design (rcbd) with three replications at lordegan region (chaharmahal and bakhtiari province) in 2004-2005. factors were new red bean lin...

جعفرزاده قهدریجانی, محسن , رشیدی, فاطمه , مجیدی, محمد مهدی , میرلوحی, آقافخر ,

This research was conducted to investigate the relationship between different traits, detecting factors affecting this relationship and to identify components of seed yield in canola under drought and normal conditions. Twenty eight canola cultivars were evaluated for morphological, agronomic and physiological traits under water stress and normal irrigation according to a randomized block desig...

ژورنال: علوم آب و خاک 2009
اصفهانی, مسعود, ربیعی, بابک, سمیع زاده, حبیب الله , صفایی چایی کار, صنم,

In order to study the correlation of agronomic, morphologic and physiologic traits and their effects on grain yield of rice genotypes in two environments (favorable irrigation and water stress), 49 genotypes were evaluated using a completely randomized block design with 3 replications in two experimental conditions. All practices and conditions were the same for the two experiments with the exc...

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

the main objective of this study was to understand of genetic association between quantitative and qualitative traits and also to quantify effects of selection for one trait on others in safflower. the study took place in the experimental field of the faculty of agriculture, isfahan university of technology, isfahan, iran, in the 2001 and 2002. to find the best variable for selection to improve...

اصفهانی, مسعود, ربیعی, بابک, سمیع زاده, حبیب الله , صفایی چایی کار, صنم,

In order to study the correlation of agronomic, morphologic and physiologic traits and their effects on grain yield of rice genotypes in two environments (favorable irrigation and water stress), 49 genotypes were evaluated using a completely randomized block design with 3 replications in two experimental conditions. All practices and conditions were the same for the two experiments with the exc...

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...

2017
Stephanie M Koontz Carl W Weekley Sarah J Haller Crate Eric S Menges

Cleistogamy (CL) in angiosperms historically has been understudied; however, its co-occurrence with chasmogamy (CH) across many plant species suggests a fitness advantage to maintaining this mixed-mating strategy. Maintenance of mixed-mating has been attributed to reproductive assurance, resource allocation or genetic trade-offs. Our goals were to explore patterns of CH and CL, quantify reprodu...

Extended Abstract Introduction and Objective: Flax (Linum usitatissimum L.) from the Linum genus and Linaceae family is one of the oldest oil products in the world. A natural population with sufficient genetic diversity is necessary to select the desired phenotypic traits, so the study of genetic diversity and the correct selection of essential tools is the main breed of plant. Agriculture fac...

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

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

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