nih-gov/cfmedicine.nlm.nih.gov/resources/lesson_5_8.html
2025-02-26 13:17:41 -05:00

423 lines
31 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="/static/styles/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="/static/styles/master.css" rel="stylesheet" type="text/css" media="screen" />
<link href="/static/styles/footeronly.css" rel="stylesheet" type="text/css" media="screen" />
<!--Call jQuery-->
<script type="text/javascript" src="/static/scripts/jquery-min.js"></script>
<!--[if lte IE 8]>
<script type="text/javascript" src="/static/scripts/PIE.js"></script>
<![endif]-->
<script type="text/javascript" src="/static/scripts/master.js"></script>
<!--[if lte IE 8]>
<link href="/static/styles/ie.css" rel="stylesheet" media="screen">
<![endif]-->
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<link rel="stylesheet" href="/static/styles/print.css" type="text/css" media="print" />
<!--DO NOT REMOVE!! NLM survey script - contact wwwnlm@nlm.nih.gov with questions -->
<script src="/static/share/scripts/survey.js" type="text/javascript" language="javascript"></script>
<title>Changing the Face of Medicine| Lesson Plans: What's Happening to Your Body</title>
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" title="The Dublin Core metadata Element Set" />
<meta name="DC.Title" content="Changing the Face of Medicine| Lesson Plans: Whats Happening to Your Body" />
<meta name="DC.Publisher" content="U.S. National Library of Medicine" />
<meta name="DC.Date.Issued" content="2003-10-14" />
<meta name="DC.Date.Modified" content="2013-11-25" />
<meta name="NLMDC.Date.Expiration" content="2014-11-25" />
<meta name="NLM.Contact.Email" content="hmdweb@nlm.nih.gov" />
<meta name="DC.Type" content="Exhibitions" />
<meta name="NLM.Permanence.Level" content="Permanent: Stable Content" />
<meta name="NLM.Permanence.Guarantor" content="U.S. National Library of Medicine" />
<meta name="DC.Rights" content="Public Domain" />
<meta name="DC.Language" content="eng" />
<link href="/static/css/nlm.css" rel="stylesheet" type="text/css" />
<link href="/static/changingtheface.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript">
<!--
browser=navigator.appName;
version=navigator.appVersion;
Vmajor=parseInt(navigator.appVersion);
Vminor=parseFloat(navigator.appVersion);
isNav = false;
isMac = false;
isExp = false;
if (version.indexOf('Mac') != -1) isMac=true;
if (browser=="Microsoft Internet Explorer") {
if ( version.indexOf('MSIE 5.0; Macintosh;') != -1 ) {
isExp=true;
}
// IE 4 to 5.5 return 4 as the version
else if ( (Vmajor==4) ) {
isExp=true;
}
}
if (browser=="Netscape" && Vmajor==4 && !isMac) {
document.write('<link href="/static/css/ns4.css" rel="stylesheet" type="text/css" />');
} else if (browser=="Netscape" && Vmajor==4 && isMac) {
document.write('<link href="/static/css/ns4mac.css" rel="stylesheet" type="text/css" />');
}
//-->
</script>
<script language="JavaScript" src="/static/js/nlm.js" type="text/javascript"></script>
<!-- STYLING ADDED -->
<style>
.home, .physicians, .resources, .activities {
width: 232px !important;
height: 27px !important;
border: 1px solid #d8e8ea;
text-align: center;
text-transform: uppercase;
font-size: 12px;
line-height: 2.3;
color: #316068 !important;
background-color: #f9fbfc;
}
.home a, .physicians a, .resources a, .activities a
{text-decoration: none !important;
color: #316068 !important;
}
.home:hover, .physicians:hover, .resources:hover, .activities:hover {
background-color: #FFFFFF;
}
.physicians, .activities {float: right;}
#changingTheFace #changingTheFaceNav div.physicians {
margin: -29px 0px 0px 370px !important;
}
#changingTheFace #changingTheFaceNav div.resources {
margin: -1px 0px 0px 189px !important;
}
</style>
<!--STYLING ENDED -->
<script language="JavaScript" type="text/javascript">
<!--
var metaNavItems = new Array();
var metaNavOn = new Array();
var metaNavOff = new Array();
var subNavItems = new Array();
var subNavOn = new Array();
var subNavOff = new Array();
var subNavAdj = new Array();
function initializeMetaNav(root, current) {
if (document.images) {
/* MAIN NAV */
metaNavItems = new Array("exhibition", "home", "visit", "physicians", "resources", "activities", "share");
for (var i = 0; i <= metaNavItems.length; i++) {
metaNavOn[i] = new Image();
metaNavOn[i].src = root + "img/meta_" + metaNavItems[i] + "_on.gif";
metaNavOff[i] = new Image();
if (metaNavItems[i] == current && i != 0) {
metaNavOff[i].src = root + "img/meta_" + metaNavItems[i] + "_on.gif";
} else {
metaNavOff[i].src = root + "img/meta_" + metaNavItems[i] + ".gif";
}
}
}
}
function initializeSubNav(root, current) {
if (document.images) {
/* MAIN NAV */
subNavItems = new Array("careers", "lessons", "higheredu", "reading");
for (var i = 0; i <= subNavItems.length; i++) {
subNavOn[i] = new Image();
subNavOn[i].src = root + "img/sub_resources_" + subNavItems[i] + "_on.gif";
subNavOff[i] = new Image();
if (subNavItems[i] == current) {
subNavOff[i].src = root + "img/sub_resources_" + subNavItems[i] + "_on.gif";
} else if (subNavItems[i+1] == current) {
subNavOff[i].src = root + "img/sub_resources_" + subNavItems[i] + "_adj.gif";
} else {
subNavOff[i].src = root + "img/sub_resources_" + subNavItems[i] + ".gif";
}
/* If the item is the current one, make sure we use the selected state always */
subNavAdj[i] = new Image();
if (subNavItems[i] == current) {
subNavAdj[i].src = root + "img/sub_resources_" + subNavItems[i] + "_on.gif";
} else {
subNavAdj[i].src = root + "img/sub_resources_" + subNavItems[i] + "_adj.gif";
}
}
}
}
function initialize() {
initializeMetaNav("../", "resources");
initializeSubNav("../", "lessons");
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MT6MLL" height="0" width="0" style="display:none;visibility:hidden" title="googletagmanager"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
{'gtm.start': new Date().getTime(),event:'gtm.js'}
);var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MT6MLL');</script>
<div id="skip"><a href="#skip">Skip to Main Content</a></div>
<div id="page"><a name="top" id="top"></a>
<a name="skip" id="skipnav"></a>
<div id="body">
<div id="changingTheFace">
<a name="top"></a>
<div class="center">
<div class="faceHeader">
<img src="/static/img/hdr_celebrating.gif" alt="Celebrating America's Women Physicians" class="imgRight" />
<br class="clearboth" />
<script language="JavaScript" type="text/javascript">
<!--
writePhysicianStrip("/static/");
//-->
</script><noscript><a href="/physicians/biography_167.html"><img src="/static/img/icons/167.jpg" width="44" height="44" alt="Dr. Nancy E. Jasso" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_253.html"><img src="/static/img/icons/253.jpg" width="44" height="44" alt="Dr. Susan La Flesche Picotte" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_82.html"><img src="/static/img/icons/82.jpg" width="44" height="44" alt="Dr. Helen Octavia Dickens" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_248.html"><img src="/static/img/icons/248.jpg" width="44" height="44" alt="Dr. Louise Pearce" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_273.html"><img src="/static/img/icons/273.jpg" width="44" height="44" alt="Dr. Helen Rodriguez-Trias" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_49.html"><img src="/static/img/icons/49.jpg" width="44" height="44" alt="Dr. Mary Steichen Calderone" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_250.html"><img src="/static/img/icons/250.jpg" width="44" height="44" alt="Dr. Fernande Marie Pelletier" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_12.html"><img src="/static/img/icons/12.jpg" width="44" height="44" alt="Dr. Virginia Apgar" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_316.html"><img src="/static/img/icons/316.jpg" width="44" height="44" alt="Dr. Helen Brooke Taussig" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_81.html"><img src="/static/img/icons/81.jpg" width="44" height="44" alt="Dr. Katherine M. Detre" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_293.html"><img src="/static/img/icons/293.jpg" width="44" height="44" alt="Dr. Linda M. Dairiki Shortliffe" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_279.html"><img src="/static/img/icons/279.jpg" width="44" height="44" alt="Dr. Barbara Ross-Lee" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_7.html"><img src="/static/img/icons/7.jpg" width="44" height="44" alt="Dr. Lori Arviso Alvord" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_212.html"><img src="/static/img/icons/212.jpg" width="44" height="44" alt="Dr. Joann Elisabeth Manson" border="0" /></a></noscript>
<br class="clearboth" />
<div id="changingTheFaceNav">
<div class="exhibition" style="display: inline-block;">
<a href="/exhibition/" id="anch_18"><img src="/static/img/meta_exhibition.gif" alt="Changing the face of Medicine" title="Changing the face of Medicine"></a>
</div>
<div class="menu_container">
<div class="home" style="background-image: none">
<a href="/">Home</a>
</div>
<div class="physicians" style="background-image: none">
<a href="/physicians/">Physicians</a>
</div>
<div class="resources" style="background-image: none">
<a href="/resources/">Resources</a>
</div>
<div class="activities" style="background-image: none">
<a href="/activities/">Activities</a>
</div>
</div>
</div>
<div class="divider"><img src="/static/img/divider.gif" alt="Transparent spacer" height="1" width="655" class="divider" /></div>
<div id="resources">
<div class="careers">
<a href="/resources/careers.html"><img src="/static/img/sub_resources_careers.gif" alt="Careers" title="Careers" /></a>
</div>
<div class="lessons">
<a href="/resources/lesson_k_2.html"><img src="/static/img/sub_resources_lessons_on.gif" alt="Lessons" title="Lessons" /></a>
</div>
<div class="higherEdu">
<a href="/resources/highereducation.html"><img src="/static/img/sub_resources_higheredu.gif" alt="Higher Education" title="Higher Education" /></a>
</div>
<div class="reading">
<a href="/resources/reading.html"><img src="/static/img/sub_resources_reading.gif" alt="Suggested Reading" title="Suggested Reading" /></a>
</div>
<img src="/static/img/sub_bg.gif" alt="Transparent spacer" height="32" width="88" class="floatRight" style="margin: -32px 0 0 0"/>
</div>
<div class="tertiaryPadding2"><div class="tertiary"><a href="/resources/lesson_k_2.html">Grades K-2</a><br /></div><div class="tertiary"><a href="/resources/lesson_3_4.html">Grades 3-4</a><br /></div><div class="tertiary"><span class="indicator">*</span> <span class="on">Grades 5-8</span><br /></div><div class="tertiary"><a href="/resources/lesson_hs.html">Grades 9-12</a><br /><br /><br /></div></div>
<div class="brownBoxCareers3">
<img src="/static/img/desc_asterix.gif" alt="Asterix" class="floatLeft" />
<h1><img src="/static/img/desc_title_lessons.gif" alt="Lesson Plans" class="floatLeft" /></h1>
<img src="/static/img/desc_divider.gif" alt="Description divider" height="4" width="504" />
<br />
<div class="descText">
<p>Click on an age group to the left to access the corresponding lesson plan. Plans are designed to last between two to four class sessions and address age-relevant issues in health and medicine.<em>The Handouts require the use of Adobe Acrobat PDF Viewer. Click the link to download <a href="http://get.adobe.com/reader/" target="_blank">Adobe Acrobat PDF Viewer</a>.</em></p>
</div>
</div>
<br class="clearboth" />
<img src="/static/img/title_lesson_5_8.gif" alt="What's Happening to Your Body" title="What's Happening to Your Body" class="floatLeft" />
<br class="clearboth" />
<div class="blueDoubleBorder">
<div class="description">
<img src="/static/img/lesson_description.gif" alt="Description" title="Description" class="floatLeft" />
<img src="/static/img/box_dash_626.gif" alt="Box dashes" height="1" width="626" />
<p>There are three lessons in this group. The first two focus on the biological and developmental changes that take place during adolescence and addresses the nutritional, physical exercise, and mental exercise needs of adolescents during this period. During the third lesson, a health professional with a background in adolescent health needs leads the class in a group discussion. <em>(Note: these lessons are intended to serve as an introduction to a more in-depth nutrition unit by helping students understand the biological processes that underlie their lifestyle choices, including nutrition.)</em></p>
</div>
<div class="bottom">
<div class="time">
<img src="/static/img/lesson_time.gif" alt="Time Needed" title="Time Needed" class="floatLeft" />
<br class="clearboth" />
<img src="/static/img/box_dash_122.gif" alt="Box dashes" height="1" width="100" />
<p>3 class sessions, plus time for student research</p>
</div>
<div class="vocab">
<img src="/static/img/lesson_vocabulary.gif" alt="Vocabulary" title="Vocabulary" class="floatLeft" />
<br class="clearboth" />
<img src="/static/img/box_dash_500.gif" alt="Box dashes" height="1" width="500" />
<p>nutrition, protein, carbohydrate, adolescence, puberty, lifestyle</p>
</div>
</div>
</div>
<br class="clearboth" />
<h2 class="lesson"><img src="/static/img/lesson_learning_outcomes.gif" width="655" height="23" alt="Learning Outcomes" title="Learning Outcomes" border="0" /></h2>
<h3 class="lesson">Students will be able to:</h3>
<ul class="lesson">
<li>list the types of biological development that occur during adolescence and the nutritional, physical, and mental needs that support that development; </li>
<li>explain various aspects of adolescent development and the resulting needs for nutrition, physical exercise, and mental activity;</li>
<li>describe careers in the field of adolescent health.</li>
</ul>
<h2 class="lesson"><img src="/static/img/lesson_materials.gif" width="655" height="23" alt="Materials" title="Materials" border="0" /></h2>
<ol class="lesson">
<li>Computers with Internet access</li>
<li>Overhead projector</li>
<li><a href="/static/resources/pdf/whats_happening/transparency_1.pdf" target="_blank">Transparency 1. General Information about Adolescence <em>(PDF)</em></a></li>
<li><a href="/static/resources/pdf/whats_happening/handout_1.pdf" target="_blank">Handout 1. Worksheet for Team Research <em>(PDF)</em></a></li>
<li><a href="/static/resources/pdf/whats_happening/handout_2.pdf" target="_blank">Handout 2. Guidelines for Specific Adolescent Lifestyle Needs <em>(PDF)</em></a></li>
<li><a href="/static/resources/pdf/whats_happening/teacher_reference_1.pdf" target="_blank">Teacher Reference 1. Body Grid <em>(PDF)</em></a></li>
<li><a href="/static/resources/pdf/whats_happening/teacher_reference_2.pdf" target="_blank">Teacher Reference 2. Brain Research <em>(PDF)</em></a></li>
</ol>
<h2 class="lesson"><img src="/static/img/lesson_procedures.gif" width="655" height="23" alt="Procedures" title="Procedures" border="0" /></h2>
<h3 class="lesson">Lesson 1:</h3>
<ol class="lessonlong">
<li>Before the lesson, have students write down the changes that occur in the
teen body and hand them in. Indicate that the next day's activity will focus
on the changes in the teen body and the healthy choices individuals can make
to support those changes.</li>
<li>Begin the lesson with an introduction to the general topic of the changes
in adolescent development by showing <a href="/static/resources/pdf/whats_happening/transparency_1.pdf" target="_blank">Transparency
1. General Information about Adolescence <em>(PDF)</em></a>. Discuss the items
on this list, emphasizing that this is GENERAL information and that individuals
vary a great deal and are still &quot;normal.&quot; </li>
<li>Indicate that teens have many lifestyle choices that affect their development. A possible metaphor: building a healthy body during adolescence is like building a house. The human body is partially developed before adolescence, but during adolescence the body is &quot;under construction.&quot; Stress the importance of quality materials/foods and lifestyle choices in building a healthy body that will last a long time.</li>
<li>You will now be working with students to fill out a grid on the blackboard.
(Refer to <a href="/static/resources/pdf/whats_happening/teacher_reference_1.pdf" target="_blank">Teacher
Reference. Body Grid <em>(PDF)</em></a>.) Tell the students they will be discussing
the lifestyle choices that they can make to positively affect their bodies
during this important time. Go over the information they wrote on the previous
day to compile a list that aligns with the topics BONES, MUSCLES, REPRODUCTIVE
SYSTEM, and BRAIN <em>(Note: Depending on the class, students may be reluctant
to bring up reproductive system changes, and you may need to fill in this
category yourself. Also, students probably will not include Brain Development
in their own lists. As you add this category and write down some specifics,
indicate that recent scientific research on the adolescent brain has revealed
interesting information about this topic.)</em></li>
<li>Across the top of the grid write: &quot;WHAT YOUR BODY NEEDS,&quot; and
&quot;HOW TO GET WHAT YOU NEED.&quot; Break the students into four groups
to research how to answer these two questions for each of the grid topics&#151;BONES,
MUSCLES, REPRODUCTIVE SYSTEM, and BRAIN. Have students within each group break
into pairs to research the items already listed under each topic, and to come
up with new items. Let students know that after the initial research, each
pair will work with the larger topic group to make a class presentation.</li>
<li>Distribute <a href="/static/resources/pdf/whats_happening/handout_1.pdf" target="_blank">Handout
1. Worksheet for Team Research <em>(PDF)</em></a> to each pair to complete.
Explain that their research should include information about nutrition and
exercise. Distribute <a href="/static/resources/pdf/whats_happening/handout_2.pdf" target="_blank">Handout
2. Guidelines for Specific Adolescent Lifestyle Needs <em>(PDF)</em></a> as
a resource and other Internet resources. (See <a href="./resources/lesson_5_8.html#books">&quot;Books
and Web Sites&quot;</a> section below.) </li>
<li>When student research is complete, ask each topic group to develop a presentation
so that the grid on the board can be filled out for the class. <em>(Note:
The time needed for students to finish their research and develop their presentations
will vary depending on age, skills, availability of computers, etc.)</em>
</li>
</ol>
<h3 class="lesson">Lesson 2:</h3>
<ol class="lessonlong">
<li>Have one student from each topic group enter their information on the grid and discuss what they learned in their research on this topic. </li>
<li>When all the topics have been entered, discuss issues that arise from the grid. Discussion could address the different needs males and females have during adolescence, the effects the growth spurt has on adolescent lifestyle needs, and issues surrounding brain development. <a href="/static/resources/pdf/whats_happening/teacher_reference_2.pdf" target="_blank">Teacher Reference 2. Brain Research <em>(PDF)</em></a> could be used as a springboard for discussion. </li>
<li>Mention that there will be a visitor in the class during a follow-up lesson to discuss an aspect of adolescent health with them. </li>
</ol>
<h3 class="lesson">Lesson 3: </h3>
<ol class="lessonlong">
<li>Invite a school district nutritionist, personal trainer, coach, or physician with in-depth knowledge of adolescent health needs to facilitate a class discussion. Develop questions with the students prior to the visit, so that the focus is on the interests of the students. Make it clear to the invitee that you are looking for a dialogue rather than a lecture.</li>
<li>Introduce the guest and have her share information about her discipline and discuss careers in the field at all levels: professional, paraprofessional, etc. </li>
<li>Discuss the specific nutritional needs of vegetarians (if this meets the
needs/interests of the class).</li>
<li>Discuss the influences of peers, parents, the community, and the media on healthy and unhealthy choices. </li>
</ol>
<h3 class="lesson">Evaluation:</h3>
<p>Have students write three paragraphs covering what they learned from their own research, what they learned from the completed grid about the biology of adolescence and lifestyle needs, and what was significant to them about the dialogue that took place with the class visitor. Recommend specific questions for students to organize their thoughts.</p>
<h2 class="lesson"><img src="/static/img/lesson_standards.gif" width="655" height="23" alt="Standards" title="Standards" border="0" /></h2>
<h3 class="lesson">National Science Education Standards:</h3>
<ul class="lesson">
<li>Different kinds of questions suggest different kinds of scientific investigations. Some investigations involve observing and describing objects, organisms, or events; some involve collecting specimens; some involve experiments; some involve seeking more information; some involve discovery of new objects and phenomena; and some involve making models.</li>
<li>The human organism has systems for digestion, respiration, reproduction, circulation, excretion, movement, control, and coordination, and for protection from disease. These systems interact with one another.</li>
<li>Regular exercise is important to the maintenance and improvement of health. The benefits of physical fitness include maintaining healthy weight, having energy and strength for routine activities, good muscle tone, bone strength, strong heart/lung systems, and improved mental health. Personal exercise, especially developing cardiovascular endurance, is the foundation of physical fitness. </li>
<li>Food provides energy and nutrients for growth and development. Nutrition requirements vary with body weight, age, sex, activity, and body functioning.</li>
<li>Women and men of various social and ethnic backgrounds&#151;and with diverse interests, talents, qualities, and motivations&#151;engage in the activities of science, engineering, and related fields such as the health professions. Some scientists work in teams, and some work alone, but all communicate extensively with others.</li>
</ul>
<h3 class="lesson">English Language Arts Standards:</h3>
<ul class="lesson">
<li>Students read a wide range of print and non-print texts to build an understanding of texts, of themselves, and of the cultures of the United States and the world; to acquire new information; to respond to the needs and demands of society and the workplace; and for personal fulfillment. Among these texts are fiction and nonfiction, classic and contemporary works.</li>
<li>Students adjust their use of spoken, written, and visual language (e.g., conventions, style, vocabulary) to communicate effectively with a variety of audiences and for different purposes.</li>
</ul>
<h2 class="lesson"><img src="/static/img/lesson_extension.gif" width="655" height="23" alt="Possible Extension Activities" title="Possible Extension Activities" border="0" /></h2>
<ol class="lesson">
<li>Include an in-depth unit on nutrition, including an analysis of the 24-hour diet of an imaginary teen regarding calories, percentage of fat, and analysis of key nutrients.</li>
<li>Introduce 4 types of food pyramid: <a href="http://www.oldwayspt.org/" target="_blank">http://www.oldwayspt.org/</a> and select &quot;Traditional Diet Pyramids.&quot; Have students work in teams to choose and compare two types of pyramids.</li>
<li>Have students do research on the good and bad fats and have them write a list of snacks/foods with good fats. </li>
</ol>
<a name="books"></a>
<h2 class="lesson"><img src="/static/img/lesson_books.gif" width="655" height="23" alt="Books" title="Books" border="0" /></h2>
<ul class="lesson">
<li>Lopez, Ralph I., M.D. <em>The Teen Health Book</em>, W.W. Norton, 2002.
</li>
<li>Restak, Richard, M.D. <em>The Secret Life of the Brain</em>, The Dana Press
and Joseph Henry Press, 2001. See the chapter, &quot;A World of Their Own: The Adolescent Brain.&quot;
</li>
<li>Tamborlane, William V., Ed.<em>The Yale Guide to Children's Nutrition</em>,
Yale University Press, New Haven, 1997. (This book has an excellent chapter
by Teresa Fung and Walter R. Anyan, &quot;Adolescence: Life in the Fast Lane,&quot;
P. 64-73.) </li>
</ul>
<h2 class="lesson"><img src="/static/img/lesson_web_sites.gif" width="655" height="23" alt="Web Sites" title="Web Sites" border="0" /></h2>
<h3 class="lesson">General adolescent development:</h3>
<ul class="lesson">
<li><a href="http://kidshealth.org/teen/" target="_blank">http://kidshealth.org/teen/</a></li>
</ul>
<h3 class="lesson">Nutritional/Lifestyle needs:</h3>
<ul class="lesson">
<li><a href="http://www.nlm.nih.gov/medlineplus/nutrition.html" target="_blank">http://www.nlm.nih.gov/medlineplus/nutrition.html</a></li>
<li><a href="http://kidshealth.org/teen/food_fitness/nutrition/fat_calories.html" target="_blank">http://kidshealth.org/teen/food_fitness/nutrition/fat_calories.html</a></li>
<li><a href="http://www.ksre.ksu.edu/humannutrition1/_timely/boneup.htm" target="_blank">http://www.ksre.ksu.edu/humannutrition1/_timely/boneup.htm</a></li>
<li><a href="http://fnic.nal.usda.gov/" target="_blank">http://fnic.nal.usda.gov/</a> </li>
<li><a href="http://www.caloriecontrol.org/" target="_blank">http://www.caloriecontrol.org/</a></li>
<li><a href="http://www.hsph.harvard.edu/nutritionsource/what-should-you-eat/pyramid/" target="_blank">http://www.hsph.harvard.edu/nutritionsource/what-should-you-eat/pyramid/</a></li>
</ul>
<h3 class="lesson">Brain:</h3>
<ul class="lesson">
<li><a href="http://www.pbs.org/wgbh/pages/frontline/shows/teenbrain/work/anatomy.html" target="_blank">http://www.pbs.org/wgbh/pages/frontline/shows/teenbrain/work/anatomy.html</a></li>
<li><a href="http://faculty.washington.edu/chudler/neurok.html" target="_blank">http://faculty.washington.edu/chudler/neurok.html</a></li>
<li><a href="http://www.opencolleges.edu.au/informed/learning-strategies/" target="_blank">http://www.opencolleges.edu.au/informed/learning-strategies/</a></li>
</ul>
<h2 class="lesson"><img src="/static/img/lesson_contributors.gif" width="655" height="23" alt="Contributors" title="Contributors" border="0" /></h2>
<ul class="lesson">
<li>Judith Bishop, Nutrition Consultant, Portland, Oregon</li>
<li>Maria Crassas, Science Teacher, Francis Scott Key Middle School, Silver Spring, Maryland</li>
<li>Patti Denny, West Sylvan Middle School, Portland, Oregon</li>
<li>Damian Kreske, Biology Teacher, Woodrow Wilson High School, Washington, DC</li>
<li>Kelly Olson, Patterson Elementary School, Hillsboro, Oregon</li>
<li>Stanley Zak, Personal Trainer, Portland, Oregon</li>
</ul>
</div>
</div>
<div id="foot">
<div class="footer">
<a href="http://www.nlm.nih.gov/hmd/about/exhibition/index.html"><img src="/static/img/logo-exhibitionprogram.png" height="38" alt="Exhibition Program" title="Exhibition Program logo" class="floatLeft" /></a>
<ul>
<li><a href="http://www.nlm.nih.gov/hmd/about/exhibition/exhibitions.html">More Exhibitions</a></li>
<li><a href="http://www.nlm.nih.gov/hmd/about/exhibition/education-resources-all.html">More Educational Resources</a></li>
</ul>
<form method="get" action="//vsearch.nlm.nih.gov/vivisimo/cgi-bin/query-meta" target="_self" name="searchForm" id="exhibitionsearch">
<label for="searchexhibition">Search</label>
<input name="query" id="searchexhibition" value="" type="text" />
<input name="v:project" value="hmdExhibition" type="hidden" />
</form>
</div>
</div>
</div> <!--body-->
<!-- ************************* Content end ************************* -->
<!-- BEGIN NLM FOOTER -->
<!-- EXPDATE="2014-11-25" -->
<!-- EMAIL="hmdweb@nlm.nih.gov" -->
<!-- Start Footer-->
<div id="footer-sub">
<p id="footer-info"><a href="http://www.nlm.nih.gov/copyright.html">Copyright</a>, <a href="http://www.nlm.nih.gov/privacy.html">Privacy</a>, <a href="http://www.nlm.nih.gov/accessibility.html">Accessibility</a>, <a href="http://www.nlm.nih.gov/sitemap.html">Site Map</a>, <a href="http://www.nlm.nih.gov/plugins.html">Viewers and Players</a> <br />
U.S. National Library of Medicine, 8600 Rockville Pike, Bethesda, MD 20894 <br />
<a href="http://www.nih.gov/">National Institutes of Health</a>, <a href="http://www.hhs.gov/">Health &amp; Human Services</a> <br />
<a href="http://www.nih.gov/icd/od/foia/index.htm">Freedom of Information Act</a>, <a href="http://apps.nlm.nih.gov/mainweb/siebel/nlm/index.cfm">Contact Us</a></p>
<div id="footer-usa"> <a href="http://www.usa.gov/"><img src="/static/images/usagov_logo.gif" alt="USA.gov logo" width="109" height="30" /></a> </div>
<p id="footer-review">
<strong>Last reviewed:</strong> 25 November 2013<br /><strong>Last updated:</strong> 25 November 2013<br /><strong>First published:</strong> 14 October 2003<br />
</p>
</div>
</div> <!--page-->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#username=nationallibraryofmedicine"></script>
</body>
</html>