Created
February 18, 2012 21:00
-
-
Save kdoran/1861009 to your computer and use it in GitHub Desktop.
html woes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title> | |
University of Wisconsin–Madison | |
</title> | |
<link rel="stylesheet" href="http://www.wisc.edu/css/home.css?12353" type="text/css" media="all" /> | |
<!--[if IE 6.0]> | |
<link rel="stylesheet" href="/css/ie6.css" type="text/css" media="screen" /> | |
<![endif]--> | |
<!--[if IE 7]> | |
<link rel="stylesheet" href="/css/ie7.css" type="text/css" media="screen" /> | |
<![endif]--> | |
<!--[if IE 8]> | |
<link rel="stylesheet" href="/css/ie8.css" type="text/css" media="screen" /> | |
<![endif]--> | |
<script type="text/javascript" src="http://www.wisc.edu/js/jquery-1.3.2.min.js"> | |
</script> | |
<style type="text/css" media="screen"> | |
@import url('/alerts/css/alerts.css'); | |
</style> | |
<script src="http://www.wisc.edu/alerts/js/alerts.js" type="text/javascript" charset="utf-8"> | |
</script> | |
<script type="text/javascript" charset="utf-8"> | |
$(function(){ | |
UwCrisis.dataUrl = "http://www.wisc.edu/alerts/alerts.php"; | |
UwCrisis.load(); | |
}); | |
</script> | |
<script type="text/javascript" src="http://www.wisc.edu/js/swfobject2.2.js?12351"> | |
</script> | |
<script type="text/javascript" src="http://www.wisc.edu/js/homepage.js"> | |
</script> | |
<script type="text/javascript" src="http://www.wisc.edu/js/feature_box.js?12352"> | |
</script> | |
<script type="text/javascript" src="http://www.wisc.edu/js/init_youtube.js?12351"> | |
</script> | |
<script type="text/javascript" src="http://www.wisc.edu/js/search_input.js"> | |
</script> | |
<script type="text/javascript" src="http://www.wisc.edu/js/submenus.js"> | |
</script> | |
<script type="text/javascript" src="http://www.wisc.edu/js/popdown.js"> | |
</script> | |
<script type="text/javascript"> | |
<!-- | |
if ($.browser.mozilla && (parseFloat($.browser.version) < 1.9)) { | |
document.write('<link rel="stylesheet" href="/css/mozilla2.css" type="text/css" media="screen">'); | |
} | |
// --> | |
</script> | |
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-2389964-22']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
})(); | |
</script> | |
<script type="text/javascript" src="//bazaarvoicesandbox.ugc.bazaarvoice.com/bvstaging/static/1111/bvapi.js"></script> | |
<script>$BV.configure("global", { | |
submissionContainerUrl: "http://localhost:8000/submissionPage.html" | |
});$BV.ui("rr", "show_reviews", { | |
productId: "test1" | |
});</script> | |
</head> | |
<body id="home"> | |
<div id="header"> | |
<img id="crest" src="http://www.wisc.edu/images/crest.png" alt="[logo] Crest of the University of Wisconsin–Madison" width="70" height="106" /> | |
<h1 id="siteTitle"> | |
<img src="http://www.wisc.edu/images/wordmarkTag1.gif" alt="Wisconsin: The University of Wisconsin–Madison" width="294" height="55" /> | |
</h1> | |
<form id="search" method="get" action="/search/"> | |
<div> | |
<label for="searchstring" class="label_hide"> | |
Search | |
</label> | |
<input type="hidden" value="001601028090761970182:2g0iwqsnk2m" name="cx" /> | |
<input type="hidden" value="FORID:10" name="cof" /> | |
<input accesskey="4" type="text" id="searchstring" value="Enter topic or name" maxlength="255" name="q" /> | |
<input type="submit" value="Go!" name="search_button" /> | |
</div> | |
</form> | |
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"> | |
</script> | |
<div class="skip"> | |
<a accesskey="S" href="http://www.wisc.edu/#content"> | |
Skip to main content | |
</a> | |
</div> | |
<div class="skip"> | |
<a accesskey="3" href="http://www.wisc.edu/navigation.php"> | |
View complete menus and submenus on a new page | |
</a> | |
</div> | |
<div id="tools"> | |
<ul> | |
<li> | |
<a accesskey="2" href="http://wiscmail.wisc.edu"> | |
WiscMail | |
</a> | |
</li> | |
<li id="myuw"> | |
<a accesskey="3" href="http://my.wisc.edu"> | |
My UW | |
</a> | |
<a href="http://www.wisc.edu/" id="link_to_more_tools" rel="more_tools"> | |
<img src="http://www.wisc.edu/images/downArrow.gif" alt="More tools" width="18" height="12" /> | |
</a> | |
<ul id="more_tools"> | |
<li> | |
<a href="http://webcal.services.wisc.edu/"> | |
WiscCal | |
</a> | |
</li> | |
<li> | |
<a href="http://mywebspace.wisc.edu/xythoswfs/webui"> | |
My WebSpace | |
</a> | |
</li> | |
</ul> | |
</li> | |
<li> | |
<a href="https://learnuw.wisc.edu/"> | |
Learn@UW | |
</a> | |
</li> | |
<li> | |
<a href="http://www.library.wisc.edu"> | |
Libraries | |
</a> | |
</li> | |
<li> | |
<a href="http://map.wisc.edu"> | |
Map | |
</a> | |
</li> | |
<li> | |
<a accesskey="5" href="http://www.wisc.edu/directories/"> | |
Directory | |
</a> | |
</li> | |
<li> | |
<a href="http://www.supportuw.org?utm_source=wisc_edu&utm_medium=online&utm_content=header&utm_campaign=campus "> | |
Giving to UW | |
</a> | |
</li> | |
<li id="last_tool"> | |
<a accesskey="6" href="http://www.wisc.edu/contact.php"> | |
Help | |
</a> | |
</li> | |
</ul> | |
</div> | |
<div id="date_weather"> | |
<a href="http://www.ssec.wisc.edu/localweather/" title="Current weather conditions: A Few Clouds"> | |
<span> | |
Saturday, Feb. 18, 2012 | |
</span> | |
<span id="temp"> | |
37° | |
</span> | |
<img alt="A Few Clouds" src="http://www.wisc.edu/images/weather/i_sunMostly.gif?1217533031" /> | |
</a> | |
</div> | |
</div> | |
<div id="nav"> | |
<ul id="horizontal_nav"> | |
<li id="n_admissions" class="n1"> | |
<h2> | |
<a href="http://www.wisc.edu/admissions/" rel="admissions_sub"> | |
Admissions | |
</a> | |
</h2> | |
<div class="submenu" id="admissions_sub"> | |
<ul class="sub"> | |
<li> | |
<h3> | |
<a href="http://www.admissions.wisc.edu"> | |
Undergraduate | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.admissions.wisc.edu/applyOnline.php"> | |
Apply | |
</a> | |
</li> | |
<li> | |
<a href="http://www.admissions.wisc.edu/why.php"> | |
Why Wisconsin? | |
</a> | |
</li> | |
<li> | |
<a href="http://www.admissions.wisc.edu/status.php"> | |
Check status | |
</a> | |
</li> | |
<li> | |
<a href="http://www.admissions.wisc.edu/costs.php"> | |
Costs and aid | |
</a> | |
</li> | |
<li> | |
<a href="http://www.admissions.wisc.edu"> | |
Office of Admissions and Recruitment | |
</a> | |
</li> | |
</ul> | |
<ul class="sub"> | |
<li> | |
<h3> | |
<a href="http://www.grad.wisc.edu/education/admissions/index.html"> | |
Graduate | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.grad.wisc.edu/education/admissions/stepstoapply.html"> | |
Steps to apply | |
</a> | |
</li> | |
<li> | |
<a href="http://www.grad.wisc.edu/education/mas/toc.html"> | |
Programs of study | |
</a> | |
</li> | |
<li> | |
<a href="http://www.grad.wisc.edu/education/admissions/costs.html"> | |
Costs and funding | |
</a> | |
</li> | |
<li> | |
<a href="http://www.grad.wisc.edu/education/admissions/index.html"> | |
More » | |
</a> | |
</li> | |
</ul> | |
<ul class="sub"> | |
<li> | |
<h3> | |
<a> | |
Professional schools | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.law.wisc.edu/"> | |
Law | |
</a> | |
</li> | |
<li> | |
<a href="http://www.med.wisc.edu/"> | |
Medicine and Public Health | |
</a> | |
</li> | |
<li> | |
<a href="http://www.pharmacy.wisc.edu/"> | |
Pharmacy | |
</a> | |
</li> | |
<li> | |
<a href="http://www.vetmed.wisc.edu"> | |
Veterinary Medicine | |
</a> | |
</li> | |
</ul> | |
<h3 class="submenu_more"> | |
<a href="http://www.wisc.edu/admissions/"> | |
More Admissions » | |
</a> | |
</h3> | |
</div> | |
</li> | |
<li id="n_academics" class="n1"> | |
<h2> | |
<a href="http://www.wisc.edu/academics/" rel="academics_sub"> | |
Academics | |
</a> | |
</h2> | |
<div class="submenu" id="academics_sub"> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Academic units | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.dcs.wisc.edu/outreach/conted.htm"> | |
Continuing education | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/academics/departments.php"> | |
Departments | |
</a> | |
</li> | |
<li> | |
<a href="http://www.grad.wisc.edu/education/mas/toc.html"> | |
Graduate programs | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/academics/majors.php"> | |
Majors and certificates | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/academics/schools-and-colleges.php"> | |
Schools and colleges | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Courses | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.secfac.wisc.edu/acadcal/"> | |
Academic calendar | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/academics/catalogs.php"> | |
Academic catalogs | |
</a> | |
</li> | |
<li> | |
<a href="http://public.my.wisc.edu/"> | |
Course guide | |
</a> | |
</li> | |
<li> | |
<a href="http://registrar.wisc.edu/"> | |
Registrar | |
</a> | |
</li> | |
<li> | |
<a href="http://registrar.wisc.edu/schedule_of_classes.htm"> | |
Schedule of classes | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Resources | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.learning.wisc.edu/advising/"> | |
Advising/learning support | |
</a> | |
</li> | |
<li> | |
<a href="http://www.doit.wisc.edu"> | |
Computing (DoIT) | |
</a> | |
</li> | |
<li> | |
<a href="http://www.doit.wisc.edu/computerlabs/"> | |
Computer labs | |
</a> | |
</li> | |
<li> | |
<a href="http://www.library.wisc.edu/"> | |
Libraries | |
</a> | |
</li> | |
</ul> | |
<h3 class="submenu_more"> | |
<a href="http://www.wisc.edu/academics/"> | |
More Academics » | |
</a> | |
</h3> | |
</div> | |
</li> | |
<li id="n_student_life" class="n1"> | |
<h2> | |
<a href="http://www.wisc.edu/student-life/" rel="student_life_sub"> | |
Student Life | |
</a> | |
</h2> | |
<div class="submenu" id="student_life_sub"> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Your life at | |
<abbr> | |
UW | |
</abbr> | |
–Madison | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.diversity.wisc.edu"> | |
Diversity | |
</a> | |
</li> | |
<li> | |
<a href="http://www.finaid.wisc.edu/" title="Office of Student Financial Aid"> | |
Financial aid/scholarships | |
</a> | |
</li> | |
<li> | |
<a href="http://www.uhs.wisc.edu/" title="University Health Services"> | |
Health | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/student-life/housing.php" title="Housing options"> | |
Housing | |
</a> | |
</li> | |
<li> | |
<a href="http://www.safeu.wisc.edu/"> | |
Safety | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a href="http://www.wisc.edu/student-life/student-services.php"> | |
Student services | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/student-life/student-services.php"> | |
A–Z index | |
</a> | |
</li> | |
<li> | |
<a href="http://csportal.engr.wisc.edu/"> | |
Career services | |
</a> | |
</li> | |
<li> | |
<a href="http://www.students.wisc.edu/"> | |
Division of Student Life | |
</a> | |
</li> | |
<li> | |
<a href="http://www.asm.wisc.edu/"> | |
Student government ( | |
<abbr title="Associated Students of Madison"> | |
ASM | |
</abbr> | |
) | |
</a> | |
</li> | |
<li> | |
<a href="http://www.union.wisc.edu"> | |
Wisconsin Union | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a href="http://www.wisc.edu/student-life/getting-involved.php"> | |
Getting involved | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/student-life/getting-involved.php"> | |
Leadership | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/student-life/recreation.php"> | |
Recreation and sports | |
</a> | |
</li> | |
<li> | |
<a href="http://cfli.wisc.edu/student_organizations.htm"> | |
Student organizations | |
</a> | |
</li> | |
<li> | |
<a href="http://cfli.wisc.edu/volunteering_service.htm"> | |
Volunteerism and service | |
</a> | |
</li> | |
</ul> | |
<h3 class="submenu_more"> | |
<a href="http://www.wisc.edu/student-life/"> | |
More Student Life » | |
</a> | |
</h3> | |
</div> | |
</li> | |
<li id="n_research" class="n1"> | |
<h2> | |
<a href="http://www.wisc.edu/research/" rel="research_sub"> | |
Research | |
</a> | |
</h2> | |
<div class="submenu" id="research_sub"> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Research on campus | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/research/centers.php"> | |
Centers and programs | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/about/facts/research.php#researchrank"> | |
Facts and figures | |
</a> | |
</li> | |
<li> | |
<a href="http://www.library.wisc.edu/"> | |
Libraries | |
</a> | |
</li> | |
<li> | |
<a href="http://www.news.wisc.edu/research/"> | |
Research news | |
</a> | |
</li> | |
<li> | |
<a href="http://www.provost.wisc.edu/undergradresearch/"> | |
Undergraduate research | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
For researchers | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.rsp.wisc.edu/preaward/"> | |
Funding opportunities | |
</a> | |
</li> | |
<li> | |
<a href="http://www.grad.wisc.edu/"> | |
Graduate School | |
</a> | |
</li> | |
<li> | |
<a href="http://www.rsp.wisc.edu/"> | |
Grant administration | |
</a> | |
</li> | |
<li> | |
<a href="http://www.grad.wisc.edu/research/ip/"> | |
Technology transfer | |
</a> | |
</li> | |
</ul> | |
<h3 class="submenu_more"> | |
<a href="http://www.wisc.edu/research/"> | |
More Research » | |
</a> | |
</h3> | |
</div> | |
</li> | |
<li id="n_public_service" class="n1"> | |
<h2> | |
<a href="http://www.wisc.edu/public-service/" rel="public_service_sub"> | |
Public Service | |
</a> | |
</h2> | |
<div class="submenu" id="public_service_sub"> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Public impact | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.ccp.wisc.edu/"> | |
Community partnerships | |
</a> | |
</li> | |
<li> | |
<a href="http://www.dcs.wisc.edu/outreach/conted.htm"> | |
Continuing education | |
</a> | |
</li> | |
<li> | |
<a href="http://www.corprelations.wisc.edu/"> | |
Corporate relations | |
</a> | |
</li> | |
<li> | |
<a href="http://www.intlstudies.wisc.edu/outreach/"> | |
International programs | |
</a> | |
</li> | |
<li> | |
<a href="http://www.dcs.wisc.edu/outreach/youth.htm"> | |
K–12 programs | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a href="http://www.wisconsinidea.wisc.edu/"> | |
The Wisconsin Idea | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.wisconsinidea.wisc.edu/"> | |
What is it? | |
</a> | |
</li> | |
<li> | |
<a href="http://wisconsinidea.wisc.edu/history-of-the-wisconsin-idea/"> | |
Its history | |
</a> | |
</li> | |
<li> | |
<a href="http://wisconsinidea.wisc.edu/category/features/"> | |
Wisconsin Idea stories | |
</a> | |
</li> | |
<li> | |
<a href="http://searchwisconsinidea.wisc.edu/"> | |
Wisconsin Idea database | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
For students and staff | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.morgridge.wisc.edu"> | |
Morgridge Center for Public Service | |
</a> | |
</li> | |
<li> | |
<a href="http://www.morgridge.wisc.edu/programs/badgervolunteers.html"> | |
Badger Volunteers | |
</a> | |
</li> | |
<li> | |
<a href="http://www.morgridge.wisc.edu/faculty.html"> | |
Faculty and staff opportunities | |
</a> | |
</li> | |
</ul> | |
<h3 class="submenu_more"> | |
<a href="http://www.wisc.edu/public-service/"> | |
More Public Service » | |
</a> | |
</h3> | |
</div> | |
</li> | |
<li id="n_international" class="n1"> | |
<h2> | |
<a href="http://www.wisc.edu/international/" rel="international_sub"> | |
International | |
</a> | |
</h2> | |
<div class="submenu alt" id="international_sub"> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Learning | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.intl-institute.wisc.edu/MemberPrograms/academics.htm"> | |
Academic programs | |
</a> | |
</li> | |
<li> | |
<a href="http://www.admissions.wisc.edu/international.php"> | |
Admissions | |
</a> | |
</li> | |
<li> | |
<a href="http://www.languageinstitute.wisc.edu/content/languages_programs/languages_taught.htm"> | |
Language programs | |
</a> | |
</li> | |
<li> | |
<a href="http://iss.wisc.edu/"> | |
Student services ( | |
<abbr title="International Student Services"> | |
ISS | |
</abbr> | |
) | |
</a> | |
</li> | |
<li> | |
<a href="http://international.wisc.edu/go-abroad/"> | |
Study abroad | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Research | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/international/centers.php"> | |
Centers and programs | |
</a> | |
</li> | |
<li> | |
<a href="http://www.intl-institute.wisc.edu/funding/"> | |
Funding and fellowships | |
</a> | |
</li> | |
<li> | |
<a href="http://www.internationalinstitute.wisc.edu/"> | |
International Institute | |
</a> | |
</li> | |
<li> | |
<a href="http://www.languageinstitute.wisc.edu/"> | |
Language Institute | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Connections | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.international.wisc.edu/"> | |
International Studies | |
</a> | |
</li> | |
<li> | |
<a href="http://www.international.wisc.edu/alumni/"> | |
International alumni | |
</a> | |
</li> | |
<li> | |
<a href="http://www.intl-institute.wisc.edu/Outreach/K-12.html"> | |
K-12 programs | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisconsinworldview.com/"> | |
Wisconsin WorldView | |
</a> | |
</li> | |
</ul> | |
<h3 class="submenu_more"> | |
<a href="http://www.wisc.edu/international/"> | |
More International » | |
</a> | |
</h3> | |
</div> | |
</li> | |
<li id="n_visit" class="n1"> | |
<h2> | |
<a href="http://www.vip.wisc.edu" rel="visiting_campus_sub" class="n1"> | |
Visiting Campus | |
</a> | |
</h2> | |
<div class="submenu alt" id="visiting_campus_sub"> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Planning a visit | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.vip.wisc.edu/plan-your-visit/map/"> | |
Campus map | |
</a> | |
</li> | |
<li> | |
<a href="http://www.vip.wisc.edu/campus-tours/"> | |
Campus tours | |
</a> | |
</li> | |
<li> | |
<a href="http://www.vip.wisc.edu/plan-your-visit/parking/"> | |
Parking and transportation | |
</a> | |
</li> | |
<li> | |
<a href="http://apps.uwhealth.org/locations/detail.jsp?locationId=170"> | |
UW Hospital | |
</a> | |
</li> | |
<li> | |
<a href="http://www.vip.wisc.edu/plan-your-visit/where-to-stay/"> | |
Where to stay | |
</a> | |
</li> | |
</ul> | |
<ul> | |
<li> | |
<h3> | |
<a> | |
Things to do | |
</a> | |
</h3> | |
</li> | |
<li> | |
<a href="http://www.vip.wisc.edu/destinations/"> | |
Activities and attractions | |
</a> | |
</li> | |
<li> | |
<a href="http://www.arts.wisc.edu"> | |
Arts on campus | |
</a> | |
</li> | |
<li> | |
<a href="http://uwbadgers.com/"> | |
Badger athletics | |
</a> | |
</li> | |
<li> | |
<a href="http://www.today.wisc.edu"> | |
Events | |
</a> | |
</li> | |
<li> | |
<a href="http://www.science.wisc.edu"> | |
Science | |
</a> | |
</li> | |
</ul> | |
<h3 class="submenu_more"> | |
<a href="http://www.vip.wisc.edu"> | |
Visitor & Information Programs » | |
</a> | |
</h3> | |
</div> | |
</li> | |
</ul> | |
</div> | |
<div id="content"> | |
<div id="main"> | |
<div id="feature_box"> | |
<h2 class="hide"> | |
Feature stories | |
</h2> | |
<ul id="thumbnails"> | |
<li> | |
<a href="http://www.news.wisc.edu/20341" class="feature_preview selected" rel="home_page_feature_387"> | |
<img alt="" class="shadow" height="72" src="http://www.wisc.edu/content/features/thumbs/shadid2012a-t.jpg?1329505172" width="116" /> | |
<span class="complex_title"> | |
Anthony Shadid, 1968-2012 | |
</span> | |
</a> | |
</li> | |
<li> | |
<a href="http://www.news.wisc.edu/20336" class="feature_preview" rel="home_page_feature_385"> | |
<img alt="" class="shadow" height="72" src="http://www.wisc.edu/content/features/thumbs/College-of-the-Arts-t.jpg?1329414637" width="116" /> | |
<span class="complex_title"> | |
College of the Arts | |
</span> | |
</a> | |
</li> | |
<li> | |
<a href="http://www.news.wisc.edu/20338" class="feature_preview" rel="home_page_feature_384"> | |
<img alt="" class="shadow" height="72" src="http://www.wisc.edu/content/features/thumbs/Mother-of-Pearl-t.jpg?1329405538" width="116" /> | |
<span class="complex_title"> | |
Mother of Pearl | |
</span> | |
</a> | |
</li> | |
<li> | |
<a href="http://www.news.wisc.edu/20324 " class="feature_preview" rel="home_page_feature_381"> | |
<img alt="" class="shadow" height="72" src="http://www.wisc.edu/content/features/thumbs/Online-Dating-t.jpg?1329153691" width="116" /> | |
<span class="complex_title"> | |
Online Dating | |
</span> | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/" class="feature_preview" rel="home_page_feature_383"> | |
<img alt="" class="shadow" height="72" src="http://www.wisc.edu/content/features/thumbs/VoterID-t.jpg?1329168985" width="116" /> | |
<span class="complex_title"> | |
Voter ID | |
</span> | |
</a> | |
</li> | |
</ul> | |
<div id="feature_well"> | |
<div class="home_page_feature" data-counter="1" data-yt="" id="home_page_feature_387" style="display: block;"> | |
<a href="http://www.news.wisc.edu/20341"> | |
<img alt="A journalist's life remembered, a legacy that lives on" height="392" src="http://www.wisc.edu/content/features/images/shadid2012a.jpg" width="583" /> | |
</a> | |
</div> | |
<div class="home_page_feature novideo" data-counter="2" data-yt="" id="home_page_feature_385" style="display: block;"> | |
</div> | |
<div class="home_page_feature novideo" data-counter="3" data-yt="" id="home_page_feature_384" style="display: block;"> | |
</div> | |
<div class="home_page_feature novideo" data-counter="4" data-yt="" id="home_page_feature_381" style="display: block;"> | |
</div> | |
<div class="home_page_feature with_html video" data-counter="5" data-yt="By4C0BocvQs" id="home_page_feature_383" style="display: block;"> | |
<div id="ytfullplayer_383" class="ytplayer"> | |
<iframe id="ytiframe_383" type="text/html" width="540" height="304" src="http://www.youtube.com/embed/By4C0BocvQs?enablejsapi=1&wmode=opaque&autoplay=0&rel=0&hd=1" frameborder="0" allowfullscreen="allowfullscreen"> | |
<a href="http://www.youtube.com/watch?v=By4C0BocvQs"> | |
View the video | |
</a> | |
</iframe> | |
</div> | |
<p> | |
Bucky shows how to get a UW-Madison student voter photo ID for voting in Madison. | |
<a href="http://www.uc.wisc.edu/vote/"> | |
Learn more about voter IDs | |
</a> | |
</p> | |
</div> | |
</div> | |
</div> | |
<div id="col1"> | |
<div id="news" class="type1"> | |
<h2> | |
<a href="http://www.news.wisc.edu"> | |
News | |
</a> | |
</h2> | |
<a class="rss" href="http://www.news.wisc.edu/rss/"> | |
<img src="http://www.wisc.edu/images/rss.gif" alt="Get rss feed." width="15" height="15" /> | |
</a> | |
<ul> | |
<!-- <li id="news_image"><a href="http://www.news.wisc.edu/18015"><img src="/images/news/Stem_cell_embryo_10x_01-m.jpg" alt="Stem cells" width="203" height="38" title="NIH reapproves WiCell’s H9 and three other Wisconsin stem cell lines for federally funded research " /></a></li> --> | |
<li> | |
<a href="http://www.news.wisc.edu/20344"> | |
Memorial fund established in honor of Anthony Shadid | |
</a> | |
Feb. 17 | |
</li> | |
<li> | |
<a href="http://www.news.wisc.edu/20335"> | |
Couple with UW ties competes on “The Amazing Race” | |
</a> | |
Feb. 16 | |
</li> | |
<li> | |
<a href="http://www.news.wisc.edu/20332"> | |
Incubator sessions generate ideas for educational innovation at UW-Madison | |
</a> | |
Feb. 16 | |
</li> | |
<li class="trailer"> | |
<a href="http://www.news.wisc.edu"> | |
More news | |
</a> | |
</li> | |
</ul> | |
</div> | |
<div id="inthenews" class="type1"> | |
<h2> | |
<a href="http://www.news.wisc.edu/inthenews"> | |
UW In the News | |
</a> | |
</h2> | |
<a class="rss" href="http://www.news.wisc.edu/inthenews.rss"> | |
<img src="http://www.wisc.edu/images/rss.gif" alt="Get rss feed." width="15" height="15" /> | |
</a> | |
<ul> | |
<li> | |
<a href="http://www.nytimes.com/2012/02/15/realestate/commercial/east-campus-gateway-in-madison-wis-nears-completion.html?_r=2&sq=chazen&st=cse&adxnnl=1&scp=3&adxnnlx=1329315033-WWvJ49tsNNiD86a6Pi3png"> | |
For University of Wisconsin, a 7-Block Front Door | |
</a> | |
<span class="news-outlet"> | |
New York Times | |
</span> | |
</li> | |
<li> | |
<a href="http://timesofindia.indiatimes.com/tech/personal-tech/computing/Plenty-find-love-online-where-lies-abound-Study/articleshow/11885670.cms"> | |
Plenty find love online, where lies abound: Study | |
</a> | |
<span class="news-outlet"> | |
The Times of India | |
</span> | |
</li> | |
<li> | |
<a href="http://host.madison.com/daily-cardinal/news/university-issues-voter-id-s-in-first-three-weeks/article_b0ac1246-56c5-11e1-9d5b-0019bb2963f4.html"> | |
University issues 246 voter ID's in first three weeks | |
</a> | |
<span class="news-outlet"> | |
Daily Cardinal | |
</span> | |
</li> | |
<li class="trailer"> | |
<a href="http://experts.news.wisc.edu/"> | |
Experts Guide | |
</a> | |
</li> | |
</ul> | |
</div> | |
<div id="events" class="type1"> | |
<h2> | |
<a href="http://www.today.wisc.edu"> | |
Events | |
</a> | |
</h2> | |
<a class="rss" href="http://www.today.wisc.edu"> | |
<img src="http://www.wisc.edu/images/rss.gif" alt="Get rss feed." width="15" height="15" /> | |
</a> | |
<ol> | |
<li> | |
<h3> | |
<span class="day"> | |
Sat | |
</span> | |
Feb | |
<span class="date"> | |
18 | |
</span> | |
</h3> | |
<p> | |
<a href="http://www.today.wisc.edu/events/view/47400"> | |
Physics Fair | |
</a> | |
UW Physics Department Open House | |
</p> | |
</li> | |
<li> | |
<h3> | |
<span class="day"> | |
Sat | |
</span> | |
Feb | |
<span class="date"> | |
18 | |
</span> | |
</h3> | |
<p> | |
<a href="http://www.today.wisc.edu/events/view/48104"> | |
Redefined A Cappella Showcase | |
</a> | |
</p> | |
</li> | |
<li class="trailer"> | |
<a href="http://www.today.wisc.edu"> | |
Events calendar | |
</a> | |
</li> | |
</ol> | |
</div> | |
</div> | |
<div id="col2"> | |
<div id="connect" class="flickr"> | |
<div id="sptlt_wrap"> | |
<div id="sm_spotlight"> | |
<h2> | |
<a href="http://www.wisc.edu/about-this-site.php#sm"> | |
Connect With Us On Social Media | |
</a> | |
</h2> | |
<div class="tweet sm-photo"> | |
<a href="http://storify.com/uwmadison/remembering-anthony-shadid-ba-90"> | |
<img src="http://www.wisc.edu/images/social-media-images/shadid.jpg" alt="Photo of Anthony Shadid working at the Daily Cardinal" width="150" height="100" /> | |
</a> | |
<p> | |
Anthony Shadid, in his element, reporting at the Daily Cardinal office while a UW undergrad. See our | |
<a href="http://storify.com/uwmadison/remembering-anthony-shadid-ba-90"> | |
Storify compilation of social media tributes | |
</a> | |
to Shadid, who passed away in Syria while on assignment for The New York Times. | |
</p> | |
</div> | |
</div> | |
</div> | |
<ul id="social_media"> | |
<li id="fb-li"> | |
<a href="http://www.facebook.com/UWMadison"> | |
<img alt="" width="20" height="20" src="http://www.wisc.edu/images/sm_facebook20.jpg" /> | |
</a> | |
</li> | |
<li id="tw-li"> | |
<a href="http://twitter.com/UWMadison"> | |
<img alt="" src="http://www.wisc.edu/images/sm_twitter20.jpg" width="20" height="20" /> | |
</a> | |
</li> | |
<li id="yt-li"> | |
<a href="http://www.youtube.com/uwmadison"> | |
<img alt="" width="20" height="20" src="http://www.wisc.edu/images/sm_youTube20.jpg" /> | |
YouTube | |
</a> | |
</li> | |
<li id="fs-li"> | |
<a href="http://foursquare.com/uwmadison"> | |
<img alt="" width="20" height="20" src="http://www.wisc.edu/images/sm_foursquare20.png" /> | |
Foursquare | |
</a> | |
</li> | |
<li id="it-li"> | |
<a href="http://itunes.wisc.edu/"> | |
<img alt="" width="20" height="20" src="http://www.wisc.edu/images/sm_itunesu20.jpg" /> | |
iTunes U | |
</a> | |
</li> | |
</ul> | |
</div> | |
<div id="athletics" class="type1"> | |
<h2> | |
<a href="http://www.uwbadgers.com"> | |
Badger Athletics | |
</a> | |
</h2> | |
<a href="http://www.uwbadgers.com/genrel/021312aah.html"> | |
<img alt="Register for the 31st annual Crazylegs Classic on April 28" height="120" src="http://www.wisc.edu/content/athletics/images/Crazylegs_run_long06_7363.jpg" width="219" /> | |
</a> | |
<p> | |
<span class="date"> | |
<abbr title="February"> | |
Feb. | |
</abbr> | |
15 | |
</span> | |
: | |
<a href="http://www.uwbadgers.com/genrel/021312aah.html"> | |
Register for the 31st annual Crazylegs Classic on April 28 | |
</a> | |
</p> | |
</div> | |
</div> | |
</div> | |
<div id="focus"> | |
<h2 id="in_focus" class="type1_h"> | |
Featured Sites | |
</h2> | |
<div class="infocus" id="fs_3"> | |
<a href="http://wisconsinidea.wisc.edu/"> | |
<img alt="The Wisconsin Idea In ActionUW’s impact around the state" src="http://www.wisc.edu/content/sidebar/featured-sites/wi-idea.gif" /> | |
</a> | |
<h3> | |
<a href="http://wisconsinidea.wisc.edu/"> | |
The Wisconsin Idea | |
<br /> | |
In Action | |
</a> | |
<br /> | |
UW’s impact around the state | |
</h3> | |
</div> | |
<div class="infocus" id="fs_11"> | |
<a href="http://uc.wisc.edu/vote/"> | |
<img alt="Information about voting and voter ID registration on campus" src="http://www.wisc.edu/content/sidebar/featured-sites/vote.gif" /> | |
</a> | |
<h3> | |
<span> | |
<a href="http://uc.wisc.edu/vote/"> | |
Information about voting and voter ID registration on campus | |
</a> | |
</span> | |
</h3> | |
</div> | |
<h2 class="type1_h"> | |
In Focus | |
</h2> | |
<ul class="sidebar-list"> | |
<li> | |
<a href="http://adminexcellence.wisc.edu/"> | |
Administrative Excellence | |
</a> | |
</li> | |
<li> | |
<a href="http://sustainability.wisc.edu/"> | |
Campus Sustainability Initiative | |
</a> | |
</li> | |
<li> | |
<a href="http://ghi.wisc.edu/"> | |
Global Health Institute | |
</a> | |
</li> | |
<li> | |
<a href="http://hrdesign.wisc.edu/"> | |
Human Resources Design Project | |
</a> | |
</li> | |
<li> | |
<a href="http://chancellor.wisc.edu/china/"> | |
UW-Madison and China | |
</a> | |
</li> | |
<li> | |
<a href="http://budget.wisc.edu/"> | |
UW-Madison and the State Budget | |
</a> | |
</li> | |
</ul> | |
<h2 class="type1_h"> | |
<a href="http://www.wisc.edu/about/"> | |
About | |
<abbr class="initialism" title="University of Wisconsin"> | |
UW | |
</abbr> | |
–Madison | |
</a> | |
</h2> | |
<div id="about-uw"> | |
<img src="http://www.wisc.edu/images/about-photo/Bascom_Hall_snow_3306.jpg" alt="Photo: Bascom Hill in winter." width="195" height="123" title="Bascom Hall and trees on Bascom Hill at the University of Wisconsin-Madison are coated with fresh snow. " /> | |
<ul class="sidebar-list"> | |
<li> | |
<a href="http://www.wisc.edu/about/leadership/"> | |
Leadership | |
</a> | |
</li> | |
<li> | |
<a href="http://jobs.wisc.edu"> | |
Employment | |
</a> | |
</li> | |
<li> | |
<a href="http://www.diversity.wisc.edu"> | |
Diversity | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/about/facts/"> | |
Facts | |
</a> | |
</li> | |
</ul> | |
</div> | |
<h2 id="askbucky" class="type1_h"> | |
Have a Question? | |
</h2> | |
<p> | |
<a href="http://vip.wisc.edu/ask-bucky/"> | |
<img src="http://www.wisc.edu/images/askBuckyIcon.png" alt="Ask Bucky!" width="66" height="45" style="border: 0;" /> | |
</a> | |
<a href="http://vip.wisc.edu/ask-bucky/"> | |
Ask Bucky! | |
</a> | |
</p> | |
</div> | |
</div> | |
<div id="footer_links"> | |
<div id="footer_contact"> | |
<h2> | |
<a href="http://www.wisc.edu/contact.php"> | |
Contact us » | |
</a> | |
</h2> | |
<ul> | |
<li> | |
608-263-2400 | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/about/location.php"> | |
Madison, WI 53706 | |
</a> | |
</li> | |
<li class="space_before"> | |
<a href="http://www.safeu.wisc.edu/emergency/"> | |
Emergency preparedness | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/accessibility/index.php"> | |
Accessibility resources | |
</a> | |
</li> | |
</ul> | |
</div> | |
<div id="footer_audiences"> | |
<h2> | |
Information for | |
</h2> | |
<ul> | |
<li> | |
<a href="http://uwalumni.com"> | |
Alumni | |
</a> | |
</li> | |
<li> | |
<a href="http://www.ocr.wisc.edu"> | |
Business and entrepreneurs | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/student-life/"> | |
Current students | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/facstaff/"> | |
Faculty and staff | |
</a> | |
</li> | |
<li> | |
<a href="http://www.wisc.edu/admissions/"> | |
Future students | |
</a> | |
</li> | |
</ul> | |
</div> | |
<div id="footer_about"> | |
<!-- <h2><a href="/about/"> </a></h2> --> | |
<ul> | |
<li> | |
<a href="http://www.dcs.wisc.edu/outreach/teachers.htm"> | |
K-12 educators | |
</a> | |
</li> | |
<li> | |
<a href="http://experts.news.wisc.edu/"> | |
Media | |
</a> | |
</li> | |
<li> | |
<a href="http://www.dcs.wisc.edu/"> | |
Nontraditional learners | |
</a> | |
</li> | |
<li> | |
<a href="http://www.parent.wisc.edu"> | |
Parents | |
</a> | |
</li> | |
<li> | |
<a href="http://www.vip.wisc.edu"> | |
Visitors | |
</a> | |
</li> | |
</ul> | |
</div> | |
<div id="footer_great_people"> | |
<h2> | |
<a href="http://www.uwgreatpeople.org/give?utm_source=wisc_edu&utm_medium=online&utm_content=footer_heading&utm_campaign=Great+People"> | |
<span> | |
Great People Scholarship | |
</span> | |
</a> | |
</h2> | |
<ul class="student_1"> | |
<li> | |
<a href="http://www.uwgreatpeople.org/give?utm_source=wisc_edu&utm_medium=online&utm_content=footer&utm_campaign=Great+People"> | |
Make a gift » | |
</a> | |
<span class="subtext"> | |
<a href="http://www.uwgreatpeople.org/give?utm_source=wisc_edu&utm_medium=online&utm_content=footer&utm_campaign=Great+People"> | |
to support students | |
</a> | |
</span> | |
</li> | |
<li> | |
<a href="http://www.uwgreatpeople.org/?utm_source=wisc_edu&utm_medium=online&utm_content=footer&utm_campaign=Great+People"> | |
Learn more » | |
</a> | |
<span class="subtext"> | |
<a href="http://www.uwgreatpeople.org/?utm_source=wisc_edu&utm_medium=online&utm_content=footer&utm_campaign=Great+People"> | |
at uwgreatpeople.org | |
</a> | |
</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<div id="footer"> | |
<p> | |
©2011 Board of Regents of the | |
<a href="http://www.wisconsin.edu"> | |
University of Wisconsin System | |
</a> | |
· | |
<a href="http://www.wisc.edu/about-this-site.php"> | |
About this site | |
</a> | |
· | |
<a href="http://mobile.wisc.edu"> | |
Mobile UW | |
</a> | |
· | |
<a href="http://www.wisc.edu/privacy-statement.php"> | |
Privacy statement | |
</a> | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment