نتایج جستجو برای: muscat grapes

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

Journal: :Molecular biotechnology 2013
Isaura Castro Olinda Pinto-Carnide Jesús María Ortiz Juan Pedro Martín

Grapevine chloroplast (cp) DNA diversity was analysed for the first time through amplification and digestion of fragments of the large single copy (LSC) region by polymerase chain reaction-restriction fragment length polymorphism methodology and also by amplification of three microsatellite loci, previously described as polymorphic in grapevine. Thirty-eight grapevine cultivars collected mainly...

Journal: :Letters in applied microbiology 2001
L Abrunhosa R R Paterson Z Kozakiewicz N Lima A Venâncio

AIMS In order to assess the potential for producing mycotoxins, fungi were isolated from wine producing grapes. METHODS AND RESULTS The isolates were identified and Penicillium expansum, the most well recognized mycotoxin producer, was analysed for mycotoxin production by TLC. Many of the strains produced patulin and/or citrinin, often depending on whether they were grown on a grape or yeast ...

Elahesadaat Hosseini, Mahta Mirzaei Mohammad Rafiei

Objective: Due to rich resources of phenolic components such as anthocyanin and flavonoids, grape has grabbed lots of attention. Antioxidants are the frontline of the human immune system against free radicals and they are of high importance for the human health. Methods: In order to determine antioxidant activities, the amount of phenols, anthocyanin and ascorbic acid of 2 grapes’ varieties ("w...

امجدی سورکی, ام‌البنین, زکوی, علی‌اصغر, موسوی, طهورا, یوسف پور, محمد, رفیعی, علیرضا ,

Background and purpose: Grapes are abundantly found and consumed by people all over the world. Holy Quran has more than a thousand verses about scientific facts and some of them are regarded as the scientific miracles of Quran. Holy Quran has mentioned grape 11 times. The holy book advises human to use both vegetables and animal source foods. This study aimed to review medicinal and nutritional...

Journal: :Food chemistry 2016
Katja Šuklje Guillaume Antalick Astrid Buica Zelmari A Coetzee Jeanne Brand Leigh M Schmidtke Melané A Vivier

This study investigated the potential to improve wine aroma by applying two inactive dry yeast products (IDYs) at the onset of ripening on Sauvignon Blanc grapes. Both products led to increased reduced glutathione concentrations in the grape juice and corresponding wines, as well as differences in individual higher alcohol acetates (HAAs) and ethyl esters of straight chain fatty acids (EEFAs) a...

2017
Nils Leander Huamán-Castilla María Salomé Mariotti-Celis José Ricardo Pérez-Correa

Carménère is the emblematic grape of Chile. Recent studies indicate that it has a different polyphenolic profile than other commercial varieties of grape among other factors, due to its long maturation period. The grape and wine of Carménère stand out for having high concentrations of anthocyanins (malvidin), flavonols (quercetin and myricetin) and flavanols (catechin, epicatechin and epigalloc...

2008
J. B. Jiménez Sánchez A. González Ureña

This work demonstrates that the own plant defence compounds, like resveratrol in grapes, can be used as a natural and ecological alternative to chemical pesticides. An extract from vine leaves was used to maintain the quality of post-harvested grapes. Specifically, an extract (95% water and 5% ethanol) of such leaves was prepared and, subsequently, different bunches of grapes were immersed in i...

2010
VIOLETA IVANOVA FABIO CHINNICI

Wines and grapes contain a large array of phenolic compounds belonging to non-flavonoids and flavonoids. This study evaluates the polyphenolic contents of six commercial red and white Macedonian wines and four grape varieties. Spectrophotometric methods were applied for the determination of the total phenolics, the total flavonoids, the total anthocyanins and the total catechins. The efficiency...

2014
António Teixeira Viviana Martins Henrique Noronha José Eiras-Dias Hernâni Gerós

The characterization of the metabolites accumulated in the grapes of specific cultivars grown in different climates is of particular importance for viticulturists and enologists. In the present study, the metabolite profiling of grapes from the cultivars, Alvarinho, Arinto and Padeiro de Basto, of two Portuguese Controlled Denomination of Origin (DOC) regions (Vinho Verde and Lisboa) was invest...

2002
K. J. Moore M. G. Johnson

Wine makers wanting to know about natural fermentations (i.e., those not intentionally inoculated with yeast starter cultures) are interested in the kinds of yeasts present naturally on wine grapes at harvest and which yeasts gain predominance during must fermentation. This information about Arkansas grapes and naturally-fermented musts is not available. Therefore, the objective of this study w...

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

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

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