نتایج جستجو برای: limited cultivar

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

Journal: :Genetics 1997
M S Olson

Discrimination between disomic and tetrasomic inheritance aids in determining whether tetraploids originated by allotetraploidy or autotetraploidy, respectively. Past assessments of inheritance in tetraploids have used analyses whereby each inheritance hypothesis is tested independently. I present a Bayesian analysis that is appropriate for discriminating among several inheritance hypotheses an...

2004
M. Barić

Stability of breadmaking quality of four Croatian bread winter wheat cultivars was investigated using rheological traits from the farinogram (dough development time, stability, degree of so�ening, water absorption, Hankoczy quality number) and the extensogram (extensibility, maximum resistance, ratio of resistance to extensibility, energy) and the indirect traits (protein content, wet gluten co...

2013
Qian-Hao Zhu Longjiang Fan Yang Liu Hao Xu Danny Llewellyn Iain Wilson

In this study, we characterized the miR482 family in cotton using existing small RNA datasets and the recently released draft genome sequence of Gossypium raimondii, a diploid cotton species whose progenitor is the putative contributor of the Dt (representing the D genome of tetraploid) genome of the cultivated tetraploid cotton species G. hirsutum and G. barbadense. Of the three ghr-miR482 mem...

2017
Diego Mauricio Riaño-Pachón Lucia Mattiello

Sugarcane commercial cultivar SP80-3280 has been used as a model for genomic analyses in Brazil. Here we present a draft genome sequence employing Illumina TruSeq Synthetic Long reads. The dataset is available from NCBI BioProject with accession . PRJNA272769 This article is included in the Global Open Data for gateway. Agriculture and Nutrition This article is included in the Data: Use and Reu...

Journal: :Scientia Agricola 2022

The average yield of sweet potato (Ipomoea batatas (L.) Lam.) in Brazil is below the crop potential, and appropriate cultural practices more productive cultivars are needed to improve yield. Beauregard cultivar, originally from United States, has shown high potential. This study evaluated performance features agronomic importance cultivar comparison local eight sweet-potato clones Brazilian reg...

Journal: :Journal of nematology 1993
E C Bernard M E Montgomery-Dee

The reproduction of isolates of five plant-parasitic nematode species on the winter rapeseed cultivars Bridger, Gorzanski, H-47, Lindora, and Viking was evaluated. Each cultivar was a good host for Helicotylenchus pseudorobustus, Meloidogyne hapla, and M. incognita, All rapeseed cultivars were poor hosts for Pratylenchus scribneri, in comparison with a susceptible reference host. Heterodera gly...

2016
Jong-Hak Kim Min-Kyeoung Kim Hongtao Wang Hee-Nyeong Lee Chi-Gyu Jin Woo-Saeng Kwon Deok-Chun Yang

BACKGROUND Korean ginseng (Panax ginseng) is one of the most important medicinal plants in the Orient. Among nine cultivars of P. ginseng, Chunpoong commands a much greater market value and has been planted widely in Korea. Chunpoong has superior quality "Chunsam" (1st grade ginseng) when made into red ginseng. METHODS A rapid and reliable method for discriminating the Chunpoong cultivar was ...

2010
Patrick J. Conner

Many important high quality cultivars are becoming increasingly susceptible to the scab pathogen. Two such cultivars, 'Stuart' and 'Desirable', comprise over one half of Georgia's total pecan acreage. This increasing susceptibility has often been attributed to the increased prevalence of once rare races of scab that are able to infect these cultivars. Demaree and Cole (1929) were the first to d...

2015
Olga P. Jovanović Gordana S. Stojanović O. P. JOVANOVIĆ G. S. STOJANOVIĆ

Herein, we report on the results of solventand sorbent-free HS-GC-MS (headspace – gas chromatography – mass spectrometry) analysis of the headspace volatiles (HSVs) of fruits of cultivated melon (Cucumis melo L. cultivar “ananas dinja” [pineapple melon]) and pear (Pyrus communis L. cultivar “Julska lepotica” [the beauty of July]), as well as of underground parts of carrot (Daucus carota L. cult...

2005
Ramakanth S Jonnala Nurhan T Dunford Kelly Chenault

Genetic engineering offers great potential for developing peanut cultivars resistant to a broad spectrum of pathogens that pose a recurring threat to peanut health. In an effort to improve the disease resistance of peanuts, three transgenic peanut lines were developed. Somatic embryos of the peanut cultivar Okrun were transformed by inserting a chitinase gene from rice and/or a β-1-3-glucanase ...

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

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

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