نتایج جستجو برای: seedless varieties

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

Journal: :Genetics and molecular research : GMR 2013
W Ji Z-Q Li Q Zhou W-K Yao Y-J Wang

This project aimed at breeding new seedless grape cultivars by embryo rescue through three hybridization methods: 1) using cross-breeding between seedless Vitis vinifera cultivars and wild Chinese Vitis spp; 2) crossing with two seedless cultivars, and 3) hybridization between grapes of different ploidy. Genotype, sampling times, and media were confirmed to play important roles in this system. ...

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

flame seedless is one of the most important and commercial table grape cultivar that is used for breeding program due to its specific characteristics of fruit high production. in order to breed new seedless grape cultivars and with considering importance of selecting seedless varieties as a female parent to increase the production rate of seedless offspring in a breeding cycle, embryo rescue te...

Journal: :Food Biotechnology 2023

The health and yield of grapes are affected by the microorganisms associated with grapevine. diversity present on wine grape varieties is well defined whereas, information table remains scarce. In study, culture-dependent method was used to isolate microbes surface commercial white seedless cultivar, Thompson Seedless at different stages berry development. microbial load increased as progressed...

2014
S. Naz K. Shahzadi S. Rashid F. Saleem

Genetic relationship among 17 citrus commercially important cultivars, including local and some hybrid varieties of Pakistan was evaluated by RAPD (Random Amplified Polymorphic DNA) markers. Fifteen decamer primers were selected out of 25 primers that produced 153 polymorphic bands with 13bands per primer on an average with a total of 188 bands. To analyze the genetic similarity or dissimilarit...

Journal: :Remote Sensing 2021

Current predefined architectures for deep learning are computationally very heavy and use tens of millions parameters. Thus, computational costs may be prohibitive many experimental or technological setups. We developed an ad hoc architecture the classification multispectral images using techniques. The architecture, called 3DeepM, is composed 3D filter banks especially designed extraction spat...

2016
Giuseppe Ferrara Andrea Mazzeo Angela M. S. Matarrese Carmela Pacucci Antonio Trani Matthew W. Fidelibus Giuseppe Gambacorta

Some plant growth regulators, including ethephon, can stimulate abscission of mature grape berries. The stimulation of grape berry abscission reduces fruit detachment force (FDF) and promotes the development of a dry stem scar, both of which could facilitate the production of high quality stemless fresh-cut table grapes. The objective of this research was to determine how two potential abscissi...

2014
Sadaf Altaf Muhammad Mumtaz Khan Muhammad Jaffar Jaskani Iqrar Ahmad Khan Muhammad Usman Bushra Sadia Faisal Saeed Awan Asif Ali Azeem Iqbal Khan

Kinnow (Citrus reticulata Blanco) mandarin is a superior fruit crop in Pakistan; however, it is characterized by high number of seeds which is disliked by consumers and the processing industry. The objective of this work was to document the morphological and genetic differences in selected seeded and seedless Kinnow strains from two different locations i.e., Citrus Research Institute Sargodha a...

Journal: :Plant physiology 1992
M Talon L Zacarias E Primo-Millo

Satsuma (Citrus unshiu [Mak] Marc.) and Clementine (Citrus reticulata [Hort.] Ex. Tanaka, cv Oroval) are two species of seedless mandarins differing in their tendency to develop parthenocarpic fruits. Satsuma is a male-sterile cultivar that shows a high degree of natural parthenocarpy and a high fruit set. Seedless Clementine varieties are self-incompatible, and in the absence of cross-pollinat...

2010
E.

During recent years a large annual surplus of grapes has been produced in the United States, and the development of new grape products to take care of this increasing supply is at present an important phase of the grape industry. Because of the general interest in a fruit so abundantly grown, it seemed desirable to study the nutritive value of grapes and grape juices more extensively than had p...

Journal: :BIO web of conferences 2021

Powdery mildew ( Erysiphe necator ) is one of the most common and economically significant diseases grapes. Currently, main method controlling disease pesticide treatment. Breeding resistant varieties necessary to reduce chemical treatments. a number grape resistance genes powdery DNA markers for identification allelic status these are known. In study determine presence loci Ren3 Ren9 , 25 geno...

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

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

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