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

356 lines
No EOL
27 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]-->
<link rel="stylesheet" href="/static/styles/print.css" type="text/css" media="print" />
<title>Changing the Face of Medicine| Taking the Lead</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| Taking the Lead" />
<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-06-19" />
<meta name="NLMDC.Date.Expiration" content="2014-06-19" />
<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" />
<style type="text/css">
.tdbackground { background-image:url('../img/exh_name_bg.gif');
}
</style>
<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("intro", "sights", "mark", "changing");
for (var i = 0; i <= subNavItems.length; i++) {
subNavOn[i] = new Image();
subNavOn[i].src = root + "img/sub_ex_" + subNavItems[i] + "_on.gif";
subNavOff[i] = new Image();
if (subNavItems[i] == current) {
subNavOff[i].src = root + "img/sub_ex_" + subNavItems[i] + "_on.gif";
} else if (subNavItems[i+1] == current) {
subNavOff[i].src = root + "img/sub_ex_" + subNavItems[i] + "_adj.gif";
} else {
subNavOff[i].src = root + "img/sub_ex_" + 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_ex_" + subNavItems[i] + "_on.gif";
} else {
subNavAdj[i].src = root + "img/sub_ex_" + subNavItems[i] + "_adj.gif";
}
}
}
}
function initialize() {
initializeMetaNav("../", "exhibition");
initializeSubNav("../", "changing");
}
//-->
</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="exhibition">
<div class="intro">
<a href="/exhibition/index.html"><img src="/static/img/sub_ex_intro.gif" alt="Introduction" title="Introduction" /></a>
</div>
<div class="sights">
<a href="/exhibition/sights.html"><img src="/static/img/sub_ex_sights.gif" alt="Setting Their Sights" title="Setting Their Sights" /></a>
</div>
<div class="mark">
<a href="/exhibition/mark.html"><img src="/static/img/sub_ex_mark.gif" alt="Making Their Mark" title="Making Their Mark" /></a>
</div>
<div class="changing">
<a href="/exhibition/changing.html"><img src="/static/img/sub_ex_changing_on.gif" alt="Changing Medicine" title="Changing Medicine" /></a>
</div>
</div>
<div class="yellowBox">
<img src="/static/img/desc_asterix_changing.gif" alt="Yellow asterix" class="floatLeft" />
<h1><img src="/static/img/desc_title_taking_lead.gif" alt="Taking the Lead" title="Taking the Lead" class="floatLeft" /></h1>
<img src="/static/img/desc_divider_changing.gif" alt="" height="4" width="655" /><br />
<div class="descText">
<p>In recent decades, women physicians have risen to the very top ranks of the institutions that lead medical research and define the highest standards of practice. Deciding which issues to focus upon, they direct research and funding and are instrumental in implementing the policies, developing the drugs and treatments, and drafting the legislation to meet emerging medical challenges.</p>
<p>From high-profile, influential positions, women physicians provide examples and encouragement, as well as career opportunities, for other women who hope to practice medicine.</p>
</div>
</div>
<a href="/physicians/biography_239.html"><img src="/static/img/thumbs/239.jpg" alt="Dr. Antonia Novello" title="Dr. Antonia Novello" class="left" /></a>
<div class="contentBox">
<div class="grayBGLong"><a href="/physicians/biography_239.html"><img src="/static/img/exh_names/239.gif" alt="Dr. Antonia Novello" title="Dr. Antonia Novello" class="floatLeft" /></a></div>
<img src="/static/img/dot_blue.gif" alt="" height="1" width="517" />
<div class="textPad">
<p>When Dr. Antonia Novello was appointed Surgeon General of the United States by President George Bush in 1990, she was the first woman—and the first Hispanic—ever to hold that office. Her appointment came after nearly two decades of public service at the National Institutes of Health, where she took a role in drafting national legislation regarding organ transplantation. <a href="/physicians/biography_239.html"><strong>READ MORE</strong></a></p>
</div>
</div>
<br class="clearboth" />
<div class="contentBox">
<div class="grayBGLong"><a href="/physicians/biography_77.html"><img src="/static/img/exh_names/77_rt.gif" alt="Dr. Catherine D. DeAngelis" title="Dr. Catherine D. DeAngelis" class="floatLeft" /></a></div>
<img src="/static/img/dot_blue.gif" alt="" height="1" width="526" />
<div class="textPad">
<p>In her role as the first woman editor of the <em>Journal of the American Medical Association</em>, Catherine DeAngelis, M.D., has made a special effort to publish substantive scientific articles on women's health issues. The journal plays an important role in bringing new research to light, and featured articles can lead to fundamental changes in treatment. Under her editorship, the journal published a landmark study questioning the benefits of hormone replacement therapy in 2002. She also served as editor of the <em>Archive of Pediatrics and Adolescent Medicine, </em>from 1993 to 2000. <a href="/physicians/biography_77.html"><strong>READ MORE</strong></a></p>
</div>
</div>
<a href="/physicians/biography_77.html"><img src="/static/img/thumbs/77.jpg" alt="Dr. Catherine D. DeAngelis" title="Dr. Catherine D. DeAngelis" class="right" /></a>
<br class="clearboth" />
<a href="/physicians/biography_185.html"><img src="/static/img/thumbs/185.jpg" alt="Dr. Ruth L. Kirschstein" title="Dr. Ruth L. Kirschstein" class="left" /></a>
<div class="contentBox">
<div class="grayBG"><a href="/physicians/biography_185.html"><img src="/static/img/exh_names/185.gif" alt="Dr. Ruth L. Kirschstein" title="Dr. Ruth L. Kirschstein" class="floatLeft" /></a></div>
<a href="/video/185_1.html" onclick="return launchVideo('../video/185_1.html');" target="_blank"><img src="/static/img/btn_video.gif" alt="Video: Dr. Ruth L. Kirschstein" title="Video: Dr. Ruth L. Kirschstein" class="floatLeft" /></a>
<a href="/video/185_1_trans.html" onclick="return launchTranscript('../video/185_1_trans.html');" target="_blank"><img src="/static/img/btn_transcript.gif" alt="Transcript: Dr. Ruth L. Kirschstein" title="Transcript: Dr. Ruth L. Kirschstein" class="floatLeft" /></a>
<img src="/static/img/dot_blue.gif" alt="" height="1" width="526" />
<div class="textPad">
<p>As director of the National Institute of General Medical Sciences from 1974 to 1993, Dr. Ruth Kirschstein was the first woman institute director at the National Institutes of Health (NIH). Throughout her career, she has worked as an administrator, fundraiser, and scientific researcher, investigating possible public health responses in the midst of crisis and conservatism. <a href="/physicians/biography_185.html"><strong>READ MORE</strong></a></p>
</div>
</div>
<br class="clearboth" />
<div class="contentBox">
<a href="/video/260_1.html" onclick="return launchVideo('../video/260_1.html');"><img src="/static/img/btn_video.gif" alt="Video: Dr. Helen M. Ranney" title="Video: Dr. Helen M. Ranney" class="floatLeft" /></a>
<a href="/video/260_1_trans.html" onclick="return launchTranscript('../video/260_1_trans.html');"><img src="/static/img/btn_transcript.gif" alt="Transcript: Dr. Helen M. Ranney" title="Transcript: Dr. Helen M. Ranney" class="floatLeft" /></a>
<div class="grayBG"><a href="/physicians/biography_260.html"><img src="/static/img/exh_names/260_rt.gif" alt="Dr. Helen M. Ranney" title="Dr. Helen M. Ranney" class="floatLeft" /></a></div>
<img src="/static/img/dot_blue.gif" alt="" height="1" width="526" />
<div class="textPad">
<p>Dr. Helen Ranney's landmark research during the 1950s was some of the earliest proof of a link between genetic factors and sickle cell anemia. She went on to become the first woman to chair the department of medicine at the University of California, San Diego, and was the first woman president of the Association of American Physicians from 1984 to 1985. <a href="/physicians/biography_260.html"><strong>READ MORE</strong></a></p>
</div>
</div>
<a href="/physicians/biography_260.html"><img src="/static/img/thumbs/260.jpg" alt="Dr. Helen M. Ranney" title="Dr. Helen M. Ranney" class="right" /></a>
<br class="clearboth" />
<a href="/physicians/biography_211.html"><img src="/static/img/thumbs/211.jpg" alt="Dr. Audrey Forbes Manley" title="Dr. Audrey Forbes Manley" class="left" /></a>
<div class="contentBox">
<div class="grayBG"><a href="/physicians/biography_211.html"><img src="/static/img/exh_names/211.gif" alt="Dr. Audrey Forbes Manley" title="Dr. Audrey Forbes Manley" class="floatLeft" /></a></div>
<a href="/video/211_1.html" onclick="return launchVideo('../video/211_1.html');" target="_blank"><img src="/static/img/btn_video.gif" alt="Video: Dr. Audrey Forbes Manley" title="Video: Dr. Audrey Forbes Manley" class="floatLeft" /></a>
<a href="/video/211_1_trans.html" onclick="return launchTranscript('../video/211_1_trans.html');" target="_blank"><img src="/static/img/btn_transcript.gif" alt="Transcript: Dr. Audrey Forbes Manley" title="Transcript: Dr. Audrey Forbes Manley" class="floatLeft" /></a>
<img src="/static/img/dot_blue.gif" alt="" height="1" width="526" />
<div class="textPad">
<p>Dr. Audrey Forbes Manley received a music scholarship to study at Spelman College in Atlanta. She took the opportunity to expand her education and interests and moved into the sciences. She was appointed Assistant Surgeon General in 1988, and is the first African American woman to hold a position of that rank in the United States Public Health Service. In 1997 she returned to Spelman, after forty years in medicine, to serve as president of the college. <a href="/physicians/biography_211.html"><strong>READ MORE</strong></a></p>
</div>
</div>
<br class="clearboth" />
<div class="contentBox">
<a href="/video/68_1.html" onclick="return launchVideo('../video/68_1.html');"><img src="/static/img/btn_video.gif" alt="Video: Dr. Frances K. Conley" title="Video: Dr. Frances K. Conley" class="floatLeft" /></a>
<a href="/video/68_1_trans.html" onclick="return launchTranscript('../video/68_1_trans.html');"><img src="/static/img/btn_transcript.gif" alt="Transcript: Dr. Frances K. Conley" title="Transcript: Dr. Frances K. Conley" class="floatLeft" /></a>
<div class="grayBG"><a href="/physicians/biography_68.html"><img src="/static/img/exh_names/68_rt.gif" alt="Dr. Frances K. Conley" title="Dr. Frances K. Conley" class="floatLeft" /></a></div>
<img src="/static/img/dot_blue.gif" alt="" height="1" width="526" />
<div class="textPad">
<p>In 1966, Frances Krauskopf Conley became the first woman to pursue a surgical internship at Stanford University Hospital, and in 1986 she became the first tenured full professor of neurosurgery at a medical school in the United States. In 1991, she risked her career when she drew public attention to the sexist environment which, she argued, pervaded Stanford University Medical Center. <a href="/physicians/biography_68.html"><strong>READ MORE</strong></a></p>
</div>
</div>
<a href="/physicians/biography_68.html"><img src="/static/img/thumbs/68.jpg" alt="Dr. Frances K. Conley" title="Dr. Frances K. Conley" class="right" /></a>
<br class="clearboth" />
<a href="/physicians/biography_145.html"><img src="/static/img/thumbs/145.jpg" alt="Dr. Bernadine Healy" title="Dr. Bernadine Healy" class="left" /></a>
<div class="contentBox">
<div class="grayBG"><a href="/physicians/biography_145.html"><img src="/static/img/exh_names/145.gif" alt="Dr. Bernadine Healy" title="Dr. Bernadine Healy" class="floatLeft" /></a></div>
<a href="/video/145_1.html" onclick="return launchVideo('../video/145_1.html');" target="_blank"><img src="/static/img/btn_video.gif" alt="Video: Dr. Bernadine Healy" title="Video: Dr. Bernadine Healy" class="floatLeft" /></a>
<a href="/video/145_1_trans.html" onclick="return launchTranscript('../video/145_1_trans.html');" target="_blank"><img src="/static/img/btn_transcript.gif" alt="Transcript: Dr. Bernadine Healy" title="Transcript: Dr. Bernadine Healy" class="floatLeft" /></a>
<img src="/static/img/dot_blue.gif" alt="" height="1" width="526" />
<div class="textPad">
<p>Cardiologist Bernadine Healy is a physician, educator, and health administrator who was the first woman to head the National Institutes of Health (NIH). Known for her outspoken, innovative policymaking, Dr. Healy has been particularly effective in addressing medical policy and research pertaining to women. <a href="/physicians/biography_145.html"><strong>READ MORE</strong></a></p>
</div>
</div>
<br class="clearboth" />
<div class="contentBox">
<a href="/video/173_1.html" onclick="return launchVideo('../video/173_1.html');"><img src="/static/img/btn_video.gif" alt="Video: Dr. Paula A. Johnson" class="floatLeft" /></a>
<a href="/video/173_1_trans.html" onclick="return launchTranscript('../video/173_1_trans.html');"><img src="/static/img/btn_transcript.gif" alt="Transcript: Dr. Paula A. Johnson" class="floatLeft" /></a>
<div class="grayBG"><a href="/physicians/biography_173.html"><img src="/static/img/exh_names/173_rt.gif" alt="Dr. Paula A. Johnson" class="floatLeft" /></a></div>
<img src="/static/img/dot_blue.gif" alt="" height="1" width="526" />
<div class="textPad">
<p>Dr. Paula Johnson is a women's health specialist and a pioneer in the treatment and prevention of cardiovascular disease. She conceived of and developed one of the first facilities in the country to focus on heart disease in women. <a href="/physicians/biography_173.html"><strong>READ MORE</strong></a></p>
</div>
</div>
<a href="/physicians/biography_173.html"><img src="/static/img/thumbs/173.jpg" alt="Dr. Paula A. Johnson" class="right" /></a>
<br class="clearboth" />
<a href="/physicians/biography_261.html"><img src="/static/img/thumbs/261.jpg" alt="Dr. Joan Y. Reede" class="left" /></a>
<div class="contentBox">
<div class="grayBG"><a href="/physicians/biography_261.html"><img src="/static/img/exh_names/261.gif" alt="Dr. Joan Y. Reede" class="floatLeft" /></a></div>
<a href="/video/261_1.html" onclick="return launchVideo('../video/261_1.html');" target="_blank"><img src="/static/img/btn_video.gif" alt="Video: Dr. Joan Y. Reede" class="floatLeft" /></a>
<a href="/video/261_1_trans.html" onclick="return launchTranscript('../video/261_1_trans.html');" target="_blank"><img src="/static/img/btn_transcript.gif" alt="Transcript: Dr. Joan Y. Reede" class="floatLeft" /></a>
<img src="/static/img/dot_blue.gif" alt="" height="1" width="526" />
<div class="textPad">
<p>Dr. Joan Reede works to recruit and prepare minority students for jobs in the biomedical professions, and to promote better health care policies for the benefit of minority populations. In 2001, she became Harvard Medical School's first dean for diversity and community partnership. She is the first African American woman to hold that rank at HMS and one of the few African American women to hold a deanship at a medical school in the United States. <a href="/physicians/biography_261.html"><strong>READ MORE</strong></a></p>
</div>
</div>
<br class="clearboth" />
<div class="back" align="right"><a href="/exhibition/index.html">Back to <strong>Introduction</strong></a>&nbsp;&nbsp;<a href="/exhibition/index.html"><img src="/static/img/arrow_rt.gif" alt="" align="middle" /></a></div>
</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-06-19" -->
<!-- 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 class="paratureLink" href="//support.nlm.nih.gov?from=" target="_blank">NLM Customer Support</a>, <a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html">HHS Vulnerability Disclosure</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> 19 June 2013<br /><strong>Last updated:</strong> 19 June 2013<br /><strong>First published:</strong> 14 October 2003<br />
</p>
</div>
</div> <!--page-->
<script type="text/javascript">
$nlm(document).ready(function(){
$nlm('.paratureLink').attr('href', $nlm('.paratureLink').attr('href') + window.location.href);
});
</script>
</body>
</html>