Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • admin
  • alert
  • current-student
  • depts
  • develop
  • image-directories
  • master
  • movetounlcms
  • navigation
  • piwik-test
  • prospective
  • tips
  • titles
  • visitor
14 results

Target

Select target project
  • rdee2/UNL_Top_Level
  • s-mfairch4/UNL_Top_Level
  • bbieber2/UNL_Top_Level
  • acoleman1/UNL_Top_Level
  • erasmussen2/UNL_Top_Level
5 results
Select Git revision
  • captions
  • develop
  • link-fix
  • master
  • sitemap
5 results
Show changes
Showing
with 1493 additions and 1034 deletions
<!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" xml:lang="en">
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]-->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<?php virtual("/wdn/templates_4.0/includes/metanfavico.html"); ?>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
......@@ -13,80 +19,127 @@
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.fixed.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $
$Id: php.fixed.dwt.php | 252c2891a48c70db689be6d897d4f34768b8258a | Thu Aug 1 15:08:19 2013 -0500 | Kevin Abel $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?>
<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?>
<?php virtual("/wdn/templates_4.0/includes/scriptsandstyles.html"); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<title>Use a descriptive page title | Optional Site Title (use for context) | University of Nebraska&ndash;Lincoln</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
<!-- TemplateParam name="class" type="text" value="" -->
</head>
<body class="fixed">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<body class="@@(_document['class'])@@" data-version="4.0">
<?php virtual("/wdn/templates_4.0/includes/skipnav.html"); ?>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
<?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?>
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<?php virtual("/wdn/templates_4.0/includes/noscript-padding.html"); ?>
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<?php virtual("/wdn/templates_4.0/includes/wdnResources.html"); ?>
<div class="wdn-inner-wrapper">
<?php virtual("/wdn/templates_4.0/includes/logo.html"); ?>
<div id="wdn_resources">
<?php virtual("/wdn/templates_4.0/includes/idm.html"); ?>
<?php virtual("/wdn/templates_4.0/includes/wdnTools.html"); ?>
</div>
<span id="wdn_institution_title">University of Nebraska&ndash;Lincoln</span>
</div>
<?php virtual("/wdn/templates_4.0/includes/apps.html"); ?>
<div class="wdn-inner-wrapper">
<div id="wdn_site_title">
<span><!-- TemplateBeginEditable name="titlegraphic" -->The Title of My Site<!-- TemplateEndEditable --></span>
</div>
<div id="wdn_navigation_bar">
<div id="breadcrumbs">
</div>
</header>
<div id="wdn_navigation_bar" role="navigation" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper">
<!-- WDN: see glossary item 'breadcrumbs' -->
<h3 class="wdn_list_descriptor wdn-text-hidden">Breadcrumbs</h3>
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln">UNL</a></li>
<li>Department</li>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln" class="wdn-icon-home">UNL</a></li>
<li><a href="#" title="Site Title">Site Title</a></li>
<li>Home</li>
</ul>
<!-- TemplateEndEditable --></div>
<!-- TemplateEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<div id="navigation"><!-- TemplateBeginEditable name="navlinks" -->
<?php include '../sharedcode/navigation.html'; ?>
<!-- TemplateEndEditable --></div>
<nav id="navigation" role="navigation" class="wdn-band">
<h3 class="wdn_list_descriptor wdn-text-hidden">Navigation</h3>
<!-- TemplateBeginEditable name="navlinks" -->
<?php include "../sharedcode/navigation.html"; ?>
<!-- TemplateEndEditable -->
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</nav>
</div>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!-- Navigation Trigger -->
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</div>
<!-- End navigation trigger -->
<div id="wdn_content_wrapper" role="main" class="wdn-content-slide">
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div id="pagetitle">
<!-- TemplateBeginEditable name="pagetitle" -->
<h1>Please Title Your Page Here</h1>
<!-- TemplateEndEditable -->
</div>
</div>
</div>
<div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<p>Impress your audience with awesome content!</p>
</div>
</div>
<!-- TemplateEndEditable -->
<div class="clear"></div>
<?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?>
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div class="footer_col">
<?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?>
</div>
<div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" -->
<?php include '../sharedcode/relatedLinks.html'; ?>
<!-- TemplateEndEditable --></div>
<div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" -->
<?php include '../sharedcode/footerContactInfo.html'; ?>
<!-- TemplateEndEditable --></div>
<div class="footer_col">
<?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?>
</div>
<!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable -->
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<?php include '../sharedcode/footer.html'; ?>
</div>
<div class="wdn-band wdn-content-slide" id="wdn_optional_footer">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="optionalfooter" -->
<!-- TemplateEndEditable -->
<?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?>
| <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div class="wdn-band" id="wdn_footer_related">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="leftcollinks" -->
<?php include "../sharedcode/relatedLinks.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div class="footer_col" id="wdn_footer_contact">
<h3>Contact Us</h3>
<div class="wdn-contact-wrapper">
<!-- TemplateBeginEditable name="contactinfo" -->
<?php include "../sharedcode/footerContactInfo.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div id="wdn_copyright">
<div class="wdn-footer-text">
<!-- TemplateBeginEditable name="footercontent" -->
<?php include "../sharedcode/footer.html"; ?>
<!-- TemplateEndEditable -->
<?php virtual("/wdn/templates_4.0/includes/wdn.html"); ?>
</div>
<?php virtual("/wdn/templates_4.0/includes/logos.html"); ?>
</div>
</div>
</div>
<?php virtual("/wdn/templates_4.0/includes/footer_floater.html"); ?>
</footer>
<?php virtual("/wdn/templates_4.0/includes/noscript.html"); ?>
</div>
</body>
</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" xml:lang="en">
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.liquid.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?>
<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
</head>
<body class="liquid">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
<?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?>
</div>
<div id="wdn_navigation_bar">
<div id="breadcrumbs">
<!-- WDN: see glossary item 'breadcrumbs' -->
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln">UNL</a></li>
<li>Department</li>
</ul>
<!-- TemplateEndEditable --></div>
<div id="wdn_navigation_wrapper">
<div id="navigation"><!-- TemplateBeginEditable name="navlinks" -->
<?php include '../sharedcode/navigation.html'; ?>
<!-- TemplateEndEditable --></div>
</div>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<!-- TemplateEndEditable -->
<div class="clear"></div>
<?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?>
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div class="footer_col">
<?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?>
</div>
<div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" -->
<?php include '../sharedcode/relatedLinks.html'; ?>
<!-- TemplateEndEditable --></div>
<div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" -->
<?php include '../sharedcode/footerContactInfo.html'; ?>
<!-- TemplateEndEditable --></div>
<div class="footer_col">
<?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?>
</div>
<!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable -->
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<?php include '../sharedcode/footer.html'; ?>
<!-- TemplateEndEditable -->
<?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?>
| <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
</html>
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]-->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<?php virtual("/wdn/templates_4.0/includes/metanfavico.html"); ?>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.local.dwt.php | 252c2891a48c70db689be6d897d4f34768b8258a | Thu Aug 1 15:08:19 2013 -0500 | Kevin Abel $
-->
<?php virtual("/wdn/templates_4.0/includes/scriptsandstyles_local.html"); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Use a descriptive page title | Optional Site Title (use for context) | University of Nebraska&ndash;Lincoln</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
<!-- TemplateParam name="class" type="text" value="" -->
</head>
<body class="@@(_document['class'])@@" data-version="4.0">
<?php virtual("/wdn/templates_4.0/includes/skipnav.html"); ?>
<div id="wdn_wrapper">
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<?php virtual("/wdn/templates_4.0/includes/noscript-padding.html"); ?>
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<?php virtual("/wdn/templates_4.0/includes/wdnResources.html"); ?>
<div class="wdn-inner-wrapper">
<?php virtual("/wdn/templates_4.0/includes/logo.html"); ?>
<div id="wdn_resources">
<?php virtual("/wdn/templates_4.0/includes/idm.html"); ?>
<?php virtual("/wdn/templates_4.0/includes/wdnTools.html"); ?>
</div>
<span id="wdn_institution_title">University of Nebraska&ndash;Lincoln</span>
</div>
<?php virtual("/wdn/templates_4.0/includes/apps.html"); ?>
<div class="wdn-inner-wrapper">
<div id="wdn_site_title">
<span><!-- TemplateBeginEditable name="titlegraphic" -->The Title of My Site<!-- TemplateEndEditable --></span>
</div>
</div>
</header>
<div id="wdn_navigation_bar" role="navigation" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper">
<!-- WDN: see glossary item 'breadcrumbs' -->
<h3 class="wdn_list_descriptor wdn-text-hidden">Breadcrumbs</h3>
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln" class="wdn-icon-home">UNL</a></li>
<li><a href="#" title="Site Title">Site Title</a></li>
<li>Home</li>
</ul>
<!-- TemplateEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<nav id="navigation" role="navigation" class="wdn-band">
<h3 class="wdn_list_descriptor wdn-text-hidden">Navigation</h3>
<!-- TemplateBeginEditable name="navlinks" -->
<?php include "../sharedcode/navigation.html"; ?>
<!-- TemplateEndEditable -->
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</nav>
</div>
</div>
<!-- Navigation Trigger -->
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</div>
<!-- End navigation trigger -->
<div id="wdn_content_wrapper" role="main" class="wdn-content-slide">
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div id="pagetitle">
<!-- TemplateBeginEditable name="pagetitle" -->
<h1>Please Title Your Page Here</h1>
<!-- TemplateEndEditable -->
</div>
</div>
</div>
<div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<p>Impress your audience with awesome content!</p>
</div>
</div>
<!-- TemplateEndEditable -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
</div>
<div class="wdn-band wdn-content-slide" id="wdn_optional_footer">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="optionalfooter" -->
<!-- TemplateEndEditable -->
</div>
</div>
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div class="wdn-band" id="wdn_footer_related">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="leftcollinks" -->
<?php include "../sharedcode/relatedLinks.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div class="footer_col" id="wdn_footer_contact">
<h3>Contact Us</h3>
<div class="wdn-contact-wrapper">
<!-- TemplateBeginEditable name="contactinfo" -->
<?php include "../sharedcode/footerContactInfo.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div id="wdn_copyright">
<div class="wdn-footer-text">
<!-- TemplateBeginEditable name="footercontent" -->
<?php include "../sharedcode/footer.html"; ?>
<!-- TemplateEndEditable -->
<?php virtual("/wdn/templates_4.0/includes/wdn.html"); ?>
</div>
<?php virtual("/wdn/templates_4.0/includes/logos.html"); ?>
</div>
</div>
</div>
<?php virtual("/wdn/templates_4.0/includes/footer_floater.html"); ?>
</footer>
<?php virtual("/wdn/templates_4.0/includes/noscript.html"); ?>
</div>
</body>
</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" xml:lang="en">
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.popup.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?>
<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
</head>
<body class="popup">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<!-- TemplateEndEditable -->
<div class="clear"></div>
<?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?>
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<?php include '../sharedcode/footer.html'; ?>
<!-- TemplateEndEditable -->
<?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?>
| <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
</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" xml:lang="en">
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.secure.dwt.php 566 2009-07-28 21:06:59Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?>
<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
</head>
<body class="secure fixed">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
<div id="wdn_identity_management"> <!-- TemplateBeginEditable name="identitymanagement" --><a href="https://login.unl.edu/cas/logout">Logout</a><!-- TemplateEndEditable --> </div>
</div>
<div id="wdn_navigation_bar">
<div id="breadcrumbs">
<!-- WDN: see glossary item 'breadcrumbs' -->
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln">UNL</a></li>
<li>Department</li>
</ul>
<!-- TemplateEndEditable --></div>
<div id="wdn_navigation_wrapper">
<div id="navigation"><!-- TemplateBeginEditable name="navlinks" -->
<?php include '../sharedcode/navigation.html'; ?>
<!-- TemplateEndEditable --></div>
</div>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<!-- TemplateEndEditable -->
<div class="clear"></div>
<?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?>
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<?php include '../sharedcode/footer.html'; ?>
<!-- TemplateEndEditable -->
<?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?>
| <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
</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" xml:lang="en">
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.shared_column_left.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?>
<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
</head>
<body class="fixed">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
<?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?>
</div>
<div id="wdn_navigation_bar">
<div id="breadcrumbs">
<!-- WDN: see glossary item 'breadcrumbs' -->
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln">UNL</a></li>
<li>Department</li>
</ul>
<!-- TemplateEndEditable --></div>
<div id="wdn_navigation_wrapper">
<div id="navigation"><!-- TemplateBeginEditable name="navlinks" -->
<?php include '../sharedcode/navigation.html'; ?>
<!-- TemplateEndEditable --></div>
</div>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="sharedcolumn" -->
<div class="col left">
<?php include '../sharedcode/sharedColumn.html'; ?>
</div>
<!-- TemplateEndEditable -->
<div class="three_col right"> <!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<!-- TemplateEndEditable --></div>
<div class="clear"></div>
<?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?>
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div class="footer_col">
<?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?>
</div>
<div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" -->
<?php include '../sharedcode/relatedLinks.html'; ?>
<!-- TemplateEndEditable --></div>
<div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" -->
<?php include '../sharedcode/footerContactInfo.html'; ?>
<!-- TemplateEndEditable --></div>
<div class="footer_col">
<?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?>
</div>
<!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable -->
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<?php include '../sharedcode/footer.html'; ?>
<!-- TemplateEndEditable -->
<?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?>
| <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
</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" xml:lang="en">
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.shared_column_right.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?>
<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
</head>
<body class="fixed">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
<?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?>
</div>
<div id="wdn_navigation_bar">
<div id="breadcrumbs">
<!-- WDN: see glossary item 'breadcrumbs' -->
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln">UNL</a></li>
<li>Department</li>
</ul>
<!-- TemplateEndEditable --></div>
<div id="wdn_navigation_wrapper">
<div id="navigation"><!-- TemplateBeginEditable name="navlinks" -->
<?php include '../sharedcode/navigation.html'; ?>
<!-- TemplateEndEditable --></div>
</div>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<div class="three_col left"> <!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<!-- TemplateEndEditable --></div>
<!-- TemplateBeginEditable name="sharedcolumn" -->
<div class="col right">
<?php include '../sharedcode/sharedColumn.html'; ?>
</div>
<!-- TemplateEndEditable -->
<div class="clear"></div>
<?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?>
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div class="footer_col">
<?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?>
</div>
<div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" -->
<?php include '../sharedcode/relatedLinks.html'; ?>
<!-- TemplateEndEditable --></div>
<div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" -->
<?php include '../sharedcode/footerContactInfo.html'; ?>
<!-- TemplateEndEditable --></div>
<div class="footer_col">
<?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?>
</div>
<!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable -->
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<?php include '../sharedcode/footer.html'; ?>
<!-- TemplateEndEditable -->
<?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?>
| <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
</html>
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]-->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<?php virtual("/wdn/templates_4.0/includes/metanfavico.html"); ?>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.unlaffiliate.dwt.php | 252c2891a48c70db689be6d897d4f34768b8258a | Thu Aug 1 15:08:19 2013 -0500 | Kevin Abel $
-->
<?php virtual("/wdn/templates_4.0/includes/scriptsandstyles.html"); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Use a descriptive page title | Optional Site Title (use for context) | UNL Affiliate</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<link rel="stylesheet" type="text/css" media="screen" href="../sharedcode/affiliate.css" />
<link href="../sharedcode/affiliate_imgs/favicon.ico" rel="shortcut icon" />
<!-- TemplateEndEditable -->
<!-- TemplateParam name="class" type="text" value="" -->
</head>
<body class="@@(_document['class'])@@" data-version="4.0">
<?php virtual("/wdn/templates_4.0/includes/skipnav.html"); ?>
<div id="wdn_wrapper">
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<?php virtual("/wdn/templates_4.0/includes/noscript-padding.html"); ?>
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<?php virtual("/wdn/templates_4.0/includes/wdnResources.html"); ?>
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="sitebranding_logo" -->
<div id="logo">
<a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative" id="wdn_logo_link">Through the Eyes of the Child Initiative</a>
</div>
<!-- TemplateEndEditable -->
<div id="wdn_resources">
<?php virtual("/wdn/templates_4.0/includes/idm.html"); ?>
<?php virtual("/wdn/templates_4.0/includes/wdnTools.html"); ?>
</div>
<span id="wdn_institution_title"><!-- TemplateBeginEditable name="sitebranding_affiliate" --><a href="http://www.unl.edu" title="University of Nebraska&ndash;Lincoln">An affiliate of the University of Nebraska&ndash;Lincoln</a><!-- TemplateEndEditable --></span>
</div>
<?php virtual("/wdn/templates_4.0/includes/apps.html"); ?>
<div class="wdn-inner-wrapper">
<div id="wdn_site_title">
<span><!-- TemplateBeginEditable name="titlegraphic" -->The Title of My Site<!-- TemplateEndEditable --></span>
</div>
</div>
</header>
<div id="wdn_navigation_bar" role="navigation" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper">
<!-- WDN: see glossary item 'breadcrumbs' -->
<h3 class="wdn_list_descriptor wdn-text-hidden">Breadcrumbs</h3>
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative">Home</a></li>
</ul>
<!-- TemplateEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<nav id="navigation" role="navigation" class="wdn-band">
<h3 class="wdn_list_descriptor wdn-text-hidden">Navigation</h3>
<!-- TemplateBeginEditable name="navlinks" -->
<?php include "../sharedcode/navigation.html"; ?>
<!-- TemplateEndEditable -->
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</nav>
</div>
</div>
<!-- Navigation Trigger -->
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</div>
<!-- End navigation trigger -->
<div id="wdn_content_wrapper" role="main" class="wdn-content-slide">
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div id="pagetitle">
<!-- TemplateBeginEditable name="pagetitle" -->
<!-- TemplateEndEditable -->
</div>
</div>
</div>
<div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<p>Impress your audience with awesome content!</p>
</div>
</div>
<!-- TemplateEndEditable -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
</div>
<div class="wdn-band wdn-content-slide" id="wdn_optional_footer">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="optionalfooter" -->
<!-- TemplateEndEditable -->
</div>
</div>
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div class="wdn-band" id="wdn_footer_related">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="leftcollinks" -->
<?php include "../sharedcode/relatedLinks.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div class="footer_col" id="wdn_footer_contact">
<h3>Contact Us</h3>
<div class="wdn-contact-wrapper">
<!-- TemplateBeginEditable name="contactinfo" -->
<?php include "../sharedcode/footerContactInfo.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div id="wdn_copyright">
<div class="wdn-footer-text">
<!-- TemplateBeginEditable name="footercontent" -->
<?php include "../sharedcode/footer.html"; ?>
<!-- TemplateEndEditable -->
<?php virtual("/wdn/templates_4.0/includes/wdn.html"); ?>
</div>
<?php virtual("/wdn/templates_4.0/includes/logos.html"); ?>
</div>
</div>
</div>
<?php virtual("/wdn/templates_4.0/includes/footer_floater.html"); ?>
</footer>
<?php virtual("/wdn/templates_4.0/includes/noscript.html"); ?>
</div>
</body>
</html>
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]-->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<?php virtual("/wdn/templates_4.0/includes/metanfavico.html"); ?>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.unlaffiliate_debug.dwt.php | 252c2891a48c70db689be6d897d4f34768b8258a | Thu Aug 1 15:08:19 2013 -0500 | Kevin Abel $
-->
<?php virtual("/wdn/templates_4.0/includes/scriptsandstyles_debug.html"); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Use a descriptive page title | Optional Site Title (use for context) | UNL Affiliate</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<link rel="stylesheet" type="text/css" media="screen" href="../sharedcode/affiliate.css" />
<link href="../sharedcode/affiliate_imgs/favicon.ico" rel="shortcut icon" />
<!-- TemplateEndEditable -->
<!-- TemplateParam name="class" type="text" value="debug" -->
</head>
<body class="@@(_document['class'])@@" data-version="4.0">
<?php virtual("/wdn/templates_4.0/includes/skipnav.html"); ?>
<div id="wdn_wrapper">
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<?php virtual("/wdn/templates_4.0/includes/noscript-padding.html"); ?>
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<?php virtual("/wdn/templates_4.0/includes/wdnResources.html"); ?>
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="sitebranding_logo" -->
<div id="logo">
<a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative" id="wdn_logo_link">Through the Eyes of the Child Initiative</a>
</div>
<!-- TemplateEndEditable -->
<div id="wdn_resources">
<?php virtual("/wdn/templates_4.0/includes/idm.html"); ?>
<?php virtual("/wdn/templates_4.0/includes/wdnTools.html"); ?>
</div>
<span id="wdn_institution_title"><!-- TemplateBeginEditable name="sitebranding_affiliate" --><a href="http://www.unl.edu" title="University of Nebraska&ndash;Lincoln">An affiliate of the University of Nebraska&ndash;Lincoln</a><!-- TemplateEndEditable --></span>
</div>
<?php virtual("/wdn/templates_4.0/includes/apps.html"); ?>
<div class="wdn-inner-wrapper">
<div id="wdn_site_title">
<span><!-- TemplateBeginEditable name="titlegraphic" -->The Title of My Site<!-- TemplateEndEditable --></span>
</div>
</div>
</header>
<div id="wdn_navigation_bar" role="navigation" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper">
<!-- WDN: see glossary item 'breadcrumbs' -->
<h3 class="wdn_list_descriptor wdn-text-hidden">Breadcrumbs</h3>
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative">Home</a></li>
</ul>
<!-- TemplateEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<nav id="navigation" role="navigation" class="wdn-band">
<h3 class="wdn_list_descriptor wdn-text-hidden">Navigation</h3>
<!-- TemplateBeginEditable name="navlinks" -->
<?php include "../sharedcode/navigation.html"; ?>
<!-- TemplateEndEditable -->
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</nav>
</div>
</div>
<!-- Navigation Trigger -->
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</div>
<!-- End navigation trigger -->
<div id="wdn_content_wrapper" role="main" class="wdn-content-slide">
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div id="pagetitle">
<!-- TemplateBeginEditable name="pagetitle" -->
<h1>Please Title Your Page Here</h1>
<!-- TemplateEndEditable -->
</div>
</div>
</div>
<div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<p>Impress your audience with awesome content!</p>
</div>
</div>
<!-- TemplateEndEditable -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
</div>
<div class="wdn-band wdn-content-slide" id="wdn_optional_footer">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="optionalfooter" -->
<!-- TemplateEndEditable -->
</div>
</div>
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div class="wdn-band" id="wdn_footer_related">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="leftcollinks" -->
<?php include "../sharedcode/relatedLinks.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div class="footer_col" id="wdn_footer_contact">
<h3>Contact Us</h3>
<div class="wdn-contact-wrapper">
<!-- TemplateBeginEditable name="contactinfo" -->
<?php include "../sharedcode/footerContactInfo.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div id="wdn_copyright">
<div class="wdn-footer-text">
<!-- TemplateBeginEditable name="footercontent" -->
<?php include "../sharedcode/footer.html"; ?>
<!-- TemplateEndEditable -->
<?php virtual("/wdn/templates_4.0/includes/wdn.html"); ?>
</div>
<?php virtual("/wdn/templates_4.0/includes/logos.html"); ?>
</div>
</div>
</div>
<?php virtual("/wdn/templates_4.0/includes/footer_floater.html"); ?>
</footer>
<?php virtual("/wdn/templates_4.0/includes/noscript.html"); ?>
</div>
</body>
</html>
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]-->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<?php virtual("/wdn/templates_4.0/includes/metanfavico.html"); ?>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: php.unlaffiliate_local.dwt.php | 252c2891a48c70db689be6d897d4f34768b8258a | Thu Aug 1 15:08:19 2013 -0500 | Kevin Abel $
-->
<?php virtual("/wdn/templates_4.0/includes/scriptsandstyles_local.html"); ?>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Use a descriptive page title | Optional Site Title (use for context) | UNL Affiliate</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<link rel="stylesheet" type="text/css" media="screen" href="../sharedcode/affiliate.css" />
<link href="../sharedcode/affiliate_imgs/favicon.ico" rel="shortcut icon" />
<!-- TemplateEndEditable -->
<!-- TemplateParam name="class" type="text" value="" -->
</head>
<body class="@@(_document['class'])@@" data-version="4.0">
<?php virtual("/wdn/templates_4.0/includes/skipnav.html"); ?>
<div id="wdn_wrapper">
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<?php virtual("/wdn/templates_4.0/includes/noscript-padding.html"); ?>
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<?php virtual("/wdn/templates_4.0/includes/wdnResources.html"); ?>
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="sitebranding_logo" -->
<div id="logo">
<a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative" id="wdn_logo_link">Through the Eyes of the Child Initiative</a>
</div>
<!-- TemplateEndEditable -->
<div id="wdn_resources">
<?php virtual("/wdn/templates_4.0/includes/idm.html"); ?>
<?php virtual("/wdn/templates_4.0/includes/wdnTools.html"); ?>
</div>
<span id="wdn_institution_title"><!-- TemplateBeginEditable name="sitebranding_affiliate" --><a href="http://www.unl.edu" title="University of Nebraska&ndash;Lincoln">An affiliate of the University of Nebraska&ndash;Lincoln</a><!-- TemplateEndEditable --></span>
</div>
<?php virtual("/wdn/templates_4.0/includes/apps.html"); ?>
<div class="wdn-inner-wrapper">
<div id="wdn_site_title">
<span><!-- TemplateBeginEditable name="titlegraphic" -->The Title of My Site<!-- TemplateEndEditable --></span>
</div>
</div>
</header>
<div id="wdn_navigation_bar" role="navigation" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper">
<!-- WDN: see glossary item 'breadcrumbs' -->
<h3 class="wdn_list_descriptor wdn-text-hidden">Breadcrumbs</h3>
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative">Home</a></li>
</ul>
<!-- TemplateEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<nav id="navigation" role="navigation" class="wdn-band">
<h3 class="wdn_list_descriptor wdn-text-hidden">Navigation</h3>
<!-- TemplateBeginEditable name="navlinks" -->
<?php include "../sharedcode/navigation.html"; ?>
<!-- TemplateEndEditable -->
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</nav>
</div>
</div>
<!-- Navigation Trigger -->
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</div>
<!-- End navigation trigger -->
<div id="wdn_content_wrapper" role="main" class="wdn-content-slide">
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div id="pagetitle">
<!-- TemplateBeginEditable name="pagetitle" -->
<h1>Please Title Your Page Here</h1>
<!-- TemplateEndEditable -->
</div>
</div>
</div>
<div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<p>Impress your audience with awesome content!</p>
</div>
</div>
<!-- TemplateEndEditable -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
</div>
<div class="wdn-band wdn-content-slide" id="wdn_optional_footer">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="optionalfooter" -->
<!-- TemplateEndEditable -->
</div>
</div>
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div class="wdn-band" id="wdn_footer_related">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="leftcollinks" -->
<?php include "../sharedcode/relatedLinks.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div class="footer_col" id="wdn_footer_contact">
<h3>Contact Us</h3>
<div class="wdn-contact-wrapper">
<!-- TemplateBeginEditable name="contactinfo" -->
<?php include "../sharedcode/footerContactInfo.html"; ?>
<!-- TemplateEndEditable -->
</div>
</div>
<div id="wdn_copyright">
<div class="wdn-footer-text">
<!-- TemplateBeginEditable name="footercontent" -->
<?php include "../sharedcode/footer.html"; ?>
<!-- TemplateEndEditable -->
<?php virtual("/wdn/templates_4.0/includes/wdn.html"); ?>
</div>
<?php virtual("/wdn/templates_4.0/includes/logos.html"); ?>
</div>
</div>
</div>
<?php virtual("/wdn/templates_4.0/includes/footer_floater.html"); ?>
</footer>
<?php virtual("/wdn/templates_4.0/includes/noscript.html"); ?>
</div>
</body>
</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" xml:lang="en">
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: popup.dwt 756 2009-09-15 02:31:02Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" -->
<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" -->
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
</head>
<body class="popup">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<!-- TemplateEndEditable -->
<div class="clear"></div>
<!--#include virtual="/wdn/templates_3.0/includes/noscript.html" -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<!--#include virtual="../sharedcode/footer.html" -->
<!-- TemplateEndEditable -->
<!--#include virtual="/wdn/templates_3.0/includes/wdn.html" -->
| <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
</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" xml:lang="en">
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: secure.dwt 562 2009-07-28 19:58:23Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/debug.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" -->
<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" -->
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
</head>
<body class="secure fixed">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
<div id="wdn_identity_management"> <!-- TemplateBeginEditable name="identitymanagement" --><a href="https://login.unl.edu/cas/logout">Logout</a><!-- TemplateEndEditable --> </div>
</div>
<div id="wdn_navigation_bar">
<div id="breadcrumbs">
<!-- WDN: see glossary item 'breadcrumbs' -->
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln">UNL</a></li>
<li>Department</li>
</ul>
<!-- TemplateEndEditable --></div>
<div id="wdn_navigation_wrapper">
<div id="navigation"><!-- TemplateBeginEditable name="navlinks" -->
<!--#include virtual="../sharedcode/navigation.html" -->
<!-- TemplateEndEditable --></div>
</div>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<!-- TemplateEndEditable -->
<div class="clear"></div>
<!--#include virtual="/wdn/templates_3.0/includes/noscript.html" -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<!--#include virtual="../sharedcode/footer.html" -->
<!-- TemplateEndEditable -->
<!--#include virtual="/wdn/templates_3.0/includes/wdn.html" -->
| <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
</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" xml:lang="en">
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: shared_column_left.dwt 536 2009-07-23 15:47:30Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" -->
<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" -->
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
</head>
<body class="fixed">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
<!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" -->
</div>
<div id="wdn_navigation_bar">
<div id="breadcrumbs">
<!-- WDN: see glossary item 'breadcrumbs' -->
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln">UNL</a></li>
<li>Department</li>
</ul>
<!-- TemplateEndEditable --></div>
<div id="wdn_navigation_wrapper">
<div id="navigation"><!-- TemplateBeginEditable name="navlinks" -->
<!--#include virtual="../sharedcode/navigation.html" -->
<!-- TemplateEndEditable --></div>
</div>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="sharedcolumn" -->
<div class="col left">
<!--#include virtual="../sharedcode/sharedColumn.html" -->
</div>
<!-- TemplateEndEditable -->
<div class="three_col right"> <!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<!-- TemplateEndEditable --></div>
<div class="clear"></div>
<!--#include virtual="/wdn/templates_3.0/includes/noscript.html" -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div class="footer_col">
<!--#include virtual="/wdn/templates_3.0/includes/feedback.html" -->
</div>
<div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" -->
<!--#include virtual="../sharedcode/relatedLinks.html" -->
<!-- TemplateEndEditable --></div>
<div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" -->
<!--#include virtual="../sharedcode/footerContactInfo.html" -->
<!-- TemplateEndEditable --></div>
<div class="footer_col">
<!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" -->
</div>
<!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable -->
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<!--#include virtual="../sharedcode/footer.html" -->
<!-- TemplateEndEditable -->
<ul>
<li><a href="http://validator.unl.edu/check/referer">W3C</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a></li>
</ul>
<!--#include virtual="/wdn/templates_3.0/includes/wdn.html" -->
<a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
</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" xml:lang="en">
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: shared_column_right.dwt 536 2009-07-23 15:47:30Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script>
<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" -->
<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" -->
<!-- TemplateBeginEditable name="doctitle" -->
<title>UNL | Department | New Page</title>
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- TemplateEndEditable -->
</head>
<body class="fixed">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
<!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" -->
</div>
<div id="wdn_navigation_bar">
<div id="breadcrumbs">
<!-- WDN: see glossary item 'breadcrumbs' -->
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;Lincoln">UNL</a></li>
<li>Department</li>
</ul>
<!-- TemplateEndEditable --></div>
<div id="wdn_navigation_wrapper">
<div id="navigation"><!-- TemplateBeginEditable name="navlinks" -->
<!--#include virtual="../sharedcode/navigation.html" -->
<!-- TemplateEndEditable --></div>
</div>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" -->
<h1>Department</h1>
<!-- TemplateEndEditable --></div>
<div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<div class="three_col left"> <!-- TemplateBeginEditable name="maincontentarea" -->
<p>Place your content here.<br />
Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br />
<a href="http://validator.unl.edu/check/referer">Check this page</a> </p>
<!-- TemplateEndEditable --></div>
<!-- TemplateBeginEditable name="sharedcolumn" -->
<div class="col right">
<!--#include virtual="../sharedcode/sharedColumn.html" -->
</div>
<!-- TemplateEndEditable -->
<div class="clear"></div>
<!--#include virtual="/wdn/templates_3.0/includes/noscript.html" -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div class="footer_col">
<!--#include virtual="/wdn/templates_3.0/includes/feedback.html" -->
</div>
<div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" -->
<!--#include virtual="../sharedcode/relatedLinks.html" -->
<!-- TemplateEndEditable --></div>
<div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" -->
<!--#include virtual="../sharedcode/footerContactInfo.html" -->
<!-- TemplateEndEditable --></div>
<div class="footer_col">
<!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" -->
</div>
<!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable -->
<div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" -->
<!--#include virtual="../sharedcode/footer.html" -->
<!-- TemplateEndEditable -->
<ul>
<li><a href="http://validator.unl.edu/check/referer">W3C</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a></li>
</ul>
<!--#include virtual="/wdn/templates_3.0/includes/wdn.html" -->
<a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
</html>
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]-->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<!--#include virtual="/wdn/templates_4.0/includes/metanfavico.html" -->
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: unlaffiliate.dwt | 252c2891a48c70db689be6d897d4f34768b8258a | Thu Aug 1 15:08:19 2013 -0500 | Kevin Abel $
-->
<!--#include virtual="/wdn/templates_4.0/includes/scriptsandstyles.html" -->
<!-- TemplateBeginEditable name="doctitle" -->
<title>Use a descriptive page title | Optional Site Title (use for context) | UNL Affiliate</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<link rel="stylesheet" type="text/css" media="screen" href="../sharedcode/affiliate.css" />
<link href="../sharedcode/affiliate_imgs/favicon.ico" rel="shortcut icon" />
<!-- TemplateEndEditable -->
<!-- TemplateParam name="class" type="text" value="" -->
</head>
<body class="@@(_document['class'])@@" data-version="4.0">
<!--#include virtual="/wdn/templates_4.0/includes/skipnav.html" -->
<div id="wdn_wrapper">
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<!--#include virtual="/wdn/templates_4.0/includes/noscript-padding.html" -->
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<!--#include virtual="/wdn/templates_4.0/includes/wdnResources.html" -->
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="sitebranding_logo" -->
<div id="logo">
<a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative" id="wdn_logo_link">Through the Eyes of the Child Initiative</a>
</div>
<!-- TemplateEndEditable -->
<div id="wdn_resources">
<!--#include virtual="/wdn/templates_4.0/includes/idm.html" -->
<!--#include virtual="/wdn/templates_4.0/includes/wdnTools.html" -->
</div>
<span id="wdn_institution_title"><!-- TemplateBeginEditable name="sitebranding_affiliate" --><a href="http://www.unl.edu" title="University of Nebraska&ndash;Lincoln">An affiliate of the University of Nebraska&ndash;Lincoln</a><!-- TemplateEndEditable --></span>
</div>
<!--#include virtual="/wdn/templates_4.0/includes/apps.html" -->
<div class="wdn-inner-wrapper">
<div id="wdn_site_title">
<span><!-- TemplateBeginEditable name="titlegraphic" -->The Title of My Site<!-- TemplateEndEditable --></span>
</div>
</div>
</header>
<div id="wdn_navigation_bar" role="navigation" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper">
<!-- WDN: see glossary item 'breadcrumbs' -->
<h3 class="wdn_list_descriptor wdn-text-hidden">Breadcrumbs</h3>
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative">Home</a></li>
</ul>
<!-- TemplateEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<nav id="navigation" role="navigation" class="wdn-band">
<h3 class="wdn_list_descriptor wdn-text-hidden">Navigation</h3>
<!-- TemplateBeginEditable name="navlinks" -->
<!--#include virtual="../sharedcode/navigation.html" -->
<!-- TemplateEndEditable -->
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</nav>
</div>
</div>
<!-- Navigation Trigger -->
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</div>
<!-- End navigation trigger -->
<div id="wdn_content_wrapper" role="main" class="wdn-content-slide">
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div id="pagetitle">
<!-- TemplateBeginEditable name="pagetitle" -->
<h1>Please Title Your Page Here</h1>
<!-- TemplateEndEditable -->
</div>
</div>
</div>
<div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<p>Impress your audience with awesome content!</p>
</div>
</div>
<!-- TemplateEndEditable -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
</div>
<div class="wdn-band wdn-content-slide" id="wdn_optional_footer">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="optionalfooter" -->
<!-- TemplateEndEditable -->
</div>
</div>
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div class="wdn-band" id="wdn_footer_related">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="leftcollinks" -->
<!--#include virtual="../sharedcode/relatedLinks.html" -->
<!-- TemplateEndEditable -->
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div class="footer_col" id="wdn_footer_contact">
<h3>Contact Us</h3>
<div class="wdn-contact-wrapper">
<!-- TemplateBeginEditable name="contactinfo" -->
<!--#include virtual="../sharedcode/footerContactInfo.html" -->
<!-- TemplateEndEditable -->
</div>
</div>
<div id="wdn_copyright">
<div class="wdn-footer-text">
<!-- TemplateBeginEditable name="footercontent" -->
<!--#include virtual="../sharedcode/footer.html" -->
<!-- TemplateEndEditable -->
<!--#include virtual="/wdn/templates_4.0/includes/wdn.html" -->
</div>
<!--#include virtual="/wdn/templates_4.0/includes/logos.html" -->
</div>
</div>
</div>
<!--#include virtual="/wdn/templates_4.0/includes/footer_floater.html" -->
</footer>
<!--#include virtual="/wdn/templates_4.0/includes/noscript.html" -->
</div>
</body>
</html>
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]-->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<!--#include virtual="/wdn/templates_4.0/includes/metanfavico.html" -->
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: unlaffiliate_debug.dwt | 252c2891a48c70db689be6d897d4f34768b8258a | Thu Aug 1 15:08:19 2013 -0500 | Kevin Abel $
-->
<!--#include virtual="/wdn/templates_4.0/includes/scriptsandstyles_debug.html" -->
<!-- TemplateBeginEditable name="doctitle" -->
<title>Use a descriptive page title | Optional Site Title (use for context) | UNL Affiliate</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<link rel="stylesheet" type="text/css" media="screen" href="../sharedcode/affiliate.css" />
<link href="../sharedcode/affiliate_imgs/favicon.ico" rel="shortcut icon" />
<!-- TemplateEndEditable -->
<!-- TemplateParam name="class" type="text" value="debug" -->
</head>
<body class="@@(_document['class'])@@" data-version="4.0">
<!--#include virtual="/wdn/templates_4.0/includes/skipnav.html" -->
<div id="wdn_wrapper">
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<!--#include virtual="/wdn/templates_4.0/includes/noscript-padding.html" -->
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<!--#include virtual="/wdn/templates_4.0/includes/wdnResources.html" -->
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="sitebranding_logo" -->
<div id="logo">
<a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative" id="wdn_logo_link">Through the Eyes of the Child Initiative</a>
</div>
<!-- TemplateEndEditable -->
<div id="wdn_resources">
<!--#include virtual="/wdn/templates_4.0/includes/idm.html" -->
<!--#include virtual="/wdn/templates_4.0/includes/wdnTools.html" -->
</div>
<span id="wdn_institution_title"><!-- TemplateBeginEditable name="sitebranding_affiliate" --><a href="http://www.unl.edu" title="University of Nebraska&ndash;Lincoln">An affiliate of the University of Nebraska&ndash;Lincoln</a><!-- TemplateEndEditable --></span>
</div>
<!--#include virtual="/wdn/templates_4.0/includes/apps.html" -->
<div class="wdn-inner-wrapper">
<div id="wdn_site_title">
<span><!-- TemplateBeginEditable name="titlegraphic" -->The Title of My Site<!-- TemplateEndEditable --></span>
</div>
</div>
</header>
<div id="wdn_navigation_bar" role="navigation" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper">
<!-- WDN: see glossary item 'breadcrumbs' -->
<h3 class="wdn_list_descriptor wdn-text-hidden">Breadcrumbs</h3>
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative">Home</a></li>
</ul>
<!-- TemplateEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<nav id="navigation" role="navigation" class="wdn-band">
<h3 class="wdn_list_descriptor wdn-text-hidden">Navigation</h3>
<!-- TemplateBeginEditable name="navlinks" -->
<!--#include virtual="../sharedcode/navigation.html" -->
<!-- TemplateEndEditable -->
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</nav>
</div>
</div>
<!-- Navigation Trigger -->
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</div>
<!-- End navigation trigger -->
<div id="wdn_content_wrapper" role="main" class="wdn-content-slide">
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div id="pagetitle">
<!-- TemplateBeginEditable name="pagetitle" -->
<h1>Please Title Your Page Here</h1>
<!-- TemplateEndEditable -->
</div>
</div>
</div>
<div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<p>Impress your audience with awesome content!</p>
</div>
</div>
<!-- TemplateEndEditable -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
</div>
<div class="wdn-band wdn-content-slide" id="wdn_optional_footer">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="optionalfooter" -->
<!-- TemplateEndEditable -->
</div>
</div>
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div class="wdn-band" id="wdn_footer_related">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="leftcollinks" -->
<!--#include virtual="../sharedcode/relatedLinks.html" -->
<!-- TemplateEndEditable -->
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div class="footer_col" id="wdn_footer_contact">
<h3>Contact Us</h3>
<div class="wdn-contact-wrapper">
<!-- TemplateBeginEditable name="contactinfo" -->
<!--#include virtual="../sharedcode/footerContactInfo.html" -->
<!-- TemplateEndEditable -->
</div>
</div>
<div id="wdn_copyright">
<div class="wdn-footer-text">
<!-- TemplateBeginEditable name="footercontent" -->
<!--#include virtual="../sharedcode/footer.html" -->
<!-- TemplateEndEditable -->
<!--#include virtual="/wdn/templates_4.0/includes/wdn.html" -->
</div>
<!--#include virtual="/wdn/templates_4.0/includes/logos.html" -->
</div>
</div>
</div>
<!--#include virtual="/wdn/templates_4.0/includes/footer_floater.html" -->
</footer>
<!--#include virtual="/wdn/templates_4.0/includes/noscript.html" -->
</div>
</body>
</html>
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]-->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<!--#include virtual="/wdn/templates_4.0/includes/metanfavico.html" -->
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: unlaffiliate_local.dwt | 252c2891a48c70db689be6d897d4f34768b8258a | Thu Aug 1 15:08:19 2013 -0500 | Kevin Abel $
-->
<!--#include virtual="/wdn/templates_4.0/includes/scriptsandstyles_local.html" -->
<!-- TemplateBeginEditable name="doctitle" -->
<title>Use a descriptive page title | Optional Site Title (use for context) | UNL Affiliate</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- Place optional header elements here -->
<link rel="stylesheet" type="text/css" media="screen" href="../sharedcode/affiliate.css" />
<link href="../sharedcode/affiliate_imgs/favicon.ico" rel="shortcut icon" />
<!-- TemplateEndEditable -->
<!-- TemplateParam name="class" type="text" value="" -->
</head>
<body class="@@(_document['class'])@@" data-version="4.0">
<!--#include virtual="/wdn/templates_4.0/includes/skipnav.html" -->
<div id="wdn_wrapper">
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<!--#include virtual="/wdn/templates_4.0/includes/noscript-padding.html" -->
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<!--#include virtual="/wdn/templates_4.0/includes/wdnResources.html" -->
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="sitebranding_logo" -->
<div id="logo">
<a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative" id="wdn_logo_link">Through the Eyes of the Child Initiative</a>
</div>
<!-- TemplateEndEditable -->
<div id="wdn_resources">
<!--#include virtual="/wdn/templates_4.0/includes/idm.html" -->
<!--#include virtual="/wdn/templates_4.0/includes/wdnTools.html" -->
</div>
<span id="wdn_institution_title"><!-- TemplateBeginEditable name="sitebranding_affiliate" --><a href="http://www.unl.edu" title="University of Nebraska&ndash;Lincoln">An affiliate of the University of Nebraska&ndash;Lincoln</a><!-- TemplateEndEditable --></span>
</div>
<!--#include virtual="/wdn/templates_4.0/includes/apps.html" -->
<div class="wdn-inner-wrapper">
<div id="wdn_site_title">
<span><!-- TemplateBeginEditable name="titlegraphic" -->The Title of My Site<!-- TemplateEndEditable --></span>
</div>
</div>
</header>
<div id="wdn_navigation_bar" role="navigation" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper">
<!-- WDN: see glossary item 'breadcrumbs' -->
<h3 class="wdn_list_descriptor wdn-text-hidden">Breadcrumbs</h3>
<!-- TemplateBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.throughtheeyes.org/" title="Through the Eyes of the Child Initiative">Home</a></li>
</ul>
<!-- TemplateEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<nav id="navigation" role="navigation" class="wdn-band">
<h3 class="wdn_list_descriptor wdn-text-hidden">Navigation</h3>
<!-- TemplateBeginEditable name="navlinks" -->
<!--#include virtual="../sharedcode/navigation.html" -->
<!-- TemplateEndEditable -->
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</nav>
</div>
</div>
<!-- Navigation Trigger -->
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</div>
<!-- End navigation trigger -->
<div id="wdn_content_wrapper" role="main" class="wdn-content-slide">
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div id="pagetitle">
<!-- TemplateBeginEditable name="pagetitle" -->
<h1>Please Title Your Page Here</h1>
<!-- TemplateEndEditable -->
</div>
</div>
</div>
<div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- TemplateBeginEditable name="maincontentarea" -->
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<p>Impress your audience with awesome content!</p>
</div>
</div>
<!-- TemplateEndEditable -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
</div>
<div class="wdn-band wdn-content-slide" id="wdn_optional_footer">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="optionalfooter" -->
<!-- TemplateEndEditable -->
</div>
</div>
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div class="wdn-band" id="wdn_footer_related">
<div class="wdn-inner-wrapper">
<!-- TemplateBeginEditable name="leftcollinks" -->
<!--#include virtual="../sharedcode/relatedLinks.html" -->
<!-- TemplateEndEditable -->
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div class="footer_col" id="wdn_footer_contact">
<h3>Contact Us</h3>
<div class="wdn-contact-wrapper">
<!-- TemplateBeginEditable name="contactinfo" -->
<!--#include virtual="../sharedcode/footerContactInfo.html" -->
<!-- TemplateEndEditable -->
</div>
</div>
<div id="wdn_copyright">
<div class="wdn-footer-text">
<!-- TemplateBeginEditable name="footercontent" -->
<!--#include virtual="../sharedcode/footer.html" -->
<!-- TemplateEndEditable -->
<!--#include virtual="/wdn/templates_4.0/includes/wdn.html" -->
</div>
<!--#include virtual="/wdn/templates_4.0/includes/logos.html" -->
</div>
</div>
</div>
<!--#include virtual="/wdn/templates_4.0/includes/footer_floater.html" -->
</footer>
<!--#include virtual="/wdn/templates_4.0/includes/noscript.html" -->
</div>
</body>
</html>
......@@ -6,7 +6,7 @@
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]-->
<head>
<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" -->
<!--#include virtual="/wdn/templates_4.0/includes/metanfavico.html" -->
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
......@@ -19,39 +19,51 @@
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $
$Id: fixed.dwt | 252c2891a48c70db689be6d897d4f34768b8258a | Thu Aug 1 15:08:19 2013 -0500 | Kevin Abel $
-->
<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" -->
<!--#include virtual="/wdn/templates_4.0/includes/scriptsandstyles.html" -->
<!-- InstanceBeginEditable name="doctitle" -->
<title>About The Big Ten Conference | University of Nebraska&ndash;Lincoln</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<link rel="stylesheet" href="/ucomm/sharedcode/css/3.1.css" />
<!-- Place optional header elements here -->
<!--[if (gte IE 9)|!(IEMobile)|!(IE)]><!-->
<link rel="stylesheet" href="../sharedcode/css/4.0.css" />
<!--<![endif]-->
<!-- For old IE, bring in all the styles w/o media queries -->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" media="all" href="../sharedcode/css/ie_mq.css" />
<![endif]-->
<!--#include virtual="../sharedcode/localSiteLinks.html" -->
<!-- InstanceEndEditable -->
<!-- InstanceParam name="class" type="text" value="fixed" -->
</head>
<body class="fixed" data-version="3.1">
<nav class="skipnav">
<a class="skipnav" href="#maincontent">Skip Navigation</a>
</nav>
<body class="fixed" data-version="4.0">
<!--#include virtual="/wdn/templates_4.0/includes/skipnav.html" -->
<div id="wdn_wrapper">
<header id="header" role="banner">
<a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a>
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<!--#include virtual="/wdn/templates_4.0/includes/noscript-padding.html" -->
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<!--#include virtual="/wdn/templates_4.0/includes/wdnResources.html" -->
<div class="wdn-inner-wrapper">
<!--#include virtual="/wdn/templates_4.0/includes/logo.html" -->
<div id="wdn_resources">
<!--#include virtual="/wdn/templates_4.0/includes/idm.html" -->
<!--#include virtual="/wdn/templates_4.0/includes/wdnTools.html" -->
</div>
<span id="wdn_institution_title">University of Nebraska&ndash;Lincoln</span>
<span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->
About UNL
<!-- InstanceEndEditable --></span>
<!--#include virtual="/wdn/templates_3.1/includes/idm.html" -->
<!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" -->
</div>
<!--#include virtual="/wdn/templates_4.0/includes/apps.html" -->
<div class="wdn-inner-wrapper">
<div id="wdn_site_title">
<span><!-- InstanceBeginEditable name="titlegraphic" -->About UNL<!-- InstanceEndEditable --></span>
</div>
</div>
</header>
<div id="wdn_navigation_bar">
<nav id="breadcrumbs">
<div id="wdn_navigation_bar" role="navigation" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper">
<!-- WDN: see glossary item 'breadcrumbs' -->
<h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3>
<h3 class="wdn_list_descriptor wdn-text-hidden">Breadcrumbs</h3>
<!-- InstanceBeginEditable name="breadcrumbs" -->
<!-- WDN: see glossary item 'breadcrumbs' -->
<ul>
......@@ -62,153 +74,245 @@
<!-- InstanceEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<nav id="navigation" role="navigation">
<h3 class="wdn_list_descriptor hidden">Navigation</h3>
<nav id="navigation" role="navigation" class="wdn-band">
<h3 class="wdn_list_descriptor wdn-text-hidden">Navigation</h3>
<!-- InstanceBeginEditable name="navlinks" -->
<!--#include virtual="sharedcode/navigation.html" -->
<!-- InstanceEndEditable -->
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</nav>
</div>
</div>
<div id="wdn_content_wrapper">
<!-- Navigation Trigger -->
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
</div>
<!-- End navigation trigger -->
<div id="wdn_content_wrapper" role="main" class="wdn-content-slide">
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div id="pagetitle">
<!-- InstanceBeginEditable name="pagetitle" --><h1>The Big Ten Conference, CIC and APLU </h1> <!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="pagetitle" --><h1 class="wdn-center">The Big Ten Conference, CIC and APLU </h1> <!-- InstanceEndEditable -->
</div>
</div>
</div>
<div id="maincontent" role="main">
<div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- InstanceBeginEditable name="maincontentarea" -->
<div class="grid6 first">
<div class="zenbox"><h5>The University of Nebraska-Lincoln is a member of the Big Ten Conference, the Committee on Institutional Cooperation (CIC) and the Association of Public and Land-Grant Universities (APLU). </h5></div>
<h3 class="sec_header">About the Big Ten Conference</h3>
<p>The Big Ten Conference is a union of world-class academic institutions who share a common mission of research, graduate, professional and undergraduate teaching and public service. The conference's 100-plus years of history, strong tradition of competitive intercollegiate athletic programs, vast and passionate alumni base, and consistent leadership in innovations position the Big Ten and its entire community firmly on the Big Stage.</p>
<p>
The Big Ten has sustained a comprehensive set of shared practices and policies that enforce the priority of academics and emphasize the values of integrity, fairness and competitiveness in all aspects of its student-athletes' lives, with the ultimate goal of ensuring that each individual has the opportunity to live a Big Life.</p>
<p>
Big Ten universities make up, along with the University of Chicago, the Committee on Institutional Cooperation, a consortium formed in 1958 as the conference's academic counterpart.</p>
<section class="wdn-band big10-intro">
<div class="wdn-inner-wrapper wdn-inner-padding-no-top">
<div class="wdn-grid-set">
<div class="bp2-wdn-col-five-sixths wdn-center centered">
<p class="wdn-intro-p">The University of Nebraska&ndash;Lincoln is a member of the Big Ten Conference, the Committee on Institutional Cooperation (CIC) and the Association of Public and Land-Grant Universities (APLU).</p>
</div>
</div>
</div>
</section>
<div class="wdn-band wdn-light-neutral-band">
<div class="wdn-inner-wrapper wdn-inner-padding-lg">
<div class="wdn-grid-set">
<section class="bp2-wdn-col-one-half big10-about">
<div class="wdn-grid-set">
<div class="bp2-wdn-col-five-sixths">
<h2 class="wdn-brand-caps clear-top">About the Big Ten Conference</h2>
<p>The Big Ten Conference is a union of world-class academic institutions who share a common mission of research, graduate, professional and undergraduate teaching and public service. The conference&rsquo;s 100-plus years of history, strong tradition of competitive intercollegiate athletic programs, vast and passionate alumni base, and consistent leadership in innovations position the Big Ten and its entire community firmly on the Big Stage.</p>
<p>The Big Ten has sustained a comprehensive set of shared practices and policies that enforce the priority of academics and emphasize the values of integrity, fairness and competitiveness in all aspects of its student-athletes&rsquo; lives, with the ultimate goal of ensuring that each individual has the opportunity to live a Big Life.</p>
<p>Big Ten universities make up, along with the University of Chicago, the Committee on Institutional Cooperation, a consortium formed in 1958 as the conference&rsquo;s academic counterpart.</p>
<p><em>From <a href="http://www.bigten.org/school-bio/big10-school-bio.html">the Big Ten website</a></em></p>
<br />
<h4 class="sec_header">About the Committee on Institutional Cooperation </h4>
<p>The <a href="http://www.cic.net/" class="external" title="go to the Committee on Institutional Cooperation website">Committee on Institutional Cooperation</a> is a consortium of the Big Ten universities plus the University of Chicago. The CIC leverages faculty, funding, facilities, investments and ideas to help the collective whole compete and succeed.</p>
<p>
Among its core projects are:</p>
<ul>
<li>library collections and access</li>
<li>technology collaborations to build capacity at reduced costs</li>
<li>leveraging purchasing and licensing through economies of scale</li>
<li>leadership and development programs for faculty and staff</li>
<li>study-abroad collaborations</li>
<li>course-sharing mechanisms by which students may take courses at other consortium institutions</li>
</ul>
<br />
<h5 class="sec_header">Association of Public and Land-Grant Universities</h5>
<p>The <a href="http://www.aplu.org/" class="external">Association of Public and Land-Grant Universities</a> is a non-profit association of 218 public research universities, land-grant institutions, and state university systems with member campuses in all 50 states, U.S. territories and the District of Columbia. All Big Ten Institutions except for Northwestern University are APLU members.</p>
<p>
With roots going back to 1887, APLU is the nation's oldest higher education association. APLU is dedicated to advancing learning, discovery and engagement. The association provides a forum for the discussion and development of policies and programs affecting higher education and the public interest.</p>
<!--
<br />
<h5 class="sec_header">Driving Distances</h5>
<a href="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=900+North+16th+Street,+Lincoln,+NE+68508+(University+of+Nebraska)&daddr=madison,+wisconsin&hl=en&amp;geocode=FcHnbgId7IA8-iFHTJFWcPqZ2ilH6Gmv576WhzF1f8dyR22gdA%3BFRw-kQIdctir-in_GSA6bVMGiDGYQUi6tfwMTg&amp;mra=pe&amp;mrcr=0&amp;sll=42.014501,-92.956455&amp;sspn=6.34965,10.557861&amp;ie=UTF8&amp;ll=41.95132,-93.043213&amp;spn=6.356155,10.557861&amp;t=h&amp;z=7">Lincoln, NE to Madison, Wisconsin</a><br />
<a href="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=900+North+16th+Street,+Lincoln,+NE+68508+(University+of+Nebraska)&daddr=Minneapolis,+MN&amp;hl=en&amp;geocode=FcHnbgId7IA8-iFHTJFWcPqZ2ilH6Gmv576WhzF1f8dyR22gdA%3BFf1WrgIdJOhw-im9u3eTkDOzUjEH7novhMmfkw&amp;mra=ls&amp;sll=41.95132,-93.043213&amp;sspn=6.356155,10.557861&amp;ie=UTF8&amp;ll=42.900113,-94.976807&amp;spn=6.260869,10.557861&amp;t=h&amp;z=7">Lincoln, NE to Minneapolis, Minnesota</a><br />
<a href="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=900+North+16th+Street,+Lincoln,+NE+68508+(University+of+Nebraska)&daddr=Iowa+City,+IA&amp;hl=en&amp;geocode=FcHnbgId7IA8-iFHTJFWcPqZ2ilH6Gmv576WhzF1f8dyR22gdA%3B&amp;mra=ls&amp;sll=42.900113,-94.976807&amp;sspn=6.260869,10.557861&amp;ie=UTF8&amp;t=h&amp;z=8">Lincoln, NE to Iowa City, Iowa</a><br />-->
</div>
<div class="grid6">
<h3 class="sec_main">By The Numbers</h3>
</div>
</section>
<div class="bp2-wdn-col-one-half big10-numbers">
<h4 class="wdn-alt-header clear-top">By the Numbers</h4>
<table class="zentable neutral">
<thead><tr>
<thead>
<tr>
<th style="width:30%;">Institution</th>
<th style="width:30%;">Location<br />
(Population)</th>
<th style="width:20%;">Founded</th>
<th style="width:20%;">Undergrad Enrollment</th>
</tr></thead>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.uiuc.edu/" class="external"><img src="graphics/big10_wordmark_illinois.jpg" width="150" height="67" alt="University of Illinois at Urbana-Champaign" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.uiuc.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-illinois.svg">
<img src="../images/aboutunl/big10logos/png/logo-illinois.png" alt="University of Illinois at Urbana-Champaign" />
</object>
</a>
</td>
<td>Champaign, Illinois<br />
(75,254)</td>
<td>1867</td>
<td>30,895</td>
</tr>
<tr>
<td><a href="http://www.indiana.edu/" class="external"><img src="graphics/big10_wordmark_indiana.jpg" width="150" height="50" alt="Indiana University" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.indiana.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-indiana.svg">
<img src="../images/aboutunl/big10logos/png/logo-indiana.png" alt="Indiana University" />
</object>
</a>
</td>
<td>Bloomington, Indiana<br />
(69,291)</td>
<td>1820</td>
<td>30,394</td>
</tr>
<tr>
<td><a href="http://www.uiowa.edu/" class="external"><img src="graphics/big10_wordmark_iowa.jpg" width="150" height="39" alt="University of Iowa" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.uiowa.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-iowa.svg">
<img src="../images/aboutunl/big10logos/png/logo-iowa.png" alt="University of Iowa" />
</object>
</a>
</td>
<td>Iowa City, Iowa<br />
(67,062)</td>
<td>1847</td>
<td>20,907</td>
</tr>
<tr>
<td><a href="http://www.umich.edu/" class="external"><img src="graphics/big10_wordmark_michigan.jpg" width="150" height="75" alt="University of Michigan" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.umd.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-maryland.svg">
<img src="../images/aboutunl/big10logos/png/logo-maryland.png" alt="University of Maryland" />
</object>
</a>
</td>
<td>College Park, Maryland<br />
(31,274)</td>
<td>1856</td>
<td>27,056</td>
</tr>
<tr>
<td>
<a href="http://www.umich.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-michigan.svg">
<img src="../images/aboutunl/big10logos/png/logo-michigan.png" alt="University of Michigan" />
</object>
</a>
</td>
<td>Ann Arbor, Michigan<br />
(114,024)</td>
<td>1817</td>
<td>26,083</td>
</tr>
<tr>
<td><a href="http://www.msu.edu/" class="external"><img src="graphics/big10_wordmark_michiganstate.jpg" width="150" height="75" alt="Michigan State University" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.msu.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-michigan-state.svg">
<img src="../images/aboutunl/big10logos/png/logo-michigan-state.png" alt="Michigan State University" />
</object>
</a>
</td>
<td>East Lansing, Michigan<br />
(46,525)</td>
<td>1855</td>
<td>36,072</td>
</tr>
<tr>
<td><a href="http://www1.umn.edu/twincities" class="external"><img src="graphics/big10_wordmark_minnesota.jpg" width="150" height="98" alt="University of Minnesota" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www1.umn.edu/twincities">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-minnesota.svg">
<img src="../images/aboutunl/big10logos/png/logo-minnesota.png" alt="University of Minnesota" />
</object>
</a>
</td>
<td>Minneapolis, Minnesota<br />
(388,020)</td>
<td>1851</td>
<td>38,645</td>
</tr>
<tr style=" border:2px solid #cc0000; ">
<td><a href="http://www.unl.edu/"><img src="graphics/big10_wordmark_nebraska.jpg" width="150" height="60" alt="University of Nebraska-Lincoln" style="border:4px #FFF solid;" /></a></td>
<tr style="border:2px solid #d00000; ">
<td>
<a href="http://www.unl.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-nebraska.svg">
<img src="../images/aboutunl/big10logos/png/logo-nebraska.png" alt="University of Nebraska&ndash;Lincoln" />
</object>
</a>
</td>
<td>Lincoln, Nebraska<br />
(251,624)</td>
<td>1869</td>
<td>18,526</td>
</tr>
<tr>
<td><a href="http://www.northwestern.edu/" class="external"><img src="graphics/big10_wordmark_northwestern.jpg" width="150" height="92" alt="Northwestern University" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.northwestern.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-northwestern.svg">
<img src="../images/aboutunl/big10logos/png/logo-northwestern.png" alt="Northwestern University" />
</object>
</a>
</td>
<td>Evanston, Illinois<br />
(74,239)</td>
<td>1851</td>
<td>8,284</td>
</tr>
<tr>
<td><a href="http://www.osu.edu/" class="external"><img src="graphics/big10_wordmark_ohiostate.jpg" width="150" height="150" alt="Ohio State University" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.osu.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-ohio-state.svg">
<img src="../images/aboutunl/big10logos/png/logo-ohio-state.png" alt="Ohio State University" />
</object>
</a>
</td>
<td>Columbus, Ohio<br />
(747,755)</td>
<td>1870</td>
<td>40,212</td>
</tr>
<tr>
<td><a href="http://www.psu.edu/" class="external"><img src="graphics/big10_wordmark_pennstate.jpg" width="150" height="70" alt="Pennsylvania State University" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.psu.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-penn-state.svg">
<img src="../images/aboutunl/big10logos/png/logo-penn-state.png" alt="Pennsylvania State University" />
</object>
</a>
</td>
<td>University Park, Pennsylvania<br />
(38,420)</td>
<td>1855</td>
<td>38,630</td>
</tr>
<tr>
<td><a href="http://www.purdue.edu/" class="external"><img src="graphics/big10_wordmark_purdue.jpg" width="150" height="50" alt="Purdue University" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.purdue.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-purdue.svg">
<img src="../images/aboutunl/big10logos/png/logo-purdue.png" alt="Purdue University" />
</object>
</a>
</td>
<td>West Lafayette, Indiana<br />
(28,778)</td>
<td>1869</td>
<td>31,290</td>
</tr>
<tr>
<td><a href="http://www.wisc.edu/" class="external"><img src="graphics/big10_wordmark_wisconsin.jpg" width="150" height="101" alt="University of Wisconsin-Madison" style="border:4px #FFF solid;" /></a></td>
<td>
<a href="http://www.rutgers.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-rutgers.svg">
<img src="../images/aboutunl/big10logos/png/logo-rutgers.png" alt="Rutgers University" />
</object>
</a>
</td>
<td>New Brunswick, New Jersey<br />
(55,831)</td>
<td>1766</td>
<td>31,400</td>
</tr>
<tr>
<td>
<a href="http://www.wisc.edu/">
<object type="image/svg+xml" data="../images/aboutunl/big10logos/svg/logo-wisconsin.svg">
<img src="../images/aboutunl/big10logos/png/logo-wisconsin.png" alt="University of Wisconsin&ndash;Madison" />
</object>
</a>
</td>
<td>Madison, Wisconsin<br />
(223,389)</td>
<td>1848</td>
......@@ -216,44 +320,86 @@ With roots going back to 1887, APLU is the nation's oldest higher education asso
</tr>
</tbody>
</table>
<br />
</div>
</div>
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper wdn-inner-padding-lg">
<div class="wdn-grid-set">
<section class="bp2-wdn-col-one-half big10-cic">
<div class="wdn-grid-set">
<div class="bp2-wdn-col-five-sixths">
<h2 class="wdn-brand-caps clear-top">About the Committee on Institutional Cooperation</h2>
<p>The <a href="http://www.cic.net/" class="external">Committee on Institutional Cooperation</a> is a consortium of the Big Ten universities plus the University of Chicago. The CIC leverages faculty, funding, facilities, investments and ideas to help the collective whole compete and succeed.</p>
<p>Among its core projects are:</p>
<ul>
<li>library collections and access</li>
<li>technology collaborations to build capacity at reduced costs</li>
<li>leveraging purchasing and licensing through economies of scale</li>
<li>leadership and development programs for faculty and staff</li>
<li>study-abroad collaborations</li>
<li>course-sharing mechanisms by which students may take courses at other consortium institutions</li>
</ul>
</div>
</div>
</section>
<section class="bp2-wdn-col-one-half big10-aplu">
<div class="wdn-grid-set">
<div class="bp2-wdn-col-five-sixths">
<h2 class="wdn-brand-caps clear-top">About the Association of Public and Land-Grant Universities</h2>
<p>The <a href="http://www.aplu.org/" class="external">Association of Public and Land-Grant Universities</a> is a non-profit association of 218 public research universities, land-grant institutions, and state university systems with member campuses in all 50 states, U.S. territories and the District of Columbia. All Big Ten Institutions except for Northwestern University are APLU members.</p>
<p>With roots going back to 1887, APLU is the nation&rsquo;s oldest higher education association. APLU is dedicated to advancing learning, discovery and engagement. The association provides a forum for the discussion and development of policies and programs affecting higher education and the public interest.</p>
</div>
</div>
</section>
</div>
</div>
</div>
<!-- InstanceEndEditable -->
<div class="clear"></div>
<!--#include virtual="/wdn/templates_3.1/includes/noscript.html" -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
</div>
<footer id="footer">
<div id="footer_floater"></div>
<div class="footer_col" id="wdn_footer_feedback">
<!--#include virtual="/wdn/templates_3.1/includes/feedback.html" -->
<div class="wdn-band wdn-content-slide" id="wdn_optional_footer">
<div class="wdn-inner-wrapper">
<!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable -->
</div>
</div>
<div class="footer_col" id="wdn_footer_related">
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div class="wdn-band" id="wdn_footer_related">
<div class="wdn-inner-wrapper">
<!-- InstanceBeginEditable name="leftcollinks" -->
<!-- WDN: see glossary item 'sidebar links' -->
<!--#include virtual="sharedcode/relatedLinks.html" -->
<!-- InstanceEndEditable --></div>
<!-- InstanceEndEditable -->
</div>
</div>
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<div class="footer_col" id="wdn_footer_contact">
<h3>Contact Us</h3>
<div class="wdn-contact-wrapper">
<!-- InstanceBeginEditable name="contactinfo" -->
<!--#include virtual="sharedcode/footerContactInfo.html" -->
<!-- InstanceEndEditable --></div>
<div class="footer_col" id="wdn_footer_share">
<!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" -->
<!-- InstanceEndEditable -->
</div>
</div>
<!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable -->
<div id="wdn_copyright">
<div>
<div class="wdn-footer-text">
<!-- InstanceBeginEditable name="footercontent" -->
<!--#include virtual="/ucomm/sharedcode/footer.html" -->
<!--#include virtual="../sharedcode/footer.html" -->
<!-- InstanceEndEditable -->
<!--#include virtual="/wdn/templates_3.1/includes/wdn.html" -->
<!--#include virtual="/wdn/templates_4.0/includes/wdn.html" -->
</div>
<!--#include virtual="/wdn/templates_4.0/includes/logos.html" -->
</div>
</div>
<!--#include virtual="/wdn/templates_3.1/includes/logos.html" -->
</div>
<!--#include virtual="/wdn/templates_4.0/includes/footer_floater.html" -->
</footer>
<!--#include virtual="/wdn/templates_4.0/includes/noscript.html" -->
</div>
</body>
<!-- InstanceEnd --></html>
aboutunl/graphics/big10-08-ill-logo.gif

2.05 KiB

aboutunl/graphics/big10-08-ind-logo.gif

1.28 KiB