نتایج جستجو برای: high yielding genotypes

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

Journal: :یافته های تحقیقاتی در گیاهان زراعی و باغی 0
رجب چوکان مؤسسه تحقیقات اصلاح و نهال و بذر، کرج افشار استخر غلامرضا افشارمنش علی شیرخانی عزیز آفرینش محمد برزگری محمد حسین سبزی

as compared to ksc 704 hybrid with 9.844 t/ha, the maize hybrid, ksc 705(k3640/3 × mo17) produced an average grain yield of 11.120 t/ha over seven locations evaluated in final trials for two consecutive years (2007-8). in advanced yield trials done in 2011, across seven locations, this hybrid performed the highest grain yield, 10.450 t/ha, while ksc 704 produced 8.513 t/ha. in addition to the g...

Journal: :Tarim Bilimleri Dergisi-journal of Agricultural Sciences 2021

Oat is used for food, in animal feeding and non-food products. Twenty-five oat genotypes were evaluated at six different environments to determine high-yielding, good-quality stable genotypes. Experiments conducted randomized blocks design with 4 replications. Grain yield, plant height, test weight, thousand-grain screening percentage, groat protein, ?-glucan starch contents 25 Genotype, enviro...

Extended Abstract Introduction and Objective: The selection of high-yielding genotypes is especially important in sunflower. Therefore, this study was conducted to identify interrelationships between different traits and the selection of the best sunflower hybrids. Material and Methods: In this study, 11 new hybrids along with four cultivars Golsa, Ghasem, Shams, and Farrokh were evaluated in...

Journal: :Journal of clinical microbiology 2007
J Knapp J M Bart M L Glowatzki A Ito S Gerard S Maillard R Piarroux B Gottstein

Alveolar echinococcosis (AE)--caused by the cestode Echinococcus multilocularis--is a severe zoonotic disease found in temperate and arctic regions of the northern hemisphere. Even though the transmission patterns observed in different geographical areas are heterogeneous, the nuclear and mitochondrial targets usually used for the genotyping of E. multilocularis have shown only a marked genetic...

2014
Elissavet G Ninou Ioannis G Mylonas Athanasios Tsivelikas Parthenopi Ralli Christos Dordas Ioannis S Tokatlidis

The negative relationship between the yield potential of a genotype and its competitive ability may constitute an obstacle to recognize outstanding genotypes within heterogeneous populations. This issue was investigated by growing six heterogeneous wheat landraces along with a pure-line commercial cultivar under both dense and widely spaced conditions. The performance of two landraces showed a ...

Journal: :The Plant cell 2016
Candice N Hirsch Cory D Hirsch Alex B Brohammer Megan J Bowman Ilya Soifer Omer Barad Doron Shem-Tov Kobi Baruch Fei Lu Alvaro G Hernandez Christopher J Fields Chris L Wright Klaus Koehler Nathan M Springer Edward Buckler C Robin Buell Natalia de Leon Shawn M Kaeppler Kevin L Childs Mark A Mikel

Intense artificial selection over the last 100 years has produced elite maize (Zea mays) inbred lines that combine to produce high-yielding hybrids. To further our understanding of how genome and transcriptome variation contribute to the production of high-yielding hybrids, we generated a draft genome assembly of the inbred line PH207 to complement and compare with the existing B73 reference se...

2006
Claire Wathes

Introduction Genetic progress coupled with improved nutritional management has resulted in many more cows that can produce over 8,500 litres per 305 day lactation. This upward trend in production over the past 30 years has been accompanied by a steady decline in fertility, with first service conception rates often falling below 40%. Over the same period, there have been considerable changes to ...

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

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

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