diff options
| -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> |
