نتایج جستجو برای: health foods

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

Journal: :International journal of food microbiology 2006
A von Holy F M Makhoane

Until the late 1990s there were limited scientific data on the microbiological quality and safety of street-vended foods in South Africa, while information was already available in other developing countries, including those within the African region. At that time street-vended foods were perceived as unsafe and street food vending in South Africa was regarded as a practice, which should be out...

2014
D. Ramasamy

The consumer interest in health-promoting foods is almost dramatically increasing because of the increased health consciousness of the modern people. Functional foods are fortified, enriched foods that contain specific health improving nutrients and prevent certain nutrition based disorders. Functional components are naturally present in certain foods (e.g. fruits, vegetables etc.,) and enrichm...

Journal: :Appetite 2003
Maria K Magnusson Anne Arvola Ulla Kaisa Koivisto Hursti Lars Aberg Per-Olow Sjödén

We designed a questionnaire concerned with attitudes and behaviour towards organic foods, environmentally friendly behaviour (EFB), and perceived consequences of organic food choice in terms of human health, the environment and animal welfare. It was mailed in 1998 to a random nation-wide sample of 2000 Swedish citizens, ages 18-65 years, and 1154 (58%) responded. Self-reported purchase of orga...

2002
Jack Norris

The overwhelming consensus in the mainstream nutrition community, as well as among vegan health professionals, is that plant foods do not provide vitamin B12. Despite this, some vegan advocates still believe that plant foods provide all the nutrients necessary for optimal health and, therefore, do not address vitamin B12 when promoting the vegan diet. Other vegan advocates acknowledge the need ...

Journal: :Asia Pacific journal of clinical nutrition 2002
Toshio Shimizu

The Japanese government enacted a new regulatory system called 'Foods with health claims' in April 2001, which consists of 'Foods for Specified Health Use' (FOSHU) and 'Foods with Nutrient Function Claims' (FNFC). The FOSHU was set up by the Ministry of Health and Welfare in 1991 to approve descriptions on a label regarding an effect of food on the human body. It was enacted as a part of 'food ...

Journal: :The British journal of nutrition 2012
Janine L Lewis

Food regulation aims to protect public health through a safe and nutritious food supply produced by a compliant food industry. Food standards of developed countries generally do not regulate protein content or protein quality because the risk of dietary protein inadequacy in their national populations is very low. Protein is nevertheless regulated for reasons of product quality or protein label...

Journal: :The British journal of nutrition 2011
Caroline Méjean Pauline Macouillard Katia Castetbon Emmanuelle Kesse-Guyot Serge Hercberg

Few studies have specifically focused on characteristics associated with consumption of combined fatty-salted and fatty-sweetened foods, whereas their identification could be useful for defining effective public health measures. The aim of the present study was to investigate the association between demographic, socio-economic, lifestyle and health characteristics and consumption of these types...

Journal: :Current opinion in biotechnology 2009
Delphine M A Saulnier Jennifer K Spinler Glenn R Gibson James Versalovic

The technologies of metagenomics and metabolomics are broadening our knowledge of the roles the human gut microbiota play in health and disease. For many years now, probiotics and prebiotics have been included in foods for their health benefits; however, we have only recently begun to understand their modes of action. This review highlights recent advances in deciphering the mechanisms of probi...

2013
Hossein MORADI Bagher MINAII Alireza NIKBAKHT NASRABADI Marzieh-Baygom SIAHPOOSH

According to Traditional Iranian Medicine (TIM), health preservation and disease prevention are prior to disease treatment. To get this aim, there are recommendations in TIM such as appropriate physical activity (1) and appropriate nutrition which are introduced as two parts of six principles for healthiness (2). Today, these two factors are very important for health preservation and disease pr...

2005
Malda Maija Toma Juris Pokrotnieks

Probiotic bacteria are sold mainly in fermented foods, and dairy products play a predominant role as carriers of probiotics. Functional dairy foods are well suited to promoting the positive health image of probiotics for several reasons: (i) fermented foods and dairy products in particular, already have a positive health image by their traditional use for centuries; (ii) people are familiar wit...

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

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

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