1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" href="cron.css" type="text/css"/>
<title>About CRON-o-Meter</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
</head>
<body>
<h2>Daily Summary</h2>
<h3>Entering Daily Consumption</h3>
Select the date for which you want to enter your consumption.
Click on the "Add Serving" icon
<img src="addserving.png" width="92" height="19" title="" alt="" class="va-middle">
to open a dialog box with the food database.</p>
<br><br>
<div align="center">
<img src="daily.png" width="294" height="183" title="" alt="">
</div>
<p>
Search the data base for the foods that you consume, select by clicking the appropriate entry,
and then click the "Add" button. For example, suppose that you ate a McDonald's Big Mac for lunch.
When you search for "mcdonald's", there will be a list of McDonald's products. Click once on
"McDONALD'S, BIG MAC" (Don't double click because that will bring the food editing panel).
Click on the portion size pull-down menu which will display "g" (gram) or "item". Select "item",
and then click the "Add" button. The food will be added to the right side of the screen
for the corresponding day.</p>
<br>
<div align="center">
<img src="addfood.png" width="536" height="322" alt="Add food">
</div>
<p>
The distribution of macronutrients relative to the targets is immediately displayed in the
colorful bars and the pie-chart of the summary. The numbers in parentheses give you the
percentages of your daily targets. You can then say: "Wow! 51% of the calories of a Big Mac
come from fat!!!" (the red part of the circle).
Hopefully, you can make better choices for the
rest of the day. CRON-o-meter will help to keep you on track.</p>
<p>
Notice that the percentages on the bar chart for Protein, Carbohydrates, and Lipids
are the percentages of the gram amounts, whereas the pie-chart represents the percentages
of the total calories for each of these macronutrients.
The Calories from alcohol, which contains approximately 7 Calories per gram, are represented as a
lime-green sector in the pie-chart, and included in the total calories. There is no bar graph for
alcohol since there is no minimum requirement. </p>
<br>
<div align="center">
<img src="summary1.png" width="376" height="440" alt="Summary"><br>
</div>
<h4>Navigation Tool Bar</h4>
<img src="navtools.png" width="354" height="42" title="" alt="Navigation Tools"><br><br>
The navigation tool bar under the menu bar displays the date and has icons for the following functions:
<ul>
<li><img src="help.png" width="20" height="20" title="" alt="" class="va-middle"> Show this help window.</li>
<li><img src="today.png" width="20" height="20" title="" alt="" class="va-middle"> Go to today's date.</li>
<li><img src="yesterday.png" width="20" height="20" title="" alt="" class="va-middle"> Go to previous day.</li>
<li><img src="tomorrow.png" width="20" height="20" title="" alt="" class="va-middle"> Go to next day.</li>
<li><img src="copyyesterday.png" width="20" height="20" title="" alt="" class="va-middle"> Copy previous day.</li>
<li><img src="editpreferences.png" width="20" height="20" title="" alt="" class="va-middle"> Edit Nutritional Targets.</li>
</ul>
Clicking on the <b>date</b> opens a calendar that allows selection of a date to display.
<br><br>
<div align="center">
<img src="calendar.png" width="281" height="301" title="" alt="Calendar"/>
</div>
<h4>Setting Nutritional Targets</h4>
The default nutritional values provided by CRON-o-meter are based on the official
Dietary Reference Intakes (DRI) set by the USDA. You can change these values
to implement any diet. Using the tabs, navigate to any
particular nutrient, double click on the value that you want to modify, and enter
a new value using the keyboard.
<br><br>
<div align="center">
<img src="targets.png" width="450" height="332">
</div>
<br>
<!-------------------------------------------------------->
<br><br><hr>
<div id="plea">Help make this manual better for the next user. <br>
Contribute some material to the sourceforge project at <a href="http://sourceforge.net/projects/cronometer/">http://sourceforge.net/projects/cronometer/</a></div>
</body>
</html>
|