diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-11-14 23:28:10 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-11-14 23:28:10 +0000 |
| commit | 41e4bb2f9a89251e18bb794f9c581b83efe14838 (patch) | |
| tree | 0310f47c816b47d55963aee4843435620ce352e0 | |
| parent | f3aef2ec03ba9f00d9c4a9c4cf0f6a0f8c051468 (diff) | |
Added a blurb about DRIs to the About page.
| -rw-r--r-- | templates/about.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/about.tpl b/templates/about.tpl index 312bb08..c86e35e 100644 --- a/templates/about.tpl +++ b/templates/about.tpl @@ -19,6 +19,10 @@ NutriDB, like pretty much every other nutrition calculator in the world, uses data from the <a href="http://www.ars.usda.gov/ba/bhnrc/ndl">USDA</a>. NutriDB currently uses USDA National Nutrient Database for Standard Reference, Release 24. </div> + <div class='standardMargins'> + NutriDB also calculates the percentage of the <a href="http://fnic.nal.usda.gov/dietary-guidance/dietary-reference-intakes">Dietary Reference Intake</a> (DRI) for nutrients for which a DRI exists. The DRIs have replaced the RDA (Recommended Daily Allowance), for people more familiar with the acronym RDA. + </div> + </div> </div> |
