diff --git a/.gitignore b/.gitignore index 103feec7931c91e40f72e0b793bcfc510f13eaeb..1c729ed4208d8d105a0553dadf5384cc6a9c2286 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ /splash/images/promo_unltoday.jpg /splash/promo_unltoday.html *.LCK -/images/majorpromos.js +/images/promos/majorpromos.js +/sharedcode/buildings.js diff --git a/.htaccess b/.htaccess index 37818bec994f4d92d34d41e04d23b350122582e8..06085d6de85c291d4b3dc68aaf9d939120e7a771 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,9 @@ RewriteEngine On RewriteRule ^news/$ http://newsroom.unl.edu/ [R=301] RewriteRule ^international/$ http://international.unl.edu/ [R=301] RewriteRule ^foodfuelwaterphotocontest/$ http://innovate.unl.edu/photocontest/ [R=301] +RewriteRule ^unltoday/$ http://news.unl.edu/newsrooms/unltoday/ [R=301] +RewriteRule ^unltoday/index.shtml$ http://news.unl.edu/newsrooms/unltoday/ [R=301] + #RewriteRule ^depts/.*$ http://directory.unl.edu/departments/academic [R=301] ## If mobile=no, don't redirect the user specifically request no mobileversion diff --git a/.htaccess.root b/.htaccess.root new file mode 100644 index 0000000000000000000000000000000000000000..b6b3c75e391d71c3db7ae5935c75047727004245 --- /dev/null +++ b/.htaccess.root @@ -0,0 +1,21 @@ +#---README-- +#Frontier setup: +# /cwis/data/index.shtml -> root/ucomm/index.shtml (symlink) +# /cwis/data/.htaccess -> root/ucomm/.htaccess.root (symlink) +# +#/cwis/data/ucomm/.htaccess contains rewirte rules that we only want applied to the ucomm directory (www.unl.edu/ucomm/), +#so this file (.htaccess.root) contains rules that we only want applied to the root directory (www.unl.edu) + + + +RewriteEngine On + +RewriteCond %{REMOTE_HOST} ^129\.93 [OR] +RewriteCond %{REMOTE_HOST} ^10\.20\. [OR] +RewriteCond %{REMOTE_HOST} ^10\.21\. [OR] +RewriteCond %{REMOTE_HOST} ^65\.123\.(3[2-9]|[4-5][0-9]|6[0-3])\. [OR] +RewriteCond %{REMOTE_HOST} ^64\.39\.(24[0-9]|25[0-5])\. [OR] +RewriteCond %{REMOTE_HOST} ^216\.128\.(20[8-9]|21[0-9]|22[0-3])\. +RewriteCond %{REQUEST_URI} ^/$ [OR] +RewriteCond %{REQUEST_URI} ^/index.shtml$ +RewriteRule (.*) http://news.unl.edu/newsrooms/unltoday/ [R=302,L] diff --git a/aboutunl/index.shtml b/aboutunl/index.shtml index dfe6263032074211b83c765a036efff47f6b9474..9ad18ca7bd392c7534e5a039998651cd6c215fac 100644 --- a/aboutunl/index.shtml +++ b/aboutunl/index.shtml @@ -1,246 +1,232 @@ -<!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"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> -<head> -<!--#include virtual="/wdn/templates_3.1/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: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ ---> -<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> -<!-- InstanceBeginEditable name="doctitle" --> -<title>About UNL | University of Nebraska–Lincoln</title> -<!-- InstanceEndEditable --> -<!-- InstanceBeginEditable name="head" --> -<meta name="description" content="More information about the University of Nebraska-Lincoln" /> -<meta name="keywords" content="university of nebraska-lincoln about history research figures" /> -<!-- 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> - <div id="wdn_wrapper"> - <header id="header" role="banner"> - <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> - <span id="wdn_institution_title">University of Nebraska–Lincoln</span> - <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" --> - About the University of Nebraska-Lincoln - <!-- InstanceEndEditable --></span> - <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> - <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> - </header> - <div id="wdn_navigation_bar"> - <nav id="breadcrumbs"> - <!-- WDN: see glossary item 'breadcrumbs' --> - <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> - <!-- InstanceBeginEditable name="breadcrumbs" --> - <!-- WDN: see glossary item 'breadcrumbs' --> - <ul> - <li><a href="http://www.unl.edu/">UNL</a></li> - <li>About UNL</li> - </ul> - <!-- InstanceEndEditable --> - </nav> - <div id="wdn_navigation_wrapper"> - <nav id="navigation" role="navigation"> - <h3 class="wdn_list_descriptor hidden">Navigation</h3> - <!-- InstanceBeginEditable name="navlinks" --> - <!--#include virtual="sharedcode/navigation.html" --> - <!-- InstanceEndEditable --> - </nav> - </div> - </div> - <div id="wdn_content_wrapper"> - <div id="pagetitle"> - <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> - </div> - <div id="maincontent" role="main"> - <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> - <!-- InstanceBeginEditable name="maincontentarea" --> - <div class="grid9 first"> - <figure class="frame"><img src="graphics/campus3.jpg" alt="UNL Campus" /> - <figcaption>For statistics and facts about UNL, view the <a href="http://irp.unl.edu/institutional-research/fact-books" title="go to the UNL factbook">UNL Factbook</a>.</figcaption></figure> - - - <h3 class="sec_main" style="margin-bottom: 4px;">For <span style="color:#c60202;">143 Years</span>, a Leader in Higher Education</h3> - <p>The University of Nebraska–Lincoln, chartered in 1869, is - an educational institution of international stature. UNL is - listed by the Carnegie Foundation within the "Research Universities (very high - research activity)" category. UNL is a land-grant university and a member of the - Association of Public and Land-grant Universities (APLU). - The university is accredited by the Higher Learning Commission of - the North Central Association of Colleges and Schools. - <span style="color:#c60202;font-weight:bold;"> - UNL celebrated the 143rd anniversary of its founding on Feb. 15, - 2012. - </span> - </p> - <strong><a href="http://www.carnegiefoundation.org/" title="go to the Carnegie Foundation website" class="external">CARNEGIE - FOUNDATION</a> | <a href="https://www.aplu.org/" title="go to the Association of Public and Land-Grant Universities website" class="external">APLU</a> | <a href="http://www.ncahlc.org/" title="go to the Higher Learning Commission website" class="external">HIGHER - LEARNING COMMISSION</a></strong> - <p> </p> - <h3 class="sec_main" style="margin-bottom: 4px;">A Strong Foundation</h3> - <p>Always a place of high ambition, this was one of the first institutions - west of the Mississippi River to award doctoral degrees — the - first was granted, in physics, in 1896. The University of Nebraska - established the world's first undergraduate psychology laboratory. - The discipline of ecology was born here, and the campuses reflect - that tradition, being recognized as botanical gardens and arboreta. - An early institutional interest in literature and the arts provided - the foundations for today's Prairie Schooner literary magazine, for - the University of Nebraska Press, and for the Sheldon Museum of Art, - which houses one of the world's most significant collections of 20th - century American art.</p> - <p>Today, the University of Nebraska–Lincoln is one of the nation's - leading teaching institutions, and a research leader with a wide - array of grant-funded projects aimed at broadening knowledge in the - sciences and humanities.</p> - <strong><a href="http://prairieschooner.unl.edu/" title="go to the Prairie Schooner website">PRAIRIE - SCHOONER</a> | <a href="http://www.nebraskapress.unl.edu/" title="go to the University of Nebraska Press website" class="external">UNIVERSITY - OF NEBRASKA PRESS</a> | <a href="http://www.sheldonartgallery.org/" title="go to the Sheldon Museum of Art website" class="external">SHELDON - MUSEUM OF ART</a></strong> - <p> </p> - <img src="graphics/classroom.jpg" alt="Classroom at UNL" class="frame" /> - <h3 class="sec_main" style="margin-bottom: 4px;">Better to Best</h3> - <p> - In Fall 2012, for the ninth-straight year, the University of Nebraska-Lincoln was among the top 50 public universities listed in <a href="http://newsroom.unl.edu/releases/2012/09/12/UNL+still+among+nation%27s+best+in+U.S.+News+ranking" title="read the full news release">U.S. News and World Report's annual evaluation of America's Best Colleges</a>. UNL is ranked near the top third of all national universities both public and private, (tied with four others at 101st). For the second year in a row, UNL is featured among schools that focus on student success through enriched offerings. The UCARE program, Undergraduate Creative Activities and Research Experiences, is included among the 33 best university programs in undergraduate research and creative projects. UNL is also listed in the ranking report among "A-Plus Schools for B Students." </p> - <h3 class="sec_main" style="margin-bottom: 4px;">Excellence in Undergraduate - Education</h3> - <p>The University of Nebraska-Lincoln is a research-extensive institution - with an extraordinary focus on Undergraduate Education. Our undergraduates - learn from faculty who create new knowledge, who are leading scientists - and scholars, and who care about students’ success. Several - signature programs exemplify this commitment to undergraduate success. - The Undergraduate Creative Activities and Research Experiences Program - (UCARE) connects faculty and students who work collaboratively on - independent study projects that advance new knowledge. The Jeffrey - S. Raikes School of Computer Science and Management develops leaders - for this era of expanding information technology and business globalization. - Students are selected for this innovative program based on high academic - achievement, outstanding leadership experience, demonstrated interest - in computer science and business, and career goals. The program provides - an education balanced in technology and management while developing - professional skills in leadership, communications and collaboration. - The Heuermann Lectures focus on providing security – and here security means enough to sustain the world – in the areas of food, natural resources, and renewable energy for people, as well as on securing the sustainability of rural communities where the vital work of producing food and renewable energy occurs. The University Honors Program hosts Honors Forum talks - to complement the 20-year-old E.N. Thompson Forum on World Issues. </p> - <strong><a href="http://www.unl.edu/ucare/" title="go to the Undergraduate Creative Activities and Research Experiences Program website">UCARE</a> | <a href="http://raikesschool.unl.edu/" title="go to the Jeffrey S. Raikes School of Computer Science and Management website">RAIKES - SCHOOL</a> | <a href="http://heuermannlectures.unl.edu/" title="go to the Heuermann Lectures website">HEUERMANN LECTURES</a> | <a href="http://enthompson.unl.edu/" title="go to the Thompson Forum website">E.N. - THOMPSON FORUM</a> | <a href="http://honors.unl.edu/" title="go to the Honors Program website">HONORS PROGRAM</a></strong> - <p> </p> - <div style="position:relative" class="image_medium"><img src="graphics/research.jpg" alt="The Diocles laser" /></div> - <h3 class="sec_main" style="margin-bottom: 4px;">Research and Economic Development</h3> - <p>The University of Nebraska–Lincoln is the intellectual center for the state of Nebraska, providing leadership in education and research. The citizens of Nebraska benefit from the knowledge and research generated by our faculty and students. This research-based service to our state is a feature that distinguishes UNL as a land-grant university.</p> -<p> -UNL's research enterprise has grown substantially during this decade. Total funding for research increased by 146 percent since 2000. In the fiscal year ending June 30, 2009, research funding totaled $122.5 million, which includes all external funds awarded for university research projects. Funding increased about 13 percent from $108.3 million a year earlier, the largest ever year-to-year research funding growth.</p> -<p> -Nearly $84 million of UNL's external research funding in fiscal year 2009 came from federal sources, including the National Science Foundation, National Institutes of Health, Department of Energy, Department of Education, National Endowment for the Humanities, Department of Agriculture and other agencies. UNL's federal funding for research grew nearly 16 percent from $72.3 million in 2008. Non-federal funds came from foundations, industry, associations and state agencies.</p> -<p> -UNL researchers are addressing emerging challenges facing our state and nation. For example, in 2009 the university launched an ambitious undertaking, the Global Water for Food Institute. This research institute will meet a critical need for an organization to address the challenges and issues surrounding the use of water for agriculture. It will be dedicated to helping the world efficiently use its water resources to ensure the food supply for current and future generations.</p> -<p> -Examples of major research grants that contributed to the funding increase during fiscal 2009 include: -</p> - <ul> - <li>$9.3 million from the National Science Foundation for NebraskaMATH, a statewide program to improve mathematics achievement for students. </li> - <li>$8.1 million from NSF for continued support of UNL's Materials Research Science and Engineering Center and its nanotechnology research.</li> - <li>$8.7 million from the U.S. Department of Health and Human Services Children's Bureau to establish the Midwest Child Welfare Technical Assistance Implementation Center. </li> - <li>$3.8 million from NSF to establish an ADVANCE program at UNL to help recruit, promote and retain female faculty in science, technology, engineering and mathematics. </li> - <li>$2.5 million from NSF to make available nationwide a robotics and GPS/GIS science education curriculum developed by Nebraska 4-H. </li> - <li>$300,000 from the National Endowment for the Humanities to edit, annotate and make available online the Civil War writings of Walt Whitman.</li> - </ul> - <strong><a href="http://research.unl.edu/" title="go to the UNL Office of Research website">OFFICE OF RESEARCH</a></strong> - </div> - <div class="grid3"> - <div class="zenbox primary"> - <h3>On Becoming a UNL Student</h3> - <p><a href="http://www.unl.edu/ucomm/prospective/" title="go to the prospective student page at UNL">Learn more</a> about - UNL's undergraduate, graduate, law or extended education programs, - and about applying to become a UNL student.</p> - <div style="margin:10px 0px 10px 0px;" class="caption"> <img src="graphics/pic_downtown_love.jpg" alt="love library as seen from downtown Lincoln" style="margin-bottom:6px;width:220px;" /><br /> - <strong>CITY CAMPUS</strong> anchors Lincoln's downtown on the - north. </div> - </div> - - <figure class="frame"><a href="http://maps.unl.edu/" title="view the online campus maps"><img src="graphics/maps.jpg" alt="go to the UNL online maps" /></a><figcaption><a href="http://maps.unl.edu/" title="view the online campus maps">View online maps of campus</a></figcaption></figure> - - <div class="zenbox primary"> - <h3>At Home in Lincoln</h3> - <p>Lincoln offers all the amenities of a midsize regional city of - 250,000. Ranked in the Top 10 in many quality of life, safety, - environmental and other studies, this is a remarkably comfortable - and friendly place; when you're here, you're among friends. With - more parkland per capita than any other city in the United States - and an intricate trails network, Lincoln offers a wealth of outdoor - diversions. Lincoln is also one of the fastest growing metro areas - in the Midwest, with abundant employment opportunities.</p> - <p>Downtown Lincoln lies at the southern edge of UNL's City Campus, - and is seasoned by coffee houses, theaters, specialty shops and - restaurants offering cuisines from around the world. Shopping opportunities - are everywhere, with national retailers anchoring large malls in - both east and south Lincoln. Boutiques, galleries and salons are - located in neighborhoods throughout the city. Lincoln is a great - place to make friends and to be, or become, yourself.</p> - <h3>Legend and Legacy</h3> - <p>The University of Nebraska–Lincoln has been home to many - legendary figures, including the literary naturalist Loren Eiseley, - geneticist George Beadle, artists Aaron Douglas and Weldon Kees, - social researcher Alvin Johnson, investor Warren Buffett, comedian - Johnny Carson, diva Barbara Hendricks, artist and engineer Harold - Edgerton, soldier John J. Pershing, authors Willa Cather and Mari - Sandoz, and many others. Today, students are building on this legacy - through their research involvement in fields as diverse as sociology, - geosciences, virology and agricultural sciences. </p> - </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> - <div class="footer_col" id="wdn_footer_related"> - <!-- InstanceBeginEditable name="leftcollinks" --> - <!-- WDN: see glossary item 'sidebar links' --> - <!--#include virtual="sharedcode/relatedLinks.html" --> - <!-- InstanceEndEditable --></div> - <div class="footer_col" id="wdn_footer_contact"> - <!-- 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" --> - </div> - <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> - <div id="wdn_copyright"> - <div> - <!-- InstanceBeginEditable name="footercontent" --> - <!--#include virtual="/ucomm/sharedcode/footer.html" --> - <!-- InstanceEndEditable --> - <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> - </div> - <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> - </div> - </footer> - </div> -</body> -<!-- InstanceEnd --></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"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/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: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>About UNL | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<meta name="description" content="More information about the University of Nebraska-Lincoln" /> +<meta name="keywords" content="university of nebraska-lincoln about history research figures" /> +<!-- 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> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" --> + About the University of Nebraska-Lincoln + <!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li><a href="http://www.unl.edu/">UNL</a></li> + <li>About UNL</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid9 first"> + <figure class="frame"><img src="graphics/campus3.jpg" alt="UNL Campus" /> + <figcaption>For statistics and facts about UNL, view the <a href="http://irp.unl.edu/institutional-research/fact-books" title="go to the UNL factbook">UNL Factbook</a>.</figcaption></figure> + + + <h3 class="sec_main" style="margin-bottom: 4px;">For <span style="color:#c60202;">144 Years</span>, a Leader in Higher Education</h3> + <p>The University of Nebraska–Lincoln, chartered in 1869, is + an educational institution of international stature. UNL is + listed by the Carnegie Foundation within the "Research Universities (very high + research activity)" category. UNL is a land-grant university and a member of the + Association of Public and Land-grant Universities (APLU). + The university is accredited by the Higher Learning Commission of + the North Central Association of Colleges and Schools. + <span style="color:#c60202;font-weight:bold;"> + UNL celebrated the 144rd anniversary of its founding on Feb. 15, + 2014. + </span> + </p> + <strong><a href="http://www.carnegiefoundation.org/" title="go to the Carnegie Foundation website" class="external">CARNEGIE + FOUNDATION</a> | <a href="https://www.aplu.org/" title="go to the Association of Public and Land-Grant Universities website" class="external">APLU</a> | <a href="http://www.ncahlc.org/" title="go to the Higher Learning Commission website" class="external">HIGHER + LEARNING COMMISSION</a></strong> + <p> </p> + <h3 class="sec_main" style="margin-bottom: 4px;">A Strong Foundation</h3> + <p>Always a place of high ambition, this was one of the first institutions + west of the Mississippi River to award doctoral degrees — the + first was granted, in physics, in 1896. The University of Nebraska + established the world's first undergraduate psychology laboratory. + The discipline of ecology was born here, and the campuses reflect + that tradition, being recognized as botanical gardens and arboreta. + An early institutional interest in literature and the arts provided + the foundations for today's Prairie Schooner literary magazine, for + the University of Nebraska Press, and for the Sheldon Museum of Art, + which houses one of the world's most significant collections of 20th + century American art.</p> + <p>Today, the University of Nebraska–Lincoln is one of the nation's + leading teaching institutions, and a research leader with a wide + array of grant-funded projects aimed at broadening knowledge in the + sciences and humanities.</p> + <strong><a href="http://prairieschooner.unl.edu/" title="go to the Prairie Schooner website">PRAIRIE + SCHOONER</a> | <a href="http://www.nebraskapress.unl.edu/" title="go to the University of Nebraska Press website" class="external">UNIVERSITY + OF NEBRASKA PRESS</a> | <a href="http://www.sheldonartgallery.org/" title="go to the Sheldon Museum of Art website" class="external">SHELDON + MUSEUM OF ART</a></strong> + <p> </p> + <img src="graphics/classroom.jpg" alt="Classroom at UNL" class="frame" /> + <h3 class="sec_main" style="margin-bottom: 4px;">Better to Best</h3> + <p> + In Fall 2013, for the tenth-straight year, the University of Nebraska-Lincoln was among the top 50 public universities listed in <a href="http://newsroom.unl.edu/releases/2013/09/10/UNL+remains+among+nation%27s+best+in+U.S.+News+%26+World+Report+rankings" title="read the full news release">U.S. News and World Report's annual evaluation of America's Best Colleges</a>. UNL is ranked near the top third of all national universities both public and private, (tied with four others at 101st). UNL is also listed in the ranking report among "A-Plus Schools for B Students." </p> + <h3 class="sec_main" style="margin-bottom: 4px;">Excellence in Undergraduate + Education</h3> + <p>The University of Nebraska-Lincoln is a research-extensive institution + with an extraordinary focus on Undergraduate Education. Our undergraduates + learn from faculty who create new knowledge, who are leading scientists + and scholars, and who care about students’ success. Several + signature programs exemplify this commitment to undergraduate success. + The Undergraduate Creative Activities and Research Experiences Program + (UCARE) connects faculty and students who work collaboratively on + independent study projects that advance new knowledge. The Jeffrey + S. Raikes School of Computer Science and Management develops leaders + for this era of expanding information technology and business globalization. + Students are selected for this innovative program based on high academic + achievement, outstanding leadership experience, demonstrated interest + in computer science and business, and career goals. The program provides + an education balanced in technology and management while developing + professional skills in leadership, communications and collaboration. + The Heuermann Lectures focus on providing security – and here security means enough to sustain the world – in the areas of food, natural resources, and renewable energy for people, as well as on securing the sustainability of rural communities where the vital work of producing food and renewable energy occurs. The University Honors Program hosts Honors Forum talks + to complement the 20-year-old E.N. Thompson Forum on World Issues. </p> + <strong><a href="http://www.unl.edu/ucare/" title="go to the Undergraduate Creative Activities and Research Experiences Program website">UCARE</a> | <a href="http://raikesschool.unl.edu/" title="go to the Jeffrey S. Raikes School of Computer Science and Management website">RAIKES + SCHOOL</a> | <a href="http://heuermannlectures.unl.edu/" title="go to the Heuermann Lectures website">HEUERMANN LECTURES</a> | <a href="http://enthompson.unl.edu/" title="go to the Thompson Forum website">E.N. + THOMPSON FORUM</a> | <a href="http://honors.unl.edu/" title="go to the Honors Program website">HONORS PROGRAM</a></strong> + <p> </p> + <div style="position:relative" class="image_medium"><img src="graphics/research.jpg" alt="The Diocles laser" /></div> + <h3 class="sec_main" style="margin-bottom: 4px;">Research and Economic Development</h3> + <p>The University of Nebraska–Lincoln is the intellectual center for the state of Nebraska, providing leadership in education and research. The citizens of Nebraska benefit from the knowledge and research generated by our faculty and students. This research-based service to our state is a feature that distinguishes UNL as a land-grant university.</p> +<p> +UNL's research expenditures totaled more than $253 million in 2012, the most recent fiscal year for which expenditure information is available. This total included nearly $105 million in federal research expenditures. The National Science Foundation accounted for 30 percent of UNL's federal research expenditures, followed by 20 percent from the Department of Health and Human Services, including the National Institutes of Health, and 12 percent from the Department of Defense. UNL's goal is to achieve $300 million in total research expenditures by 2017, with at least half coming from federal agencies.</p> + +<p><strong><a href="http://research.unl.edu/" title="go to the UNL Office of Research website">OFFICE OF RESEARCH AND ECONOMIC DEVELOPMENT</a></strong></p> + </div> + <div class="grid3"> + <div class="zenbox primary"> + <h3>On Becoming a UNL Student</h3> + <p><a href="http://www.unl.edu/ucomm/prospective/" title="go to the prospective student page at UNL">Learn more</a> about + UNL's undergraduate, graduate, law or extended education programs, + and about applying to become a UNL student.</p> + <div style="margin:10px 0px 10px 0px;" class="caption"> <img src="graphics/pic_downtown_love.jpg" alt="love library as seen from downtown Lincoln" style="margin-bottom:6px;width:220px;" /><br /> + <strong>CITY CAMPUS</strong> anchors Lincoln's downtown on the + north. </div> + </div> + + <figure class="frame"><a href="http://maps.unl.edu/" title="view the online campus maps"><img src="graphics/maps.jpg" alt="go to the UNL online maps" /></a><figcaption><a href="http://maps.unl.edu/" title="view the online campus maps">View online maps of campus</a></figcaption></figure> + + <div class="zenbox primary"> + <h3>At Home in Lincoln</h3> + <p>Lincoln offers all the amenities of a midsize regional city of + 250,000. Ranked in the Top 10 in many quality of life, safety, + environmental and other studies, this is a remarkably comfortable + and friendly place; when you're here, you're among friends. With + more parkland per capita than any other city in the United States + and an intricate trails network, Lincoln offers a wealth of outdoor + diversions. Lincoln is also one of the fastest growing metro areas + in the Midwest, with abundant employment opportunities.</p> + <p>Downtown Lincoln lies at the southern edge of UNL's City Campus, + and is seasoned by coffee houses, theaters, specialty shops and + restaurants offering cuisines from around the world. Shopping opportunities + are everywhere, with national retailers anchoring large malls in + both east and south Lincoln. Boutiques, galleries and salons are + located in neighborhoods throughout the city. Lincoln is a great + place to make friends and to be, or become, yourself.</p> + <h3>Legend and Legacy</h3> + <p>The University of Nebraska–Lincoln has been home to many + legendary figures, including the literary naturalist Loren Eiseley, + geneticist George Beadle, artists Aaron Douglas and Weldon Kees, + social researcher Alvin Johnson, investor Warren Buffett, comedian + Johnny Carson, diva Barbara Hendricks, artist and engineer Harold + Edgerton, soldier John J. Pershing, authors Willa Cather and Mari + Sandoz, and many others. Today, students are building on this legacy + through their research involvement in fields as diverse as sociology, + geosciences, virology and agricultural sciences. </p> + </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> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- 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" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> \ No newline at end of file diff --git a/current/index.shtml b/current/index.shtml index 7e2cb4ffb41f87c6c7134c21c91d929fc8d9aab1..ac4d391c04cc2def51b8ef6ad3d49978f7a3bd3c 100644 --- a/current/index.shtml +++ b/current/index.shtml @@ -78,19 +78,25 @@ <div class="snapshot grid3 first"> <!--#include virtual="top_resources.html" --> </div> - <div class="grid9" id="featuredSpotlight"> - <figure class="spotlight" id="successStory"> - <a href="http://newsroom.unl.edu/announce/stories/8429"> - <img src="images/8249.jpg" alt="Transfer student Michelle Potts found her home at UNL through campus activities and undergraduate research that combine her interest in agriculture with her dream of becoming a lawyer." /> - <div class="storyWrapper spotlight_frame"> - <div class="story"> - <span class="subTitle">Transfer Success</span> - <p>Transfer student Michelle Potts found her home at UNL through campus activities and undergraduate research that combine her interest in agriculture with her dream of becoming a lawyer.</p> - </div> - </div> - </a> - </figure> - </div> + <div id="featuredSpotlight" class="grid9" style="display:none;"> + <div id="wdn_Carousel" class="flexslider"> + <ul class="slides"> + <li> + <figure class="spotlight" id="successStory"> + <a href="http://newsroom.unl.edu/announce/stories/8429"> + <img src="images/8429.jpg" alt="Transfer student Michelle Potts found her home at UNL through campus activities and undergraduate research that combine her interest in agriculture with her dream of becoming a lawyer." /> + <div class="storyWrapper spotlight_frame"> + <div class="story"> + <span class="subTitle">Transfer Success</span> + <p>Transfer student Michelle Potts found her home at UNL through campus activities and undergraduate research that combine her interest in agriculture with her dream of becoming a lawyer.</p> + </div> + </div> + </a> + </figure> + </li> + </ul> + </div> + </div> <section id="academics" class="grid10 first"> <h2 class="section_head">Academic Support</h2> <div class="grid5 first" style="clear: both;"> @@ -135,7 +141,7 @@ <dd>Online searchable database of UNL class offerings</dd> <dt><a href="http://bulletin.unl.edu/undergraduate/">Undergraduate Bulletin</a></dt> <dd>Browse the undergraduate bulletin online</dd> - <dt><a href="http://bulletin.unl.edu/">Graduate Bulletin</a></dt> + <dt><a href="http://www.unl.edu/gradstudies/bulletin">Graduate Bulletin</a></dt> <dd>Browse the graduate bulletin online</dd> <dt><a href="http://www.unl.edu/regrec/ordering-transcripts">Transcripts</a></dt> <dd>Order your transcript</dd> @@ -169,9 +175,9 @@ <div class="grid5"> <h3>Activities</h3> <dl> - <dt><a href="http://involved.unl.edu/">Student Organizations</a></dt> + <dt><a href="http://involved.unl.edu/" title="go to the Student Involvement website">Student Involvement</a></dt> <dd>Get invloved</dd> - <dt><a href="http://www.unl.edu/greek/">Greek Affairs</a></dt> + <dt><a href="http://www.unl.edu/greek/" title="go to Greek Affairs">Greek Affairs</a></dt> <dd>Experience the Greek Life</dd> <dt><a href="http://crec.unl.edu/im/index.shtml">Intramurals</a></dt> <dd>Intramurals, fitness classes, outdoor recreation, sport clubs, massage therapy</dd> @@ -212,6 +218,8 @@ <dd>Emergency alerts on campus</dd> <dt><a href="http://ncard.unl.edu/">NCard</a></dt> <dd>NCard</dd> + <dt><a href="http://involved.unl.edu/gender/advocate.php">Victim Advocate</a></dt> + <dd>NCard</dd> </dl> <h3>Technical Support</h3> <dl> @@ -251,6 +259,8 @@ <dd>UNL Childcare Center</dd> <dt><a href="http://isso.unl.edu/">International Student and Scholar Services</a></dt> <dd>Help with your visa</dd> + <dt><a href="http://involved.unl.edu/womens-center">Women's Center</a></dt> + <dd>Resource library, meeting room, and more</dd> </dl> <h3>Health & Wellness</h3> <dl> @@ -349,27 +359,28 @@ // For the larger, student success story WDN.jQuery.getJSON('http://newsroom.unl.edu/announce/success/latest?format=json', function(data) { - WDN.jQuery('#successStory').hide(); - function pickRandomStory(obj) { - var result; - var count = 0; - for (var prop in obj) - if (Math.random() < 1/++count) - result = prop; - return result; + // Grab the template for a story + var $story = WDN.jQuery('#wdn_Carousel ul li').first(); + for (var url in data.stories) { + var newstory = $story.clone(), + $newstory = WDN.jQuery(newstory), + story = data.stories[url]; + WDN.log(story); + $newstory.find('a').attr('href', 'http://newsroom.unl.edu/announce/stories/' + story.id); + $newstory.find('img').attr({'src':'http://www.unl.edu/ucomm/current/images/' + story.id + '.jpg', 'alt':story.description}); + $newstory.find('.subTitle').text(story.title); + $newstory.find('p').text(story.description); + WDN.jQuery('#wdn_Carousel ul').prepend($newstory); } - var url = pickRandomStory(data.stories); - var story = data.stories[url]; + WDN.initializePlugin('carousel', null, function() { + WDN.jQuery('#featuredSpotlight').show(); + }, 'after'); - WDN.jQuery('#successStory a').attr('href', 'http://newsroom.unl.edu/announce/stories/' + story.id); - WDN.jQuery('#successStory img').attr({'src':'images/' + story.id + '.jpg', 'alt':story.description}); - WDN.jQuery('#successStory .subTitle').text(story.title); - WDN.jQuery('#successStory p').text(story.description); - WDN.jQuery('#successStory').show(); } + ); }); </script> </body> <!-- InstanceEnd --> -</html> \ No newline at end of file +</html> diff --git a/depts/d_f.shtml b/depts/d_f.shtml index 2ec8ca46b291b51f89b206ec55e6c5ee7acc762b..4a0afb970ae006629f2dcdb0d8da421bffd7d147 100644 --- a/depts/d_f.shtml +++ b/depts/d_f.shtml @@ -174,11 +174,7 @@ <td> </td> <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> </tr> - <tr> - <td><a id="ee" href="http://www.ee.unl.edu/">Electrical Engineering</a></td> - <td> </td> - <td><a href="http://engineering.unl.edu/">Engineering</a></td> - </tr> + <tr> <td>Engineering:</td> <td colspan="2"> </td> @@ -203,6 +199,11 @@ <td> </td> <td><a href="http://engineering.unl.edu/">Engineering</a></td> </tr> + <tr> + <td>— <a href="http://engineering.unl.edu/civil/">Civil Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> <tr> <td>— <a href="http://cse.unl.edu/">Computer</a></td> @@ -215,12 +216,12 @@ <td><a href="http://engineering.unl.edu/">Engineering</a></td> </tr> <tr> - <td><a href="http://engineering.unl.edu/durhamschool/academics/ConstructionEngineering.shtml">Construction Engineering</a></td> + <td>— <a href="http://engineering.unl.edu/durhamschool/academics/ConstructionEngineering.shtml">Construction Engineering</a></td> <td> </td> <td><a href="http://engineering.unl.edu/">Engineering</a></td> </tr> <tr> - <td><a href="http://engineering.unl.edu/durhamschool/academics/ConstructionManagement.shtml">Construction Management</a></td> + <td>— <a href="http://engineering.unl.edu/durhamschool/academics/ConstructionManagement.shtml">Construction Management</a></td> <td> </td> <td><a href="http://engineering.unl.edu/">Engineering</a></td> </tr> @@ -229,17 +230,18 @@ <td> </td> <td><a href="http://engineering.unl.edu/">Engineering</a></td> </tr> - <tr> - <td>— <a href="http://mme.unl.edu/">Mechanical & Materials Engineering</a></td> + <tr> + <td>— <a href="http://www.ceen.unomaha.edu/">Electronics Engineering</a></td> <td> </td> <td><a href="http://engineering.unl.edu/">Engineering</a></td> </tr> - <tr> - <td><a href="http://www.ceen.unomaha.edu/">Electronics Engineering</a></td> + <tr> + <td>— <a href="http://mme.unl.edu/">Mechanical & Materials Engineering</a></td> <td> </td> <td><a href="http://engineering.unl.edu/">Engineering</a></td> </tr> + <tr> <td><a href="http://english.unl.edu/">English</a></td> <td> </td> diff --git a/depts/g_k.shtml b/depts/g_k.shtml index 0a99069027dbcf7936aa7b521e688e3f622ee4aa..33aaa26f5e46e7f44f3d3038ac0512e021ce4521 100644 --- a/depts/g_k.shtml +++ b/depts/g_k.shtml @@ -130,7 +130,7 @@ <td><h3>College</h3> </td> </tr> <tr> - <td><a href="http://www.unl.edu/history/">History</a></td> + <td><a href="http://history.unl.edu/">History</a></td> <td> </td> <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> </tr> diff --git a/depts/index.shtml b/depts/index.shtml index 37b850a0e6058ebaea300851c720c4a65815aac7..fe9713a65c587834f9e792435b07873e6f5c52df 100644 --- a/depts/index.shtml +++ b/depts/index.shtml @@ -253,7 +253,7 @@ <tr> <td><a href="http://bse.unl.edu/">Biological Systems Engineering</a></td> <td> </td> - <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + <td><a href="http://engineering.unl.edu/">College of Engineering</a> & <a href="http://casnr.unl.edu/">Agricultural Sciences</a></td> </tr> <tr> <td><a href="http://vbms.unl.edu/">Biomedical Sciences</a></td> @@ -324,7 +324,7 @@ <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> </tr> <tr> - <td><a href="http://www.civil.unl.edu/department-civil-engineering">Civil Engineering</a></td> + <td><a href="http://engineering.unl.edu/civil/">Civil Engineering</a></td> <td> </td> <td><a href="http://engineering.unl.edu/">Engineering</a></td> </tr> @@ -379,11 +379,6 @@ <td> </td> <td><a href="http://engineering.unl.edu/">Engineering</a></td> </tr> - <tr> - <td><a href="http://www.const.unl.edu/ ">Construction Systems</a></td> - <td> </td> - <td><a href="http://engineering.unl.edu/">Engineering</a></td> - </tr> <tr> <td><a href="http://cehs.unl.edu/cyaf/">Child, Youth & Family Studies</a></td> <td> </td> diff --git a/index.shtml b/index.shtml index ef5492da1c0773d769dd3932c87b606e48bb6f53..c3a46e1185f3117e643fe4680ae56f088d3faa01 100644 --- a/index.shtml +++ b/index.shtml @@ -1,21 +1,7 @@ <!--#set var="low_bandwidth" value="true" --><!--#if expr='$low_bandwidth = false' --><!--#include virtual="/ucomm/low_bandwidth/index.shtml" --><!--#else --> -<!--#if expr=" - ($REMOTE_ADDR = /^129\.93/) || - ($REMOTE_ADDR = /^10\.20\./) || - ($REMOTE_ADDR = /^10\.21\./) || - ($REMOTE_ADDR = /^65\.123\.(3[2-9]|[4-5][0-9]|6[0-3])\./) || - ($REMOTE_ADDR = /^64\.39\.(24[0-9]|25[0-5])\./) || - ($REMOTE_ADDR = /^216\.218\.(20[8-9]|21[0-9]|22[0-3])\./) -" --> - <!--#if expr='$QUERY_STRING = /^mobile=no/' --> - <!--#include virtual="/ucomm/unltoday/index.shtml?mobile=no" --> - <!--#else --> - <!--#include virtual="/ucomm/unltoday/index.shtml" --> - <!--#endif --> +<!--#if expr='$QUERY_STRING = /^mobile=no/' --> + <!--#include virtual="/ucomm/splash/index.shtml?mobile=no" --> <!--#else --> - <!--#if expr='$QUERY_STRING = /^mobile=no/' --> - <!--#include virtual="/ucomm/splash/index.shtml?mobile=no" --> - <!--#else --> - <!--#include virtual="/ucomm/splash/index.shtml" --> - <!--#endif --> -<!--#endif --><!--#endif --> + <!--#include virtual="/ucomm/splash/index.shtml" --> +<!--#endif --> +<!--#endif --> \ No newline at end of file diff --git a/nano.save b/nano.save deleted file mode 100644 index 182ebd9b68ff4a21db67daf7ac3397968925e49d..0000000000000000000000000000000000000000 --- a/nano.save +++ /dev/null @@ -1,3 +0,0 @@ -./sharedcode/footer.html ./ucomm/sharedcode/footer.html ./ucomm/av/video/2007stateofuniversity/sharedcode/footer.html ./ucomm/av/video/nicampus/sharedcode/footer.html ./ucomm/av/video/2008stateofuniversity/sharedcode/footer.html ./ucomm/av/video/AyersPresser/sharedcode/footer.html ./ucomm/notables/sharedcode/footer.html ./ucomm/speakers/sharedcode/footer.html ./ucomm/footer.html -./ucomm/ucomm/sharedcode/footer.html ./unltoday/slideshows/sharedcode/footer.html ./chancllr/sharedcode/footer.html ./chancllr/ncaastudy/sharedcode/footer.html ./chancllr/wellness/sharedcode/footer.html ./chancllr/sustainability/sharedcode/footer.html ./chancllr/search/2009/cio/sharedcode/footer.html ./aboutunl/sharedcode/footer.html ./ntheknow/sharedcode/footer.html -./nebraskavalues/sharedcode/footer.html ./lincoln/sharedcode/footer.html diff --git a/prospective/index.shtml b/prospective/index.shtml index 54fca225c8fd0a84a2b9de2139d01cc2f7025bb0..b3ea3953e22fc3ce87e1ad062104deb959438b97 100644 --- a/prospective/index.shtml +++ b/prospective/index.shtml @@ -121,7 +121,7 @@ </ul> </div> <div id="mailing_list"> - <form method="get" action="http://admissions.unl.edu/connect/mail-list.aspx" id="mailing_list_form"> + <form method="get" action="http://admissions.unl.edu/connect/mail-list/highschool/1/request.aspx" id="mailing_list_form"> <!-- Admissions form action: http://admissions.unl.edu/connect/mail-list.aspx Global form action: http://global.unl.edu/apply/mail-list.aspx @@ -135,10 +135,10 @@ <label for="StudentType">Student Type</label> <select name="StudentType" id="StudentType" onchange="updateAction(this);"> <optgroup label="Current High School Student"> - <option selected="selected" value="Sr." data-source="http://admissions.unl.edu/connect/mail-list/highschool/1/request.aspx">High School Senior (Class of 2013)</option> - <option value="Jr." data-source="http://admissions.unl.edu/connect/mail-list/highschool/2/request.aspx">High School Junior (Class of 2014)</option> - <option value="So." data-source="http://admissions.unl.edu/connect/mail-list/highschool/3/request.aspx">High School Sophomore (Class of 2015)</option> - <option value="Fr." data-source="http://admissions.unl.edu/connect/mail-list/highschool/4/request.aspx">High School Freshman (Class of 2016)</option> + <option selected="selected" value="Sr." data-source="http://admissions.unl.edu/connect/mail-list/highschool/1/request.aspx">High School Senior (Class of 2014)</option> + <option value="Jr." data-source="http://admissions.unl.edu/connect/mail-list/highschool/2/request.aspx">High School Junior (Class of 2015)</option> + <option value="So." data-source="http://admissions.unl.edu/connect/mail-list/highschool/3/request.aspx">High School Sophomore (Class of 2016)</option> + <option value="Fr." data-source="http://admissions.unl.edu/connect/mail-list/highschool/4/request.aspx">High School Freshman (Class of 2017)</option> <option value="Pipsqueak" data-source="http://admissions.unl.edu/connect/mail-list/highschool/5/request.aspx">Middle School or Younger</option> </optgroup> <optgroup label="Transfer Student"> @@ -146,15 +146,15 @@ <option value="Intl trans" data-source="http://admissions.unl.edu/connect/mail-list/college/10/international-request.aspx">International Transfer</option> </optgroup> <optgroup label="International Student"> - <option value="Intl fr" data-source="http://admissions.unl.edu/connect/mail-list/highschool/11/international-request.aspx">International Secondary School Class of 2013</option> - <option value="Intl fr" data-source="http://admissions.unl.edu/connect/mail-list/highschool/12/international-request.aspx">International Secondary School Class of 2014</option> + <option value="Intl fr" data-source="http://admissions.unl.edu/connect/mail-list/highschool/11/international-request.aspx">International Secondary School Class of 2014</option> + <option value="Intl fr" data-source="http://admissions.unl.edu/connect/mail-list/highschool/12/international-request.aspx">International Secondary School Class of 2015</option> <option value="Intl Readmit" data-source="http://admissions.unl.edu/connect/mail-list/college/13/international-request.aspx">International Readmit</option> <option value="Intl transfer" data-source="http://admissions.unl.edu/connect/mail-list/college/10/international-request.aspx">International Transfer</option> </optgroup> <optgroup label="Prospective Graduate Student"> - <option value="Masters" data-source="http://research.unl.edu/gradstudies/forms/mailinglist/">Master's</option> - <option value="Doctorate" data-source="http://research.unl.edu/gradstudies/forms/mailinglist/">Doctorate</option> - <option value="Nondegree Study" data-source="http://research.unl.edu/gradstudies/forms/mailinglist/">Nondegree Study</option> + <option value="Masters" data-source="http://research.unl.edu/gradstudies/forms/mailinglist/">Master's</option> + <option value="Doctorate" data-source="http://research.unl.edu/gradstudies/forms/mailinglist/">Doctorate</option> + <option value="Nondegree Study" data-source="http://research.unl.edu/gradstudies/forms/mailinglist/">Nondegree Study</option> <option value="Specialist" data-source="http://research.unl.edu/gradstudies/forms/mailinglist/">Educational Specialist</option> </optgroup> <optgroup label="Prospective Law Student"> @@ -167,9 +167,6 @@ <li> <label for="ProspectTerm">Enrollment Term</label> <select name="ProspectTerm" id="ProspectTerm"> - <option value="Spring 2013">Spring 2013</option> - <option value="Summer 2013">Summer 2013</option> - <option value="Fall 2013">Fall 2013</option> <option value="Spring 2014">Spring 2014</option> <option selected="selected" value="Summer 2014">Summer 2014</option> <option value="Fall 2014">Fall 2014</option> @@ -188,6 +185,9 @@ <option value="Spring 2019">Spring 2019</option> <option value="Summer 2019">Summer 2019</option> <option value="Fall 2019">Fall 2019</option> + <option value="Spring 2020">Spring 2020</option> + <option value="Summer 2020">Summer 2020</option> + <option value="Fall 2020">Fall 2020</option> </select> </li> </ol> @@ -262,7 +262,7 @@ <img src="images/college_oad.jpg" alt="Online & Distance Education at the University of Nebraska–Lincoln" /> </figure> <div class="last_half"> - <p>Through online & distance education, the University of Nebraska–Lincoln offers a variety of high school, undergraduate and graduate courses and programs that provide flexibility in meeting your educational needs.</p> + <p>Through online & distance education, the University of Nebraska–Lincoln offers a variety of undergraduate and graduate courses and programs that provide flexibility in meeting your educational needs.</p> <a href="http://online.unl.edu/" class="coa neutral half"><span>Discover</span></a> </div> </div> @@ -306,4 +306,4 @@ </div> </body> <!-- InstanceEnd --> -</html> \ No newline at end of file +</html> diff --git a/sharedcode/.htaccess b/sharedcode/.htaccess new file mode 100644 index 0000000000000000000000000000000000000000..fbc7f21a9ddc0135d89703b2b8c5feed2c34a18a --- /dev/null +++ b/sharedcode/.htaccess @@ -0,0 +1,3 @@ +Header add Access-Control-Allow-Origin "*" +Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type" +Header add Access-Control-Allow-Methods "GET, OPTIONS" \ No newline at end of file diff --git a/sharedcode/buildings.js b/sharedcode/buildings.js deleted file mode 100644 index d0b4528ddfdecb9a60619a52614a091c27fa3c6f..0000000000000000000000000000000000000000 --- a/sharedcode/buildings.js +++ /dev/null @@ -1,189 +0,0 @@ -try { -if (!window.unl) var unl = {}; -unl.buildings = -{ -"buildings":{ -"14PG":{"code":"14PG","name":"14th & Avery Parking Garage","campus":"city","position":{"point":{"latitude":"40.8242912292481","longitude":"-96.7018966674805"},"polygon":{"coordinates":[0,0]}}}, -"17PG":{"code":"17PG","name":"17th & R Parking Garage","campus":"city","position":{"point":{"latitude":"40.8163719177246","longitude":"-96.6960601806641"},"polygon":{"coordinates":[0,0]}}}, -"1820":{"code":"1820","name":"1820 R Street","campus":"city","position":{"point":{"latitude":"40.817512512207","longitude":"-96.6949462890625"},"polygon":{"coordinates":[0,0]}}}, -"19PG":{"code":"19PG","name":"19th and Vine Parking Garage","campus":"city","position":{"point":{"latitude":"40.821496","longitude":"-96.694171"},"polygon":{"coordinates":[0,0]}}}, -"420":{"code":"420","name":"420 University Terrace","campus":"city","position":{"point":{"latitude":"40.8176422119141","longitude":"-96.6969451904297"},"polygon":{"coordinates":[0,0]}}}, -"501":{"code":"501","name":"501 Building","campus":"city","position":{"point":{"latitude":"40.8184700012207","longitude":"-96.7072982788086"},"polygon":{"coordinates":[0,0]}}}, -"900":{"code":"900","name":"900 North 22nd","campus":"city","position":{"point":{"latitude":"40.8226661682129","longitude":"-96.6916885375977"},"polygon":{"coordinates":[0,0]}}}, -"ARH":{"code":"ARH","name":"Abel Hall","campus":"city","position":{"point":{"latitude":"40.8221893310547","longitude":"-96.6960525512695"},"polygon":{"coordinates":[0,0]}}}, -"AB":{"code":"AB","name":"Activities Building","campus":"east","position":{"point":{"latitude":"40.8307609558106","longitude":"-96.6702575683594"},"polygon":{"coordinates":[0,0]}}}, -"ACB":{"code":"ACB","name":"Agricultural Communications Building","campus":"east","position":{"point":{"latitude":"40.8290939331055","longitude":"-96.6684494018555"},"polygon":{"coordinates":[0,0]}}}, -"AGH":{"code":"AGH","name":"Agricultural Hall","campus":"east","position":{"point":{"latitude":"40.8291511535645","longitude":"-96.6693878173828"},"polygon":{"coordinates":[0,0]}}}, -"AHG4":{"code":"AHG4","name":"Agronomy & Horticulture Greenhouse 4","campus":"east","position":{"point":{"latitude":"40.8337631225586","longitude":"-96.6640777587891"},"polygon":{"coordinates":[0,0]}}}, -"AHTL":{"code":"AHTL","name":"Agronomy & Horticulture Outstate Testing Laboratory","campus":"east","position":{"point":{"latitude":"40.8342666625977","longitude":"-96.6675186157227"},"polygon":{"coordinates":[0,0]}}}, -"AHPH":{"code":"AHPH","name":"Agronomy & Horticulture Physiology Building","campus":"east","position":{"point":{"latitude":"40.8345718383789","longitude":"-96.6675338745117"},"polygon":{"coordinates":[0,0]}}}, -"ALEX":{"code":"ALEX","name":"Alexander Building","campus":"city","position":{"point":{"latitude":"40.8161315917969","longitude":"-96.700569152832"},"polygon":{"coordinates":[0,0]}}}, -"ANDN":{"code":"ANDN","name":"Andersen Hall","campus":"city","position":{"point":{"latitude":"40.8152236938477","longitude":"-96.6991271972656"},"polygon":{"coordinates":[0,0]}}}, -"ANDR":{"code":"ANDR","name":"Andrews Hall","campus":"city","position":{"point":{"latitude":"40.8193321228027","longitude":"-96.7017669677735"},"polygon":{"coordinates":[0,0]}}}, -"ANSC":{"code":"ANSC","name":"Animal Science Complex","campus":"east","position":{"point":{"latitude":"40.832332611084","longitude":"-96.6644058227539"},"polygon":{"coordinates":[0,0]}}}, -"ARCH":{"code":"ARCH","name":"Architecture Hall","campus":"city","position":{"point":{"latitude":"40.817497253418","longitude":"-96.7060623168945"},"polygon":{"coordinates":[0,0]}}}, -"AVH":{"code":"AVH","name":"Avery Hall","campus":"city","position":{"point":{"latitude":"40.8193321228027","longitude":"-96.7044067382813"},"polygon":{"coordinates":[0,0]}}}, -"BKC":{"code":"BKC","name":"Barkley Memorial Center","campus":"east","position":{"point":{"latitude":"40.8287734985352","longitude":"-96.6609115600586"},"polygon":{"coordinates":[0,0]}}}, -"BEAD":{"code":"BEAD","name":"Beadle Center","campus":"city","position":{"point":{"latitude":"40.8198966979981","longitude":"-96.6932754516602"},"polygon":{"coordinates":[0,0]}}}, -"BEL":{"code":"BEL","name":"Behlen Laboratory","campus":"city","position":{"point":{"latitude":"40.8180809020996","longitude":"-96.7066192626953"},"polygon":{"coordinates":[0,0]}}}, -"BENH":{"code":"BENH","name":"Benton Hall","campus":"city","position":{"point":{"latitude":"40.8195838928223","longitude":"-96.6989517211914"},"polygon":{"coordinates":[0,0]}}}, -"BESY":{"code":"BESY","name":"Bessey Hall","campus":"city","position":{"point":{"latitude":"40.820011138916","longitude":"-96.7032470703125"},"polygon":{"coordinates":[0,0]}}}, -"BCH":{"code":"BCH","name":"Biochemistry Hall","campus":"east","position":{"point":{"latitude":"40.8301506042481","longitude":"-96.6661148071289"},"polygon":{"coordinates":[0,0]}}}, -"BIOG":{"code":"BIOG","name":"Bioscience Greenhouses","campus":"city","position":{"point":{"latitude":"40.8191680908203","longitude":"-96.6931076049805"},"polygon":{"coordinates":[0,0]}}}, -"BL":{"code":"BL","name":"Brace Laboratory","campus":"city","position":{"point":{"latitude":"40.818000793457","longitude":"-96.7061843872071"},"polygon":{"coordinates":[0,0]}}}, -"BURN":{"code":"BURN","name":"Burnett Hall","campus":"city","position":{"point":{"latitude":"40.8193473815918","longitude":"-96.7031860351563"},"polygon":{"coordinates":[0,0]}}}, -"BRH":{"code":"BRH","name":"Burr Hall","campus":"east","position":{"point":{"latitude":"40.8300094604492","longitude":"-96.6702117919922"},"polygon":{"coordinates":[0,0]}}}, -"BSC":{"code":"BSC","name":"Business Services Complex","campus":"city","position":{"point":{"latitude":"40.8250732421875","longitude":"-96.6957778930664"},"polygon":{"coordinates":[0,0]}}}, -"CYT":{"code":"CYT","name":"C.Y. Thompson Library","campus":"east","position":{"point":{"latitude":"40.8293991088867","longitude":"-96.6661224365235"},"polygon":{"coordinates":[0,0]}}}, -"ADMN":{"code":"ADMN","name":"Canfield Administration Building North","campus":"city","position":{"point":{"latitude":"40.8180503845215","longitude":"-96.7015380859375"},"polygon":{"coordinates":[0,0]}}}, -"ADMS":{"code":"ADMS","name":"Canfield Administration Building South","campus":"city","position":{"point":{"latitude":"40.8176574707031","longitude":"-96.701530456543"},"polygon":{"coordinates":[0,0]}}}, -"CRH":{"code":"CRH","name":"Cather Hall","campus":"city","position":{"point":{"latitude":"40.8191566467285","longitude":"-96.6969146728516"},"polygon":{"coordinates":[0,0]}}}, -"CHA":{"code":"CHA","name":"Chase Hall","campus":"east","position":{"point":{"latitude":"40.8313903808594","longitude":"-96.6689147949219"},"polygon":{"coordinates":[0,0]}}}, -"COL":{"code":"COL","name":"Coliseum","campus":"city","position":{"point":{"latitude":"40.8215560913086","longitude":"-96.7023696899414"},"polygon":{"coordinates":[0,0]}}}, -"CBA":{"code":"CBA","name":"College of Business Administration","campus":"city","position":{"point":{"latitude":"40.8178367614746","longitude":"-96.703353881836"},"polygon":{"coordinates":[0,0]}}}, -"DENT":{"code":"DENT","name":"College of Dentistry","campus":"east","position":{"point":{"latitude":"40.8292922973633","longitude":"-96.6633758544922"},"polygon":{"coordinates":[0,0]}}}, -"GRDN":{"code":"GRDN","name":"Community Garden Shed","campus":"east","position":{"point":{"latitude":"40.8315010070801","longitude":"-96.6585845947266"},"polygon":{"coordinates":[0,0]}}}, -"COOK":{"code":"COOK","name":"Cook Pavilion","campus":"city","position":{"point":{"latitude":"40.8223190307617","longitude":"-96.702133178711"},"polygon":{"coordinates":[0,0]}}}, -"333":{"code":"333","name":"Culture Center","campus":"city","position":{"point":{"latitude":"40.8165054321289","longitude":"-96.7015151977539"},"polygon":{"coordinates":[0,0]}}}, -"DEV":{"code":"DEV","name":"Devaney Sports Center","campus":"city","position":{"point":{"latitude":"40.8302879333496","longitude":"-96.6983032226563"},"polygon":{"coordinates":[0,0]}}}, -"ENTO":{"code":"ENTO","name":"Entomology Hall","campus":"east","position":{"point":{"latitude":"40.8300590515137","longitude":"-96.6684036254883"},"polygon":{"coordinates":[0,0]}}}, -"FMP":{"code":"FMP","name":"Facilities Management & Planning","campus":"city","position":{"point":{"latitude":"40.824178","longitude":"-96.693855"},"polygon":{"coordinates":[0,0]}}}, -"FMS":{"code":"FMS","name":"Facilities Management Shops","campus":"city","position":{"point":{"latitude":"40.8230361938477","longitude":"-96.6894073486328"},"polygon":{"coordinates":[0,0]}}}, -"FAIR":{"code":"FAIR","name":"Fairfield Hall","campus":"city","position":{"point":{"latitude":"40.8192710876465","longitude":"-96.6989517211914"},"polygon":{"coordinates":[0,0]}}}, -"FRC":{"code":"FRC","name":"Family Resource Center","campus":"east","position":{"point":{"latitude":"40.8290328979492","longitude":"-96.6699752807617"},"polygon":{"coordinates":[0,0]}}}, -"FRH":{"code":"FRH","name":"Fedde Hall","campus":"east","position":{"point":{"latitude":"40.8292961120606","longitude":"-96.6700973510742"},"polygon":{"coordinates":[0,0]}}}, -"FYH":{"code":"FYH","name":"Filley Hall","campus":"east","position":{"point":{"latitude":"40.8288879394531","longitude":"-96.6674118041992"},"polygon":{"coordinates":[0,0]}}}, -"FOOD":{"code":"FOOD","name":"Food Industry Complex","campus":"east","position":{"point":{"latitude":"40.8289489746094","longitude":"-96.6669616699219"},"polygon":{"coordinates":[0,0]}}}, -"FORL":{"code":"FORL","name":"Forage Research laboratory - USDA","campus":"east","position":{"point":{"latitude":"40.830753326416","longitude":"-96.6645202636719"},"polygon":{"coordinates":[0,0]}}}, -"FORS":{"code":"FORS","name":"Forestry Hall","campus":"east","position":{"point":{"latitude":"40.830803","longitude":"-96.667175"},"polygon":{"coordinates":[0,0]}}}, -"HAH":{"code":"HAH","name":"Hamilton Hall","campus":"city","position":{"point":{"latitude":"40.8186988830566","longitude":"-96.7044525146484"},"polygon":{"coordinates":[0,0]}}}, -"HARH":{"code":"HARH","name":"Hardin Hall","campus":"east","position":{"point":{"latitude":"40.8288879394531","longitude":"-96.6719360351562"},"polygon":{"coordinates":[0,0]}}}, -"HRH":{"code":"HRH","name":"Harper Hall","campus":"city","position":{"point":{"latitude":"40.8253173828125","longitude":"-96.6996459960938"},"polygon":{"coordinates":[0,0]}}}, -"HCC":{"code":"HCC","name":"Hawks Championship Center","campus":"city","position":{"point":{"latitude":"40.8227729797363","longitude":"-96.7048110961914"},"polygon":{"coordinates":[0,0]}}}, -"HAYB":{"code":"HAYB","name":"Haymarket Park Baseball Stadium Complex","campus":"lincoln","position":{"point":{"latitude":"40.822998046875","longitude":"-96.7134323120117"},"polygon":{"coordinates":[0,0]}}}, -"HAYS":{"code":"HAYS","name":"Haymarket Park Softball Stadium Complex","campus":"lincoln","position":{"point":{"latitude":"40.8242073059082","longitude":"-96.7145156860352"},"polygon":{"coordinates":[0,0]}}}, -"HENZ":{"code":"HENZ","name":"Henzlik Hall","campus":"city","position":{"point":{"latitude":"40.8211174011231","longitude":"-96.7002182006836"},"polygon":{"coordinates":[0,0]}}}, -"HEPP":{"code":"HEPP","name":"Heppner Hall","campus":"city","position":{"point":{"latitude":"40.8190383911133","longitude":"-96.6973342895508"},"polygon":{"coordinates":[0,0]}}}, -"HEWP":{"code":"HEWP","name":"Hewit Place","campus":"lincoln","position":{"point":{"latitude":"40.8156623840332","longitude":"-96.7043533325195"},"polygon":{"coordinates":[0,0]}}}, -"HECO":{"code":"HECO","name":"Home Economics Building","campus":"east","position":{"point":{"latitude":"40.8300590515137","longitude":"-96.6694412231445"},"polygon":{"coordinates":[0,0]}}}, -"HUSK":{"code":"HUSK","name":"Husker Hall","campus":"city","position":{"point":{"latitude":"40.8200874328613","longitude":"-96.6883697509766"},"polygon":{"coordinates":[0,0]}}}, -"IMPS":{"code":"IMPS","name":"Implement Outstate Storage Building","campus":"east","position":{"point":{"latitude":"40.8342704772949","longitude":"-96.6678543090821"},"polygon":{"coordinates":[0,0]}}}, -"INSB":{"code":"INSB","name":"Insectary Building","campus":"east","position":{"point":{"latitude":"40.8314666748047","longitude":"-96.6644821166992"},"polygon":{"coordinates":[0,0]}}}, -"GAUN":{"code":"GAUN","name":"Jackie Gaughan Multicultural Center","campus":"city","position":{"point":{"latitude":"40.817807","longitude":"-96.699721"},"polygon":{"coordinates":[0,0]}}}, -"JH":{"code":"JH","name":"Jorgensen Hall","campus":"city","position":{"point":{"latitude":"40.821862","longitude":"-96.69849"},"polygon":{"coordinates":[0,0]}}}, -"KAUF":{"code":"KAUF","name":"Kauffman Academic Residential Center","campus":"city","position":{"point":{"latitude":"40.8194618225098","longitude":"-96.7003936767578"},"polygon":{"coordinates":[0,0]}}}, -"KEIM":{"code":"KEIM","name":"Keim Hall","campus":"east","position":{"point":{"latitude":"40.8307571411133","longitude":"-96.6661529541016"},"polygon":{"coordinates":[0,0]}}}, -"KCR":{"code":"KCR","name":"Kiesselbach Crops Research Laboratory","campus":"east","position":{"point":{"latitude":"40.8313217163086","longitude":"-96.6674499511719"},"polygon":{"coordinates":[0,0]}}}, -"KRH":{"code":"KRH","name":"Kimball Recital Hall","campus":"city","position":{"point":{"latitude":"40.8166351318359","longitude":"-96.7050094604492"},"polygon":{"coordinates":[0,0]}}}, -"LAND":{"code":"LAND","name":"Landscape Services","campus":"city","position":{"point":{"latitude":"40.8272018432617","longitude":"-96.696029663086"},"polygon":{"coordinates":[0,0]}}}, -"LSEC":{"code":"LSEC","name":"Landscape Services East Campus","campus":"east","position":{"point":{"latitude":"40.8338356018066","longitude":"-96.6691055297852"},"polygon":{"coordinates":[0,0]}}}, -"LSQ":{"code":"LSQ","name":"Landscape Services Quonset","campus":"east","position":{"point":{"latitude":"40.8338012695313","longitude":"-96.6688079833985"},"polygon":{"coordinates":[0,0]}}}, -"LTM":{"code":"LTM","name":"Larsen tractor Museum","campus":"east","position":{"point":{"latitude":"40.8321228027344","longitude":"-96.6686172485352"},"polygon":{"coordinates":[0,0]}}}, -"LEV":{"code":"LEV","name":"Leverton Hall","campus":"east","position":{"point":{"latitude":"40.8307762145996","longitude":"-96.6693878173828"},"polygon":{"coordinates":[0,0]}}}, -"LIED":{"code":"LIED","name":"Lied Center for Performing Arts","campus":"city","position":{"point":{"latitude":"40.816276550293","longitude":"-96.7045135498047"},"polygon":{"coordinates":[0,0]}}}, -"LOVH":{"code":"LOVH","name":"Love Hall","campus":"city","position":{"point":{"latitude":"40.8190422058105","longitude":"-96.6977767944336"},"polygon":{"coordinates":[0,0]}}}, -"LLN":{"code":"LLN","name":"Love Library North & Link","campus":"city","position":{"point":{"latitude":"40.8185997009277","longitude":"-96.7025222778321"},"polygon":{"coordinates":[0,0]}}}, -"LLS":{"code":"LLS","name":"Love Library South","campus":"city","position":{"point":{"latitude":"40.8178253173828","longitude":"-96.7024536132812"},"polygon":{"coordinates":[0,0]}}}, -"LRH":{"code":"LRH","name":"Love Memorial Hall","campus":"east","position":{"point":{"latitude":"40.8288269042969","longitude":"-96.6705551147461"},"polygon":{"coordinates":[0,0]}}}, -"MABL":{"code":"MABL","name":"Mabel Lee Hall","campus":"city","position":{"point":{"latitude":"40.8218002319336","longitude":"-96.7008209228516"},"polygon":{"coordinates":[0,0]}}}, -"MANT":{"code":"MANT","name":"Manter Hall","campus":"city","position":{"point":{"latitude":"40.8188743591309","longitude":"-96.7051773071289"},"polygon":{"coordinates":[0,0]}}}, -"RVB":{"code":"RVB","name":"Mary Riepma Ross Media Arts Center-Van Brunt Visitors Center","campus":"city","position":{"point":{"latitude":"40.8164901733398","longitude":"-96.7030792236328"},"polygon":{"coordinates":[0,0]}}}, -"LAW":{"code":"LAW","name":"McCollum Hall","campus":"east","position":{"point":{"latitude":"40.8308067321777","longitude":"-96.6602630615235"},"polygon":{"coordinates":[0,0]}}}, -"MEMS":{"code":"MEMS","name":"Memorial Stadium","campus":"city","position":{"point":{"latitude":"40.8206329345703","longitude":"-96.7056427001953"},"polygon":{"coordinates":[0,0]}}}, -"MILH":{"code":"MILH","name":"Miller Hall","campus":"east","position":{"point":{"latitude":"40.8298797607422","longitude":"-96.6671295166016"},"polygon":{"coordinates":[0,0]}}}, -"MORR":{"code":"MORR","name":"Morrill Hall","campus":"city","position":{"point":{"latitude":"40.8199157714844","longitude":"-96.7017669677735"},"polygon":{"coordinates":[0,0]}}}, -"MOLR":{"code":"MOLR","name":"Morrison Center","campus":"east","position":{"point":{"latitude":"40.831833","longitude":"-96.659163"},"polygon":{"coordinates":[0,0]}}}, -"MUSH":{"code":"MUSH","name":"Mussehl Hall","campus":"east","position":{"point":{"latitude":"40.8318862915039","longitude":"-96.6659317016602"},"polygon":{"coordinates":[0,0]}}}, -"NAC":{"code":"NAC","name":"National Agroforestry Center - USDA","campus":"east","position":{"point":{"latitude":"40.8326835632324","longitude":"-96.6662750244141"},"polygon":{"coordinates":[0,0]}}}, -"NRRA":{"code":"NRRA","name":"Natural Resources Research Annex","campus":"east","position":{"point":{"latitude":"40.834441","longitude":"-96.664941"},"polygon":{"coordinates":[0,0]}}}, -"NECH":{"code":"NECH","name":"Nebraska Champions Club","campus":"city","position":{"point":{"latitude":"40.8211212158203","longitude":"-96.7074508666992"},"polygon":{"coordinates":[0,0]}}}, -"NEU":{"code":"NEU","name":"Nebraska East Union","campus":"east","position":{"point":{"latitude":"40.8301773071289","longitude":"-96.6675796508789"},"polygon":{"coordinates":[0,0]}}}, -"NH":{"code":"NH","name":"Nebraska Hall","campus":"city","position":{"point":{"latitude":"40.8230819702148","longitude":"-96.6975402832031"},"polygon":{"coordinates":[0,0]}}}, -"NU":{"code":"NU","name":"Nebraska Union","campus":"city","position":{"point":{"latitude":"40.8177871704102","longitude":"-96.7003707885742"},"polygon":{"coordinates":[0,0]}}}, -"NRC":{"code":"NRC","name":"Neihardt Residence Center","campus":"city","position":{"point":{"latitude":"40.8186492919922","longitude":"-96.6975631713867"},"polygon":{"coordinates":[0,0]}}}, -"OLDH":{"code":"OLDH","name":"Oldfather Hall","campus":"city","position":{"point":{"latitude":"40.8197021484375","longitude":"-96.7032699584961"},"polygon":{"coordinates":[0,0]}}}, -"MSTD":{"code":"MSTD","name":"Osborne Athletic Complex","campus":"city","position":{"point":{"latitude":"40.8216552734375","longitude":"-96.7056579589844"},"polygon":{"coordinates":[0,0]}}}, -"OTHM":{"code":"OTHM","name":"Othmer Hall","campus":"city","position":{"point":{"latitude":"40.8212776184082","longitude":"-96.6973724365234"},"polygon":{"coordinates":[0,0]}}}, -"PA":{"code":"PA","name":"Pershing Armory","campus":"lincoln","position":{"point":{"latitude":"40.8330345153809","longitude":"-96.6722412109375"},"polygon":{"coordinates":[0,0]}}}, -"PM":{"code":"PM","name":"Pershing Maintenance","campus":"lincoln","position":{"point":{"latitude":"40.8335342407227","longitude":"-96.6716613769531"},"polygon":{"coordinates":[0,0]}}}, -"M&N":{"code":"M&N","name":"Pershing Military & Naval Science Building","campus":"city","position":{"point":{"latitude":"40.8213920593262","longitude":"-96.7016372680664"},"polygon":{"coordinates":[0,0]}}}, -"PIPH":{"code":"PIPH","name":"Piper Hall","campus":"city","position":{"point":{"latitude":"40.8182716369629","longitude":"-96.6977386474609"},"polygon":{"coordinates":[0,0]}}}, -"PPG":{"code":"PPG","name":"Plant Pathology Greenhouse","campus":"east","position":{"point":{"latitude":"40.8344573974609","longitude":"-96.6635131835938"},"polygon":{"coordinates":[0,0]}}}, -"PSTG":{"code":"PSTG","name":"Plant Science Teaching Greenhouse","campus":"east","position":{"point":{"latitude":"40.8314361572266","longitude":"-96.6648101806641"},"polygon":{"coordinates":[0,0]}}}, -"PLSH":{"code":"PLSH","name":"Plant Sciences Hall","campus":"east","position":{"point":{"latitude":"40.8311958312988","longitude":"-96.6661529541016"},"polygon":{"coordinates":[0,0]}}}, -"PRH":{"code":"PRH","name":"Pound Hall","campus":"city","position":{"point":{"latitude":"40.8181838989258","longitude":"-96.6969223022461"},"polygon":{"coordinates":[0,0]}}}, -"QSC":{"code":"QSC","name":"Quilt Center","campus":"east","position":{"point":{"latitude":"40.828373","longitude":"-96.673282"},"polygon":{"coordinates":[0,0]}}}, -"RH":{"code":"RH","name":"Richards Hall","campus":"city","position":{"point":{"latitude":"40.8186988830566","longitude":"-96.7063140869141"},"polygon":{"coordinates":[0,0]}}}, -"SZRH":{"code":"SZRH","name":"Sandoz Hall","campus":"city","position":{"point":{"latitude":"40.8214340209961","longitude":"-96.6955108642578"},"polygon":{"coordinates":[0,0]}}}, -"CREC":{"code":"CREC","name":"Sapp Recreation Facility","campus":"city","position":{"point":{"latitude":"40.8219299316406","longitude":"-96.7023696899414"},"polygon":{"coordinates":[0,0]}}}, -"SHOR":{"code":"SHOR","name":"Schorr Center","campus":"city","position":{"point":{"latitude":"40.819517","longitude":"-96.705697"},"polygon":{"coordinates":[0,0]}}}, -"SCRH":{"code":"SCRH","name":"Schramm Hall","campus":"city","position":{"point":{"latitude":"40.8248519897461","longitude":"-96.6992797851562"},"polygon":{"coordinates":[0,0]}}}, -"SEC":{"code":"SEC","name":"Scott Engineering Center","campus":"city","position":{"point":{"latitude":"40.8220748901367","longitude":"-96.6976013183594"},"polygon":{"coordinates":[0,0]}}}, -"SLNK":{"code":"SLNK","name":"Scott Engineering Center Link","campus":"city","position":{"point":{"latitude":"40.822527","longitude":"-96.697849"},"polygon":{"coordinates":[0,0]}}}, -"SEH":{"code":"SEH","name":"Seaton Hall","campus":"city","position":{"point":{"latitude":"40.819751739502","longitude":"-96.6993103027344"},"polygon":{"coordinates":[0,0]}}}, -"SELD":{"code":"SELD","name":"Selleck Quad Building D","campus":"city","position":{"point":{"latitude":"40.818617","longitude":"-96.698943"},"polygon":{"coordinates":[0,0]}}}, -"SELE":{"code":"SELE","name":"Selleck Quad Building E","campus":"city","position":{"point":{"latitude":"40.818174","longitude":"-96.698957"},"polygon":{"coordinates":[0,0]}}}, -"SELF":{"code":"SELF","name":"Selleck Quad Building F","campus":"city","position":{"point":{"latitude":"40.81817","longitude":"-96.699311"},"polygon":{"coordinates":[0,0]}}}, -"SELG":{"code":"SELG","name":"Selleck Quad Building G","campus":"city","position":{"point":{"latitude":"40.81832","longitude":"-96.699792"},"polygon":{"coordinates":[0,0]}}}, -"SELH":{"code":"SELH","name":"Selleck Quad Building H","campus":"city","position":{"point":{"latitude":"40.818552","longitude":"-96.699799"},"polygon":{"coordinates":[0,0]}}}, -"SELJ":{"code":"SELJ","name":"Selleck Quad Building J","campus":"city","position":{"point":{"latitude":"40.818991","longitude":"-96.699805"},"polygon":{"coordinates":[0,0]}}}, -"SELK":{"code":"SELK","name":"Selleck Quad Building K","campus":"city","position":{"point":{"latitude":"40.819513","longitude":"-96.699796"},"polygon":{"coordinates":[0,0]}}}, -"SELL":{"code":"SELL","name":"Selleck Quad Building L - Food Service","campus":"city","position":{"point":{"latitude":"40.818987","longitude":"-96.699375"},"polygon":{"coordinates":[0,0]}}}, -"SELQ":{"code":"SELQ","name":"Selleck Quadrangle","campus":"city","position":{"point":{"latitude":"40.8189735412598","longitude":"-96.6996994018555"},"polygon":{"coordinates":[0,0]}}}, -"SERV":{"code":"SERV","name":"Service Shed","campus":"city","position":{"point":{"latitude":"40.8319358825684","longitude":"-96.668197631836"},"polygon":{"coordinates":[0,0]}}}, -"SEW":{"code":"SEW","name":"Sewage Sterilization Plant","campus":"east","position":{"point":{"latitude":"40.8328437805176","longitude":"-96.6597671508789"},"polygon":{"coordinates":[0,0]}}}, -"SHEL":{"code":"SHEL","name":"Sheldon Museum of Art","campus":"city","position":{"point":{"latitude":"40.8175506591797","longitude":"-96.7044525146484"},"polygon":{"coordinates":[0,0]}}}, -"SMRH":{"code":"SMRH","name":"Smith Hall","campus":"city","position":{"point":{"latitude":"40.8246917724609","longitude":"-96.7001113891602"},"polygon":{"coordinates":[0,0]}}}, -"SPL":{"code":"SPL","name":"Splinter Laboratories","campus":"east","position":{"point":{"latitude":"40.8326606750488","longitude":"-96.6693649291992"},"polygon":{"coordinates":[0,0]}}}, -"SDPG":{"code":"SDPG","name":"Stadium Drive Parking Garage","campus":"city","position":{"point":{"latitude":"40.819761","longitude":"-96.707422"},"polygon":{"coordinates":[0,0]}}}, -"CDL":{"code":"CDL","name":"Staples Child Development Laboratory","campus":"east","position":{"point":{"latitude":"40.8313941955566","longitude":"-96.6700897216797"},"polygon":{"coordinates":[0,0]}}}, -"SSL":{"code":"SSL","name":"Stewart Seed Laboratory","campus":"east","position":{"point":{"latitude":"40.8345146179199","longitude":"-96.6663513183594"},"polygon":{"coordinates":[0,0]}}}, -"TEAC":{"code":"TEAC","name":"Teachers College Hall","campus":"city","position":{"point":{"latitude":"40.8213424682617","longitude":"-96.7003555297852"},"polygon":{"coordinates":[0,0]}}}, -"TGW":{"code":"TGW","name":"Teaching Greenhouse West","campus":"east","position":{"point":{"latitude":"40.830924987793","longitude":"-96.6652221679688"},"polygon":{"coordinates":[0,0]}}}, -"TEMP":{"code":"TEMP","name":"Temple Building","campus":"city","position":{"point":{"latitude":"40.8165855407715","longitude":"-96.703483581543"},"polygon":{"coordinates":[0,0]}}}, -"TELC":{"code":"TELC","name":"Terry M. Carpenter Telecommunications Center","campus":"east","position":{"point":{"latitude":"40.8310966491699","longitude":"-96.672119140625"},"polygon":{"coordinates":[0,0]}}}, -"TDS":{"code":"TDS","name":"Textile Design Studio","campus":"east","position":{"point":{"latitude":"40.8288230895996","longitude":"-96.6700210571289"},"polygon":{"coordinates":[0,0]}}}, -"CORT":{"code":"CORT","name":"The Courtyards","campus":"city","position":{"point":{"latitude":"40.8200263977051","longitude":"-96.6970520019531"},"polygon":{"coordinates":[0,0]}}}, -"KNOL":{"code":"KNOL","name":"The Robert E. Knoll Residential Center","campus":"city","position":{"point":{"latitude":"40.817628","longitude":"-96.696113"},"polygon":{"coordinates":[0,0]}}}, -"VILL":{"code":"VILL","name":"The Village","campus":"city","position":{"point":{"latitude":"40.8240852355957","longitude":"-96.6991653442383"},"polygon":{"coordinates":[0,0]}}}, -"UNLCU":{"code":"UNLCU","name":"UNL Credit Union","campus":"city","position":{"point":{"latitude":"40.8160591125488","longitude":"-96.6973876953125"},"polygon":{"coordinates":[0,0]}}}, -"UHC":{"code":"UHC","name":"University Health Center","campus":"city","position":{"point":{"latitude":"40.8202285766602","longitude":"-96.6991958618164"},"polygon":{"coordinates":[0,0]}}}, -"UHOF":{"code":"UHOF","name":"University Housing Office","campus":"city","position":{"point":{"latitude":"40.8248481750488","longitude":"-96.6987762451172"},"polygon":{"coordinates":[0,0]}}}, -"UPAA":{"code":"UPAA","name":"University Park Apartments A","campus":"east","position":{"point":{"latitude":"40.8291282653809","longitude":"-96.6604309082031"},"polygon":{"coordinates":[0,0]}}}, -"UPAB":{"code":"UPAB","name":"University Park Apartments B","campus":"east","position":{"point":{"latitude":"40.8287963867188","longitude":"-96.6603393554688"},"polygon":{"coordinates":[0,0]}}}, -"UPAC":{"code":"UPAC","name":"University Park Apartments C","campus":"east","position":{"point":{"latitude":"40.8283958435059","longitude":"-96.6603698730469"},"polygon":{"coordinates":[0,0]}}}, -"UPAD":{"code":"UPAD","name":"University Park Apartments D","campus":"east","position":{"point":{"latitude":"40.8285026550293","longitude":"-96.6598739624024"},"polygon":{"coordinates":[0,0]}}}, -"CCUP":{"code":"CCUP","name":"Utility Plant, City Campus","campus":"city","position":{"point":{"latitude":"40.8227920532227","longitude":"-96.7019577026367"},"polygon":{"coordinates":[0,0]}}}, -"ECUP":{"code":"ECUP","name":"Utility Plant, East Campus","campus":"east","position":{"point":{"latitude":"40.8325271606445","longitude":"-96.6681289672852"},"polygon":{"coordinates":[0,0]}}}, -"VARH":{"code":"VARH","name":"Varner Hall","campus":"lincoln","position":{"point":{"latitude":"40.8275184631348","longitude":"-96.6652221679688"},"polygon":{"coordinates":[0,0]}}}, -"VDC":{"code":"VDC","name":"Veterinary Diagnostic Building","campus":"east","position":{"point":{"latitude":"40.8323287963867","longitude":"-96.6601409912109"},"polygon":{"coordinates":[0,0]}}}, -"VBS":{"code":"VBS","name":"Veterinary Medicine and Biomedical Sciences Hall","campus":"east","position":{"point":{"latitude":"40.8321723937988","longitude":"-96.6607208251953"},"polygon":{"coordinates":[0,0]}}}, -"2222":{"code":"2222","name":"Vine Street Apartments West","campus":"city","position":{"point":{"latitude":"40.8210029602051","longitude":"-96.6882019042969"},"polygon":{"coordinates":[0,0]}}}, -"NANO":{"code":"NANO","name":"Voelte-Keegan Nanoscience Research Center","campus":"city","position":{"point":{"latitude":"40.822398","longitude":"-96.698676"},"polygon":{"coordinates":[0,0]}}}, -"WL":{"code":"WL","name":"Water Sciences Laboratory","campus":"east","position":{"point":{"latitude":"40.830940246582","longitude":"-96.6671295166016"},"polygon":{"coordinates":[0,0]}}}, -"WAT":{"code":"WAT","name":"Watson Building","campus":"city","position":{"point":{"latitude":"40.8260116577148","longitude":"-96.6970062255859"},"polygon":{"coordinates":[0,0]}}}, -"WELC":{"code":"WELC","name":"Welpton Courtroom Building","campus":"east","position":{"point":{"latitude":"40.8312339782715","longitude":"-96.6606826782227"},"polygon":{"coordinates":[0,0]}}}, -"WMB":{"code":"WMB","name":"Westbrook Music Building","campus":"city","position":{"point":{"latitude":"40.8169288635254","longitude":"-96.7058258056641"},"polygon":{"coordinates":[0,0]}}}, -"WHIT":{"code":"WHIT","name":"Whittier Building","campus":"city","position":{"point":{"latitude":"40.8220252990723","longitude":"-96.6892929077149"},"polygon":{"coordinates":[0,0]}}}, -"WICK":{"code":"WICK","name":"Wick Alumni Center","campus":"city","position":{"point":{"latitude":"40.8172950744629","longitude":"-96.6990280151367"},"polygon":{"coordinates":[0,0]}}}, -"WAB":{"code":"WAB","name":"Woods Art Building","campus":"city","position":{"point":{"latitude":"40.8178367614746","longitude":"-96.7050857543945"},"polygon":{"coordinates":[0,0]}}} -}}; - - -(function($) { - $(document).ready(function(){ - $(".location").each(function(){ - var locationName = this.childNodes[0].nodeValue.toUpperCase(); - var locationCode = ""; - for (var i in unl.buildings.buildings) { - if (unl.buildings.buildings[i].name.toUpperCase().indexOf(locationName) >-1) - locationCode = i; - } - - if (locationCode != "") { - this.innerHTML = '<a href="http://maps.unl.edu/' + locationCode + '">' + this.innerHTML + '</a>'; - } - }); - }); -})(WDN.jQuery) -} catch (e) {} diff --git a/sharedcode/navigation.html b/sharedcode/navigation.html index d21e0cba8b84fb75b4e2400b0e83249148bceb46..d4c6a2e57717bd7e6f592333ebde643634fd8cd8 100644 --- a/sharedcode/navigation.html +++ b/sharedcode/navigation.html @@ -6,9 +6,9 @@ <li><a href="http://www.unl.edu/ucomm/admin/">Administrative Units</a></li> <li><a href="http://www.unl.edu/ucomm/depts/">Colleges & Departments</a></li> <li><a href="http://www.unl.edu/ucomm/chancllr/">Office of the Chancellor</a></li> - <li><a href="http://www.unl.edu/svcaa/">Office of Academic Affairs</a></li> + <li><a href="http://www.unl.edu/svcaa/">Office of Academic Affairs</a></li> <li><a href="http://international.unl.edu/">International Engagement</a></li> - <li><a href="http://irp.unl.edu/institutional-research/fact-books">UNL Fact Book</a></li> + <li><a href="http://irp.unl.edu/institutional-research/fact-books">UNL Fact Book</a></li> </ul> </li> <li><a href="http://visit.unl.edu/" title="Visitor information">Visitor</a> @@ -17,16 +17,16 @@ <li><a href="http://events.unl.edu/" title="Upcoming UNL events in a searchable database">Calendar of Events</a></li> <li><a href="http://www.unl.edu/ucomm/lincoln/" title="find out more about the city of Lincoln">About Lincoln</a></li> <li><a href="http://visit.unl.edu/#affiliates" title="UNL Affiliates">Affiliates</a></li> - <li><a href="http://parentsassoc.unl.edu/" title="Parents Association">Parents Association</a></li> - <li><a href="http://nufoundation.org/Page.aspx?pid=341" title="NU Foundation">Gifts to Your University</a></li> - <li><a href="http://admissions.unl.edu/visit/">Schedule a Visit</a></li> + <li><a href="http://parentsassoc.unl.edu/" title="Parents Association">Parents Association</a></li> + <li><a href="http://nufoundation.org/Page.aspx?pid=341" title="NU Foundation">Gifts to Your University</a></li> + <li><a href="http://admissions.unl.edu/visit/">Schedule a Visit</a></li> </ul> </li> <li><a href="http://www.unl.edu/ucomm/prospective/" title="Information for prospective students interested in attending UNL">Prospective Student</a> <ul> <li><a href="http://admissions.unl.edu/apply/">Apply for Admission</a></li> <li><a href="http://admissions.unl.edu/" title="Office of Undergraduate Admissions website">Undergraduate Admissions</a></li> - <li><a href="http://admissions.unl.edu/visit/">Schedule a Visit</a></li> + <li><a href="http://admissions.unl.edu/visit/">Schedule a Visit</a></li> <li><a href="http://www.unl.edu/gradstudies/">Graduate Studies</a></li> <li><a href="http://online.unl.edu/">Online & Distance Education</a></li> <li><a href="http://law.unl.edu">Law</a></li> @@ -35,32 +35,32 @@ <li><a href="http://www.unl.edu/ucomm/current/" title="Resources for UNL students">Current Student</a> <ul> <li><a href="http://myred.unl.edu/" title="Go to the Student Information System portal, MyRed">MyRED</a></li> - <li><a href="http://my.unl.edu/" title="Access to MyUNL academic portal">My.UNL</a></li> - <li><a href="https://myred.nebraska.edu/psp/myred/NBL/HRMS/c/COMMUNITY_ACCESS.CLASS_SEARCH.GBL?INSTITUTION=NEUNL" title="Schedule of classes and online registration">Schedule of Classes</a></li> - <li><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml" title="Academic Calendar">Academic Calendar</a></li> - <li><a href="http://libraries.unl.edu/" title="Catalogs, resources, services and information from University Libraries">Libraries</a></li><li><a href="http://bulletin.unl.edu/undergraduate/" title="browse the undergraduate bulletin online">Undergraduate Bulletin</a></li> - <li><a href="http://bulletin.unl.edu/" title="browse the graduate bulletin online">Graduate Bulletin</a></li> - <li><a href="http://huskers.unl.edu/mail/" title="Student Email service - huskers.unl.edu">Student Email</a></li> - <li><a href="http://involved.unl.edu/" title="Information on organizations, membership and events for students">Student Involvement</a></li> + <li><a href="http://my.unl.edu/" title="Access to MyUNL academic portal">My.UNL</a></li> + <li><a href="https://myred.nebraska.edu/psp/myred/NBL/HRMS/c/COMMUNITY_ACCESS.CLASS_SEARCH.GBL?INSTITUTION=NEUNL" title="Schedule of classes and online registration">Schedule of Classes</a></li> + <li><a href="http://registrar.unl.edu/academic-calendar" title="Academic Calendar">Academic Calendar</a></li> + <li><a href="http://libraries.unl.edu/" title="Catalogs, resources, services and information from University Libraries">Libraries</a></li><li><a href="http://bulletin.unl.edu/undergraduate/" title="browse the undergraduate bulletin online">Undergraduate Bulletin</a></li> + <li><a href="http://www.unl.edu/gradstudies/bulletin" title="browse the graduate bulletin online">Graduate Bulletin</a></li> + <li><a href="http://huskers.unl.edu/mail/" title="Student Email service - huskers.unl.edu">Student Email</a></li> + <li><a href="http://involved.unl.edu/" title="Information on organizations, membership and events for students">Student Involvement</a></li> </ul> </li> <li><a href="http://www.unl.edu/ucomm/facstaff/" title="Resources for UNL faculty and staff">Faculty/Staff</a> <ul> <li><a href="https://firefly.nebraska.edu/" title="Employee Self Service; view personnal records in a secure browser">Firefly (ESS)</a></li> - <li><a href="http://directory.unl.edu/" title="Search the UNL Directory for Faculty, Staff, Students and Departments">Directory</a></li> + <li><a href="http://directory.unl.edu/" title="Search the UNL Directory for Faculty, Staff, Students and Departments">Directory</a></li> <li><a href="http://hr.unl.edu/" title="Benefits, employment, orientation services for UNL employees">Human Resources</a></li> <li><a href="http://scarlet.unl.edu/" title="The Scarlet - faculty and staff newspaper of the University of Nebraska-Lincoln">The Scarlet</a></li> <li><a href="http://www.unl.edu/asenate/welcome.htm" title="Committees, motions, minutes of UNL faculty government">Faculty Senate</a></li> <li><a href="http://mymail.unl.edu/" title="Microsoft Office 365 Email">Web Email</a></li> - <li><a href="http://bf.unl.edu/policies/" title="Go to the UNL Policies page">Policies</a></li> + <li><a href="http://bf.unl.edu/policies/" title="Go to the UNL Policies page">Policies</a></li> </ul> </li> <li><a href="http://www.unl.edu/ucomm/research/">Research & Innovation</a> <ul> <li><a href="http://research.unl.edu/">Office of Research & Economic Development</a></li> <li><a href="http://www.nutechventures.org/">NUtech Ventures</a></li> - <li><a href="http://innovate.unl.edu/">Innovation Campus</a></li> - <li><a href="http://research.unl.edu/industry_relations/">Industry Relations</a></li> + <li><a href="http://innovate.unl.edu/">Innovation Campus</a></li> + <li><a href="http://research.unl.edu/industry_relations/">Industry Relations</a></li> </ul> </li> </ul> diff --git a/splash/fieldguide_directory.shtml b/splash/fieldguide_directory.shtml new file mode 100644 index 0000000000000000000000000000000000000000..3233f8e248c92fd155e8dc2dd125f5abe9691102 --- /dev/null +++ b/splash/fieldguide_directory.shtml @@ -0,0 +1,210 @@ +<!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"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<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: fixed.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" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Your Field Guide to the UNL Directory</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> + +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<meta name="robots" content="noindex, nofollow"> +<!-- InstanceEndEditable --> +</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–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' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Your UNL Directory Field Guide</li> + </ul> + + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Your Field Guide to the UNL Directory</h1> + <h2> </h2><!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> + <h2>Finding Your Way Around the UNL Directory</h2> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="two_col left"> + <div class="zenbox neutral"> + <h3>Welcome.</h3> + <p> + This guide is provided to help with the introduction of the <a href="http://peoplefinder.unl.edu/" title="go to the online UNL Directory">2010 UNL Directory</a> revisions. In addition to general information about the new UNL Directory, the right side of the page is intended to assist users of the Centrex Directory in adjusting to the online format.</p> + </div> + <h4 class="sec_header" style="margin-bottom:8px;">First, about the data</h4> + <p>The information in <a href="http://peoplefinder.unl.edu/" title="go to the online UNL Directory">UNL Directory</a> is maintained in several source databases.</p> +<p><strong>STUDENT</strong> directory information is maintained in the UNL student information system. Because data restrictions (UNL and Board of Regents) don't allow for the distribution of student contact information to the general public, we recommend that students who would like to communicate with others in the UNL community use <a href="http://planetred.unl.edu/" title="go to the Planet Red website">Planet Red</a>, UNL's social networking utility.</p> +<p><strong>FACULTY/STAFF</strong> directory information is maintained in the UNL administrative and finance system, SAP. The SAP data is the official, business-oriented information about each person employed by UNL. This information includes:</p> + <ul> + <li>name</li> + <li>employment designation</li> + <li>job title</li> + <li>department</li> + <li>campus address</li> + <li>campus phone number</li> + <li>campus email address</li> + <li>vcard download link</li> + </ul> + <p> Data that will be added in the near future:</p> +<ul> + <li>nicknames, or 'known-as' names</li> + </ul> + +<h4 class="sec_header" style="margin-bottom:8px;">Upgrade Your Image</h4> +<p>Want to show your photo on your UNL Directory result, instead of the default outline? Easy. The photos are pulled from your <a href="http://planetred.unl.edu/" title="go to Planet Red">Planet Red</a> profile. Don't have one? Well, as an 'official' member of the UNL community, you already have a Planet Red account. All you need to do is fill out a little profile information and upload a photo. A thumbnail of that photo will then be displayed with your other official information in the directory.</p> +<img src="images/fieldguide_directory_imagethumbs.jpg" class="frame" alt="Upgrade your image" width="210" /> + + </div> + + <div class="two_col right"> + <h3 class="sec_main">Transitioning from the Printed Centrex</h3> + <p> + Due to the challenging budgetary environment, discontinuance of the printed Centrex directory has been identified as a potential option going forward. The following information is intended to help current users of the Centrex adjust to the online <a href="http://peoplefinder.unl.edu/" title="go to the online UNL Directory">UNL Directory</a>.</p> + + + + <div class="zenbox energetic"> + <h3>Emergency and Police Information</h3> + <h4 class="sec_header" style="margin-bottom:8px;"><strong>Emergency Information</strong></h4> + <img src="http://emergency.unl.edu/images/warning.png" style="float: right; margin-top: -20px;" alt="Emergency" /> + <p>For information about reporting emergencies, or procedures to take during different situations, visit the <a href="http://emergency.unl.edu/">the emergency website</a>.</p> + <p>During an emergency, the UNL community and general public will receive information through the web and news media as well as by <a href="http://emergency.unl.edu/unlalert/">email, phone, and text through <strong>UNL Alert</strong> for those registered</a>.</p> + + <h4 class="sec_header" style="margin-bottom:8px;"><strong>University Police</strong></h4> + <img src="http://police.unl.edu/graphics/badge_police.png" style="float: right; margin-top: -20px;" alt="Police" /> + <p>To contact University Police for emergencies, crimes in progress, or non-emergency complaints, call 472-2222 or visit <a href="http://police.unl.edu/">the university police website</a>.</p> + <p>During an emergency, the UNL community and general public will receive information through the web and news media as well as by <a href="http://emergency.unl.edu/unlalert/">email, phone, and text through <strong>UNL Alert</strong> for those registered</a>.</p> + + <h4 class="sec_header" style="margin-bottom:8px;"><strong>Other Information</strong></h4> + <ul> + <li><a href="http://ehs.unl.edu/">Environmental Health & Safety</a></li> + </ul> + </div> + + + <div class="zenbox soothing"> + <h3><strong>Telephone Information</strong></h3> + <ul> + <li><a href="http://telecom.unl.edu/dialing_instructions.shtml" title="go to a page on Dialing Instructions at Telecom">Dialing Instructions</a></li> + <li><a href="http://telecom.unl.edu/voicemail.shtml" title="go to a page on Voicemail at Telecom">Voicemail Instructions</a></li> + <li><a href="http://is.unl.edu/" title="go to Information Services">Information Services</a></li> + </ul> + </div> + + <div class="zenbox bright"> + <h3><strong>University Information</strong></h3> + <ul> + <li><a href="http://peoplefinder.unl.edu/" title="go to a departmental abbreviations page">Departmental Abbreviations</a></li> + <li><a href="http://maps.unl.edu/directory/" title="go to a list of Building Codes at UNL">Building Codes</a></li> + <li><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml" title="Academic calendar at UNL">Academic Calendar</a></li> + <li><a href="http://www.nebraska.edu/administration/university-administrative-staff.html" title="find contact information for Central Administration">Central Administration Contact Information</a></li> + <li><a href="http://nebraska.edu/board/board-members.html" title="Board of Regents at the University of Nebraska">Board of Regents Members</a></li> + <li><a href="http://www.unl.edu/ucomm/chancllr/administration.shtml" title="University of Nebraska-Lincoln administration">University of Nebraska-Lincoln Administration</a></li> + <li><a href="http://peoplefinder.unl.edu/" title="go to a departmental listings page">Departmental Listings</a></li> + <li><a href="http://maps.unl.edu/" title="go to maps at UNL">UNL Maps</a></li> + </ul> + </div> + + + <div class="zenbox cool"> + <h3 class="sec_header" style="margin-bottom:8px;"><strong>Other Information</strong></h3> + <ul> + <li><a href="http://www.whitepages.com/maps" title="go to a search page for United States area codes">Area Codes (United States)</a></li> <li><a href="http://countrycode.org/" title="go to a search page for Country Codes">Country Codes</a></li> + </ul> + </div> + + + <h4 class="sec_header" style="margin-bottom:8px;">Parking & Transit Services</h4> + <div class="zenbox"> + <p>To find out more information about parking, permits, paying fines, or bus and transit information, visit the <a href="http://parking.unl.edu/">parking and transit services website</a>.</p> + <ul> + <li><a href="http://parking.unl.edu/transit/" title="find bus routes">Bus Routes</a></li> + <li><a href="http://parking/permits/" title="Parking permits and registration">Permits and Registration</a></li> + <li><a href="http://parking.unl.edu/maps/" title="Parking maps">Parking Maps</a></li> + </ul> + </div> + + + + + <!-- <a href="http://www.unl.edu/ucomm/research/" title="go to a page of Research Centers at UNL">Research Centers</a><br /> + + <a href="http://www.nebraska.edu/research.html" title="go to a page of Research Centers at the University of Nebraska">Research Centers</a> --> + + + + + + </div> + <div class="clear"></div> + + + + <!-- InstanceEndEditable --> + <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"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#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> +<!-- InstanceEnd --></html> diff --git a/splash/images/External_PerlsStatus.jpg b/splash/images/External_PerlsStatus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d5546885ce2fa43395dba8b132b0042a2d102e0 Binary files /dev/null and b/splash/images/External_PerlsStatus.jpg differ diff --git a/splash/images/promo_admissions_application.jpg b/splash/images/promo_admissions_application.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11351ea1a964730e134dc0805ddab15d333a5a22 Binary files /dev/null and b/splash/images/promo_admissions_application.jpg differ diff --git a/splash/index.shtml b/splash/index.shtml index a1122242829447098ccdc41287c147814097dfab..04820177a45ddb07a3c02fd829d5216190126087 100644 --- a/splash/index.shtml +++ b/splash/index.shtml @@ -95,11 +95,11 @@ <ul class="inner"> <li class="gobigPromo" id="goBigPromo"> - <a href="http://admissions.unl.edu/" title="Learn more about UNL at the Admissions website"><img src="/ucomm/splash/images/promo_admissions_start.jpg" alt="Start Your Story at UNL - Students talking outside union" /></a> + <a href="http://admissions.unl.edu/become/apply.aspx" title="Start your story! Apply Today."><img src="/ucomm/splash/images/promo_admissions_application.jpg" alt="Apply to the University of Nebraska-Lincoln image" /></a> </li> <li class="gobigPromo" id="admissVisit"> - <a href="http://admissions.unl.edu/visit-ne.aspx" title="Schedule a visit to UNL at the Admissions website"><img src="/ucomm/splash/images/promo_admissions_visit.jpg" alt="UNL Campus image - Schedule a visit today!" /></a> + <a href="http://admissions.unl.edu/" title="Go to the Admissions website"><img src="/ucomm/splash/images/promo_admissions_start.jpg" alt="UNL Campus image - Admissions" /></a> </li> diff --git a/splash/promo_unltoday.jpg b/splash/promo_unltoday.jpg index 284e72da859aeaaa423bc914f45fbbc70bce83a4..51498afa5f0de4f08340dedeeb85e1209927e471 100644 Binary files a/splash/promo_unltoday.jpg and b/splash/promo_unltoday.jpg differ diff --git a/template_less b/template_less deleted file mode 120000 index 3611b935951562a0dd56110e189a05c600d68919..0000000000000000000000000000000000000000 --- a/template_less +++ /dev/null @@ -1 +0,0 @@ -/Library/WebServer/Documents/wdn/templates_3.1/less \ No newline at end of file diff --git a/visitor/images/attractions_sheldon.jpg b/visitor/images/attractions_sheldon.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcabf9076e71f3ee008cd5d05e72b4dfd530829d Binary files /dev/null and b/visitor/images/attractions_sheldon.jpg differ