315 lines
26 KiB
HTML
315 lines
26 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"><a href="/resources/reading.html">Books</a><br /></div>
|
|
<div class="tertiary"><span class="indicator">*</span> <span class="on">Videos & Oral Histories</span><br /></div>
|
|
<div class="tertiary"><a href="/resources/research.html">Research</a><br /></div>
|
|
</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_videos.gif" width="655" height="23" alt="Videos" title="Videos" border="0" /></h2>
|
|
<ul class="career">
|
|
<li><em><strong>Bright Minds</strong></em>. Produced by Rex Barnett. Atlanta: History on Video, 2001.
|
|
<br /><strong>Audience Level</strong>: Grades 10 and above
|
|
<br /><strong>Description</strong>: Three African-American students, interviewed at the Student National Medical Association's annual conference in Atlanta in April, 2001, comment on their preparation for and experiences during medical training, and share advice on succeeding in medical school. J. Nadine Gracia, President of the Student National Medical Association, the oldest and largest student organization for minority students in the United States, emphasizes the importance of mentorship to the future of minority medical education.
|
|
</li>
|
|
<li><em><strong>Careers in Medicine: Physician</strong></em>. Princeton: Films for the Humanities & Sciences, 1998.
|
|
<br /><strong>Audience Level</strong>: Grades 9-12
|
|
<br /><strong>Description</strong>: This video offers high school students interested in medicine a good overview of the profession, based on vignettes and short interviews of medical school students, instructors, and those working in the field both in clinical and academic settings. Those interviewed discuss what it takes to succeed in medicine, ways to gain practical volunteer experience in the health fields, strategies for finding mentors and for obtaining course planning advice, the current atmosphere of recruiting for minorities and women, how to find funding for a medical education, what medical school is like, and the criteria for evaluating medical school applicants. The emphasis of this video is on the planning needed to prepare for medical school and the self-discipline needed to succeed once in medical school.
|
|
</li>
|
|
<li><em><strong>Making the Grade: From Med School to Internship</strong></em>. Part of the "Hopkins 24/7: Inside America's Best Hospital System" series. Produced by ABC News. Princeton: Films for the Humanities & Sciences, 2001.
|
|
<br /><strong>Audience Level</strong>: Grades 10 and above
|
|
<br /><strong>Description</strong>: Johns Hopkins University School of Medicine students from the first year to the fourth year comment on various aspects of their medical training, from their anticipation of the first day in the anatomy laboratory and being directly responsible for patient care, to their anxieties about future internships and coping with the real world burdens of the health care system. This video is similar in format to the first of the Harvard Medical School series (So You Want to Be a Doctor?) that follows seven students over a period of fourteen years, but does not have the same level of intimacy or depth. Overall, this is an attractive, well-made, and enjoyable video that will give prospective medical students a insider's perspective on the rigors of medical training.
|
|
</li>
|
|
<li><em><strong>Making of a Doctor</strong></em>. Written, produced, and directed by Michael Barnes. A NOVA production by the WGBH/Boston Science Unit. Boston: WGBH Educational Foundation, 1995.
|
|
<br /><strong>Audience Level</strong>: Grades 10 and above
|
|
<br /><strong>Description</strong>: This is the second installation in a three-part series that follows seven Harvard Medical School students over a period of fourteen years, from their medical school training to the beginnings of their professional careers. The first hour of this video is designed so that viewers who have not seen So You Want to be a Doctor will get a coherent narrative, thus basically reiterating many of the key scenes from part one. After showing scenes from medical school graduation, the second hour goes on to follow these newly minted MDs as they continue in their individual directions in internship and residency programs. This second video, like its predecessor, is marked by clear and well-paced narration, a sense of drama, and overall excellence in storytelling and video quality. As in the first, the sense of intimacy is well captured. Highly recommended for high school and college audiences.
|
|
</li>
|
|
<li><em><strong>So You Want to Be a Doctor?</strong></em> Written, produced, and directed by Michael Barnes. A NOVA production by the WGBH/Boston Science Unit. Boston: WGBH Educational Foundation, 1991. Princeton: Films for the Humanities & Sciences, 1991.
|
|
<br /><strong>Audience Level</strong>: Grades 10 and above
|
|
<br /><strong>Description</strong>: Narrated by actor Neil Patrick Harris, star of the TV series Doogie Howser, M.D., this is the first of three videos in a series that follows seven Harvard Medical School students over a period of fourteen years. This video covers the four years of medical school and takes its audience into the many firsts of young doctors in training, among them the first cadaver dissection, the first patient exam, and the first death. Scenes from the lives of the seven students reveal the hardships, rewards, and drama of this test of endurance. The students and their parents, partners, and teachers speak intimately about the impact of medical school on these students. This is an excellent video that provides a fascinating and personal view of medical training, while balancing a dramatic narrative with integrity.
|
|
</li>
|
|
<li><em><strong>Survivor MD.</strong></em> Written, produced, and directed by Michael Barnes. A NOVA production by the WGBH/Boston Science Unit. Boston: WGBH Educational Founation, 2001.
|
|
<br /><strong>Audience Level</strong>: Grades 10 and above
|
|
<br /><strong>Description</strong>: This video wraps up the three-part documentary series that follows seven Harvard Medical School students over the course of fourteen years. Like the second video in the series, Survivor MD includes significant footage from the first, allowing new viewers to get acquainted with the background. This video concentrates mainly on the early careers of the seven characters.
|
|
</li>
|
|
<li><em><strong>Women Are Pathologists</strong></em>. National Institutes of Health Office of Research on Women's Health, and National Institutes of Health Office of Science Education. Bethesda: National Institutes of Health, 1999.
|
|
<br /><strong>Audience Level</strong>: Grades 6-9
|
|
<br /><strong>Description</strong>: In the first fictional section of this two-part video, a teenage girl learns about the field of pathology as she deals with the discovery of her sister's cervical cancer. In the second half of the video, three pathologists, Deborah Powell (asurgical pathologist), Maria Merino (an academic pathologist), and Mary Case (a clinical pathologist) give overviews of their roles within this medical specialty and the rewards and challenges of their positions. With an introduction by Victoria Powell, who plays Dr. Amanda Bentley on the TV series Diagnosis Murder, this is an engaging video that skillfully combines story and teaching. This video is part of a three-video series titled Women are Scientists, produced by the National Institutes of Health, and is available for free online by ordering at http://Science-Education.nih.gov.
|
|
</li>
|
|
<li><em><strong>Women Are Researchers</strong></em>. National Institutes of Health Office of Research on Women's Health, National Institutes of Health Office of Science Education and Association of Women Surgeons. Bethesda: National Institutes of Health, 2000.
|
|
<br /><strong>Audience Level</strong>: Grades 5-7
|
|
<br /><strong>Description</strong>: With an introduction by Gates McFadden, from the TV series Star Trek: The Next Generation, this entertaining and vibrant video features short vignettes organized around questions posed by the young hostess of this show. Viewers are given a short history of women in medicine and a research problem involving the hypothesis that "science is fun." Three researchers in different settings, Terry Young, Connie Noguchi, and Judith Pachciarz talk about overcoming gender, ethnic, and physical barriers to achieve success in their profession. Their discussion ranges from their passion for research and balancing personal and professional lives, to giving valuable advice to young women (grades 5 to 7), to planning for a biomedical research career. This video is part of a three-video series titled Women are Scientists, produced by the National Institutes of Health, and is available for free online by ordering at http://Science-Education.nih.gov.
|
|
</li>
|
|
<li><em><strong>Women Are Surgeons</strong></em>. National Institutes of Health Office of Research on Women's Health, National Institutes of Health Office of Science Education, and Association of Women Surgeons. Bethesda: National Institutes of Health, 1998.
|
|
<br /><strong>Audience Level</strong>: Grades 5-7
|
|
<br /><strong>Description</strong>: This video introduces young women to the professional and personal lives of three women surgeons, thoracic surgeon Victoria Stevens, cardiac surgeon Rosalyn Sterling-Scott, and trauma surgeon Yvette LaClaustra. Women are Surgeons features a series of short scenes showing the real life drama of these women at work. Various young adults pose questions of interest to them, such as, "How do you make time for life outside of work?" and "How do you deal with stress?" which the three surgeons take turns answering. With an introduction by Christine Lahti, Emmy Award winning actress from Chicago Hope, this video provides a lively and appealing way of encouraging young women grades 5 to 7 to pursue careers in surgery. This video is part of a three-video series titled Women are Scientists, produced by the National Institutes of Health, and is available for free online by ordering at http://Science-Education.nih.gov.
|
|
</li>
|
|
<li><em><strong>Women in Medicine</strong></em>. A production of Dartmouth/Hitchcock Medical Center. Princeton: Films for the Humanities & Sciences, 1993.
|
|
<br /><strong>Audience Level</strong>: Grades 10 and above
|
|
<br /><strong>Description</strong>: This informative video starts with scenes from a 1930s newsreel, Men of Medicine, as a contrast to its own discussion about the likely changes that will occur as women continue to contribute to the field of medicine. Some of the questions and issues raised are the emerging changes in research and patient care, with women contributing widely to medicine and the possibility of women bringing new skills into the profession. Various physicians and educators comment on the lives of medical women and their impact on this field.
|
|
</li>
|
|
</ul>
|
|
<h2 class="lesson"><img src="/static/img/reading_oral.jpg" width="655" height="23" alt="Oral Histories" title="Oral Histories" border="0" /></h2>
|
|
<ul class="career">
|
|
<li><em><strong>Women in Duke Medicine</strong></em>. March 26, 2008. A joint project between the Duke Medical Center Archives
|
|
and the office of the Associate Vice Dean for Faculty Development
|
|
<br />Dr. Ann Brown.
|
|
<br /><strong>Website</strong>: <a target ="blank" href="http://digitaldukemed.mc.duke.edu/med_women/index.php">http://digitaldukemed.mc.duke.edu/med_women/index.php</a>
|
|
<br /><strong>Audience Level</strong>: Grades 11 and above
|
|
<br /><strong>Description</strong>: Women physicians and scientists, past and present, talk about their careers in medicine.
|
|
This web site includes transcripts of their oral history interviews, sound clips, biographies, summaries of the
|
|
interviews, photographs, and a timeline.
|
|
</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>
|