نتایج جستجو برای: drinking yoghurt

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

2012
Mohammad Shohel Rana Siddiki Shunsaku Ueda Isamu Maeda

BACKGROUND From a human health viewpoint, contaminated milk and its products could be a source of long-term exposure to toxic metals. Simple, inexpensive, and on-site assays would enable constant monitoring of their contents. Bioassays that can measure toxic metals in milk or yoghurt might reduce the risk. For this purpose, the green fluorescent protein (GFP)-tagged trans factors, ArsR-GFP and ...

Journal: :The British journal of nutrition 2007
Dolores Parra J Alfredo Martínez

This trial was designed to assess the effect of live probiotic consumption on leucine assimilation from fresh and pasteurised yoghurt in volunteers with different lactose digestibility. Thirty-three volunteers (mean age 32, s.d. 7 years) participated in this parallel single-blind study (16 of them with moderate lactose intolerance). Breath samples were taken before and at 15 min intervals over ...

Journal: :Revista iberoamericana de micologia 2010
German Cano-Sancho Sonia Marin Antonio J Ramos Juan Peris-Vicente Vicente Sanchis

BACKGROUND Aflatoxin M₁ (AFM₁) is the main monohydroxylated derivative of aflatoxin B₁ (AFB₁) formed in liver and excreted into milk. Although AFM₁ is less toxic than AFB₁, it has been classified as a possible human carcinogen, Group 2B agent by International Agency for Research on Cancer (IARC). OBJECTIVES The objectives of this study were (i) to determine the occurrence of AFM₁ in the main ...

Journal: :تحقیقات مهندسی کشاورزی 0
اکبر زمانی دانش آموخته کارشناسی ارشد گروه علوم و صنایع غذایی دانشکده کشاورزی دانشگاه تبریز هادی الماسی استادیار گروه علوم و صنایع غذایی دانشکده کشاورزی دانشگاه ارومیه بابک قنبرزاده استاد گروه علوم و صنایع غذایی دانشکده کشاورزی دانشگاه تبریز

fruit yoghurt is frequently made with fermented milk products; however, the use of fruit and its products may cause changes in the viscoelastic properties, syneresis and sensory properties of fruit yoghurt. one approach to improve these properties in fruit yoghurt is the use of thickening agents. this study investigated the effect of carboxymethyl cellulose and guar thickening agents on the pro...

Journal: :European journal of biology and biotechnology 2021

Brucellosis is a zoonotic disease primarily affecting animals and accidentally exposed humans. In Eritrea, brucellosis endemicity proven by several sero-prevalence studies in domestic occupationally However, there gap of information on the commonly occurring brucella species cause human/animal brucellosis. The objective this study to identify sheep goats which possibly pose risk human Out total...

2001
AA Burns MBE Livingstone RW Welch A Dunne CA Reid IR Rowland

OBJECTIVE: To investigate the effects of a yoghurt containing a novel fat emulsion on energy and macronutrient intakes up to 8 h post-consumption in non-overweight, overweight and obese subjects, and to assess energy compensation over the following 24 h. DESIGN: A double-blind, placebo-controlled, within-subject crossover design was used. Twenty (10 female, 10 male) nonoverweight (body mass ind...

Journal: :پژوهش های علوم و صنایع غذایی ایران 0
a. ghaderi s. abbasi z. hamidi

dehydration, as one of the practical ways to increase the shelf-life and applicability of yoghurt in various foodstuffs, is normally done by freeze drier (fd) which is an expensive and time-consuming process. for these reasons, in the present study the capability of microwave–vacuum drier (mvd), as an alternative process, was investigated. for doing so, the fat free yoghurt samples of 2.2, 4.2 ...

2007
Nagendra P. Shah

A number of health benefits have been claimed for probiotic bacteria such as Lactobacillus acidophilus, Bifidobacterium spp., and L. casei. These benefits include antimutagenic effects, anticarcinogenic properties, improvement in lactose metabolism, reduction in serum cholesterol, and immune system stimulation. Because of the potential health benefits, these organisms are increasingly being inc...

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

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

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