Accessibility Valet Report

Subject http://magazine.jhsph.edu/2005/fall/departments/accolades.cfm
Date Tue Feb 9 18:27:04 2010
Guidelines tested SECTION508
Result Fail

Normalised Markup

<Section508/-html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title> Johns Hopkins Public Health Magazine | </title>
<meta name="keywords" content=", Johns Hopkins Public Health Magazine,global health,health,Johns Hopkins,Johns Hopkins University,Johns Hopkins Bloomberg School of Public Health,Michael Klag,education,magazine,fall,2005,magazine,johns hopkins public health,public health magazine" >
<meta name="description" content=", Johns Hopkins Public Health Magazine, Fall 2005 Edition" >
<!--
 FAVORITES ICON 
-->
<link rel="shortcut icon" href="http://www.jhsph.edu/bin/v/z/jhsph.ico" >
<!--
 RSS FEED 
-->
<link rel="alternate" Section508/Lowtype="application/rss+xml" title="RSS" href="http://commprojects.jhsph.edu/pr/newsRSS.xml" >
<!--
 MAIN CSS 
-->
<link href="/2005/Fall/_includes/magazine.css" type="text/css" media="screen" rel="stylesheet" >
<!--
 PAGE CSS 
-->
<link href="/2005/Fall/_includes/departme.css" type="text/css" media="screen" rel="stylesheet" >
<!--
 PRINT CSS 
-->
<link href="/2005/Fall/_includes/print.css" type="text/css" media="print" rel="stylesheet" >
<!--
 EXTERNAL LINK JAVASCRIPT 
-->
<script type="text/javascript" src="/_includes/external.js" > </script>
<script type="text/javascript" src="/_includes/flashobject.js" > </script>
<script type="text/javascript" >

<!--

function MM_reloadPage(init) {  //reloads the window if Nav4 resized

  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {

    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}

  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();

}

MM_reloadPage(true);

// -->

</script>
<script type="text/javascript" >

<!--

function _CF_onError(form_object, input_object, object_value, error_message)

    {

	alert(error_message);

       	return false;	

    }

function _CF_hasValue(obj, obj_type)

    {

    if (obj_type == "TEXT" || obj_type == "PASSWORD")

	{

    	if (obj.value.length == 0) 

      		return false;

    	else 

      		return true;

    	}

    else if (obj_type == "SELECT")

	{

        for (i=0; i < obj.length; i++)

	    	{

		if (obj.options[i].selected)

			return true;

		}

       	return false;	

	}

    else if (obj_type == "SINGLE_VALUE_RADIO" || obj_type == "SINGLE_VALUE_CHECKBOX")

	{

		if (obj.checked)

			return true;

		else

       		return false;	

	}

    else if (obj_type == "RADIO" || obj_type == "CHECKBOX")

	{

        for (i=0; i < obj.length; i++)

	    	{

		if (obj[i].checked)

			return true;

		}

       	return false;	

	}

	}

function  _CF_checkCFForm_1(_CF_this)

    {

    if  (!_CF_hasValue(_CF_this.Firstname, "TEXT" )) 

        {

        if  (!_CF_onError(_CF_this, _CF_this.Firstname, _CF_this.Firstname.value, "Please enter your First name."))

            {

            return false; 

            }

        }

    if  (!_CF_hasValue(_CF_this.Lastname, "TEXT" )) 

        {

        if  (!_CF_onError(_CF_this, _CF_this.Lastname, _CF_this.Lastname.value, "Please enter your Lastname."))

            {

            return false; 

            }

        }

    if  (!_CF_hasValue(_CF_this.emailaddress, "TEXT" )) 

        {

        if  (!_CF_onError(_CF_this, _CF_this.emailaddress, _CF_this.emailaddress.value, "Please enter your Email!"))

            {

            return false; 

            }

        }

    return true;

    }

//-->

</script>
<script src="http://www.google.com/jsapi?key=ABQIAAAA9pRfVUV3SECiK5IIiqjN8RTbehYWbOWmYUyFvXErUnaX_g3iuRSOYnv7GNM_1rBcCfUqHm1EQHpTMA" type="text/javascript" > </script>
<script type="text/javascript" >
		google.load("prototype", "1.6.0.3");
		google.load("scriptaculous", "1.8.2");
	
</script>
<script src="http://commprojects.jhsph.edu/_includes/js/overlay.js" type="text/javascript" > </script>
<script type="text/javascript" >
//		function unsetOverlay() {
//			if(overlay) {
//				overlay.hide();
//			}
//		}

		function checkRadio(inp) {
			if(inp == 'yes') {
				document.getElementById("cse-search-box").as_q.value='inurl:http://magazine.jhsph.edu/ OR inurl:http://www.jhsph.edu/publichealthnews/magazine/';
			} else {
				document.getElementById("cse-search-box").as_q.value='';
			}
		}
	
</script>
<link rel="stylesheet" href="http://commprojects.jhsph.edu/_includes/css/overlay.css" type="text/css" >
<Section508/Lowstyle type="text/css" >
		input.textFieldInput {
			width:60%;
			float:left;
		}
		div.hiddenDiv {
			display:none;
		}
	
</style>
<script type="text/javascript" >
		function OnLoad(f_q,f_cx,f_ie,f_epq) {
	// Create a search control
			var searchControl = new google.search.SearchControl();
			searchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
	
	//Type of search format
			options = new google.search.SearcherOptions();
			options.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN);
			
	
	// create websearch
			var wse = new google.search.WebSearch();
			wse.setSiteRestriction(f_cx);
	
			//var ise = new google.search.ImageSearch();
			//ise.setSiteRestriction(f_cx);
			
			//var drawOptions = new google.search.DrawOptions();
			//drawOptions.setDrawMode(google.search.SearchControl.DRAW_MODE_TABBED);

	// if there's a subsection to add to the search
			if(f_epq != '') {
				wse.setQueryAddition(f_epq);
			}
		// create searchers
			searchControl.addSearcher(wse,options);
			//searchControl.addSearcher(ise);
		//	searchControl.addSearcher(new google.search.VideoSearch());
		//	searchControl.addSearcher(new google.search.
BlogSearch());
		//	searchControl.addSearcher(new google.search.NewsSearch());
		//	searchControl.addSearcher(new google.search.ImageSearch());
		//	searchControl.addSearcher(new google.search.BookSearch());
		//	searchControl.addSearcher(new google.search.PatentSearch());
		
		// create our searchers' target.
			var dlgBx = document.getElementById('cse-search-results');
			dlgBx.innerHTML = '';
			Element.insert(dlgBx,new Element("div", {id:'cdDiv',className:"closeDialog"}));
			Element.insert(document.getElementById('cdDiv'),new Element("span", {id:"cDia",className:"closeDialog"}));
			document.getElementById('cDia').innerHTML="close";
			Element.insert(dlgBx,new Element("div", {id:"srCnt",className:"srContainer"}));
			searchControl.draw(document.getElementById('srCnt'));
			searchControl.setLinkTarget(google.search.Search.LINK_TARGET_SELF);
			searchControl.execute(f_q);
			var ovrly = new DialogOverlay(dlgBx);
			ovrly.show();
		// Search!
		}
		function loadSearch(f_q,f_cx,f_ie,f
_epq) {
			google.load("search", "1", {
				"callback" : function() {
					OnLoad(f_q,f_cx,f_ie,f_epq);
				}
			});
		}
	
</script>
</head>
<body>
<!--
 FOR MAC IE 5 
-->
<div id="aligner" >
<!--
 ### 
-->
<Section508/Lowtable id="mainContainer" cellspacing="0" cellpadding="0" >
<tr>
<td class="banner" >
<Section508/Lowimg src="/_images/header_small.gif" width="700" height="104" alt="Public Health Magazine" >
</td>
<td class="banner2" rowspan="2" >
<Section508/Lowimg src="/_images/issue.gif" width="150" height="127" alt="Issue" >
</td>
</tr>
<tr>
<td id="topMainnav" >
<!--
SKIP NAVIGATION 
-->
<a href="#mainFeature" title="skip main navigation" > </a>
<!--
 MAIN NAVIGATION 
-->
<ul class="topNav" >
<li class="homeLink" >
<a href="http://www.jhsph.edu/" title="Johns Hopkins Bloomberg School of Public Health" > www.jhsph.edu </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/default.cfm" title="Home" > Home </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/features/default.cfm" title="Features" > Features </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/default.cfm" title="News Briefs" > News Briefs </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/online_extras/default.cfm" title="Online Extras" > Online Extras </a>
</li>
<li class="selected" >
<a href="http://magazine.jhsph.edu/2005/Fall/departments/default.cfm" title="Departments" > Departments </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/archives/default.cfm" title="Archives" > Archives </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/web_forms/subscribe.cfm" title="Subscribe" > Subscribe </a>
</li>
</ul>
<!--
 ### 
-->
</td>
</tr>
<tr>
<td id="subnav" >
<!--
SKIP NAVIGATION 
-->
<a href="#mainFeature" title="skip sub-navigation" > </a>
<div id="topSubnav" >
<!--
 /departme 
-->
<ul class="topSubNav" >
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/departments/default.cfm" title="Editor's Note" > Editor's Note </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/departments/letters.cfm" title="Letters " > Letters </a>
</li>
<li class="selected" > Accolades </li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/departments/open_mike.cfm" title="Open Mike" > Open Mike </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/departments/magazine_staff.cfm" title="Magazine Staff" > Magazine Staff </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/web_forms/EmailEditor.cfm" title="Email the Editor" > Email the Editor </a>
</li>
</ul>
<!--
 end 
-->
</div>
</td>
<td id="thisIssue" >
<a href="http://magazine.jhsph.edu/2005/Fall/contents/default.cfm" title="In This Issue" class="issueLink" > In This Issue </a>
</td>
</tr>
<tr>
<td>
<Section508/Lowtable id="mainContent" cellspacing="0" cellpadding="0" >
<tr>
<td id="leftNavigation" valign="top" >
<!--

									SELECT     	*
					FROM 		nav2
					WHERE		nav1_link = '/departme'
					
					AND			issue = 'Fall05'
					AND 		nav1_link <> '/web_form'
					
-->
<h2> Accolades </h2>
<div id="leftTitleBorder" > </div>
<a href="#mainFeature" title="skip feature navigation" > </a>
<!--
 LEFT NAVIGATION 
-->
<div id="leftItems" >
<!--
 					SELECT     	*
					FROM 		nav3
					WHERE		nav1_link = '/departme'
					AND			issue = 'Fall05'
					ORDER BY 	nav3_id

					
-->
<!--
 end 
-->
</div>
</td>
<td valign="top" id="mainFeature" >
<div id="storyImage" >
<h1> Behind Bars but not Without Rights </h1>
</div>
<div id="storyImageCaption" >
<ul>
<li class="links" >
<a href="#" onclick="window.print()" title="Print" > Print </a>
|
<a href="http://www.jhsph.edu/email_friend" title="Email" > Email </a>
</li>
</ul>
</div>
<div id="storyText" >
<div id="firstStory" >
<Section508/Lowtable cellpadding="0" cellspacing="0" >
<tr>
<td>
<Section508/Lowimg src="../_images/mair.jpg" alt="Advocating health care for the incarcerated: Julie Samia Mair" width="250" height="194" class="left" >
</td>
</tr>
<tr>
<td id="captionCell" valign="bottom" >
<p> Advocating health care for the incarcerated: Julie Samia Mair. </p>
</td>
</tr>
<tr>
<td>
<p> Researchers at the School's new Center for Public Health and Human Rights didn't have to look far to find a population warranting serious concern. Their recent study of female prisoners held at two different Washington D.C. correctional facilities uncovered significant barriers to health care at both prisons. </p>
<p> A trio of researchers from the center, including center director
<a href="http://faculty.jhsph.edu/?f=Chris&l=Beyrer" title="Chris Beyrer" > Chris Beyrer </a>
, MD, MPH '90;
<a href="http://faculty.jhsph.edu/?f=Julie&l=Mair" title="Julie Samia Mair" > Julie Samia Mair, JD </a>
, MPH '00; and research fellow John Zambrano, MHS '05, interviewed nearly a third of the eligible female population last fall and winter, at the request of the D.C. Prisoners' Legal Services Project. </p>
<p> In their interviews of 111 women, the Bloomberg researchers found that 54 percent reported one or more diagnosed medical conditions. For that group, the researchers identified systematic delays in access to health care and prescription medication across a wide range of chronic, infectious and mental health illnesses. Of 13 women who reported having HIV/AIDS, four described medication delays of up to 180 days, two reported interrupted treatment, and three said that their medication was discontinued entirely. </p>
<p> Zambrano says that all of these access issues are serious health threats at both the individual and population levels. </p>
<p> "One example we often cite is that by delaying therapy for these HIV-positive women you run the risk of creating resistances to the drugs and thus the potential for transmitting HIV-drug resistant strains," says Zambrano, an MHS candidate in Epidemiology. </p>
<p> For their health care access survey of women incarcerated at the D.C. Jail and Correctional Treatment Facility, the three recently received the 2004 DC Prisoners' Legal Services Project, Community Service Award for "Protecting Human Rights in the District of Columbia." </p>
<p> In late June, Beyrer testified about the researchers' preliminary findings before a D.C. Council committee hearing. Beyrer and his group will soon produce a report to the committees and plan to submit a manuscript for peer-reviewed publication. </p>
<p> "We hope that our research will help lead to improved health care for persons in the D.C. jails, and other places of incarceration, by adding to the evidence that many persons incarcerated in U.S. correctional facilities are receiving inadequate health care," Mair says.—
<em> Greg Rienzi </em>
</p>
</td>
</tr>
</table>
</div>
<div id="shortStories" >
<Section508/Lowtable cellpadding="0" cellspacing="0" >
<tr>
<td colspan="2" valign="top" >
<p> Hossein Bahrami, MD, MPH '04, PhD candidate, Epidemiology, was appointed to a three-year term (2005 to 2007) on the Science Board of the American Public Health Association (APHA). </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p>
<a href="http://faculty.jhsph.edu/?f=Susan&l=Baker" title="Susan P. Baker, MPH" > Susan P. Baker </a>
, MPH, professor, Health Policy and Management (HPM), received the 2005 John Paul Stapp Award in May at the 76th Annual Scientific Meeting of the Aerospace Medical Association. She was recognized for her pivotal role in establishing injury prevention and control as a scientific discipline. </p>
</td>
</tr>
<tr>
<td>
<Section508/Lowimg src="../_images/biswal.jpg" alt="Shyam S. Biswal" width="120" height="120" class="left" >
</td>
<td valign="top" >
<p>
<a href="http://faculty.jhsph.edu/?f=Shyam%20S%2e&l=Biswal" title="Shyam S. Biswal" > Shyam S. Biswal </a>
, PhD, assistant professor, Environ-mental Health Sciences (EHS), was recognized by Essential Science Indicators for his article, "Identification of Nrf2-Regulated Genes Induced by the Chemopreventive Agent Sulforaphane by Oligonucleotide Microarray." It has been cited 58 times since 2002, placing it in the top 1 percent within its field. </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p>
<a href="http://faculty.jhsph.edu/?f=Lisa&l=Cooper" title="Lisa A. Cooper" > Lisa A. Cooper </a>
MPH '93, associate professor, with joint appointments in Epidemiology and Health Behavior and Society, was elected to the American Society of Clinical Investigation. </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p>
<a href="http://faculty.jhsph.edu/?f=Valeria&l=Culotta" title="Valeria Culotta" > Valeria Culotta </a>
, PhD, professor, EHS, received a "Method to Extend Research in Time" (MERIT) award from the National Institutes of Health, which gives long-term grant support to investigators of proven research skills and productivity. </p>
</td>
</tr>
<tr>
<td>
<Section508/Lowimg src="../_images/west.jpg" alt="Marie Diener-West" width="120" height="120" class="left" >
</td>
<td valign="top" >
<p>
<a href="http://faculty.jhsph.edu/?f=Marie&l=Diener%2dWest" title="Marie Diener-West" > Marie Diener-West </a>
, PhD '84, Helen Abbey and Margaret Merrell Professor in Biostatistics Education, Biostatistics;
<a href="http://faculty.jhsph.edu/?f=Stephen&l=Teret" title="Stephen Teret" > Stephen Teret </a>
, JD, MPH '79, professor, HPM; and
<a href="http://faculty.jhsph.edu/?f=Vicente&l=Navarro" title="Vicente Navarro" > Vicente Navarro </a>
, MD, PhD, DMSA, DrPH '69, professor, HPM, received 2005 Golden Apple Awards for excellence in teaching from the Student Assembly. </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p>
<a href="http://faculty.jhsph.edu/?f=Francesca&l=Dominici" title="Francesca Dominici" > Francesca Dominici </a>
, PhD, associate professor, Biostatistics, was elected a Fellow of the American Statistical Association. </p>
</td>
</tr>
<tr>
<td>
<Section508/Lowimg src="../_images/eaton.jpg" alt="William W. Eaton" width="120" height="120" class="left" >
</td>
<td valign="top" >
<p>
<a href="http://faculty.jhsph.edu/?f=William&l=Eaton" title="William W. Eaton" > William W. Eaton </a>
, PhD, chair, Mental Health, received the 2005 Strömgren medal and delivered the Strömgren lecture on September 15 in Aarhus, Denmark. The Strömgren Foundation was founded in 1979 to honor the late Professor Erik Strömgren, the most eminent Danish psychiatrist of the 20th century. </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p>
<a href="http://faculty.jhsph.edu/?f=Manning&l=Feinleib" title="Manning Feinleib" > Manning Feinleib </a>
, MD, MPH, DrPH, professor, Epidemiology, delivered the 32nd Annual Thomas Francis Jr. Memorial Lecture in March at the University of Michigan School of Public Health. </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p>
<a href="http://faculty.jhsph.edu/?f=Linda&l=Fried" title="Linda Fried" > Linda Fried </a>
, MD, MPH '85, professor, Epidemiology, received the 2005 Irving Wright Award of Distinction for Aging Research. </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p> Anne Palaia and Joshua Paul Garoon, both PhD candidates in International Health, have received 2005-2006 Fulbright grants in public health. Palaia will do research in Ethiopia, while Garoon will go to Chad. </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p>
<a href="http://faculty.jhsph.edu/?f=Alvaro&l=Munoz" title="Alvaro Muñoz" > Alvaro Muñoz </a>
, PhD, professor, Epidemiology, delivered the Breslow lecture in August at the International Epidemiological Association's XVII World Congress of Epidemiology in Bangkok, Thailand. </p>
</td>
</tr>
<tr>
<td>
<Section508/Lowimg src="../_images/powe.jpg" alt="Neil R. Powe, MD, MPH, MBA" width="120" height="120" class="left" >
</td>
<td valign="top" >
<p>
<a href="http://faculty.jhsph.edu/?f=Neil%20R%2e&l=Powe" title="Neil R. Powe" > Neil R. Powe </a>
, MD, MPH, MBA, professor, Epidemiology, was elected to membership in the Association of American Physicians (AAP), and in April delivered one of two new-member presentations at the annual AAP meeting. Dr. Powe also received the John M. Eisenberg National Award for Career Achievement in Research from the Society of General Internal Medicine. </p>
</td>
</tr>
<tr>
<td>
<Section508/Lowimg src="../_images/rose.jpg" alt="Noel R. Rose" width="120" height="120" class="left" >
</td>
<td valign="top" >
<p>
<a href="http://faculty.jhsph.edu/?f=Noel&l=Rose" title="Noel R. Rose" > Noel R. Rose </a>
, MD, PhD, professor, MMI, was awarded the Ernest Lyman Stebbins Medal by the Bloomberg School. </p>
</td>
</tr>
<tr>
<td>
<Section508/Lowimg src="../_images/samet.jpg" alt="Jonathan Samet" width="120" height="120" class="left" >
</td>
<td valign="top" >
<p>
<a href="http://faculty.jhsph.edu/?f=Jonathan%20M%2e&l=Samet" title="Jonathan Samet" > Jonathan Samet </a>
, MD, MS, Jacob I and Irene B. Fabrikant Professor of Health, Risk, and Society, and chair, Epidemiology, was awarded the 2005 John Goldsmith Award for Outstanding Contribu-tions to Environmental Epidemiology by the International Society of Environmental Epidemiology. </p>
</td>
</tr>
<tr>
<td>
<Section508/Lowimg src="../_images/sommer.jpg" alt="Alfred Sommer, MD, MHS '73" width="120" height="120" class="left" >
</td>
<td valign="top" >
<p>
<a href="http://faculty.jhsph.edu/?f=Alfred&l=Sommer" title="Alfred Sommer" > Alfred Sommer </a>
, MD, MHS '73, former dean of the Bloomberg School of Public Health and professor, Epidemiology, is this year's recipient of the prestigious Helen Keller Prize for Vision Research. Awarded annually by the Helen Keller Foundation for Research and Education, the prize recognizes scientists whose research has made a significant contribution to blindness prevention. </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p> Otsubo Toshiki, PhD, who completed his postdoctoral EHS fellowship in March, received a Young Investigator Award in May from the International Society for Arterial Chemoreception. </p>
</td>
</tr>
<tr>
<td>
<Section508/Lowimg src="../_images/west_keith.jpg" alt="Keith P. West Jr." width="120" height="120" class="left" >
</td>
<td valign="top" >
<p>
<a href="http://faculty.jhsph.edu/?f=Keith%20P%2e&l=West" title="Keith P. West Jr." > Keith P. West Jr. </a>
, DrPH '87, MPH '79, RD, professor, International Health, was installed in May as the inaugural George G. Graham Professor in Infant and Child Nutrition. </p>
</td>
</tr>
<tr>
<td valign="top" colspan="2" >
<p> Xiaojun You, PhD candidate, Biostatistics, and Alison Gump, PhD candidate, Epidemiology, submitted winning proposals (in the areas of statistical determination of the length of quarantine periods in an epidemic, and statistical image analysis methods for cataract research, respectively) for the 2005 Louis I. and Thomas D. Dublin Award. </p>
</td>
</tr>
<tr>
<td>
<Section508/Lowimg src="../_images/zeger.jpg" alt="Scott Zeger" width="120" height="120" class="left" >
</td>
<td valign="top" >
<p>
<a href="http://faculty.jhsph.edu/?f=Scott&l=Zeger" title="Scott Zeger" > Scott Zeger </a>
, PhD, professor and chair of Biostatistics, was installed in May as the inaugural Frank Hurley and Catharine Dorrier Professor in Biostatistics. </p>
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</td>
<td valign="top" id="rightBar" >
<div id="Giving" >
<h2> Support JHSPH </h2>
<p> The Johns Hopkins Bloomberg School of Public Health strives every day to keep millions of people around the world safe from injury or illness.
<br>
<br>
<a href="http://www.jhsph.edu/giving" title="Invest in Public Health" > Invest in
<br>
Public Health </a>
</p>
</div>
<div id="news" >
<h2> Public Health News </h2>
<p>
<a href="" title="Rotavirus Vaccine—A Powerful Tool to Combat Deaths from Diarrhea" > Rotavirus Vaccine—A Powerful Tool to Combat Deaths from Diarrhea </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2010/baker_china_disparity.html" title="Significant Urban-Rural Disparities in Injury Mortality Seen in China" > Significant Urban-Rural Disparities in Injury Mortality Seen in China </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2010/nachega_health_costs.html" title="High Antiretroviral Therapy Adherence Associated with Lower Health Care Costs" > High Antiretroviral Therapy Adherence Associated with Lower Health Care Costs </a>
</p>
<p>
<a href="" title="Transmission Dynamics of H1N1 Similar to Previous Influenza Strains" > Transmission Dynamics of H1N1 Similar to Previous Influenza Strains </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2009/zhang_antibiotic_tb.html" title="Researchers Identify Tuberculosis Strain That Thrives on Antibiotic" > Researchers Identify Tuberculosis Strain That Thrives on Antibiotic </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2009/carlson_brain_scan.html" title="For Older Adults, Participating in Social Service Activities Can Improve Brain Functions" > For Older Adults, Participating in Social Service Activities Can Improve Brain Functions </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2009/who_tobacco.html" title="WHO Report Shows 95 Percent of World’s Population Not Protected from Secondhand Tobacco Smoke" > WHO Report Shows 95 Percent of World’s Population Not Protected from Secondhand Tobacco Smoke </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2009/levine_ivac.html" title="JHSPH Establishes International Vaccine Access Center" > JHSPH Establishes International Vaccine Access Center </a>
</p>
</div>
<div id="searchTitle" >
<h2> Search </h2>
</div>
<div id="Search" >
<div id="searchWindow" title="Search Window" >
<div class="searchformDiv" >
<form action="http://www.google.com/cse" id="cse-search-box" method="get" onsubmit="loadSearch(this.q.value,this.cx.value,this.ie.value,this.as_q.value); return false;" >
<div class="searchformContent" >
<div class="hiddenItems" >
<Section508/Lowinput type="hidden" name="cx" value="017423984450203939999:ifdaoajlq-m" >
<Section508/Lowinput type="hidden" name="ie" value="UTF-8" >
<Section508/Lowinput type="hidden" name="as_q" value="inurl:http://magazine.jhsph.edu/ OR inurl:http://www.jhsph.edu/publichealthnews/magazine/" >
</div>
<input type="text" id="q" name="q" class="textFieldInput" value="Search" Section508/Certainonfocus="this.value='';" >
<span class="buttonInput" >
<Section508/Lowinput Section508/Lowstyle="float:left;margin-left:4px;" type="submit" name="sa" value="go" >
</span>
</div>
<div class="searchOptions" >
<div class="searchOption" >
<Section508/Lowinput type="radio" name="sOptions" value="yes" onclick="checkRadio(this.value);" checked="checked" >
 
<span class="Search_Text" > This section only </span>
<br>
<Section508/Lowinput type="radio" name="sOptions" value="no" onclick="checkRadio(this.value);" >
 
<span class="Search_Text" > Entire site </span>
</div>
</div>
</form>
</div>
<div class="hiddenDiv" >
<div id="cse-search-results" > </div>
</div>
</div>
</div>
<div id="university" title="Johns Hopkins University" > </div>
</td>
</tr>
<tr>
<td id="bottomNav" colspan="2" >
<div id="schoolLinks" >
<a href="http://www.jhsph.edu/publichealthnews" title="Public Health News Center" > Public Health News Center </a>
|
<a href="http://www.jhsph.edu/" title="Johns Hopkins Bloomberg School of Public Health" > Johns Hopkins Bloomberg School of Public Health </a>
|
<a href="http://www.jhsph.edu/giving/" rel="external" title="Support JHSPH" > Support JHSPH </a>
|
<a href="http://ocw.jhsph.edu/" title="JHSPH OpenCourseWare" rel="external" > JHSPH OpenCourseWare </a>
</div>
<div id="compliantLinks" >
<a href="http://validator.w3.org/check?uri=http://magazine.jhsph.edu/2005/fall/departments/accolades.cfm" title="XHTML" rel="external" > XHTML </a>
|
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://magazine.jhsph.edu/2005/fall/departments/accolades.cfm&usermedium=all" title="CSS" rel="external" > CSS </a>
|
<a href="http://valet.webthing.com/access/htnorm?url=http://magazine.jhsph.edu/2005/fall/departments/accolades.cfm&suite=SECTION508&xslt=compact" title="508" rel="external" > 508 </a>
</div>
</td>
</tr>
<tr>
<td id="footer" colspan="2" >
<div id="footerText" > © 2010, Johns Hopkins University. All rights reserved.
<br>
<a href="http://www.jhsph.edu/resources/web_policies" title="Web policies" > Web policies </a>
, 615 N. Wolfe Street, Baltimore, MD 21205, 443-287-7277 </div>
<div id="footerLogo" >
<a href="http://www.jhsph.edu/" title="Johns Hopkins Bloomberg School of Public Health" >
<Section508/Lowimg src="/_images/logo.gif" width="208" height="64" alt="Johns Hopkins Bloomberg School of Public Health" >
</a>
</div>
</td>
</tr>
</table>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript" >

</script>
<script type="text/javascript" >
_uacct = "UA-521786-6";
_udn="jhsph.edu"; 
urchinTracker();
</script>
</body>
</html>