نتایج جستجو برای: triticum boeticum

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

2009
M. R. Naghavi M. Maleki S. F. Tabatabaei

In order to study floristic and molecular classification of common wild wheat (Triticum boeoticum Boiss.), an analysis was conducted on populations of the Triticum boeoticum collected from different regions of Iran. Considering all floristic compositions of habitats, six floristic groups (syntaxa) within the populations were identified. A high level of variation of T. boeoticum also detected us...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2016
Emanuela Cristiani Anita Radini Marija Edinborough Dušan Borić

Researchers agree that domesticated plants were introduced into southeast Europe from southwest Asia as a part of a Neolithic "package," which included domesticated animals and artifacts typical of farming communities. It is commonly believed that this package reached inland areas of the Balkans by ∼6200 calibrated (cal.) BC or later. Our analysis of the starch record entrapped in dental calcul...

Journal: :Journal of applied genetics 2001
J Chełkowski L Stepień

Over 100 genes of resistance to rust fungi: Puccinia recondita f. sp. tritici, (47 Lr - leaf rust genes), P. striiformis (18 Yr - yellow rust genes) and P. graminis f. sp. tritici (41 Sr - stripe rust genes) have been identified in wheat (Triticum aestivum L.) and its wild relatives according to recent papers. Sixteen Lr resistance genes have been mapped using restriction fragments length polym...

Journal: :Food chemistry 2017
Elisa Carloni Giulia Amagliani Enrica Omiccioli Veronica Ceppetelli Michele Del Mastro Luca Rotundo Giorgio Brandi Mauro Magnani

Pasta is the Italian product par excellence and it is now popular worldwide. Pasta of a superior quality is made with pure durum wheat. In Italy, addition of Triticum aestivum (common wheat) during manufacturing is not allowed and, without adequate labeling, its presence is considered an adulteration. PCR-related techniques can be employed for the detection of common wheat contaminations. In th...

Journal: :Genetics 1986
E M Golenberg

The linkage relationships in wild emmer wheat, Triticum dicoccoides , between nine enzymatic loci (Mdh-1, Ipo, beta-Glu, Pept-1, Pept-3, Est-5, Est-1, 6Pgdh-2 and Hk) and a coleoptile pigment locus (Rc) were investigated. Chromosome locations of genes were inferred from analysis of ditelocentric lines of Triticum aestivum, cultivar Chinese Spring. The loci Mdh-B1 and Hk are linked (lambda = 0.1...

Journal: :Plant physiology 1988
E Millet R J Jones

Wheat (Triticum aestivum, Triticum durum) grains were excised immediately following fertilization and cultured until maturity. A rachis fragment attached to the grain was required to ensure an increase in grain size for the first 10 days following fertilization. A (14)C-labeling study revealed that 8-day-old grains accumulated more dry matter into the ethanol-insoluble fraction when grown on ag...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2003
Junhua Peng Yefim Ronin Tzion Fahima Marion S Röder Youchun Li Eviatar Nevo Abraham Korol

Wild emmer wheat, Triticum dicoccoides, is the progenitor of modern tetraploid and hexaploid cultivated wheats. Our objective was to map domestication-related quantitative trait loci (QTL) in T. dicoccoides. The studied traits include brittle rachis, heading date, plant height, grain size, yield, and yield components. Our mapping population was derived from a cross between T. dicoccoides and Tr...

Journal: :Plant physiology 2007
Caitlin S Byrt J Damien Platten Wolfgang Spielmeyer Richard A James Evans S Lagudah Elizabeth S Dennis Mark Tester Rana Munns

Bread wheat (Triticum aestivum) has a greater ability to exclude Na+ from its leaves and is more salt tolerant than durum wheat (Triticum turgidum L. subsp. durum [Desf.]). A novel durum wheat, Line 149, was found to contain a major gene for Na+ exclusion, Nax2, which removes Na+ from the xylem in the roots and leads to a high K+-to-Na+ ratio in the leaves. Nax2 was mapped to the distal region ...

Journal: :Genome 2003
Pawel C Czembor Edward Arseniuk Andrzej Czaplicki Qijiang Song Perry B Cregan Peter P Ueng

Stagonospora nodorum blotch is an important foliar and glume disease in cereals. Inheritance of resistance in wheat appears to be quantitative. To date, breeding of partially resistant cultivars has been the only effective way to combat this pathogen. The partial resistance components, namely length of incubation period, disease severity, and length of latent period, were evaluated on a populat...

Journal: :تولید گیاهان زراعی 0
مهرانگیز اکبری کارشناس ارشد گروه زراعت، دانشگاه ایلام محمدجواد زارع عضو هیأت علمی دانشگاه ایلام علی اشرف مهرابی عضو هیأت علمی دانشگاه ایلام علی اصغر نصراله نژاد عضو هیأت علمی دانشگاه علوم کشاورزی و منابع طبیعی گرگان

in order to investigate the effect of phosphorus fertilizer and spraying fe chellat in micronutrients absorption rate, rate of proline and soluble carbohydrates in bread wheat and some of its ancestral species in dryland condition, a factorial experiment was conducted with three factors consist of: p fertilizer (in two levels), spraying fe chellat (in two levels) and different species of wheat ...

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

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

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