CINXE.COM

University Relations | NDSU

<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="utf-8"> <!-- NDSU 2018 This website is powered by TYPO3 - inspiring people to share! TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL. TYPO3 is copyright 1998-2025 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at https://typo3.org/ --> <meta name="generator" content="TYPO3 CMS" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="/typo3temp/assets/css/68ba23ca7018816bec75e6bfaaa9a70f.css?1709398623" media="all"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" media="all"> <link rel="stylesheet" href="/fileadmin/templates/css/styles.min.css?1571164347" media="all"> <link rel="stylesheet" href="/fileadmin/templates/css/ndsu-2018.css?1732209583" media="all"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,500&amp;display=swap" media="all"> <title>University Relations | NDSU</title><!-- tree level 0 --> <!-- page generated [20 March 2025 at 02:28:07 PM -0500] using template [NDSU 2018] --> <link href="https://www.ndsu.edu/vpur/" rel="canonical" /> </head> <body> <section class="sr-navigation" role="navigation"> <!-- Layouts/Migrate.html --> <ul class="remove-list-style"> <li> <a class="sr-only sr-only-focusable" href="#mainNav">Skip to main navigation</a> </li> <li> <a class="sr-only sr-only-focusable" href="#content">Skip to page content</a> </li> </ul> </section> <!-- --> <header> <div class="navbar-mobile-container" role="navigation"> <div class="green-bar"> <div class="container flex-row flex-middle flex-wrap flex-right" style="justify-content: space-between;-webkit-box-pack: justify;"> <h1><a href="https://www.ndsu.edu"><img src="/fileadmin/templates/images/NDSU_logo_typebox_eps.svg" alt="North Dakota State University" title="" height="52" class="header-ndsu-logo" /></a></h1> <div class="sflgru-block d-none d-md-block"> <a href="https://www.ndsu.edu/academics">Student&nbsp;Focused</a> <img style="height: 1.7em;padding-bottom: .2em;" src="/fileadmin/templates/images/sflgru-wheat.svg" alt="•" /> <a href="https://www.ndsu.edu/about">Land&nbsp;Grant</a> <img style="height: 1.55em;padding-bottom: .3em;" src="/fileadmin/templates/images/sflgru-earth.svg" alt="•" /> <a href="https://www.ndsu.edu/research/">Research&nbsp;University</a> </div> <div class="d-none d-sm-block"> <!-- hidden-only on xs --> <form class="search-form" id="globalSearchForm" action="https://www.ndsu.edu/search/" method="GET"> <label for="globalSearchForm_input" class="sr-only">Search Term</label> <input id="globalSearchForm_input" name="q" type="text" placeholder="Search NDSU" /> <button type="submit" class="btn"><span class="sr-only">Submit</span><i class="fa fa-search" aria-hidden="true" title="Submit"></i></button> </form> </div> <div class="d-block d-sm-none"> <!-- visible only on xs --> <!--<button type="button" class="btn btn-yellow navbar-toggle"><span class="sr-only">Mobile menu</span></button>--> <button id="show-search" style="margin-bottom:0; border:none; color:#fff; font-size:1.1em; padding:0.3em 0.5em 0.2em 0.5em; background-color:rgba(0,0,0,0.3)" type="button" class="btn btn-clear-yellow" aria-haspopup="true" aria-expanded="false" onclick="$('#globalSearchForm').parent('div').removeClass('d-none');$('#show-search').hide();$('#globalSearchForm_input').focus();"><i class="fa fa-search"></i><span style="font-weight:normal;font-size: 0.7rem;"><br/><span class="sr-only">Show </span>Search</span></button> </div> </div> </div> <ul class="navbar navbar-mobile navbar-vertical navbar-dark"> <!-- really ought to retool the mobile menu to use the same as the desktop menu (so it doesn't get duplicated) --> </ul> <div class="page-title-bar"> <div class="container flex-row flex-left flex-middle flex-wrap page-title-wrapper"> <h2 class="page-title"> <a href="/vpur/">Vice President for University Relations</a> </h2> <button style="position:absolute; right:1em;margin-bottom:0;z-index:500;" type="button" class="btn btn-yellow navbar-toggle" aria-haspopup="true" aria-expanded="false"><span class="sr-only">Mobile menu</span></button> </div> </div> </div> </header> <!-- left-navigation.html --> <style> /* Styles to make this work */ /* Fix upstream (styles.min.css) */ main > *:first-child { margin-top: initial; } #main-container > *:first-child { margin-top: 1.5em; } .navbar.navbar-left { /* Not sure why it would ever be yellow text ... */ color: #000; } /* This comes in with additional classes from styles.min.css ... but do more than I want right now */ #mainNav .navbar .navbar .navbar.navbar-vertical { border-bottom: none; margin-left: 1em; } @media screen and (max-width:767px) { /* Script won't allow .hide-sm-down to be used on the #mainNav */ #mainNav { display: none; } /* Don't actually want top margin in this case (might feel different for the main page */ .layout .nav-col+.main-col { margin-top: 0; } } nav .was-h3, nav .was-h4 { font-size: 1.2em; font-weight: 500 !important; /* Fix the cascade so !important isn't necessary */ margin-bottom: 0; } .navbar .nav-link.was-h3, .navbar .nav-item.was-h3, .navbar .nav-link .was-h4, .navbar .nav-item .was-h4 { white-space: normal; } nav .was-h4 { padding: 1em; /* To match .nav-link, which this shouldn't have because it shouldn't have a hover effect unless it's actually clickable ... maybe fix the .nav-link:hover to be a.nav-link:hover and then use .nav-link on this instead? */ text-align: left; color: #595959; /* Differentiate it from looking like a link somehow. Here's just one possibility */ margin-top: initial; font-weight: 400; line-height: 1.2; display: block; } .navbar-dark .was-h4 { color: #fff; font-weight: bold; } #mainNav .navbar { text-align: left; } /* More to make the sub-dividers look a little different */ .layout .nav-col .sub-nav-title { border-top: 4px solid #ccc; } /* And bring back the first */ .layout .nav-col .sub-nav-title:first-of-type { border-top-color: #002119; /* Changed my mind. No border? */ border-top: none; } /* Nav links don't need the border, nav items do. And then we can not style the first */ .nav-item + .nav-item { /*border-top: 1px solid #ccc;*/ } .layout .nav-col .navbar .nav-link { /*border-top: none;*/ } .layout .nav-col .navbar .sub-nav-title > .nav-link { border-top: none; } /* ndsu-2018.css adds this--make it more accurately describe what we want, there? */ body h3, body h4, body h5, body h6 { margin-top: initial; } main h3, main h4, main h5, main h6 { margin-top: 1em; } </style> <div id="main-container"> <div class="container"> <!---has side menu --> <div class="layout"> <nav class="nav-col main-nav hide-sm-down" id="mainNav"><ul class="navbar navbar-vertical navbar-mobilize"><li class="sub-nav-title nav-item"><span class="was-h3 nav-link active">University Relations<span class="sr-only"> Navigation</span></span><ul class="navbar navbar-vertical"><li class="nav-item"><a href="https://www.ndsu.edu/news/" class="nav-link">NDSU News</a></li><li class="nav-item"><a href="/vpur/submit_a_story/" class="nav-link">Submit a Story</a></li><li class="nav-item"><a href="/vpur/media_contact/" class="nav-link">Media Contact</a></li><li class="nav-item"><a href="/vpur/publications_services/" class="nav-link">Publications Services</a></li><li class="nav-item"><a href="/vpur/staff_directory/" class="nav-link">Staff Directory</a></li><li class="nav-item"><a href="/vpur/resources/" class="nav-link">Resources</a></li><li class="nav-item"><a href="/vpur/bison_pride_fridays/" class="nav-link">Bison Pride Fridays</a></li><li class="nav-item"><a href="https://www.ndsu.edu/about/" class="nav-link">About NDSU</a></li><li class="nav-item"><a href="/vpur/its_happening_at_state/" class="nav-link">It's Happening at State</a></li></ul></li><!--/sub-nav-title--></ul><!--/navbar-mobilize--></nav> <main id="content" class="main-col"> <div class="container"> <div id="c38212" class="frame frame-default frame-type-text frame-layout-0"><!--<div class="container">--><section><header><!-- parentRecordNumber {cObj:parentRecordNumber} --><!-- parentRecordNumber {cObj:parentRecordNumber} --><h3 class=""> University Relations </h3></header><p>The mission of University Relations is to build public understanding of and strong public and private support for North Dakota State University and to continue to attract and retain outstanding students. The mission can be accomplished through an on-going series of activities designed to inform, educate and persuade the citizens of North Dakota, the region and the nation about the areas of excellence at NDSU.&nbsp;</p><p>The University Relations office provides the technical means and professional services involved in facilitating two-way communication between the university and diverse array of publics it serves through the use of mass media, publications, online technologies and audio and video productions.</p><p>Internally, the mission of University Relations is to assist the president and other administrative officers of the university in making appropriate decisions in moving toward achieving goals as set forth in the university's mission and its strategic plan.</p><p>This involves the process of better shaping, influencing and coordinating the university's image and identity, with both its external (i.e., community residents and business leaders, legislators, news media, prospective students, parents, alumni, major contributors, friends, taxpayers) and its internal publics (i.e., faculty, staff, students). These various publics have differing needs and expectations. How they perceive North Dakota State University will determine how fully they support the university, or, if they are potential students, whether they choose to attend the university.</p><p>University Relations pursues its mission by providing high-quality professional services to the university in the areas of news reporting and writing, editing, graphic design, still photography, broadcasting, videography and counseling in communications.</p><!-- --></section><!--</div>--></div> </div> </main> </div> </div><!--/container--> </div><!--/main-container--> <footer class="footer-dept footer-left"> <div class="container"> <section class="footer-address"> <div class="address"> <p>University Relations<br> North Dakota State University<br> Phone: +1 (701) 231-1068<br> Campus address: Old Main 204<br> Mailing address: Dept 6000 PO Box 6050, Fargo, ND 58108-6050<br> Page manager:&nbsp;<a href="mailto:ndsu.webmaster@ndsu.edu" title="Email" class="mail-link">NDSU Web</a></p> <p>Last Updated: Tuesday, October 15, 2024 3:13:04 PM<!--register:sys_lastchanged--><br /></p> </div> </section> </div> </footer> <footer class="footer-green footer-left"> <div class="container"> <section class="footer-address"> <a href="https://www.ndsu.edu" class="home-link"><img src="/fileadmin/templates/images/NDSU_logo.svg" alt="North Dakota State University" width="400" /></a><!-- Add this too, once it's updated for 2021-2026. <br/> <a href="/president/mission_and_vision/" style="font-family: serif;text-decoration: none;font-weight: normal;font-size: 1rem;padding-top: 1em;display: inline-block;color: #fc0; ">OUR FUTURE: Innovation, Outreach and Education</a>--> <div class="address row"> <div class="col-md-5"> <address> <p>1340 Administration Ave., Fargo, ND 58102<br> Mailing address: PO Box 6050, Fargo, ND 58108-6050</p> </address> <a href="https://www.ndsu.edu/about">About NDSU</a> </div> <div class="col-md-1">&nbsp;</div> <div class="col-md-6"> <nav aria-label="University-wide resources"> <ul class="footer-links"> <li><a href="https://www.ndsu.edu/alphaindex/">A-Z Index</a></li> <li><a href="https://www.ndsu.edu/apply">Apply for admission</a></li> <li><a href="https://www.ndsu.edu/academics/">Academic programs</a></li> <li><a href="https://www.ndsu.edu/accreditation/">Accreditation</a></li> <li><a href="https://gobison.com">Bison Athletics</a></li> <li><a href="https://www.ndsu.edu/alphaindex/buildings">Campus Map</a></li> <li><a href="https://www.ndsu.edu/onestop/policies-and-procedures">Consumer Information</a></li> <li><a href="https://www.ndsu.edu/employment/">Employment</a></li> <li><a href="https://www.ndsu.edu/equity/">Equity</a></li> <li><a href="https://www.ndsu.edu/about/inclusion">Inclusion</a></li> <li><a href="https://www.ndsu.edu/onestop/finaid/netpricecalculator/">Net Price Calculator</a></li> <li><a href="https://www.ndsu.edu/onestop/">One Stop</a></li> <li><a href="https://www.ndsu.edu/agriculture/extension">Outreach<span class="sr-only"> (University-wide)</span></a></li> <li><a href="https://www.ndsu.edu/research/">Research and Creative Activity</a></li> <li><a href="https://www.ndsu.edu/policy/">University Policies</a></li> <li><a href="https://www.ndsu.edu/visit">Visit NDSU</a></li> </ul> </nav> </div> </div> <hr/> <p>North Dakota State University is an equal opportunity, affirmative action institution.<br> Contact NDSU at <a href="tel:7012318011" aria-label="7 0 1. 2 3 1. 8 0 1 1" class="phone-link">(701) 231-8011</a><br> <a class="d-print-none" href="https://www.ndsu.edu/privacy/">Privacy Statement</a> </p> <!-- GA3 delete eventually <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-73525008-1', 'auto'); ga('send', 'pageview'); </script> --> <!-- BEGIN GA4 MIGRATION SCRIPT --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-VJPGNTJ40B"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VJPGNTJ40B'); </script> <!-- END GA4 SCRIPT --> <!-- link to Privacy Statement https://www.ndsu.edu/privacy/ included earlier in document --> </section> </div> </footer> <a id="back-to-top" href="#" class="btn btn-secondary back-to-top" role="button" title="Return on the top page" data-toggle="tooltip" data-placement="left"><span class="fas fa-arrow-up"></span><span class="sr-only">Top of page</span></a> <script type="text/javascript" src="/fileadmin/templates/js/minimal.js"></script> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <script src="/fileadmin/templates/js/ndsu-2018.js?1579644437"></script> <script src="/fileadmin/templates/js/update-js.js?1717438777"></script> <script src="https://use.fontawesome.com/releases/v6.4.2/js/all.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10