484 lines
31 KiB
HTML
484 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" />
|
|
<title>Changing the Face of Medicine| Suggested Reading</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| Suggested Reading" />
|
|
<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-07-08" />
|
|
<meta name="NLMDC.Date.Expiration" content="2014-07-08" />
|
|
<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("../", "reading");
|
|
|
|
}
|
|
//-->
|
|
</script>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<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>
|
|
</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>
|
|
<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.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_on.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="tertiaryPadding3">
|
|
<div class="tertiary"><span class="indicator">*</span> <span class="on">Books</span><br /></div>
|
|
<div class="tertiary"><a href="/resources/videos.html">Videos & Oral Histories</a><br /></div>
|
|
<div class="tertiary"><a href="/resources/research.html">Research</a><br /></div>
|
|
<br /><br /><br />
|
|
</div>
|
|
<div class="brownBoxCareers4">
|
|
<img src="/static/img/desc_asterix.gif" alt="Asterix" class="floatLeft" />
|
|
<h1><img src="/static/img/desc_title_reading.gif" alt="Suggested Reading" title="Suggested Reading" class="floatLeft" /></h1>
|
|
<img src="/static/img/desc_divider.gif" alt="Description divider" height="4" width="504" />
|
|
<div class="descText">
|
|
<p>These bibliographies provide materials for the woman physicians featured in the Changing the Face of Medicine exhibition. A list of books provides suggested K-12 reading materials and videos that explore the possibilities for women in the world of medicine. The research bibliography provides additional resources on the history of women in medicine and a selection of autobiographies by women physicians.</p>
|
|
</div>
|
|
</div>
|
|
<h2 class="lesson"><img src="/static/img/reading_books.gif" width="655" height="23" alt="Books" title="Books" border="0" /></h2>
|
|
<ul class="career">
|
|
<li>Baldwin, Joyce. <em><strong>To Heal the Heart of a Child: Helen Taussig, M.D.</strong></em> New York: Walker and Company, 1992.
|
|
<br /><strong>Reading Level</strong>: Grades 5-7
|
|
<br /><strong>Featured Physicians</strong>: Helen Taussig</li>
|
|
<li>Bel Monte, Kathryn I. <em><strong>African-American Heroes & Heroines: 150 True Stories of African-American Heroism.</strong></em> Illustrated by Kathryn I. Bel Monte. Hollywood: Lifetime Books, Inc., 1998.
|
|
<br /><strong>Reading Level</strong>: Grades 6-8
|
|
<br /><strong>Featured Physicians</strong>: Rebecca Crumpler, Mae Jemison</li>
|
|
<li>Bolden, Tonya. <em><strong>And Not Afraid to Dare: The Stories of Ten African-American Women.</strong></em> New York: Scholastic Press, 1998.
|
|
<br /><strong>Reading Level</strong>: Grades 4-7
|
|
<br /><strong>Featured Physicians</strong>: Mae Jemison</li>
|
|
<li>Bortstein, Larry.<em><strong> After Olympic Glory: The Lives of Ten Outstanding Medalists.</strong></em> New York: Frederick Warne, 1978.
|
|
<br /><strong>Reading Level</strong>: Grades 4-7
|
|
<br /><strong>Featured Physicians</strong>: Tenley Albright</li>
|
|
<li>Bowman, Kathleen. <em><strong>New Women in Medicine.</strong></em> Mankato: Creative Educational Society, Inc., 1976.
|
|
<br /><strong>Reading Level</strong>: Grades 4-6
|
|
<br /><strong>Featured Physicians</strong>: Mary Calderone, Elisabeth Kübler-Ross</li>
|
|
<li>Brew, Lydia E. <em><strong>The Story of Edith Irby Jones, M.D.</strong></em> N.p., 1986.
|
|
<br /><strong>Reading Level</strong>: Grades 5-7
|
|
<br /><strong>Featured Physicians</strong>: Edith Irby Jones</li>
|
|
<li>Brown, Jordan.<em><strong> Elizabeth Blackwell. American Women of Achievement.</strong></em> New York: Chelsea House Publishers, 1989.
|
|
<br /><strong>Reading Level</strong>: Grades 6-9
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell</li>
|
|
<li>Brown, Marion Marsh.<em><strong> Homeward the Arrow's Flight.</strong></em> Nashville: Abingdon, 1980.
|
|
<br /><strong>Reading Level</strong>: Grades 5-7
|
|
<br /><strong>Featured Physicians</strong>: Susan Picotte</li>
|
|
<li>Butts, Ellen R., and Joyce R. Schwartz. <em><strong>May Chinn: The Best Medicine.</strong></em> New York: W.H. Freeman and Company, 1995.
|
|
<br /><strong>Reading Level</strong>: Grades 4-6
|
|
<br /><strong>Featured Physicians</strong>: May Chinn
|
|
</li>
|
|
<li>Campbell, Robin. <em><strong>Florence Sabin: Scientist</strong></em>. New York: Chelsea House Publishers, 1995.
|
|
<br /><strong>Reading Level</strong>: Grades 3-6
|
|
<br /><strong>Featured Physicians</strong>: Florence Sabin</li>
|
|
<li>Clapp, Patricia. <em><strong>Dr. Elizabeth: A Biography of the First Woman Doctor</strong></em>. New York: Lothrop, Lee & Shepard Co., 1974.
|
|
<br /><strong>Reading Level</strong>: Grades 7-12
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell</li>
|
|
<li>Cox, Clinton. <em><strong>African American Healers</strong></em>. New York: John Wiley & Sons, Inc., 2000.
|
|
<br /><strong>Reading Level</strong>: Grades 5-7
|
|
<br /><strong>Featured Physicians</strong>: Rebecca Crumpler, M. Jocelyn Elders, Justina Ford, Deborah Prothrow-Stith </li>
|
|
<li>Curtis, Robert H.<em><strong> Medicine: Great Lives</strong></em>. New York: Charles Scribner's Sons, 1993.
|
|
<br /><strong>Reading Level</strong>: Grades 5-8
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell, Helen Taussig</li>
|
|
<li>Dunnahoo, Terry. <em><strong>Emily Dunning: A Portrait</strong></em>. Chicago: Reilly & Lee Books, 1970.
|
|
<br /><strong>Reading Level</strong>:Grades 5-8
|
|
<br /><strong>Featured Physicians</strong>: Emily Barringer</li>
|
|
<li>Epps, Charles H. Jr., Davis G. Johnson, and Audrey L. Vaughan. <em><strong>African-American Medical Pioneers</strong></em>. Rockville: Betz Publishing Company, 1994.
|
|
<br /><strong>Reading Level</strong>: Grades 7-10
|
|
<br /><strong>Featured Physicians</strong>: Helen Dickens, Roselyn Epps, Gertrude Hunter, Renee Jenkins, Audrey Manley, Vivian Pinn, Deborah Prothrow-Stith, M. Jeanne Spurlock</li>
|
|
<li>Ferris, Jeri. <em><strong>Native American Doctor: The Story of Susan La Flesche Picotte</strong></em>. Minneapolis: Carolrhoda Books, Inc., 1991.
|
|
<br /><strong>Reading Level</strong>: Grades 4-7
|
|
<br /><strong>Featured Physicians</strong>: Susan Picotte
|
|
</li>
|
|
<li>Garza, Hedda.<em><strong> Women in Medicine</strong></em>. New York: Franklin Watts, 1994.
|
|
<br /><strong>Reading Level</strong>: Grades 11 and above
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell, Emily Blackwell, Rebecca Cole, Rebecca Crumpler, Matilda Evans, Vanessa Gamble, Alice Hamilton, Catherine Howell, Mary Jacobi, Halle Johnson, Ann Preston, Florence Sabin, Helen Taussig, Mary Walker, Marie Zakrzewska
|
|
</li>
|
|
<li>Glimm, Adele. <em><strong>Elizabeth Blackwell: First Woman Doctor of Modern Times</strong></em>. New York: McGraw-Hill, 2000.
|
|
<br /><strong>Reading Level</strong>: Grades 3-7
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell
|
|
</li>
|
|
<li>Greene, Carol. <em><strong>Elizabeth Blackwell: First Woman Doctor</strong></em>. Chicago: Childrens Press, Inc., 1991.
|
|
<br /><strong>Reading Level</strong>: Grades 1-3
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell
|
|
</li>
|
|
<li>Hansen, Joyce. <em><strong>Women of Hope: African Americans Who Made a Difference</strong></em>. Foreword by Moe Foner. New York: Scholastic Press, 1998.
|
|
<br /><strong>Reading Level</strong>: Grades 4 and above
|
|
<br /><strong>Featured Physicians</strong>: Alexa Canady, Mae Jemison
|
|
</li>
|
|
<li>Hasday, Judy L. <em><strong>Extraordinary Women Athletes.</strong></em> New York: Childrens Press, 2000.
|
|
<br /><strong>Reading Level</strong>: Grades 4-7
|
|
<br /><strong>Featured Physicians</strong>: Tenley Albright
|
|
</li>
|
|
<li>Hayden, Robert C. <em><strong>11 African-American Doctors.</strong></em> Frederick: Twenty-First Century Books, 1992.
|
|
<br /><strong>Reading Level</strong>: Grades 4-7
|
|
<br /><strong>Featured Physicians</strong>: Jane Wright
|
|
</li>
|
|
<li>Henry, Joanne Landers. <em><strong>Elizabeth Blackwell: Girl Doctor</strong></em>. New York: Aladdin Paperbacks, 1996.
|
|
<br /><strong>Reading Level</strong>: Grades 2-5
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell
|
|
</li>
|
|
<li>Hume, Ruth Fox. <em><strong>Great Women of Medicine</strong></em>. New York: Random House, 1964.
|
|
<br /><strong>Reading Level</strong>: Grades 7-12
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell, Alice Hamilton, Mary Jacobi, Florence Sabin
|
|
</li>
|
|
<li>Hunter, Shaun. <em><strong>Leaders in Medicine</strong></em>. New York: Crabtree Publishing Company, 1999.
|
|
<br /><strong>Reading Level</strong>: Grades 3-5
|
|
<br /><strong>Featured Physicians</strong>: Dorothy Andersen, Virginia Apgar, S. Josephine Baker, Gerti Cori, Alice Hamilton, Mae Jemison, Elisabeth Kübler-Ross, Antonia Novello, Helen Taussig, Florence Sabin
|
|
</li>
|
|
<li>Jemison, Mae C. <em><strong>Find Where the Wind Goes: Moments From My Life</strong></em>. New York: Scholastic Press, 2001.
|
|
<br /><strong>Reading Level</strong>: Grades 4-7
|
|
<br /><strong>Featured Physicians</strong>: Mae Jemison
|
|
</li>
|
|
<li>Kaye, Judith. <em><strong>The Life of Florence Sabin</strong></em>. New York: Twenty-First Century Books, 1993.
|
|
<br /><strong>Reading Level</strong>: Grades 4-7
|
|
<br /><strong>Featured Physicians</strong>: Florence Sabin
|
|
</li>
|
|
<li>Kent, Jacqueline C. <em><strong>Women in Medicine</strong></em>. Minneapolis: The Oliver Press, Inc., 1998.
|
|
<br /><strong>Reading Level</strong>: Grades 5-8
|
|
<br /><strong>Featured Physicians</strong>: Virginia Apgar, Elizabeth Blackwell, Dorothy Brown, May Chinn, Alma Morani, Susan Picotte, Helen Taussig, Mary Walker
|
|
</li>
|
|
<li>Klass, Perri. <em><strong>A Not Entirely Benign Procedure: Four Years As a Medical Student</strong></em>. New York: G.P. Putnam's Sons, 1987.
|
|
<br /><strong>Reading Level</strong>: Grades 10 and above
|
|
<br /><strong>Featured Physicians</strong>: Perri Klass
|
|
</li>
|
|
<li>Kline, Nancy. <em><strong>Elizabeth Blackwell: A Doctor's Triumph</strong></em>. Berkeley: Conari Press, 1997.
|
|
<br /><strong>Reading Level</strong>: Grades 5-8
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell
|
|
</li>
|
|
<li>Krapp, Kristine, ed. <em><strong>Notable Black American Scientists</strong></em>. Detroit: Gale, 1999.
|
|
<br /><strong>Reading Level</strong>: Grades 10-12
|
|
<br /><strong>Featured Physicians</strong>: Dorothy Brown, Rebecca Cole, Rebecca Crumpler, M. Jocelyn Elders, Matilda Evans, Dorothy Ferebee, Mae Jemison, Halle Johnson, Edith Irby Jones, Margaret Lawrence, M. Jeanne Spurlock, Jane Wright
|
|
</li>
|
|
<li>Kronstadt, Janet. <em><strong>Florence Sabin: Medical Researcher</strong></em>. New York: Chelsea House Publishers, 1990.
|
|
<br /><strong>Reading Level</strong>: Grades 6-9
|
|
<br /><strong>Featured Physicians</strong>: Florence Sabin
|
|
</li>
|
|
<li>Lindrop, Laurie. <em><strong>Scientists and Doctors</strong></em>. New York: Twenty-First Century Books, 1997.
|
|
<br /><strong>Reading Level</strong>: Grades 6-9
|
|
<br /><strong>Featured Physicians</strong>: Mae Jemison, Susan Love, Helen Taussig
|
|
</li>
|
|
<li>Lyman, Darryl. <em><strong>Great African American Women</strong></em>. New York: Gramercy Books, 1999.
|
|
<br /><strong>Reading Level</strong>: Grades 7-12
|
|
<br /><strong>Featured Physicians</strong>: Mae Jemison
|
|
</li>
|
|
<li>McClure, Judy. <em><strong>Healers and Researchers: Physicians, Biologists, Social Scientists</strong></em>. Austin: Raintree Steck-Vaughn Publishers, 2000.
|
|
<br /><strong>Reading Level</strong>: Grades 4-6
|
|
<br /><strong>Featured Physicians</strong>: Maude Abott, Hattie Alexander, Dorothy Andersen, Virginia Apgar, S. Josephine Baker, Elizabeth Blackwell, Emily Blackwell, May Chinn, Rebecca Cole, Gerti Cori, M. Jocelyn Elders, Alice Hamilton, Mary Jacobi, Mae Jemison, Elisabeth Kubler-Ross, Susan Picotte, Dorothy Mendenhall, Rosa Minoka-Hill, Antonia Novello, Ann Preston, Florence Sabin, Helen Taussig, Bertha Van Hoosen, Mary Walker, Anna Williams, Jane Wright, Marie Zakrzewska
|
|
</li>
|
|
<li>McKissack, Patricia, and Frederick McKissack. <em><strong>African-American Scientists</strong></em>. Brookfield: The Millbrook Press, 1994.
|
|
<br /><strong>Reading Level</strong>: Grades 4-6
|
|
<br /><strong>Featured Physicians</strong>: Rebecca Cole, Rebecca Crumpler, Mae Jemison
|
|
</li>
|
|
<li>McLenighan, Valjean. <em><strong>Women and Science</strong></em>. Milwaukee: Raintree Publishers, 1979.
|
|
<br /><strong>Reading Level</strong>: Grades 3-5
|
|
<br /><strong>Featured Physicians</strong>: Alice Hamilton, Florence Sabin
|
|
</li>
|
|
<li>McPherson, Stephanie Sammartino. <em><strong>The Workers' Detective: A Story About Dr. Alice Hamilton</strong></em>. Minneapolis: Carolrhoda Books, Inc., 1992.
|
|
<br /><strong>Reading Level</strong>: Grades 3-6
|
|
<br /><strong>Featured Physicians</strong>: Alice Hamilton
|
|
</li>
|
|
<li>Morey, Janet Nomura, and Wendy Dunn. <em><strong>Famous Hispanic Americans</strong></em>. New York: Cobblehill Books, 1996.
|
|
<br /><strong>Reading Level</strong>: Grades 4-6
|
|
<br /><strong>Featured Physicians</strong>: Antonia Novello
|
|
</li>
|
|
<li>Noble, Iris. <em><strong>The First Woman Ambulance Surgeon</strong></em>. New York: Julian Messner, Inc., 1962.
|
|
<br /><strong>Reading Level</strong>: Grades 6-9
|
|
<br /><strong>Featured Physicians</strong>: Emily Barringer
|
|
</li>
|
|
<li>Phelan, Mary Kay. <em><strong>Probing the Unknown: The Story of Dr. Florence Sabin</strong></em>. New York: Thomas Y. Crowell Company, 1969.
|
|
<br /><strong>Reading Level</strong>: Grades 5-8
|
|
<br /><strong>Featured Physicians</strong>: Florence Sabin
|
|
</li>
|
|
<li>Potter, Joan, and Constance Claytor. <em><strong>African Americans Who Were First</strong></em>. New York: Cobblehill Books, 1997.
|
|
<br /><strong>Reading Level</strong>: Grades 4-6
|
|
<br /><strong>Featured Physicians</strong>: Rebecca Crumpler, Mae Jemison
|
|
</li>
|
|
<li>Ptacek, Greg. <em><strong>Champion for Children's Health</strong></em>. Minneapolis: Carolrhoda Books, Inc., 1994.
|
|
<br /><strong>Reading Level</strong>: Grades 3-6
|
|
<br /><strong>Featured Physicians</strong>: S. Josephine Baker
|
|
</li>
|
|
<li>Ranahan, Demerris C. <em><strong>Medicine</strong></em>. Minneapolis: Dillon Press, Inc., 1981.
|
|
<br /><strong>Reading Level</strong>: Grades 5-8
|
|
<br /><strong>Featured Physicians</strong>: Virginia Apgar, Adele Hofmann, Olga Jonasson, Elizabeth Blackwell, Mary Jacobi, Alice Hamilton, Susan Picotte, Helen Taussig, Jane Wright, Marie Zakrzewska
|
|
</li>
|
|
<li>Redberg, Rita F., and Judith Love Cohen. <em><strong>You Can Be a Woman Cardiologist</strong></em>. Culver City: Cascade Press, Inc., 1996.
|
|
<br /><strong>Reading Level</strong>: Grades 2-4
|
|
<br /><strong>Featured Physicians</strong>: Rita Redberg
|
|
</li>
|
|
<li>Sabin, Francene. <em><strong>Elizabeth Blackwell: The First Woman Doctor</strong></em>. Mahwah: Troll Associates, 1982.
|
|
<br /><strong>Reading Level</strong>: Grades 2-4
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell
|
|
</li>
|
|
<li>Schleichert, Elizabeth. <em><strong>The Life of Elizabeth Blackwell</strong></em>. Frederick: Twenty-First Century Books, 1992.
|
|
<br /><strong>Reading Level</strong>: Grades 4-7
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell
|
|
</li>
|
|
<li>Sinnott, Susan. <em><strong>Extraordinary Hispanic Americans</strong></em>. Chicago: Childrens Press, 1991.
|
|
<br /><strong>Reading Level</strong>: Grades 4-6
|
|
<br /><strong>Featured Physicians</strong>: Antonia Novello
|
|
</li>
|
|
<li>Steelsmith, Shari. <em><strong>Elizabeth Blackwell: The Story of the First Woman Doctor</strong></em>. Seattle: Parenting Press, Inc., 1987.
|
|
<br /><strong>Reading Level</strong>: Grades K-3
|
|
<br /><strong>Featured Physicians</strong>: Elizabeth Blackwell
|
|
</li>
|
|
<li>Stille, Darlene R. <em><strong>Extraordinary Women of Medicine</strong></em>. New York: Children's Press, 1997.
|
|
<br /><strong>Reading Level</strong>: Grades 5-9
|
|
<br /><strong>Featured Physicians</strong>: Hattie Alexander, Dorothy Andersen, S. Josephine Baker, Elizabeth Blackwell, Emily Blackwell, Emeline Cleveland, Alice Hamilton, Bernadine Healy, Mary Jacobi, Elisabeth Kubler-Ross, Elise L'Esperance, Hannah Longshore, Esther Lovejoy, Anita McGee, Rosa Minoka-Hill, Antonia Novello, Susan Picotte, Ann Preston, Helen Taussig, Bertha Van Hoosen, Mary Walker, Jane Wright, Marie Zakrzewska
|
|
</li>
|
|
<li>Stille, Darlene R. <em><strong>Extraordinary Women Scientists</strong></em>. Chicago: Childrens Press, 1995.
|
|
<br /><strong>Reading Level</strong>: Grades 5-9
|
|
<br /><strong>Featured Physicians</strong>: Gerti Cori, Mae Jemison, Florence Sabin
|
|
</li>
|
|
<li>Sullivan, Otha Richard. <em><strong>African American Inventors</strong></em>. New York: John Wiley & Sons, Inc., 1998.
|
|
<br /><strong>Reading Level</strong>: Grades 5-7
|
|
<br /><strong>Featured Physicians</strong>: Jane Wright
|
|
</li>
|
|
<li>Vare, Ethlie Ann, and Greg Ptacek. <em><strong>Women Inventors &amp; Their Discoveries</strong></em>. Minneapolis: The Oliver Press, Inc., 1993.
|
|
<br /><strong>Reading Level</strong>: Grades 4-7
|
|
<br /><strong>Featured Physicians</strong>: S. Josephine Baker
|
|
</li>
|
|
<li>Verheyden-Hilliard, Mary Ellen. <em><strong>Scientist and Physician: Judith Pachciarz</strong></em>. Bethesda: The Equity Institute, 1988.
|
|
<br /><strong>Reading Level</strong>: Grades 2-3
|
|
<br /><strong>Featured Physicians</strong>: Judith Pachchiarz
|
|
</li>
|
|
<li>Wilkerson, J. L.<em><strong> A Doctor to Her People: Dr. Susan La Flesche Picotte</strong></em>. Kansas City: Acorn Books, 1999.
|
|
<br /><strong>Reading Level</strong>: Grades 3-6
|
|
<br /><strong>Featured Physicians</strong>: Susan Picotte
|
|
</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-07-08" -->
|
|
<!-- 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 & 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> 08 July 2013<br /><strong>Last updated:</strong> 08 July 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>
|