نتایج جستجو برای: commercial apple cultivar

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

Journal: :The Plant Journal 2007
Richard V Espley Roger P Hellens Jo Putterill David E Stevenson Sumathi Kutty-Amma Andrew C Allan

Anthocyanin concentration is an important determinant of the colour of many fruits. In apple (Malus x domestica), centuries of breeding have produced numerous varieties in which levels of anthocyanin pigment vary widely and change in response to environmental and developmental stimuli. The apple fruit cortex is usually colourless, although germplasm does exist where the cortex is highly pigment...

Journal: :Current Journal of Applied Science and Technology 2022

Apple (Malus domestica Borkh.) being the most significant and profitable crop cultivated in temperate areas is extremely susceptible to apple scab disease. It becomes problematic when pathogens develop resistance farmers spend a lot of money on fungicides. These widespread worries reasonably call for different disease management strategy order use fungicides less frequently. As result, current ...

Journal: :European Food Research and Technology 2021

This study provides cultivar-specific metabolic fingerprints of volatile organic compounds in the headspace cloudy apple juices. Cloudy juices from 47 “true to type” cultivars grown under identical agricultural and climatic conditions South Tyrol, Italy, have been analysed through solid-phase microextraction gas chromatography coupled with high-resolution time-of-flight mass spectrometry (HS–SP...

2012
Wee L. Yee Michael W. Klaus Dong H. Cha Charles E. Linn Robert B. Goughnour Jeffrey L. Feder

The apple maggot fly, Rhagoletis pomonella (Walsh) (Diptera: Tephritidae), infests non-commercial apple (Malus domestica (Borkh.) Borkh.) and native black-fruited hawthorns (mostly Crataegus douglasii Lindl.) in central Washington, but little has been published on the abundance of the fly in this region. In this paper, the abundance of R. pomonella across different sites near apple-growing area...

Journal: :فصلنامه علمی پژوهشی گیاهان دارویی 0
m shekarchi food and drug control laboratories and food and drug laboratory research center, moh & me r naghshiband hassani department of horticultural sciences, faculty of agriculture, university of tabriz y mostofi department of horticultural sciences, college of agriculture and natural resources, university of tehran z zamani department of horticultural sciences, college of agriculture and natural resources, university of tehran m pirali hamedani department of research and development, food and drug control laboratories, moh & me, no. 31, imam khomeini street, tehran, iran tel: +989121307765 ; fax: +98-21-66404330

background: it was found that, climatic conditions and fruit ripeness are important factor for the occurrence and intensity of superficial scald. 1-mcp is an inhibitor of ethylene action in plants and inhibits many ripening related processes along with the production of ethylene and volatiles. objective: apples are often held for several months at low temperature either in air (ra) or in contro...

Journal: :Plant physiology 2006
Richard D Newcomb Ross N Crowhurst Andrew P Gleave Erik H A Rikkerink Andrew C Allan Lesley L Beuning Judith H Bowen Emma Gera Kim R Jamieson Bart J Janssen William A Laing Steve McArtney Bhawana Nain Gavin S Ross Kimberley C Snowden Edwige J F Souleyre Eric F Walton Yar-Khing Yauk

The domestic apple (Malus domestica; also known as Malus pumila Mill.) has become a model fruit crop in which to study commercial traits such as disease and pest resistance, grafting, and flavor and health compound biosynthesis. To speed the discovery of genes involved in these traits, develop markers to map genes, and breed new cultivars, we have produced a substantial expressed sequence tag c...

Journal: :Molecular ecology 2003
Els Coart Xavier Vekemans Marinus J M Smulders Iris Wagner Johan Van Huylenbroeck Erik Van Bockstaele Isabel Roldán-Ruiz

The genetic variation within and between wild apple samples (Malus sylvestris) and cultivated apple trees was investigated with amplified fragment length polymorphisms (AFLP) and microsatellite markers to develop a conservation genetics programme for the endangered wild apple in Belgium. In total, 76 putative wild apples (originating from Belgium and Germany), six presumed hybrids and 39 cultiv...

Journal: :علوم باغبانی 0
شادی عطار غلامحسین داوری نژاد سید حسین نعمتی

cross pollination in some of apples cultivar exists; also iran is near the origin of apple trees so, large genetic diversity can be seen between iranian cultivar. also very famous apple cultivar is known in iran for special flavor and taste. the name of this cultivar is golab. this research was studied in the years 2010 and 2011 in khorasan razavi province on golab apple ecotypes to evaluate ch...

2000
Randy Woodson

Tu, Yicheng, M.S., Purdue University, December, 2000. Endogenous Gibberellins in Developing Apple Seeds in Relation to Biennial Bearing. Major Professor: Peter M. Hirst. It is believed that Gibberellins (GA) produced in apple seeds act as an inhibitory signal to flower induction in the neighboring buds. As an exception, GA4 is not inhibitory and sometimes found to be promotive to apple flowerin...

2010
Chris B. Watkins

1-Methylcyclopropene (1-MCP), an inhibitor of ethylene perception, has been commercialized as SmartFresh technology for postharvest use on fruits and vegetables around the world. 1-MCP is used widely on apple fruit in North America; its successful commercial uptake has occurred because the technology helps to maintain quality of the fruit, not only during storage, but also through the entire ma...

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

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

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