نتایج جستجو برای: dietary guidelines

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

2014
Christian John Reynolds Jonathan David Buckley Philip Weinstein John Boland

This paper reviews the current literature around the environmental impacts of dietary recommendations. The focus of the review is on collating evidence relating to environmental impacts of the dietary advice found in the World Health Organisation guidelines, and environmental impact literature: reducing the consumption of fat, reducing the consumption of meat-based protein and animal-based food...

Journal: :The British journal of nutrition 1999
J Lambe J Kearney

Development of food-based dietary guidelines relies on correct identification and interpretation of current dietary intake patterns. The process involves assessing which foods discriminate between those with desirable and undesirable intakes of particular nutrients. It is therefore important that those involved in this task are aware of any source of variability in the underlying food consumpti...

2015
Martin C. Heller Gregory A. Keoleian

Dietary choices – the overall food consumption patterns displayed by a population – can, and do, influence greenhouse gas emissions (GHGE) of the food system. Here, we consider the GHGE associated with production of the current U.S. diet, and various dietary recommendations. USDA’s loss adjusted food availability dataset is used to represent current consumption. GHG emission factors were compil...

Journal: :The Journal of nutrition 2006
Jeanene J Fogli-Cawley Johanna T Dwyer Edward Saltzman Marjorie L McCullough Lisa M Troy Paul F Jacques

The sixth edition of the Dietary Guidelines for Americans (DGA) was released in January 2005, with revised healthy eating recommendations for all adult Americans. We developed the 2005 Dietary Guidelines Adherence Index (DGAI) as a measure of adherence to the key dietary intake recommendations. Eleven index items assess adherence to energy-specific food intake recommendations, and 9 items asses...

Journal: :Journal of the Academy of Nutrition and Dietetics 2012
Rafael Pérez-Escamilla Julie E Obbagy Jean M Altman Eve V Essery Mary M McGrane Yat Ping Wong Joanne M Spahn Christine L Williams

Energy density is a relatively new concept that has been identified as an important factor in body weight control in adults and in children and adolescents. The Dietary Guidelines for Americans 2010 encourages consumption of an eating pattern low in energy density to manage body weight. This article describes the systematic evidence-based review conducted by the 2010 Dietary Guidelines Advisory...

پایان نامه :دانشگاه تربیت معلم - تهران - دانشکده علوم انسانی 1393

this study investigates the problem of translating religious allusions in persian literature, namely the ones borrowed from quranic verses and hadiths. the purpose of this study is to shed light on how different translators dealt with such a task and also to provide guidelines for translators in coping with religious allusions.

2017
Mirthe Muilwijk Karien Stronks Samera Azeem Qureshi Erik Beune Carlos Celis-Morales Jason Gill Aziz Sheikh Anne Karen Jenum Irene GM van Valkengoed

INTRODUCTION Type 2 diabetes (T2D) is a major health concern among populations of South Asian ethnicity. Although dietary and physical activity interventions may reduce the risk of T2D, the effectiveness has been moderate among South Asians. This might (in part) be because this subgroup follows strategies that were originally developed for interventions among other populations. Therefore, this ...

Journal: :Annals of nutrition & metabolism 2017
Joyce A Nettleton Clemens von Schacky Ingeborg A Brouwer Berthold Koletzko

This paper summarizes a debate on whether meta-analyses and systematic reviews are decisive in formulating guidelines for dietary fat. Held during the 12th congress of the International Society for the Study of Fatty Acids and Lipids in Stellenbosch, South Africa, September 7, 2016, the debate was hosted by the International Union of Nutritional Sciences and the International Expert Movement to...

Journal: :Advances in nutrition 2015
Roger Clemens Adam Drewnowski Mario G Ferruzzi Cheryl D Toner Diane Welland

Total fruit intake in the United States is ~1 cup equivalent per day, or one-half of the 2010 Dietary Guidelines for Americans recommendation for adults. Two-thirds of the fruit consumed is whole fruit and one-third is 100% juice. The nutritional value of whole fruit, with the exception of fiber and vitamin C, may be retained with appropriate juice production methods and storage conditions. One...

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

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

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