CINXE.COM

Home - MyUI

<!DOCTYPE HTML> <html lang="en-US"> <head> <!-- for now, we are not using this for PROD --> <script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.7.7/axios.min.js" integrity="sha512-DdX/YwF5e41Ok+AI81HI8f5/5UsoxCVT9GKYZRIzpLxb8Twz4ZwPPX+jQMwMhNQ9b5+zDEefc+dcvQoPWGNZ3g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/axe-core/4.10.0/axe.min.js" integrity="sha512-J/2p/n4HKUFsDiMsBW6ckOiTTgXZtAQy2C+XKEoB9YRa9P13lhQDtUIyc43DxcqpgPsZAyC7cfPzEOEpp7DwaQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script> window.addEventListener('jquery-ready', function() { const ENDPOINT = 'https://u69u0w5nql.execute-api.us-east-1.amazonaws.com/Prod/store-data'; const prod = true; axe .run() .then(results => { results.appName = 'my-ui'; results.teamName = 'ESS'; if (results.violations.length) { console.error('Accessibility issues found:', results.violations); if (!prod) { const container = $('<div>'); container.attr('class', 'text-left text-info') container.append('<h1>Accessibility issues found</h1>'); results.violations.forEach((violation) => { let display = $('<div>').html(violation.description + " (" + violation.nodes.length + ")"); container.append(display); }); container.append('<hr>'); container.append('For more information on fixing and debugging, open the browser console'); $('#non_prod_banner').append(container); } } else { console.log('No accessibility issues found'); } <!-- only call the endpoint in production --> if (prod) { return axios({ method: 'post', url: ENDPOINT, data: { results } }) .then(response => { console.log('Report sent successfully:', response.data); }) } }) .catch(err => { console.error('Error running axe or sending report:', err.message); }); }); </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10.0"> <link rel="apple-touch-icon" sizes="57x57" href="/my-ui/favicon/v3/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/my-ui/favicon/v3/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/my-ui/favicon/v3/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/my-ui/favicon/v3/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/my-ui/favicon/v3/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/my-ui/favicon/v3/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/my-ui/favicon/v3/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/my-ui/favicon/v3/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/my-ui/favicon/v3/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/my-ui/favicon/v3/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/my-ui/favicon/v3/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/my-ui/favicon/v3/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/my-ui/favicon/v3/favicon-16x16.png"> <link rel="manifest" href="/my-ui/favicon/v3/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <!-- meta tag for Norton Safe Web validation --> <meta name="norton-safeweb-site-verification" content="nwzy1zgnerkl-u65xdtni3b7xia2wjsdbby19tfuyt1dr-nyh68nv9xg78fcf0si2e6bkchfjhrzz21fyiyy-df9nd8m4o1qi9608klwgvy1faw89gijqljftxwfr32h" /> <link href="/my-ui/css/bootstrap.css?v=1743689930608" rel="stylesheet"> <link href="/my-ui/css/datepicker.css" rel="stylesheet"> <link href="/my-ui/css/bootstrap-tagsinput.css" rel="stylesheet"> <link href="/my-ui/css/font-awesome.css" rel="stylesheet"> <link href="/my-ui/css/application.css?v=1743689930608" rel="stylesheet"> <link href="/my-ui/css/print.css" media="print" rel="stylesheet"> <link href="/my-ui/css/fullcalendar-3.3.0.css" rel="stylesheet"> <link href="/my-ui/css/fullcalendar.print-3.3.0.css" media="print" rel="stylesheet"> <link href="/my-ui/css/animate.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.min.css" integrity="sha512-zxBiDORGDEAYDdKLuYU9X/JaJo/DPzE42UubfBw9yg8Qvb2YRRIQ8v4KsGHOx2H1/+sdSXyXxLXv5r7tHc9ygg==" crossorigin="anonymous" /> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/headroom.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.min.js" integrity="sha512-Gs+PsXsGkmr+15rqObPJbenQ2wB3qYvTHuJO6YJzPe/dTLvhy0fmae2BcnaozxDo5iaF8emzmCZWbQ1XXiX2Ig==" crossorigin="anonymous"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <script src="/my-ui/javascripts/lib/typeahead.min.js" charset="utf-8"></script> <script src="/my-ui/javascripts/lib/bootstrap-tagsinput.min.js" charset="utf-8"></script> <script src="/my-ui/javascripts/lib/bootstrap-notify.min.js" charset="utf-8"></script> <script src="/my-ui/javascripts/lib/bootstrap-datepicker.min.js" charset="utf-8"></script> <script src="/my-ui/javascripts/lib/moment.min.js" charset="utf-8"></script> <script src="/my-ui/javascripts/lib/fullcalendar-3.3.0.min.js" charset="utf-8"></script> <script src="/my-ui/javascripts/my-ui.js" charset="utf-8"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-VLQMQTY9LN"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VLQMQTY9LN'); </script> <title>Home - MyUI</title> </head> <body> <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a> <div class="page"> <nav class="navbar navbar-inverse" id="universal-navbar" aria-label="Navigation"> <div class="container" style="padding-bottom: 0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#shared-navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="http://www.uiowa.edu" aria-label="University of Iowa Homepage" title="University of Iowa Homepage"> <img src="/my-ui/images/Block-IOWA-GOLD-ffcd00-trimmed.png" alt="University of Iowa Homepage" style="height: 30px; margin-top: -5px; margin-bottom: -3px;"> </a> </div> <div class="collapse navbar-collapse" id="shared-navbar-collapse" style="overflow: inherit"> <ul class="nav navbar-nav navbar-right"> <li> <a href="/my-ui/login.page?current_page=https%3A%2F%2Fmyui.uiowa.edu%2Fmy-ui%2Fhome.page"><i class="fas fa-user fa-inverse"></i> Please login...</a> </li> </ul> </div> </div> </nav> <nav class="navbar navbar-default" role="navigation" id="myui-navbar" title="MyUI main navigation bar"> <div class="container" style="padding-bottom: 0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" style="" data-toggle="collapse" data-target="#myui-navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a style="padding-top: 14px; padding-bottom: 0; margin-bottom: -14px" href="/my-ui/home.page?home=" title="MyUI Homepage" class="navbar-brand"><img src="/my-ui/images/logo_final_50px.png" alt="MyUI"/></a> </div> <div class="collapse navbar-collapse" id="myui-navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"> <a id="menuid-home" href="#" title="Home"> Home <div class="text-center hidden-sm hidden-xs" style="position: absolute; bottom: -9px; width: 100%; left: 0;"> <i class="fas fa-caret-up"></i> </div> </a> </li> <li class=""> <a id="menuid-courses" href="/my-ui/courses/dashboard.page" title="Browse Courses"> Courses / Registration </a> </li> <li class=""> <a id="menuid-student-records" href="/my-ui/student/records/dashboard.page" title="Student Information"> Student Information </a> </li> <li class=""> <a id="menuid-finance" href="/my-ui/finance/dashboard.page" title="Financial Aid & Billing"> Financial Aid &amp; Billing </a> </li> <li class=""> <a id="menuid-finance" href="/my-ui/admissions/dashboard.page" title="Admissions"> Admissions </a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="https://icon.uiowa.edu" class="plain">ICON</a> </li> </ul> </div> </div> </nav> <script type="text/javascript"> $(function () { $('#user_info_popover').on('shown.bs.popover', function() { $('.copy-info').click(function () { navigator.clipboard.writeText($(this).data('info')); $.notify({ message: 'Copied!' }); return false; }); }); }); </script> <main id="content" role="main" title="MyUI main page content"> <h1 class="sr-only">MyUI Landing Page</h1> <div class="container"> <div class="row"> <div class="col-md-8"> <div class="panel panel-news panel-no-borders"> <div class="panel-heading"> <h2 class="panel-title"> Admissions Information </h2> <div class="pull-right"> </div> </div> <div class="panel-body"> <div class="quick-links"> <a href="/my-ui/student/records/admissions/profile.page" class="text-center"> <i class="fas fa-file fa-2x"></i><br> <span style="color: #FFF;">Admissions Profile</span> </a> <a href="/my-ui/finance/dashboard.page" class="text-center"> <i class="fas fa-piggy-bank fa-2x"></i><br> <span style="color: #FFF;">Financial Aid</span> </a> <a href="http://admissions.uiowa.edu/visit" class="text-center"> <i class="fas fa-map-marked-alt fa-2x"></i><br> <span style="color: #FFF;">Visit Campus</span> </a> <a href="https://uiowa.academicworks.com/" class="text-center"> <i class="fas fa-search-dollar fa-2x"></i><br> <span style="color: #FFF;">Scholarship Portal</span> </a> <a href="/my-ui/student/involvement/dashboard.page#housing" class="text-center"> <i class="fas fa-home fa-2x"></i><br> <span style="color: #FFF;">Housing Information</span> </a> </div> </div> </div> <div class="panel panel-news panel-no-borders"> <div class="panel-heading"> <h2 class="panel-title"> Student Learning </h2> <div class="pull-right"> <a href="https://icon.uiowa.edu" class="hidden-xs"><img src="/my-ui/images/ICONLogo.png" alt="ICON" width="125"></a> </div> </div> <div class="panel-body"> <div class="quick-links"> <a href="https://icon.uiowa.edu/" class="text-center"> <i class="fas fa-th-list fa-2x"></i><br> <span style="color: #FFF;">ICON</span> </a> <a href="https://spot.provost.uiowa.edu" class="text-center"> <i class="fas fa-check-square fa-2x"></i><br> <span style="color: #FFF;">SPOT</span> </a> <a href="https://classrooms.uiowa.edu/spaces/student-learning-spaces" class="text-center"> <i class="fas fa-book fa-2x"></i><br> <span style="color: #FFF;">Study Spaces</span> </a> <a href="http://studentspace.uiowa.edu/" class="text-center"> <i class="fas fa-person-booth fa-2x"></i><br> <span style="color: #FFF;">Student Spaces</span> </a> <a href="http://printing.its.uiowa.edu/" class="text-center"> <i class="fas fa-print fa-2x"></i><br> <span style="color: #FFF;">Printing</span> </a> <a href="https://idp.uiowa.edu/idp/profile/SAML2/Unsolicited/SSO?providerId=https%3A//www.linkedin.com/learning/ABEAAAAAAAKH34wAAAAAAsJaLAFdZXGedJTOXDmpi1YdSGQyMsPwUg" class="text-center"> <i class="fas fa-desktop fa-2x"></i><br> <span style="color: #FFF;">LinkedIn Learning</span> </a> <a href="https://tutor.uiowa.edu/" class="text-center"> <i class="fas fa-university fa-2x"></i><br> <span style="color: #FFF;">Academic Support</span> </a> <a href="http://www.lib.uiowa.edu/" class="text-center"> <i class="fas fa-book fa-2x"></i><br> <span style="color: #FFF;">UI Libraries</span> </a> </div> </div> </div> <div class="panel panel-news panel-no-borders"> <div class="panel-heading"> <h2 class="panel-title"> Student Information </h2> <div class="pull-right"> </div> </div> <div class="panel-body"> <div class="quick-links"> <a href="http://registrar.uiowa.edu/academic-calendar" class="text-center"> <i class="fas fa-calendar-alt fa-2x"></i><br> <span style="color: #FFF;">Academic Calendar</span> </a> <a href="https://apps.its.uiowa.edu/nams/myui-residing.page" class="text-center"> <i class="fas fa-home fa-2x"></i><br> <span style="color: #FFF;">Address Change</span> </a> <a href="/my-ui/student/records/advising/appointments.page" class="text-center"> <i class="fas fa-calendar-plus fa-2x"></i><br> <span style="color: #FFF;">Advising Appointment</span> </a> <a href="/my-ui/student/records/advising/notes.page" class="text-center"> <i class="fas fa-folder-open fa-2x"></i><br> <span style="color: #FFF;">Advising Notes / Files</span> </a> <a href="/my-ui/student/records/admissions/profile.page" class="text-center"> <i class="fas fa-file fa-2x"></i><br> <span style="color: #FFF;">Admissions Profile</span> </a> <a href="/my-ui/courses/dashboard.page" class="text-center"> <i class="fas fa-book fa-2x"></i><br> <span style="color: #FFF;">Course Browse / Registration</span> </a> <a href="/my-ui/student/records/degrees/dashboard.page" class="text-center"> <i class="fas fa-graduation-cap fa-2x"></i><br> <span style="color: #FFF;">Degrees / Graduation</span> </a> <a href="/my-ui/student/records/degreeaudit/audit-request.page" class="text-center"> <i class="fas fa-check-square fa-2x"></i><br> <span style="color: #FFF;">Degree Audit</span> </a> <a href="/my-ui/myuiowa/email/email.page" class="text-center"> <i class="fas fa-wrench fa-2x"></i><br> <span style="color: #FFF;">Email Tools</span> </a> <a href="/my-ui/finance/dashboard.page" class="text-center"> <i class="fas fa-piggy-bank fa-2x"></i><br> <span style="color: #FFF;">Financial Aid</span> </a> <a href="/my-ui/student/records/registrar/grade-report.page" class="text-center"> <i class="fas fa-chart-pie fa-2x"></i><br> <span style="color: #FFF;">Grade Report</span> </a> <a href="/my-ui/student/records/advising/plans/my-plans.page" class="text-center"> <i class="fas fa-tasks fa-2x"></i><br> <span style="color: #FFF;">MyPlans</span> </a> <a href="/my-ui/registration/course-schedule.page" class="text-center"> <i class="fas fa-calendar-check fa-2x"></i><br> <span style="color: #FFF;">My Schedule</span> </a> <a href="/my-ui/student/records/documents/preferred-name-pronoun.page" class="text-center"> <i class="fas fa-user-plus fa-2x"></i><br> <span style="color: #FFF;">Name/Pronouns</span> </a> <a href="https://www.dna.its.uiowa.edu/lingo" class="text-center"> <i class="fas fa-microphone fa-2x"></i><br> <span style="color: #FFF;">Name Pronunciation</span> </a> <a href="/my-ui/registrar-news.page" class="text-center"> <i class="fas fa-newspaper fa-2x"></i><br> <span style="color: #FFF;">News &amp; Information</span> </a> <a href="https://office365.uiowa.edu" class="text-center"> <i class="fas fa-envelope fa-2x"></i><br> <span style="color: #FFF;">Office 365</span> </a> <a href="/my-ui/student/records/registrar/programs-of-study.page" class="text-center"> <i class="fas fa-users fa-2x"></i><br> <span style="color: #FFF;">Programs Of Study</span> </a> <a href="https://registrar.uiowa.edu/forms" class="text-center"> <i class="fas fa-file-alt fa-2x"></i><br> <span style="color: #FFF;">Registrar Forms</span> </a> <a href="/my-ui/student/records/registrar/ReleaseOfInformation.page" class="text-center"> <i class="fas fa-lock-open fa-2x"></i><br> <span style="color: #FFF;">Release of Information</span> </a> <a href="/my-ui/student/records/advising/plans/sample-plan-search.page" class="text-center"> <i class="fas fa-list-ul fa-2x"></i><br> <span style="color: #FFF;">Sample Plans</span> </a> <a href="https://uiowa.academicworks.com/" class="text-center"> <i class="fas fa-search-dollar fa-2x"></i><br> <span style="color: #FFF;">Scholarship Portal</span> </a> <a href="/my-ui/student/records/documents/change-sex.page" class="text-center"> <i class="fas fa-user fa-2x"></i><br> <span style="color: #FFF;">Sex and Gender</span> </a> <a href="/my-ui/student/records/advising/orientation.page" class="text-center"> <i class="fas fas fa-map-marked-alt fa-2x"></i><br> <span style="color: #FFF;">SOAR</span> </a> <a href="/my-ui/registration/textbooks-and-resources.page" class="text-center"> <i class="fas fa-book fa-2x"></i><br> <span style="color: #FFF;">Textbooks</span> </a> <a href="/my-ui/student/records/documents/transcript-request.page" class="text-center"> <i class="fas fa-graduation-cap fa-2x"></i><br> <span style="color: #FFF;">Transcript Request</span> </a> <a href="/my-ui/finance/billing/ubill.page" class="text-center"> <i class="fas fa-dollar-sign fa-2x"></i><br> <span style="color: #FFF;">UBill</span> </a> <a href="/my-ui/student/records/documents/verification.page" class="text-center"> <i class="fas fa-file fa-2x"></i><br> <span style="color: #FFF;">Verifications</span> </a> <a href="/my-ui/student/records/dashboard.page" class="text-center"> <i class="fas fa-plus fa-2x"></i><br> <span style="color: #FFF;">More</span> </a> </div> </div> </div> <div class="panel panel-news panel-no-borders"> <div class="panel-heading"> <h2 class="panel-title"> Student Involvement and Support </h2> <div class="pull-right"> </div> </div> <div class="panel-body"> <div class="quick-links"> <a href="https://tutor.uiowa.edu/" class="text-center"> <i class="fas fa-university fa-2x"></i><br> <span style="color: #FFF;">Academic Support</span> </a> <a href="/my-ui/student/involvement/dashboard.page#campus_safety" class="text-center"> <i class="fas fa-medkit fa-2x"></i><br> <span style="color: #FFF;">Campus Safety</span> </a> <a href="https://careers.uiowa.edu/" class="text-center"> <i class="fas fa-bullseye fa-2x"></i><br> <span style="color: #FFF;">Career Services</span> </a> <a href="https://dining.uiowa.edu/" class="text-center"> <i class="fas fa-utensils fa-2x"></i><br> <span style="color: #FFF;">Dining</span> </a> <a href="https://sds.studentlife.uiowa.edu/" class="text-center"> <i class="fas fa-info fa-2x"></i><br> <span style="color: #FFF;">Disability Services</span> </a> <a href="/my-ui/student/records/documents/engagement.page" class="text-center"> <i class="fas fa-trophy fa-2x"></i><br> <span style="color: #FFF;">Engagement Record</span> </a> <a href="/my-ui/student/involvement/dashboard.page#events" class="text-center"> <i class="fas fa-calendar-alt fa-2x"></i><br> <span style="color: #FFF;">Events Calendar</span> </a> <a href="https://financialaid.uiowa.edu/resources/financialliteracy" class="text-center"> <i class="fas fa-dollar-sign fa-2x"></i><br> <span style="color: #FFF;">Financial Literacy</span> </a> <a href="/my-ui/student/involvement/dashboard.page#housing" class="text-center"> <i class="fas fa-home fa-2x"></i><br> <span style="color: #FFF;">Housing Information</span> </a> <a href="https://hawktools.uiowa.edu/" class="text-center"> <i class="fas fa-wrench fa-2x"></i><br> <span style="color: #FFF;">Hawk Tools</span> </a> <a href="https://apps.its.uiowa.edu/hawkalert/settings" class="text-center"> <i class="fas fa-exclamation-triangle fa-2x"></i><br> <span style="color: #FFF;">Hawk Alert Contact</span> </a> <a href="https://hawkeyesports.com/" class="text-center"> <i class="fas fa-ticket-alt fa-2x"></i><br> <span style="color: #FFF;">Hawkeye Sports</span> </a> <a href="https://its.uiowa.edu/" class="text-center"> <i class="fas fa-desktop fa-2x"></i><br> <span style="color: #FFF;">ITS</span> </a> <a href="https://international.uiowa.edu/" class="text-center"> <i class="fas fa-flag fa-2x"></i><br> <span style="color: #FFF;">International Programs</span> </a> <a href="/my-ui/student/involvement/dashboard.page#involvement" class="text-center"> <i class="fas fa-bookmark fa-2x"></i><br> <span style="color: #FFF;">Involvement</span> </a> <a href="https://careerpath.uiowa.edu/pathways/" class="text-center"> <i class="fas fa-user-graduate fa-2x"></i><br> <span style="color: #FFF;">My Career Path</span> </a> <a href="https://compliance.hr.uiowa.edu/my_compliances" class="text-center"> <i class="fas fa-edit fa-2x"></i><br> <span style="color: #FFF;">My Required Training</span> </a> <a href="https://recserv.uiowa.edu/" class="text-center"> <i class="fas fa-users fa-2x"></i><br> <span style="color: #FFF;">Recreation</span> </a> <a href="https://leadandengage.uiowa.edu" class="text-center"> <i class="fas fa-microphone fa-2x"></i><br> <span style="color: #FFF;">Service and Leadership</span> </a> <a href="/my-ui/student/involvement/dashboard.page#student_government" class="text-center"> <i class="fas fa-university fa-2x"></i><br> <span style="color: #FFF;">Student Governance</span> </a> <a href="https://studenthealth.uiowa.edu/" class="text-center"> <i class="fas fa-medkit fa-2x"></i><br> <span style="color: #FFF;">Student Health</span> </a> <a href="/my-ui/student/involvement/dashboard.page#support_services" class="text-center"> <i class="fas fa-file fa-2x"></i><br> <span style="color: #FFF;">Support Services</span> </a> <a href="https://uiservicecenter.uiowa.edu/" class="text-center"> <i class="fas fa-person-booth fa-2x"></i><br> <span style="color: #FFF;">UI Service Center</span> </a> <a href="https://transportation.uiowa.edu" class="text-center"> <i class="fas fa-bus-alt fa-2x"></i><br> <span style="color: #FFF;">Transit</span> </a> <a href="/my-ui/student/involvement/dashboard.page#well_being" class="text-center"> <i class="fas fa-comments fa-2x"></i><br> <span style="color: #FFF;">Well-Being</span> </a> <a href="/my-ui/student/involvement/dashboard.page" class="text-center"> <i class="fas fa-plus fa-2x"></i><br> <span style="color: #FFF;">More</span> </a> </div> </div> </div> </div> <div class="col-md-4"> <div class="panel panel-default panel-news"> <div class="panel-heading"> <h2 class="panel-title"> Login </h2> </div> <div class="panel-body"> <div> <a href="https://login.uiowa.edu/uip/login.page?service=https://myui.uiowa.edu/my-ui/home.page" class="btn btn-primary btn-block">HawkID Login</a> <br> </div> </div> <div class="panel-footer"> The previous MyUI Guest system is closed. If you do not have your own HawkID, your student will need to invite you to set one up. </div> </div> <div class="panel panel-news panel-default panel-news"> <div class="panel-heading"> <h2 class="panel-title"> Upcoming Academic Deadlines </h2> </div> <div class="panel-body"> <ul class="list-unstyled"> <li> <span class="h4 text-uppercase">Apr 14, 2025 - May 2, 2025</span> <p><p>FALL EARLY REGISTRATION</p> [Spring 2025]</p> </li> <li> <span class="h4 text-uppercase">Apr 21, 2025</span> <p><p>Last day for graduate students to withdraw without collegiate approval.</p> [Spring 2025]</p> <p><p>Last day for undergraduates to withdraw entire registration without collegiate approval.</p> [Spring 2025]</p> <p><p>Last day for undergraduates to drop individual semester-length courses without collegiate approval.</p> [Spring 2025]</p> <p><p>Last day for graduate &amp; professional students to drop individual semester-length courses without collegiate approval.</p> [Spring 2025]</p> </li> <li> <span class="h4 text-uppercase">May 2, 2025</span> <p> [Spring 2025]</p> </li> </ul> </div> </div> </div> </div> </div> <script> $(function() { $('input[value="UNREAD"]').click(); $('.message-link').click(function() { var $this = $(this); $this.nextAll('.message').slideToggle(); if ($this.hasClass('unread')) { $.getJSON($this.attr('href'), function(data) { if (data.status === 'READ') { $this.removeClass('unread'); } }); } return false; }); $('.delete').click(function() { var $this = $(this); $.getJSON($this.attr('href'), function(data) { if (data.status === 'DELETED') { $this.closest('tr').remove(); } }); return false; }); $('.message-view').find('input').change(function() { var $this = $(this); if ($this.val() === 'UNREAD') { $('.message-link:not(.unread)').each(function() { $(this).closest('tr').hide(); }) } else { $('.message-link').closest('tr').show(); } }); }); </script> <div class="container"> <div class="row"> <div class="col-xs-12"> <div data-spy="affix" id="scroll-to-top"> <a href="javascript:void(0);" class="pull-right" title="scroll to top" aria-label="scroll to top"> <i class="fas fa-chevron-up fa-2x text-success"></i> </a> </div> </div> </div> </div> </main> </div> <footer class="page-footer hidden-print"> <div class="container"> <div class="row"> <div class="col-md-3"> <a href="http://www.uiowa.edu" aria-label="University of Iowa Homepage" title="University of Iowa Homepage"> <img src="/my-ui/images/Block-IOWA-GOLD-ffcd00-trimmed.png" alt="University of Iowa Homepage" style="height: 30px;"> </a> </div> <div class="col-md-9"> <div class="row"> <div class="col-xs-12"> <span class="h4 text-uppercase text-branded">Quick Links</span> </div> </div> <div class="row"> <div class="footer-links"> <a href="/my-ui/student/records/admissions/profile.page"><i class="fas fa-file"></i> Admissions Profile</a> <a href="https://apply.admissions.uiowa.edu/"> <i class="fas fa-university"></i> Apply online </a> <a href="http://registrar.uiowa.edu/course-deadlines"> <i class="fas fa-calendar-alt"></i> Course Deadlines </a> <a href="https://hris.uiowa.edu/selfservice/"> <i class="fas fa-file-alt"></i> HR Self Service </a> <a href="http://office365.uiowa.edu/"> <i class="fas fa-envelope"></i> Office 365 </a> <a href="/my-ui/finance/billing/ubill.page"><i class="fas fa-university"></i> University Bill</a> <a href="mailto:its-helpdesk@uiowa.edu"> <i class="fas fa-envelope"></i> Contact Us </a> <a href="/my-ui/help/dashboard.page"><i class="fas fa-cogs"></i> Help</a> </div> </div> </div> </div> </div> </footer> </body> </html>

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