نتایج جستجو برای: semirum apple

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

Journal: :iranian journal of microbiology 0
ae torkamani department of agriculture and food systems (dafs), school of land and environment, university of melbourne, melbourne, vic 3010, australia.

background and objectives: pulsed electric field (pef) is a novel emerging technology which is believed to have the potential to substitute conventional thermal pasteurization (htst). in the current study pef was compared with htst based on microbial inactivation and quality attributes. materials and methods: juice was prepared by extracting it from semirum apples. they were chilled to 4ºc over...

ژورنال: علوم آب و خاک 2006
جلال جمالیان, , غلامرضا مصباحی, ,

Iran is a major apple producing country. A number of industrial apple products can be made from apple. In some developed countries about 25% of apples are processed into apple sauce. Apple sauce hasn’t so far been produced by Iranian food industry, but if a formulation suitable for the taste of Iranian consumers is prepared, it can commercially succeed as a consumer product. At the first step o...

جلال جمالیان, , غلامرضا مصباحی, ,

Iran is a major apple producing country. A number of industrial apple products can be made from apple. In some developed countries about 25% of apples are processed into apple sauce. Apple sauce hasn’t so far been produced by Iranian food industry, but if a formulation suitable for the taste of Iranian consumers is prepared, it can commercially succeed as a consumer product. At the first step o...

2016
Marc Fuchs

Several viruses can cause devastating diseases in domestic apple (Malus x domestica Brokh.). Major viruses affecting apple production in New York are apple chlorotic leaf spot virus (ACLSV), apple stem pitting virus (ASPV), apple stem grooving virus (ASGV). These viruses are common and generally latent; in other words, they do not cause acute symptoms on most commercial cultivars. However, when...

Journal: :Annals of allergy 1987
E A Pastorello V Pravettoni A Bigi R Qualizza D Vassellatti M L Schilke L Stocchi A Tedeschi R Ansaloni C Zanussi

The behaviour of some immunologic parameters was studied in order to explain the presence or the lack of symptomatology in subjects with IgE specific to foods. In particular, we compared the levels of serum and salivary IgA and IgE antibody specific to apple in 33 patients allergic to birch and with anti-apple IgE, of whom 24 had oral allergy syndrome after eating apple and nine were apple tole...

Journal: :Journal of animal science 1979
T S Rumsey D L Kern L L Slyter

The effects of apple pomace diets on rumen microbial population, movement of ingesta from the rumen, and water intake were studied in two trials with beef steers. Trial 1 was a 5 • 5 Latin square in which five ruminal fistulated steers were fed either corn silage plus cottonseed meal (CSM), apple pomace plus CSM, apple pomace plus urea, apple pomace plus urea and starch, or apple pomace plus ur...

Journal: :Molecular biology and evolution 2013
Svetlana V Nikiforova Duccio Cavalieri Riccardo Velasco Vadim Goremykin

Both the origin of domesticated apple and the overall phylogeny of the genus Malus are still not completely resolved. Having this as a target, we built a 134,553-position-long alignment including two previously published chloroplast DNAs (cpDNAs) and 45 de novo sequenced, fully colinear chloroplast genomes from cultivated apple varieties and wild apple species. The data produced are free from c...

E Mansorinejad H Nematolahi M Mehrabani Me Mehrabani Mehrzad Mehrabani SH Raftari

Background & Aims: Apple (Malus domestica Borkh. from Rosaceae family), a rich source of phytoestrogenes has not been thoroughly tested for its reproductive effects. In this study, we investigated the effects of apple diet on rats' reproduction. Method: Nine groups of NMRI rats (n= 10 females + 2 males) with different apple diets (free- apple diet and apple diet in every other day and every tow...

Journal: :Planta medica 2017
Katharina Waldbauer Ruxandra McKinnon Brigitte Kopp

Apple pomace is a waste product of the apple manufacturing industry that has been in the focus of life sciences as it represents a low-cost source of fruit-derived compounds. High fruit consumption is associated with beneficial health effects, and therefore, apple pomace and its constituents raise therapeutic interest. The present work reviews (i) the chemical constituents of apple pomace, (ii)...

2013
Suzanna E. Forwood Alexander D. Walker Gareth J. Hollands Theresa M. Marteau

Increasing the consumption of fruit and vegetables is a central component of improving population health. Reasons people give for choosing one food over another suggest health is of lower importance than taste. This study assesses the impact of using a simple descriptive label to highlight the taste as opposed to the health value of fruit on the likelihood of its selection. Participants (N=439)...

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

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

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