CINXE.COM
Emory and Oxford Students
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Fri Nov 22 2024 18:55:41 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.nursing.emory.edu" data-wf-page="64c40554dba2a74b3cfd3f4f" data-wf-site="5f11b1201240046a043a64e4" lang="en" data-wf-collection="64c40554dba2a74b3cfd3e60" data-wf-item-slug="freshman-option-emory-and-oxford-students"><head><meta charset="utf-8"/><title>Emory and Oxford Students</title><meta content="" name="description"/><meta content="Emory and Oxford Students" property="og:title"/><meta content="" property="og:description"/><meta content="Emory and Oxford Students" property="twitter:title"/><meta content="" property="twitter:description"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="1jdqmafTeY21Mk2rEBI_2dpoFUgPizSRqED5OgtYXIg" name="google-site-verification"/><meta content="Webflow" name="generator"/><link href="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/css/emory-nursing-qa-build-93-03dd7de0b9805.webflow.abfff9009.css" rel="stylesheet" type="text/css"/><style>@media (max-width:767px) and (min-width:480px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="ff1480f7-fbfc-77f2-8aaa-2309c5280118"] {display:none;}}@media (max-width:479px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="ff1480f7-fbfc-77f2-8aaa-2309c5280118"] {display:none;}}</style><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Oswald:200,300,400,500,600,700","Changa One:400,400italic","Bitter:400,700,400italic","Vollkorn:400,400italic,700,700italic"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400470693a659c_emory_nursing-favico.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400440e73a657a_emory_nursing-webclip.png" rel="apple-touch-icon"/><style>.anti-flicker-hide { opacity: 0 !important}</style><script type="text/javascript">(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;})(window,document.documentElement,'anti-flicker-hide','dataLayer',4000,{'OPT-M7SM9ZL':true});</script><script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-8562548-1"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-8562548-1', {'anonymize_ip': false, 'optimize_id': 'OPT-M7SM9ZL'});</script><script type="text/javascript">!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.agent='plwebflow';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '1030779870656574');fbq('track', 'PageView');</script><meta name="facebook-domain-verification" content="ig4916dnh11zmi8vr7cxndc7awcyvc" /> <script async="async" src="https://apply.nursing.emory.edu/ping">/**/</script> <script type="text/javascript"> _linkedin_partner_id = "4132169"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=4132169&fmt=gif" /> </noscript><script> let sectionSorterOrderList; let newOrder; function reOrderPageSections(orderedList){ console.log(orderedList) function getSectionByUniqueClass(className){ // this code assumes the classname only appears once on the page. Element ID is not used for various reasons, but it would be the better choice return document.getElementsByClassName(className)[0] } function removeAllChildNodes(parent) { while (parent.firstChild) { parent.removeChild(parent.firstChild); } } function pageOrderAssignment(list, sectionArray) { let reOrderedList = {}; let unAssignedSectionArray = []; sectionArray.forEach(section => { if (list[section.id]){ let sectionOrder = list[section.id] let tempSection = {[sectionOrder]:section} Object.assign(reOrderedList,tempSection); } else { unAssignedSectionArray.push(section) } }); let listEntryNumber = Object.keys(reOrderedList).pop(); unAssignedSectionArray.forEach(section=>{ listEntryNumber++; let tempSection = {[listEntryNumber]:section} Object.assign(reOrderedList,tempSection); }) return reOrderedList; } const pageSectionParent = getSectionByUniqueClass("page-section-group") const movableSections = Array.from(document.getElementsByClassName("main-content-section-wrapper")) console.log(movableSections) newOrder = pageOrderAssignment(orderedList,movableSections) removeAllChildNodes(pageSectionParent); Object.keys(newOrder).forEach(key=>{ pageSectionParent.append(newOrder[key]) }) } </script></head><body><div class="w-embed"><style> /* Adjust font display */ body { -webkit-font-smoothing: antialiased; /* Chrome, Safari */ -moz-osx-font-smoothing: grayscale; /* Firefox */ word-spacing: 0.015em; font-variant-numeric: tabular-nums; -moz-font-feature-settings: "tnum"; -webkit-font-feature-settings: "tnum"; font-feature-settings: "tnum"; } /* Fix iPhone zoom */ input, select { font-size: 100%; } /* Add CTA Arrow */ .featured-links p a::after, .news-slider a h5::after { content: ''; font-family: 'Font Awesome'; font-size: 23px; font-weight: 100; margin-left: 10px; display: inline; white-space: nowrap; bottom: -4px; position: relative; } @media only screen and (min-width: 1440px) { .featured-links p a::after, .news-slider a h5::after { content: ''; font-family: 'Font Awesome'; font-weight: 100; display: inline; white-space: nowrap; bottom: -.278vw; position: relative; font-size: 1.597vw; margin-left: .694vw; } } .news-slider a h5::after { color: #007DBA; } .cta::after { content: ''; font-family: 'Font Awesome'; font-size: 23px; font-weight: 100; margin-left: 10px; display: inline; white-space: nowrap; bottom: -4px; position: relative; } @media only screen and (min-width: 1440px) { .cta::after { content: ''; font-family: 'Font Awesome'; font-size: 1.597vw; font-weight: 100; margin-left: .694vw; display: inline; white-space: nowrap; bottom: -.278vw; position: relative; } } /* Add menu active states */ body.about-us div.about-us::after, body.academics-and-admissions div.academics-and-admissions::after, body.student-experience div.student-experience::after, body.research-and-initiatives div.research-and-initiatives::after { content: '•'; display: block; position: absolute; width: 100%; transform: translateY(-3px); left: 0px; color: #f1a931; } @media only screen and (min-width: 1440px) { body.about-us div.about-us::after, body.academics-and-admissions div.academics-and-admissions::after, body.student-experience div.student-experience::after, body.research-and-initiatives div.research-and-initiatives::after { content: '•'; display: block; position: absolute; width: 100%; transform: translateY(-.208vw); left: 0px; color: #f1a931; } } @media only screen and (max-width: 991px) { body.about-us div.about-us::after, body.academics-and-admissions div.academics-and-admissions::after, body.student-experience div.student-experience::after, body.research-and-initiatives div.research-and-initiatives::after { content: '•'; display: block; position: absolute; width: 100%; transform: translateX(0px); transform: translateY(0px); left: -1.786vw; color: #f1a931; } } @media only screen and (max-width: 767px) { body.about-us div.about-us::after, body.academics-and-admissions div.academics-and-admissions::after, body.student-experience div.student-experience::after, body.research-and-initiatives div.research-and-initiatives::after { content: '•'; display: block; position: absolute; width: auto; transform: translateX(0px); transform: translateY(0px); left: auto; right: 3.571vw; color: #f1a931; } } body.students div.students, body.faculty-and-staff div.faculty-and-staff, body.alumni div.alumni, body.health-systems-and-recruiters div.health-systems-and-recruiters { color: #f1a931; } body.students a.students, body.faculty-and-staff a.faculty-and-staff, body.alumni a.alumni, body.health-systems-and-recruiters a.health-systems-and-recruiters { color: #f1a931; } .nav-link---primary.w--current::after { content: '•'; display: block; position: absolute; margin: 0px auto; width: 100%; margin-left: -10px; transform: translateY(7px); } @media only screen and (min-width: 1440px) { .nav-link---primary.w--current::after { content: '•'; display: block; position: absolute; margin: 0px auto; width: 100%; margin-left: -.694vw; transform: translateY(7px); } } .floating-nav-link.w--current::after { content: '•'; display: block; position: absolute; color: #F2A900; top: 50%; right: -20px; transform: translateY(-50%); } @media only screen and (min-width: 1440px) { .floating-nav-link.w--current::after { content: '•'; display: block; position: absolute; color: #F2A900; top: 50%; right: -1.389vw; transform: translateY(-50%); } } /* Style lists */ ol.graphic-list > li { ; } ol.hero-list { list-style: none; counter-reset: li; } ol.hero-list > li::before { content: counter(li); color: #00339C; font-size: 15px; font-weight: 700; background-color: #fff; border-radius: 999px; width: 1em; margin-left: -1em; height: 50px; width: 50px; text-align: center; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; } @media only screen and (min-width: 1440px) { ol.hero-list > li::before { content: counter(li); color: #00339C; font-size: 1.042vw; font-weight: 700; background-color: #fff; border-radius: 999px; width: 1em; margin-left: -1em; height: 3.472vw; width: 3.472vw; text-align: center; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; } } ol.hero-list > li { counter-increment: li; position: relative; padding-left: 70px; } @media only screen and (min-width: 1440px) { ol.hero-list > li { padding-left: 4.861vw; } } ol.hero-list.alt > li::before { content: counter(li); color: #00339C; font-size: 15px; font-weight: 700; background-color: #e8eef4; border-radius: 999px; width: 1em; margin-left: -1em; height: 50px; width: 50px; text-align: center; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; } @media only screen and (min-width: 1440px) { ol.hero-list.alt > li::before { content: counter(li); color: #00339C; font-size: 1.042vw; font-weight: 700; background-color: #e8eef4; border-radius: 999px; width: 1em; margin-left: -1em; height: 3.472vw; width: 3.472vw; text-align: center; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; } } /* Wrap long e-mail addresses */ .email-wrap { overflow-wrap: break-word; } /* Fix: Blank grid cell */ .event-collection-list.w-row::before { display: none; } /* Event name caret */ a.event-title::after { content: '»'; padding-left: 10px; } @media only screen and (min-width: 1440px) { a.event-title::after { padding-left: .694vw; } } a.event-title.alt::after { content: ''; padding-left: 10px; } .process-item::after { content: ''; font-family: 'Font Awesome'; padding-left: 20px; padding-right: 20px; font-weight: 300; color: #0A7DB7; } @media only screen and (min-width: 1440px) { .process-item::after { content: ''; font-family: 'Font Awesome'; padding-left: 1.389vw; padding-right: 1.389vw; font-weight: 300; color: #0A7DB7; } } /* Homepage Nav Bar styling */ @media only screen and (min-width: 992px) { body.home .navbar { background-color: transparent; } body.home .vertical-logo-wrapper { display: block; } body.home .logo-wrapper { display: none; } } </style></div><div id="Nav-Bar" class="nav-bar-and-announcement-wrapper"><div class="site-wide-announcement-bar-wrapper"><div class="div-block-356"><div class="div-block-310"><div class="banner-content-wrapper"><div class="div-block-470"><div data-w-id="3b066183-eb2e-50fe-67a0-f56e5e62628a" class="banner-heading-wrapper button"><div class="banner-heading">2022 Commencement Information and Webcast</div><div class="div-block-312"><div class="text-block-81"></div></div></div></div><div class="banner-announcement-wrapper"><div class="banner-announcement"><div class="banner-announcment-padding"><div class="banner-announcement-content-wrapper"><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626294-b928968e" class="announcement-banner-image"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1).png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1)-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1)-p-800.png 800w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1)-p-1080.png 1080w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1)-p-1600.png 1600w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1).png 1920w" alt="" class="image-65"/></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626296-b928968e" class="banner-message-text w-richtext"><p>Today marks the 177th Commencement Ceremonies at Emory University! After the activities at the Quandrangle, the Nell Hodgson Woodruff School of Nursing will host a Degree Candidate Recognition Ceremony at 11 a.m. at the Emory Student Center. All events will be streamed live.</p></div><a id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626299-b928968e" href="/specialevents" class="button w-button">Info and Webcast</a></div></div><div><div class="overlay---bottom-left"></div><div class="overlay---top-right"></div><div class="banner-announcement-background-image"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR.jpg" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR-p-500.jpeg 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR.jpg 1400w" alt="" class="announcement-background-image"/></div><div class="banner-announcement-backgroun-tint"></div></div></div></div></div></div></div></div><div class="navigation-menu-wrapper background---dark-blue"><div data-w-id="3b066183-eb2e-50fe-67a0-f56e5e6262a2" class="nav-top"></div><div class="w-embed"><style> .w-nav-overlay { /* min-height: 800px; */ } /* Homepage Nav Bar styling */ @media only screen and (min-width: 992px) { body.home { /* overflow-x: hidden; max-width: 100vw; */ } body.home .navigation-menu-wrapper { background-color: rgba(0,0,0,0); } body.home .nav-vertical-logo-wrapper { display: block; } body.home .nav-horizontal-logo-wrapper { display: none; } } </style></div><div data-collapse="medium" data-animation="default" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="emory-nursing-navbar w-nav"><a href="#main" class="skip-link">Skip to Content<br/></a><div class="brand-wrapper"><a href="/" class="nav-horizontal-logo-wrapper w-inline-block"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b120124004484c3a6580_emory-nursing-logo.png" width="228" alt="" class="brand-image"/><div class="brand-image-alt-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv.png" width="228" sizes="(max-width: 991px) 100vw, (max-width: 1439px) 12vw, 10vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv-p-800.png 800w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv-p-1080.png 1080w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv-p-1600.png 1600w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv.png 1650w" alt="" class="brand-image-alt"/></div></a><div class="nav-vertical-logo-wrapper alternative"><a href="/" class="link-block-14 w-inline-block"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b1201240045f973a6528_emory-nursing-logo-vertical.png" alt="" class="image-41"/></a></div></div><nav role="navigation" class="emory-nav-menu-shell w-nav-menu"><div class="emory-nav-menu-wrapper"><div class="nav-menu---tier-1-group"><div class="dropdown-wrapper"><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Students</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://emory.edu/forward"><strong>COVID-19 Info</strong></a></li><li><a href="https://www.nursing.emory.edu/resources/audience-guide-for-students"><strong>Resources</strong></a><a href="https://www.nursing.emory.edu/course-atlas"></a></li><li><a href="https://www.nursing.emory.edu/pages/registrar-resources"><strong>Registrar</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/career-planning-and-services"><strong>Career Services</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/student-services"><strong>Student Services</strong></a></li><li><a href="/health-and-wellness">Wellness</a></li></ul></div></div></div></nav></div><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Faculty & Staff</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://www.emory.edu/forward/"><strong>COVID-19 Info</strong></a></li><li><a href="https://www.nursing.emory.edu/faculty-and-staff-directory"><strong>Directory</strong></a></li><li><a href="/enlc/emory-nursing-learning-center"><strong>Emory Nursing Learning Center</strong></a></li><li><a href="https://www.nursing.emory.edu/prospective-faculty-staff"><strong>Employment</strong></a></li><li><a href="/human-resources"><strong>Human Resources</strong></a></li><li><a href="https://www.nursing.emory.edu/resources/faculty-and-staff-resources"><strong>Resources</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/become-a-preceptor"><strong>Preceptors</strong></a></li><li><a href="/health-and-wellness">Wellness</a></li></ul></div></div></div></nav></div><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Alumni</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/alumni-and-giving"><strong>Overview</strong></a></li><li><a href="https://www.nursing.emory.edu/alumni-and-giving#Section-1"><strong>Get Inspired</strong></a></li><li><a href="https://www.nursing.emory.edu/alumni-and-giving#Section-2"><strong>Get Involved</strong></a></li><li><a href="https://www.nursing.emory.edu/alumni-and-giving#Section-3"><strong>Get Invested</strong></a></li></ul></div></div></div></nav></div><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Nurses</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/emory-nursing-experience"><strong>Continuing Education</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/become-a-preceptor"><strong>Become a Preceptor</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/the-nurses-station"><strong>The Nurses Station</strong></a></li></ul></div></div></div></nav></div><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Recruiters</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/overview/health-systems-education"><strong>Educate Your Nurses</strong></a></li><li><a href="https://www.nursing.emory.edu/overview/partners"><strong>Partner with Us</strong></a></li><li><a href="https://www.nursing.emory.edu/overview/recruit"><strong>Recruit our Students</strong></a></li><li><a href="https://www.nursing.emory.edu/overview/health-systems-and-recruiters#Section-4"><strong>Clinical & Educational Partnerships</strong></a></li><li><a href="https://www.nursing.emory.edu/emory-nursing-experience"><strong>Continuing Education</strong></a></li></ul></div></div></div></nav></div><a href="/enlc/emory-nursing-learning-center" class="tier-1-dropdown-wrapper w-inline-block"><div class="nav-menu-tier-1-header"><div class="nav-header-text">ENLC</div></div></a><a id="Show-Search" data-w-id="3b066183-eb2e-50fe-67a0-f56e5e62634c" href="#" class="search-button-wrapper hide---mobile w-button"></a></div><form action="/search" autocomplete="off" class="search w-form"><input class="search-input w-input" autocomplete="off" maxlength="256" name="query" placeholder="" type="search" id="search" required=""/><input type="submit" class="nav-search-button w-button" value=""/></form></div><div class="nav-menu---tier-2-group"><div class="dropdown-wrapper tier-2"><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">Admissions</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="nav-menu---tier-2-grid"><div><div class="nav-menu-subheading">Admissions</div><div href="" class="nav-link-list w-richtext"><ul role="list"><li><a href="/academics-and-admissions">Admissions Homepage</a></li><li><a href="/admissions-team">Admissions Team</a></li><li><a href="https://www.nursing.emory.edu/overview/financial-aid-and-scholarships">Financial Aid & Scholarships</a></li><li><a href="/fellows">Fellowships</a></li><li><a href="https://www.nursing.emory.edu/pages/why-emory-nursing">Why Emory Nursing</a></li><li><a href="https://emorynursing.welcometocollege.com/pre-licensure-ambassadors">Meet Current Students</a></li><li><a href="https://www.nursing.emory.edu/pages/tuition">Tuition & Fees</a></li><li><a href="https://www.nursing.emory.edu/frequently-asked-questions-category-collections/admissions">Frequently Asked Questions</a></li><li><a href="https://www.nursing.emory.edu/pages/application-tips">Application Guide & Tips</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626375-b928968e"><div class="nav-menu-subheading">Student Experience</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/living-in-atlanta">Living in Atlanta</a></li><li><a href="https://www.nursing.emory.edu/pages/student-services">Student Services</a></li><li><a href="https://www.nursing.emory.edu/pages/accessibility-services">Accessibility Services</a></li><li><a href="https://www.nursing.emory.edu/pages/student-life-traditions">Traditions</a></li><li><a href="https://www.nursing.emory.edu/overview/clubs-and-organizations">Clubs & Organizations</a></li><li><a href="https://www.nursing.emory.edu/overview/service-learning">Service Learning</a></li><li><a href="https://www.nursing.emory.edu/pages/career-planning-and-services">Career Planning</a></li><li><a href="https://www.nursing.emory.edu/pages/simulation-center">Simulation Center</a></li><li><a href="https://www.nursing.emory.edu/pages/clinical-collaborations">Clinical Experiences</a></li><li></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626397-b928968e" class="nav-menu-highlight"><div class="nav-menu-highlight-label">Now Accepting Applications</div><div class="nav-menu-highlight-image-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6213cdf591f4e8e2255b7ff5_news%20feature%20templates%20(600%20%C3%97%20400%20px).png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6213cdf591f4e8e2255b7ff5_news%20feature%20templates%20(600%20%C3%97%20400%20px)-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6213cdf591f4e8e2255b7ff5_news%20feature%20templates%20(600%20%C3%97%20400%20px).png 600w" alt=""/></div><a href="https://news.emory.edu/stories/2022/01/son_psych_mental_health/story.html" class="nav-menu-highlight-link-block w-inline-block"><h3 class="navigation-menu-highlight-heading">Emory To Launch New Programs Training Mental Health Nurses</h3><div class="nav-menu-hightlight-text">Shortages of qualified mental health professionals are at crisis levels, nationally. According to Mental Health America (2021) Georgia ranks last in the nation in access to mental health care. The Nell Hodgson Woodruff School of Nursing at Emory University plans to launch postgraduate and doctoral programs to train psychiatric nurse practitioners to provide expert mental health care.</div></a></div><div><div class="nav-menu-subheading">Degree Programs</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/academics-and-admissions#Bachelors-Programs">Bachelor's/Pre-Licensure Programs</a></li><li><a href="https://www.nursing.emory.edu/academics-and-admissions#Accelerated-Programs">Accelerated Programs</a></li><li><a href="https://www.nursing.emory.edu/academics-and-admissions#MSN-Flex-APRN-Specialties">Master's/Post-Licensure Programs</a></li><li><a href="https://www.nursing.emory.edu/academics-and-admissions#Doctoral-Programs">Doctoral Programs</a></li></ul></div></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">Not sure where to begin? Answer a few questions and let us help guide you. Become a nurse and change the world.</div><a href="https://www.nursing.emory.edu/academics-and-admissions" class="button invert margin-left---auto w-button">lEARN mORE</a></div></div></div></nav></div><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">Academics</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="nav-menu---tier-2-grid"><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e6263c2-b928968e"><div class="nav-menu-subheading">Bachelor's/Pre-Licensure Programs</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/bsn-transfer-option">Transfer Students</a></li><li><a href="https://www.nursing.emory.edu/program-details/freshman-option-emory-and-oxford-students">Emory & Oxford Students</a></li><li><a href="https://emory.edu/">Emory Website</a></li><li><a href="https://www.emory.edu/home/admission/financial-aid.html">Office of Financial Aid</a></li><li><a href="https://www.emory.edu/home/explore/life/index.html">Life at Emory</a></li><li><a href="https://www.emory.edu/home/admission/undergraduate.html">Undergraduate Admissions</a></li></ul></div></div><div><div class="nav-menu-subheading">Accelerated Programs</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/distance-accelerated-bsn">Distance-Accelerated BSN</a></li><li><a href="/program-details/mn-fall-start">Master of Nursing (MN) Fall Start (Pre-licensure program)</a></li><li><a href="/program-details/mn-spring-start">Master of Nursing (MN) Spring Start (Pre-licensure program)</a></li><li><a href="https://www.nursing.emory.edu/program-details/mn-msn">MN Pathway to MSN or DNP</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e6263ea-b928968e"><div class="nav-menu-subheading"><strong>Master's/Post-Graduate Certificate Programs</strong></div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/adult-gerontology-acute-care">Adult/Gerontology Acute Care Nurse Practitioner</a></li><li><a href="https://nursing.emory.edu/program-details/adult-gerontology-primary-care-nurse-practitioner">Adult/Gerontology Primary Care Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/family-nurse-practitioner">Family Nurse Practitioner</a></li><li><a href="/program-details/emergency-nurse-practitioner">Family/Emergency Nurse Practitioner</a></li><li><a href="/program-details/master-in-cardiovascular-perfusion-science">Master in Cardiovascular Perfusion Science</a></li><li><a href="https://www.nursing.emory.edu/program-details/neonatal-nurse-practitioner">Neonatal Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/pediatric-acute-care-nurse-practitioner">Pediatric Acute Care Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/pediatric-primary-care-nurse-practitioner">Pediatric Primary Care Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/psychiatric-mental-health">Psychiatric Mental Health Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/womens-health-nurse-practitioner">Women's Health/Gender-Related Nurse Practitioner</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e62640b-b928968e"><div class="nav-menu-subheading"><strong>Dual-Degree Programs</strong></div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/msn-ma-in-bioethics-dual-degree-program">MSN-MA in Bioethics</a></li><li><a href="https://www.nursing.emory.edu/program-details/msn-mph-dual-degree-program">MSN-MPH </a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626417-b928968e"><div class="nav-menu-subheading">Doctoral Programs/Specialties</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/post-rn-dnp">Post BSN DNP / Post MN DNP</a></li><li><a href="https://www.nursing.emory.edu/program-details/post-masters-dnp">Post-Masters DNP</a></li><li><a href="https://www.nursing.emory.edu/program-details/dnp-nurse-anesthesia-program">DNP, Nurse Anesthesia (CRNA)</a></li><li><a href="https://www.nursing.emory.edu/program-details/doctor-of-philosophy-in-nursing">Doctor of Philosophy in Nursing PhD</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626428-b928968e"><div class="nav-menu-subheading">Continuing Education</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/emory-nursing-experience">Emory Nursing Experience</a></li><li><a href="https://www.nursing.emory.edu/wocnec-draft">Wound, Ostomy & Continence Nursing Education Center (WOCNEC)</a></li></ul></div></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">As a leader in the development of innovative educational programs and teaching-learning methods, the School of Nursing values the intersection of research and practice</div><a href="https://www.nursing.emory.edu/academics-and-admissions" class="button invert margin-left---auto w-button">lEARN mORE</a></div></div></div></nav></div><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">Faculty & Research</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="groups-wrapper"><div class="nav-group"></div></div><div class="nav-menu---tier-2-grid"><div><div class="nav-menu-subheading">Research</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/overview/office-of-nursing-research">Office of Nursing Research</a></li><li><a href="https://www.nursing.emory.edu/overview/partners">Research Collaborations</a></li><li><a href="https://www.nursing.emory.edu/pages/impactful-student-research">Student Research</a></li><li><a href="https://www.nursing.emory.edu/faculty-and-staff-directory">Faculty Directory</a></li><li><a href="https://nursing.emory.edu/prospective-faculty-staff">Job Opportunities</a></li></ul></div></div><div><div class="nav-menu-subheading">Centers</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/pages/center-for-data-science">Center for Data Science</a></li><li><a href="http://www.nursing.emory.edu/initiatives/center-for-healthcare-history-and-policy">Center for Healthcare History & Policy</a></li><li><a href="/center-for-nursing-excellence-in-palliative-care">Center for Palliative Care</a></li><li><a href="/initiatives/georgia-nursing-workforce-center">Georgia Nursing Workforce Center</a></li><li><a href="/lillian-carter-center/lcc">Lillian Carter Center</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e62646a-b928968e" class="nav-menu-highlight"><div class="nav-menu-highlight-label">IN THE NEWS</div><div class="nav-menu-highlight-image-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b8f4b5de91d9a78fe4e01_6218fe315591eab147bdeae2_news%20feature%20templates%20(600%20%C3%97%20400%20px)%20(3).png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b8f4b5de91d9a78fe4e01_6218fe315591eab147bdeae2_news%20feature%20templates%20(600%20%C3%97%20400%20px)%20(3)-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b8f4b5de91d9a78fe4e01_6218fe315591eab147bdeae2_news%20feature%20templates%20(600%20%C3%97%20400%20px)%20(3).png 600w" alt=""/></div><a href="https://fb.watch/boJ_0FBL_Y/" class="nav-menu-highlight-link-block w-inline-block"><h3 class="navigation-menu-highlight-heading"><strong>Emory’s Open Door For Latinx Youth</strong></h3><div class="nav-menu-hightlight-text">In eight short years, Roxana Chicas progressed from being an Atlanta community college student to what she is today—an assistant professor at the School of Nursing.</div></a></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626475-b928968e"><div class="nav-menu-subheading">Initiatives</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/initiatives/arrow">Atlanta's Resiliency Resource for Frontline Workers (ARROW)</a></li><li><a href="https://www.nursing.emory.edu/overview/capacity">CAPACITY</a></li><li><a href="http://www.nursing.emory.edu/initiatives/charter">Center for Children's Health Assessment, Research Translation, and Combating Environmental Racism (CHARTER)</a></li><li><a href="https://www.nursing.emory.edu/overview/c-chem2">Center for Children's Health, the Environment, the Microbiome, and Metabolomics</a></li><li><a href="https://www.nursing.emory.edu/overview/center-for-the-study-of-symptom-science-metabolomics-and-multiple-chronic-conditions">Center for the Study of Symptom Science, Metabolomics, & Multiple Chronic Conditions</a></li><li><a href="https://steviep42.github.io/eclair/">ECLAIR - Intelligent Candidate to Job Matching</a></li><li><a href="https://www.nursing.emory.edu/initiatives/emory-in-motion">Emory InMotion</a></li><li><a href="https://www.emorycaregiving.org/">Emory Roybal Center for Caregiving Mastery</a></li><li><a href="https://www.nursing.emory.edu/overview/emory-ethiopia-partnership">Ethiopia Partnership</a></li><li><a href="/imc">Integrated Memory Care</a></li><li><a href="https://news.emory.edu/stories/2018/04/nursing_nhcgne/campus.html">National Hartford Center of Gerontological Nursing Excellence</a></li><li><a href="/pehsu/home">PEHSU</a></li><li><a href="https://www.nursing.emory.edu/pages/primary-care-residency-for-new-nps">Primary Care Residency</a></li><li><a href="https://www.nursing.emory.edu/overview/project-nell">Project NeLL</a></li><li><a href="https://www.nursing.emory.edu/pages/southeastern-pediatric-environmental-health-specialty-unit">Southeastern Pediatric Environmental Health Specialty Unit</a></li><li><a href="https://www.nursing.emory.edu/overview/t32-nurse-scientist-training-grant">T32 Women’s Health and Intersectionality Training Grant</a></li><li><a href="https://www.nursing.emory.edu/initiatives/girasoles">The Girasoles (Sunflower) Research Program</a></li></ul></div></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">The Nell Hodgson Woodruff School of Nursing is among the top five nursing schools in the U.S. in funding from the National Institutes of Health (NIH).</div><a href="https://www.nursing.emory.edu/office-of-nursing-research" class="button invert margin-left---auto w-button">lEARN mORE</a></div></div></div></nav></div><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">Global</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="groups-wrapper"><div class="nav-group"></div></div><div class="nav-menu---tier-2-grid"><div><div class="nav-menu-subheading">Lillian Carter Center</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="/lillian-carter-center/lcc">LCC Home Page</a></li><li><a href="/lillian-carter-center/emory-research">Nursing Research in Global Health</a></li><li><a href="/lillian-carter-center/service-learning-immersion-hub">Service Learning and Social Responsibility</a></li><li><a href="/lillian-carter-center/global-engagement">Global Engagement</a></li><li><a href="http://www.emorynursingnow.com/">Emory Nursing Now Blog</a></li><li><a href="https://www.nursing.emory.edu/pages/research#Section-4">Farmworker Family Health Program</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e6264d0-b928968e" class="nav-menu-highlight"><div class="nav-menu-highlight-label">Webcasts</div><div class="nav-menu-highlight-image-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b93f4bc530025beb81df8_6218ffdb2fc59e52ba899bb4_2.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b93f4bc530025beb81df8_6218ffdb2fc59e52ba899bb4_2-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b93f4bc530025beb81df8_6218ffdb2fc59e52ba899bb4_2.png 600w" alt=""/></div><a href="https://nursing.emory.edu/bcn" class="nav-menu-highlight-link-block w-inline-block"><h3 class="navigation-menu-highlight-heading"><strong>Future Of Nursing Workforce</strong></h3><div class="nav-menu-hightlight-text">Emory’s Nell Hodgson Woodruff School of Nursing and Goizueta Business School cohosted the Business Case for Nursing Summit on March 22, an opportunity to hear from experts in health care operations, business and nursing care.</div></a></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">The School of Nursing promotes optimal health and wellness for all by creating, changing, and leading through teaching, discovery, practice, and social action in local and global communities.</div><a href="https://www.nursing.emory.edu/about-us#Section-2" class="button invert margin-left---auto w-button">Learn More</a></div></div></div></nav></div><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">About</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="nav-menu---tier-2-grid"><div><div class="nav-menu-subheading">About Us</div><div href="" class="nav-link-list w-richtext"><ul role="list"><li><a href="http://www.nursing.emory.edu/about-us">About Page</a></li><li><a href="https://www.nursing.emory.edu/pages/fast-facts">Fast Facts</a></li><li><a href="https://www.nursing.emory.edu/pages/leadership">Leadership</a></li><li><a href="https://www.nursing.emory.edu/resources/diversity-equity-and-inclusion">Diversity</a></li><li><a href="https://www.nursing.emory.edu/pages/history-and-traditions">History</a></li><li><a href="https://www.nursing.emory.edu/pages/visitor-information">Visitor Info</a></li><li><a href="https://www.nursing.emory.edu/pages/contact">Contact</a></li><li><a href="https://www.nursing.emory.edu/pages/accreditation">Accreditation</a></li><li><a href="/enlc/emory-nursing-learning-center">Emory Nursing Learning Center</a></li></ul></div></div><div><div class="nav-menu-subheading">Emory University</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.emory.edu/">University Website</a></li><li><a href="https://www.emory.edu/home/explore/about-emory.html">About Emory</a></li><li><a href="https://www.emory.edu/home/explore/emory-profile/index.html">Emory Profile</a></li><li><a href="https://www.emory.edu/home/explore/atlanta-community/index.html">Atlanta & Community</a></li><li><a href="https://www.emory.edu/home/explore/life/index.html">Life at Emory</a></li><li><a href="https://www.emory.edu/home/explore/administration.html">University Administration</a></li><li><a href="https://www.emory.edu/home/explore/reports.html">University Reports</a></li><li><a href="https://www.emory.edu/home/explore/history-traditions.html">Emory History</a></li></ul></div></div><div class="nav-menu-highlight"><div class="nav-menu-highlight-label">IN THE NEWS</div><div class="nav-menu-highlight-image-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b97befda537f9c18bbca2_620d553b2f6f776f3a2ad11c_9.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b97befda537f9c18bbca2_620d553b2f6f776f3a2ad11c_9-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b97befda537f9c18bbca2_620d553b2f6f776f3a2ad11c_9.png 600w" alt=""/></div><a href="https://news.emory.edu/stories/2022/02/son-nih-award/story.html" class="nav-menu-highlight-link-block w-inline-block"><h3 class="navigation-menu-highlight-heading"><strong>NIH Awards $4 Million Grant To Improve Health In Diverse Communities</strong></h3><div class="nav-menu-hightlight-text">With this grant, an Emory-led team of environmental health scientists and health communication experts from the University of Georgia will join forces to translate important environmental health research findings to key stakeholders in the community, academia and health care systems through the newly created Center for Children’s Health Assessment, Research Translation and Combating Racism.</div></a></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">As one of the top nursing schools in the nation, the Nell Hodgson Woodruff School of Nursing commits to educating visionary nurse leaders and scholars</div><a href="https://www.nursing.emory.edu/about-us" class="button invert margin-left---auto w-button">Learn More</a></div></div></div></nav></div><a href="http://www.nursing.emory.edu/news-archive" class="dropdown-5 w-inline-block"><div class="nav-menu-tier-2-header"><div class="nav-header-text">News</div></div></a><a href="/pages/events-calendar" class="dropdown-5 w-inline-block"><div class="nav-menu-tier-2-header"><div class="nav-header-text">Events</div></div></a><div class="dropdown-5"><a href="https://together.emory.edu/give/checkout?&aid=76211901.06626602.10350001.03135002&appeal=w0son&utm_medium=referral&utm_source=s-u-website&utm_campaign=giving-links" class="w-inline-block"><div class="nav-button"><div class="nav-header-text">GIVING</div><div class="linktype-icon-wrapper"></div></div></a></div></div></div></div></nav><div class="menu-button-3 w-nav-button"><div class="w-icon-nav-menu"></div></div></div><div id="main" class="main-skip"></div><div class="return-to-top-wrapper"><a href="#Nav-Bar" class="to-top-button w-button"></a></div></div></div><div><div class="nav-dropdown-wrapper"><div class="breadcrumb-text">Program:</div><div data-hover="false" data-delay="0" class="dropdown-4 w-dropdown"><div class="dropdown-toggle-2 w-dropdown-toggle"><div class="breadcrumb-text current-program">Emory and Oxford Students</div><div class="icon-6 w-icon-dropdown-toggle"></div></div><nav class="dropdown-list-2 w-dropdown-list"><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="/program-details/adult-gerontology-acute-care" class="breadcrumb-text w-dropdown-link">Adult-Gerontology Acute Care</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/adult-gerontology-primary-care-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Adult-Gerontology Primary Care Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/bsn-transfer-option" class="breadcrumb-text w-dropdown-link">BSN Transfer Option</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/dnp-nurse-anesthesia-program" class="breadcrumb-text w-dropdown-link">DNP, Nurse Anesthesia Program</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/distance-accelerated-bsn" class="breadcrumb-text w-dropdown-link">Distance Accelerated BSN</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/doctor-of-philosophy-in-nursing" class="breadcrumb-text w-dropdown-link">Doctor of Philosophy in Nursing (PhD)</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/family-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Family Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/emergency-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Family/Emergency Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/high-school-students" class="breadcrumb-text w-dropdown-link">High School Students</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/msn-ma-in-bioethics-dual-degree-program" class="breadcrumb-text w-dropdown-link">MSN-MA in Bioethics Dual Degree Program</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/msn-mph-dual-degree-program" class="breadcrumb-text w-dropdown-link">MSN-MPH Dual Degree Program</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/master-in-cardiovascular-perfusion-science" class="breadcrumb-text w-dropdown-link">Master in Cardiovascular Perfusion Science</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/master-of-nursing-pathway-to-msn" class="breadcrumb-text w-dropdown-link">Master of Nursing (MN) Pathway to Master of Science in Nursing (MSN)</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/mn-fall-start" class="breadcrumb-text w-dropdown-link">Master of Nursing Fall Start (Pre-Licensure Program)</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/mn-spring-start" class="breadcrumb-text w-dropdown-link">Master of Nursing Spring Start (Pre-Licensure Program)</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/neonatal-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Neonatal Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/pediatric-acute-care-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Pediatric Acute Care Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/pediatric-primary-care-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Pediatric Primary Care Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/post-rn-dnp" class="breadcrumb-text w-dropdown-link">Post BSN DNP / Post MN DNP </a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/post-masters-dnp" class="breadcrumb-text w-dropdown-link">Post-Masters DNP</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/psychiatric-mental-health" class="breadcrumb-text w-dropdown-link">Psychiatric Mental Health</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/womens-health-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Women’s Health/Gender-Related Nurse Practitioner</a></div></div></div></nav></div></div></div><div id="Page-Home" class="hero-image-group-wrapper"><div class="w-dyn-list"><script type="text/x-wf-template" id="wf-template-68d1ee64-d393-03e4-8e33-13a4ffac5620">%3Cdiv%20role%3D%22listitem%22%20class%3D%22image-wrapper---hero-image-group%20w-dyn-item%20w-dyn-repeater-item%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624e117d3980de918716c47e_0073001-18SN-0152.jpg%22%20loading%3D%22lazy%22%20alt%3D%22%22%20sizes%3D%22100vw%22%20srcset%3D%22https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624e117d3980de918716c47e_0073001-18SN-0152-p-1080.jpeg%201080w%2C%20https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624e117d3980de918716c47e_0073001-18SN-0152-p-1600.jpeg%201600w%2C%20https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624e117d3980de918716c47e_0073001-18SN-0152-p-2000.jpeg%202000w%2C%20https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624e117d3980de918716c47e_0073001-18SN-0152-p-2600.jpeg%202600w%2C%20https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624e117d3980de918716c47e_0073001-18SN-0152-p-3200.jpeg%203200w%2C%20https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624e117d3980de918716c47e_0073001-18SN-0152.jpg%205760w%22%20class%3D%22hero-images%22%2F%3E%3C%2Fdiv%3E</script><div role="list" class="hero-image-group w-dyn-items"><div role="listitem" class="image-wrapper---hero-image-group w-dyn-item w-dyn-repeater-item"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e117d3980de918716c47e_0073001-18SN-0152.jpg" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e117d3980de918716c47e_0073001-18SN-0152-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e117d3980de918716c47e_0073001-18SN-0152-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e117d3980de918716c47e_0073001-18SN-0152-p-2000.jpeg 2000w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e117d3980de918716c47e_0073001-18SN-0152-p-2600.jpeg 2600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e117d3980de918716c47e_0073001-18SN-0152-p-3200.jpeg 3200w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e117d3980de918716c47e_0073001-18SN-0152.jpg 5760w" class="hero-images"/></div><div role="listitem" class="image-wrapper---hero-image-group w-dyn-item w-dyn-repeater-item"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e13b0e20ce156cd139e7d_Emory-%235-(2).gif" loading="lazy" alt="" class="hero-images"/></div><div role="listitem" class="image-wrapper---hero-image-group w-dyn-item w-dyn-repeater-item"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e13c05d5d9c786a2ffb3b_0062051-17AB-F041.jpg" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e13c05d5d9c786a2ffb3b_0062051-17AB-F041-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e13c05d5d9c786a2ffb3b_0062051-17AB-F041-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e13c05d5d9c786a2ffb3b_0062051-17AB-F041-p-2000.jpeg 2000w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e13c05d5d9c786a2ffb3b_0062051-17AB-F041-p-2600.jpeg 2600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e13c05d5d9c786a2ffb3b_0062051-17AB-F041-p-3200.jpeg 3200w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e13c05d5d9c786a2ffb3b_0062051-17AB-F041.jpg 5760w" class="hero-images"/></div><div role="listitem" class="image-wrapper---hero-image-group w-dyn-item w-dyn-repeater-item"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e1435ff239e81b4b100c2_0062901-12BM-F045.jpg" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e1435ff239e81b4b100c2_0062901-12BM-F045-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e1435ff239e81b4b100c2_0062901-12BM-F045-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e1435ff239e81b4b100c2_0062901-12BM-F045-p-2000.jpeg 2000w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e1435ff239e81b4b100c2_0062901-12BM-F045-p-2600.jpeg 2600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e1435ff239e81b4b100c2_0062901-12BM-F045-p-3200.jpeg 3200w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e1435ff239e81b4b100c2_0062901-12BM-F045.jpg 5120w" class="hero-images"/></div></div><div class="hide-empty-state w-dyn-hide w-dyn-empty"><div>No items found.</div></div></div><div class="hero-image-group single-image w-condition-invisible"><div class="image-wrapper---hero-image-group"><img src="" loading="lazy" alt="" class="hero-images w-dyn-bind-empty"/></div><div style="background-image:none" class="div-block-451"></div></div></div><div class="vertical-offset-small-wrapper"><div class="main-content-wrapper"><div class="main-content-heading-section"><div class="information-box"><h1 class="heading-48">Emory and Oxford Students</h1><div class="bar spacing---small"></div><div class="div-block-417"><div class="rich-text-block-25 w-richtext"><p>The Bachelor of Science in Nursing (BSN) Freshman Option provides Emory College and Oxford College students with a solid foundation for beginning a career as a registered nurse. This program is designed for students who wish to pursue the BSN as their first bachelor’s degree. </p></div><div class="heading-side-content"><div class="div-block-418"><div class="heading-section-sticky-button-box"><a href="https://apply.nursing.emory.edu/register/info-request" class="heading-box-button button solid-background w-button">Request Info</a><a href="https://apply.nursing.emory.edu/apply/" class="heading-box-button button solid-background w-button">Apply Now</a></div><div class="div-block-403"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/66f22f8f77c9e439f2934715_BC15-NursingPrograms-2025.png" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/66f22f8f77c9e439f2934715_BC15-NursingPrograms-2025-p-500.png 500w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/66f22f8f77c9e439f2934715_BC15-NursingPrograms-2025-p-800.png 800w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/66f22f8f77c9e439f2934715_BC15-NursingPrograms-2025.png 1038w" class="image-58"/></div></div></div></div></div></div><div class="page-section-group"><div id="overview" class="main-content-section-wrapper"><h2 class="thin">Overview</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_50beb31a-f80b-4018-412a-3f23c5d1910f-3cfd3f4f" class="main-section-content w-richtext"><h3>First, the Prerequisites</h3><p>As a Freshman Option student, the first two years of general education prerequisites are taken at Emory College or Oxford College. Students may apply and be admitted to the nursing program while the prerequisites are in progress. All required courses must be completed before enrolling in the BSN program in the fall semester.</p><p>Emory and Oxford students should plan to apply to the BSN first-degree program during their 3<sup>rd </sup>semester, which typically is the fall of their sophomore year. Emory University undergraduate students applying to our BSN program will automatically be admitted to the School of Nursing if they meet certain requirements.</p><h3>Second, the Nursing Education</h3><p>In the remaining two years at Emory, you’ll learn the practice of nursing in clinical and classroom settings. The nursing program is designed to be completed in four semesters of full-time enrollment.</p><p>Graduates of the BSN program are eligible to take the NCLEX examination to become a Registered Nurse in any U.S. state. BSN graduates can work in a wide array of practice areas in health care and beyond.</p><p></p></div><div id="w-node-_50beb31a-f80b-4018-412a-3f23c5d19125-3cfd3f4f" class="offset-section-side-content-wrapper"><div class="sticky-on-desktop"><div class="side-content w-richtext"><p><strong>Helen Baker<br/></strong>Program Director, BSN<br/><a href="mailto:helen.baker@emory.edu">helen.baker@emory.edu</a></p><p><strong>Victoria McKinney</strong><br/>Program Manager, BSN <br/><a href="mailto:victoria.a.mckinney@emory.edu">victoria.a.mckinney@emory.edu</a></p><p>For admission questions, please email the admissions office at <a href="mailto:nursingquestions@emory.edu">nursingquestions@emory.edu.</a></p></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="distinguishing-icons" class="main-content-section-wrapper flexible background---transparent"><div class="icon-highlights"><div class="highlight-fullspan-background"></div><div class="padding---extra-small"><div class="icon-group-wrapper"><div class="icon-card"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/61ef0130a5e689bbbb93c38f_finanical%20aid%20icon.png" loading="lazy" alt="" class="icon-image"/><div class="icon-content"><h3 class="icon-heading">Financial Aid</h3><div class="icon-blurb">More than 92 percent of the students in the School of Nursing receive some type of financial assistance.</div></div></div><div class="icon-card"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/61ef01392b7f46fe1e02a655_clinical%20placement%20icon.png" loading="lazy" alt="" class="icon-image"/><div class="icon-content"><h3 class="icon-heading">Clinical Placements</h3><div class="icon-blurb">Our students train in numerous clinical sites in Atlanta and across the U.S.</div></div></div><div class="icon-card"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/61eefc03e613792b4aa8b0b6_5f11b1201240044c143a6583_Group%20688.png" loading="lazy" alt="" class="icon-image"/><div class="icon-content"><h3 class="icon-heading">Global Opportunities</h3><div class="icon-blurb">At NHWSN, we are preparing nurses to become globally engaged citizens.</div></div></div></div></div></div></div><div id="program-faculty" class="main-content-section-wrapper test"><h2 class="thin">Faculty</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content"></div></div><div id="plan-of-study" class="main-content-section-wrapper"><h2 class="thin">Curriculum</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content w-dyn-bind-empty w-richtext"></div><div><div class="w-dyn-list"><div role="list" class="collection-list-17 w-dyn-items"><div id="w-node-a4cb3aa8-b5aa-be91-d602-f39544a2d4fd-3cfd3f4f" role="listitem" class="w-dyn-item"><div><a href="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/6719dc166ce43feaf787ae57_BSN-Plan-of-Study-Fall-24.pdf" class="link-with-symbol w-inline-block"><div class="div-block-155"><div class="text-block-110">BSN Plan of Study (Fall 2024)</div><div class="linktype-symbol-wrapper"><div class="symbol"></div></div></div></a></div></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="student-spotlight" class="main-content-section-wrapper"><div class="w-dyn-list"><div class="empty-state-13 w-dyn-empty"></div></div></div><div id="admission-requirements" class="main-content-section-wrapper"><h2 class="thin">Admission Requirements</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_439ba482-1bc6-5b3c-e226-bf560f981c3a-3cfd3f4f" class="main-section-content w-richtext"><p>To be considered for admission to the Nell Hodgson Woodruff School of Nursing, you must submit the following items:</p><ul role="list"><li><a href="https://apply.nursing.emory.edu/apply/">Application for Admission</a></li><li>Official transcripts from institutions outside of Emory University</li><li>Resume/CV</li><li>Optional personal statement</li><li>Manually waived by the Admission Team for Emory University students: <br/>$50 application fee and standardized test scores</li></ul><p>Please review the Prerequisites tab to review prerequisite course requirements. All prerequisite courses must be completed with a grade of C or higher by the start date of the BSN program. Prerequisite courses must be completed with a letter grade to receive credit. The School of Nursing does not accept pass/fail grades for prerequisite coursework nor any additional courses included in the 60-credit hour requirement.</p><h3>Guaranteed Admission Criteria</h3><p>Emory and Oxford students must obtain a cumulative GPA of a 3.0 to receive guaranteed admission into the BSN program. <strong>Students whose cumulative GPA is less than a 3.0 will not receive guaranteed admission and will be placed on the waitlist for further review by the Admission Committee.</strong> <em>Additional documents, such as updated transcripts and letters of recommendation, may be requested for further review.</em></p></div><div id="w-node-_439ba482-1bc6-5b3c-e226-bf560f981c3b-3cfd3f4f" class="offset-section-side-content-wrapper"><div class="sticky-on-desktop"><div class="side-content w-richtext"><p>Application Deadlines</p><p><a href="https://apply.nursing.emory.edu/apply/">View application deadlines</a>.</p></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="application" class="main-content-section-wrapper w-condition-invisible"><h2 class="thin">Application</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_8bf27d66-fa00-781b-cf8f-f394a8ce6231-3cfd3f4f" class="main-section-content w-dyn-bind-empty w-richtext"></div><div id="w-node-_8bf27d66-fa00-781b-cf8f-f394a8ce6232-3cfd3f4f" class="offset-section-side-content-wrapper"><div class="sticky-on-desktop"><div class="side-content w-richtext"><p></p><p></p></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-1" class="main-content-section-wrapper w-condition-invisible"><h2 class="thin w-dyn-bind-empty"></h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_590ed411-e877-746a-0c3a-dff8dc0cd5d1-3cfd3f4f" class="main-section-content w-dyn-bind-empty w-richtext"></div><div id="w-node-_590ed411-e877-746a-0c3a-dff8dc0cd5d2-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-2" class="main-content-section-wrapper"><h2 class="thin">General Education Requirements</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_6b3ec613-be6c-5385-2099-f7ed8a3762bc-3cfd3f4f" class="main-section-content w-richtext"><p>All first-degree BSN students must satisfy Emory University Nursing General Education Requirements (GERs) in addition to prerequisite requirements to matriculate to the School of Nursing. Students who fail to provide official transcripts showing these requirements by orientation will be removed from classes and admission will be rescinded. The Nursing Office of the Registrar has final approval of courses meeting GER and prerequisite requirements.</p><p><strong>Emory/Oxford College students </strong>must complete all first- and second-year requirements (e.g., ECS101, HLTH100, PE). Please contact your advisor to ensure you fulfill these requirements.</p><p>Students can use the "what if" feature in Degree Tracker to view alignment with Nursing GERs and credit hour completion. Additional elective courses will be needed to meet 60 credit hours, excluding pathophysiology, pharmacology, technical, or some applied art, music, or theater courses.</p><p>Please review <a href="/emory-resources/emory-oxford-general-education-requirements">this guidance sheet</a> for more details.</p></div><div id="w-node-_6b3ec613-be6c-5385-2099-f7ed8a3762bd-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-3" class="main-content-section-wrapper"><h2 class="thin">Prerequisites (Emory College)</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_6d449d0d-90a8-bf9b-2858-4387bbf6d75d-3cfd3f4f" class="main-section-content w-richtext"><p>The prerequisites for the BSN program include 60 semester hours or 90 quarter hours of graded college course credit. Students may submit an application for admission with the courses in progress, but all prerequisites must be completed successfully by the time you plan to begin the nursing program.</p><p>Course planning will depend on your AP/IB credits, dual-enrollment credits, and what you are prepared to take in the first year or second year. The list below contains all prerequisites that must be satisfied to begin the BSN program. Students can use the "what if" feature in Degree Tracker to view alignment with Nursing GERs and credit hour completion.</p><div class="w-embed"><table class="prerequisite_table"> <tr class="table_header"> <td>Course Name</td> <td>Course Number</td> </tr> <tr class="row"> <td>Chemistry I with lab</td> <td>CHEM 150 & 150L</td> </tr> <tr class="row"> <td>Human Anatomy and Physiology I with lab</td> <td>NRSG 201</td> </tr> <tr class="row"> <td>Human Anatomy and Physiology II with lab</td> <td>NRSG 202</td> </tr> <tr class="row"> <td>Microbiology with lab</td> <td>NRSG 205</td> </tr> <tr class="row"> <td>Clinical Nutrition</td> <td>NRSG 207</td> </tr> <tr class="row"> <td>Intro to Stat Inference</td> <td>QTM 100</td> </tr> <tr class="row"> <td>Human Growth and Development</td> <td>NRSG 200</td> </tr> </table> <style> table, td, th { border: 1px solid #ddd; text-align: left; } table { border-collapse: collapse; width: 100%; } th, td { padding: 15px; } </style></div><p></p><p>For enrollment in NRSG 200, 201, 202, 205, or 207, our required prerequisite registration request form for <strong>spring semester </strong>will be open October 7, 2024 to October 11, 2024. This form has taken the place of permission numbers. </p><p>*Please note: Nursing and pre-nursing students will receive priority access to NRSG courses. If enrolled, you will be notified no later than October 25, 2024.</p><p><a href="https://forms.office.com/r/DiFaBqXNDr"><strong>Prerequisite Registration Request Form</strong></a></p><p>The completion of this form is a requirement for course enrollment. All others will immediately be placed on a waitlist. Once you have completed the form, there is no further action required on your part as all enrollment is performed in our department. You will be notified via email about upcoming enrollment or course waitlists.</p><p>Email <strong>nrsgpermissioninquiries@emory.edu</strong> with any questions regarding nursing prerequisite enrollment.</p></div><div id="w-node-_6d449d0d-90a8-bf9b-2858-4387bbf6d75e-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-4" class="main-content-section-wrapper"><h2 class="thin">Prerequisites (Oxford College)</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-b30f84e0-e8ba-fb1e-5f31-9094d1525bfc-3cfd3f4f" class="main-section-content w-richtext"><p>Oxford students are required to complete the General Education Plan for their first and second years and should work with their Oxford academic advisor to satisfy these requirements. As a part of the BSN first-degree requirements, students must complete 60 semester hours or 90 quarter hours of graded college course credit.</p><p>Students may submit an application for admission to the BSN program with prerequisite courses in progress, but all prerequisites must be completed successfully by the time you plan to begin the nursing program.<br/><br/> Course planning will depend on your AP/IB credits, dual-enrollment credits, and what you are prepared to take in the first year or second year. The list below contains all prerequisites that must be satisfied to begin the BSN program. Students can use the "what if" feature in Degree Tracker to view alignment with Nursing GERs and credit hour completion.</p><div class="w-embed"><table class="prerequisite_table"> <tr class="table_header"> <td>Course Name</td> <td>Course Number</td> </tr> <tr class="row"> <td>Chemistry with lab</td> <td>CHEM_OX 150 & CHEM_OX 150L</td> </tr> <tr class="row"> <td>Human Anatomy and Physiology I with lab</td> <td>NRSG_OX 201</td> </tr> <tr class="row"> <td>Human Anatomy and Physiology II with lab</td> <td>NRSG_OX 202</td> </tr> <tr class="row"> <td>Microbiology with lab</td> <td>NRSG_OX 205</td> </tr> <tr class="row"> <td>Clinical Nutrition</td> <td>NRSG_OX 207</td> </tr> <tr class="row"> <td>Intro to Stat Inference</td> <td>QTM_OX 100</td> </tr> <tr class="row"> <td>Child Development</td> <td>PSYCH_OX 205</td> </tr> </table> <style> table, td, th { border: 1px solid #ddd; text-align: left; } table { border-collapse: collapse; width: 100%; } th, td { padding: 15px; } </style></div><p><strong></strong></p><p><strong>Oxford Graduation Requirements</strong></p><p>To continue to Nursing, Oxford students must complete all components of the Oxford College General Education Program. Please see all of those requirements in the <a href="https://oxford.emory.edu/catalog/academics/gep-requirements.html"><strong>Oxford catalog.</strong></a></p><p>Oxford students should email <a href="mailto:oxadvising@emory.edu"><strong>oxadvising@emory.edu</strong></a> for permission numbers and any questions regarding nursing prerequisite enrollment.</p><p>*Please note these courses are only available to nursing or pre-nursing students.</p></div><div id="w-node-b30f84e0-e8ba-fb1e-5f31-9094d1525bfd-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-5" class="main-content-section-wrapper w-condition-invisible"><h2 class="thin w-dyn-bind-empty"></h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-e8aa51ee-59fb-c05f-459f-72539c08c27d-3cfd3f4f" class="main-section-content w-dyn-bind-empty w-richtext"></div><div id="w-node-e8aa51ee-59fb-c05f-459f-72539c08c27e-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="FAQ" class="main-content-section-wrapper w-condition-invisible"><h2 class="thin">FAQ</h2><div class="bar background---light-gray spacing---small"></div><div class="faq_richtext w-dyn-bind-empty w-richtext"></div><div class="w-embed w-script"><style> .faq_richtext p{ /* margin-block-start: 0em; */ } .faq_wrapper { margin-left: 3em; margin-bottom: .2em; height: auto; position:relative; } .faq_indicator { left: -1.5em; top: 0.5em; font-size: 1.5em; position: absolute; opacity: .5; transition: all .2s; } .faq_indicator::before { content: "⯈"; } .faq_indicator_active { transform: rotate(90deg); } .faq_question { padding: 1em; background-color: rgba(0,0,100,.1); cursor: pointer; } .faq_question:hover { cursor:pointer; } .faq_question p { margin-block-end: 0em; margin-block-start: 0em; } .faq_answer { max-height: 0px; padding: .5em 1em 0em 1em; overflow: hidden; transition: max-height 0.3s; /* color: gray; */ } .faq_answer_show { max-height:200em; overflow-y: auto; } .faq_richtext :is(h1, h2, h3, h4, h5, h6) { margin-top: 1em; } </style> <script> function changeFAQRichTextDivs (){ //target parent elements const parentClassName = "faq_richtext" const wrapperClassName = "faq_wrapper" const questionClassName = "faq_question" const answerClassName = "faq_answer" const answerShowClass = "faq_answer_show" const faqIndicatorClass = "faq_indicator" const faqIndicatorActiveClass = "faq_indicator_active" //function to target answers to toggle state function toggleAnswer (id){ let element = document.getElementById(id) element.classList.toggle(answerShowClass) } //counters let parentIDcounter = 0; let questionIDcounter = 0; const faqParents = Array.from(document.getElementsByClassName(parentClassName)) faqParents.forEach(faqParent =>{ parentIDcounter++; let faqObjectGroup = []; let questionStaging = []; let answerStaging = []; // gather all paragraphs const paragraphs = Array.from(faqParent.children); // this function packages the questions and answers in their own divs function createFAQDIV (questions, answers) { questionIDcounter++; let faqID = `FAQ-Wrapper:${parentIDcounter}:${questionIDcounter}`; let faqQuestionID = `Question:${parentIDcounter}:${questionIDcounter}`; let faqAnswerID = `Answer:${parentIDcounter}:${questionIDcounter}`; let faqIndicatorID = `Arrow:${parentIDcounter}:${questionIDcounter}`; let faqWrapper = document.createElement("DIV"); let faqQuestion = document.createElement("DIV"); let faqAnswer = document.createElement("DIV"); let faqIndicator = document.createElement("DIV"); faqWrapper.className = wrapperClassName; faqWrapper.id = faqID; faqQuestion.className = questionClassName; faqQuestion.id = faqQuestionID; faqAnswer.className = answerClassName; faqAnswer.id = faqAnswerID; faqIndicator.className = faqIndicatorClass; faqIndicator.id = faqIndicatorID faqQuestion.onclick = () => { document.getElementById(faqAnswerID).classList.toggle(answerShowClass) document.getElementById(faqIndicatorID).classList.toggle(faqIndicatorActiveClass) } questions.forEach(question => { faqQuestion.appendChild(question) }) answers.forEach(answer =>{ faqAnswer.appendChild(answer) }) faqWrapper.append(faqQuestion) faqWrapper.append(faqAnswer) faqQuestion.append(faqIndicator) return faqWrapper; } // Function checks if text is an FAQ question based on strong tags function isThisAQuestion(text){ const strongStringOpen = "<strong>"; const strongStringClose = "</strong>" let questionObject = {}; questionObject.containsStrongText = text.includes(strongStringOpen) ? true : false; questionObject.strongOpeningIndex = text.indexOf(strongStringOpen) questionObject.strongOpeningAtStart = (questionObject.strongOpeningIndex === 0) ? true : false; questionObject.containsMultipleStrongTags = (text.indexOf(strongStringOpen, questionObject.strongOpeningIndex+1) !== -1) ? true : false; questionObject.strongClosingAtEnd = (text.indexOf(strongStringClose) === (text.length-strongStringClose.length)) ? true : false; questionObject.isQuestion = ((questionObject.strongOpeningAtStart===true)&&(questionObject.strongClosingAtEnd===true)&&(questionObject.containsMultipleStrongTags===false)) ? true : false return questionObject.isQuestion; } // Function checks if text is an FAQ question based on strong tags function isThisAHeader(text){ const headerOpen = ["<h1>","<h2>","<h3>","<h4>","<h5>","<h6>"]; let isHeader = false; headerOpen.forEach(header => { if(text.includes(header)){ isHeader = true; } }) return isHeader; } function sendFAQPackageAndReset (){ let faqPackage = createFAQDIV(questionStaging,answerStaging) faqObjectGroup.push(faqPackage) questionStaging = []; answerStaging = []; } paragraphs.forEach(paragraph =>{ let elementInnerHTML = paragraph.innerHTML if (isThisAHeader(paragraph.outerHTML)){ if (faqObjectGroup.length !== 0) { sendFAQPackageAndReset(); } faqObjectGroup.push(paragraph) return } if (isThisAQuestion(elementInnerHTML)){ questionStaging.push(paragraph) } else { answerStaging.push(paragraph) let nextElementSiblingInnerHTML = paragraph.nextElementSibling ? paragraph.nextElementSibling.innerHTML : false; if ((nextElementSiblingInnerHTML === false) || (isThisAQuestion(nextElementSiblingInnerHTML))){ sendFAQPackageAndReset(); } } }) faqObjectGroup.forEach(package =>{ faqParent.appendChild(package) }) questionIDcounter = 0; }); } changeFAQRichTextDivs(); </script></div></div><div><div id="partials" class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><div class="page-section-category"><div class="main-content-section-wrapper"><div class="content-id">Accreditation</div><h2 class="thin spacing---small">Accreditation</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content w-richtext"><p>Emory University <a href="https://www.emory.edu/home/academics/faculty-teaching/accreditations-memberships.html">undergoes accreditation at the university level</a> and throughout our colleges and schools to ensure our educational programs meet the highest standards. The Nell Hodgson Woodruff School of Nursing is accredited by multiple organizations. For a list of accreditations, you can visit our <a href="/pages/accreditation">Accreditations</a> page.<br/></p></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 479px) 96vw, (max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div></div></div></div></div><div class="w-embed w-script"><script> function assignNavLinkAndIDsToMultiFieldContent(){ function stringCleaner (string){ const regex = /[^a-z0-9- ]/g const regexSpaces = / /g let cleanedString = string.toLowerCase().replace(regex, "").replace(regexSpaces, "-") return cleanedString; } function assignHREF(anchor, hrefString){ anchor.href = hrefString } function assignID(element, idString){ element.id = idString } const navLinkIds = [... document.getElementsByClassName("nav-content-id")] // console.log(navLinkIds) const sectionIDs = [... document.getElementsByClassName("content-id")] // console.log(sectionIDs) sectionIDs.forEach((sectionID, i) =>{ const id = stringCleaner(sectionID.innerHTML) const idString = "#" + id; const navLink = navLinkIds[i].parentNode assignHREF(navLink, idString) assignID(sectionID.parentNode, id) // console.log(navLink) // console.log(sectionID) }); }; function assignNavLinkAndIDsToMultiFieldContent(){ function stringCleaner (string){ const regex = /[^a-z0-9- ]/g const regexSpaces = / /g let cleanedString = string.toLowerCase().replace(regex, "").replace(regexSpaces, "-") return cleanedString; } function assignHREF(anchor, hrefString){ anchor.href = hrefString } function assignID(element, idString){ element.id = idString } const navLinkIds = [... document.getElementsByClassName("nav-content-id")] // console.log(navLinkIds) const sectionIDs = [... document.getElementsByClassName("content-id")] // console.log(sectionIDs) sectionIDs.forEach((sectionID, i) =>{ const id = stringCleaner(sectionID.innerHTML) const idString = "#" + id; const navLink = navLinkIds[i].parentNode assignHREF(navLink, idString) assignID(sectionID.parentNode, id) // console.log(navLink) // console.log(sectionID) }); }; document.addEventListener("DOMContentLoaded", function(event) { console.log("I did WOrk") assignNavLinkAndIDsToMultiFieldContent(); }); </script></div></div><div id="news" class="main-content-section-wrapper w-dyn-list"><div class="empty-state-14 w-dyn-empty"></div></div><div id="test" class="main-content-section-wrapper test"><h2 class="thin">Test Content Heading</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_416d20a0-9474-0be0-244b-3e515235d470-3cfd3f4f" class="main-section-content w-richtext"><p>The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.</p><h4>Static and dynamic content editing</h4><figure style="max-width:1400px" class="w-richtext-align-fullwidth w-richtext-figure-type-image"><div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR.jpg" loading="lazy" alt=""/></div></figure><p></p><h4>How to customize formatting for each rich text</h4><p>Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system. How to customize formatting for each <a href="http://gmail.com">rich text</a></p><p>Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.</p><ul role="list"><li>Test and more Test</li><li>asdasteawsdsf</li><li>asdfas</li><li></li></ul><h3>Static and dynamic content editing</h3><p>A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</p></div><div id="w-node-_416d20a0-9474-0be0-244b-3e515235d48f-3cfd3f4f" class="offset-section-side-content-wrapper"><div class="sticky-on-desktop"><div class="side-content w-richtext"><figure style="max-width:1600pxpx" class="w-richtext-align-fullwidth w-richtext-figure-type-image"><div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1c10971cd5229f721bee_double-exposure-smart-medical-doctor-working-abstract-operating-room-as-concept-43622592.jpg" loading="lazy" alt=""/></div></figure><ul role="list"><li>testasdf; as;dflkjas dl;asdf a;slkdjf;asldkfjasd;fas</li><li>as;dlfkjasd aljsad;lkfjas df;kljasd</li><li>asdf;laskdflkasjdf as</li></ul><p>Images, and video all <a href="http://www.test.com">in one</a> place instead of having to add and format them individually. Just double-click and easily create content.</p><p><a href="http://google.com">Link Test</a></p><div class="w-embed"><div>custom code</div></div></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div class="hidden"><div class="w-richtext"><div class="w-embed w-script"><script> // current default section order // 100 student-spotlight // 110 overview // 120 distinguishing-icons // 130 plan-of-study // 140 admission-requirements // 150 application // 160 section-1 // 170 section-2 // 180 section-3 // 190 section-4 // 200 section-5 // 210 FAQ // 220 partials // 230 news // 240 test sectionSorterOrderList = { 'student-spotlight': 100, 'overview': 110, 'distinguishing-icons': 120, 'plan-of-study': 130, 'admission-requirements': 140, 'application': 150, 'section-1': 160, 'section-2': 170, 'section-3': 180, 'section-4': 190, 'section-5': 200, 'FAQ': 210, 'partials': 220, 'news': 230, 'test': 240 } </script></div></div></div></div></div><div class="menu-track-alt"><div class="floating-menu"><a data-w-id="1e227e8e-a5ae-9c0d-6bcf-c10706cb0b5b" href="#" class="floating-menu-show-hide-button w-button"></a><div data-w-id="ff1480f7-fbfc-77f2-8aaa-2309c5280118" class="floating-menu-wrapper"><div class="floating-nav-link-wrapper"><a href="#Page-Home" class="floating-nav-link">Introduction</a></div><div class="floating-nav-link-wrapper"><a href="#overview" class="floating-nav-link">Overview</a></div><div class="floating-nav-link-wrapper"><a href="#plan-of-study" class="floating-nav-link">Curriculum</a></div><div class="floating-nav-link-wrapper"><a href="#admission-requirements" class="floating-nav-link">Admission Requirements</a></div><div class="floating-nav-link-wrapper w-condition-invisible"><a href="#application" class="floating-nav-link">Application</a></div><div class="floating-nav-link-wrapper w-condition-invisible"><a href="#section-1" class="floating-nav-link w-dyn-bind-empty"></a></div><div class="floating-nav-link-wrapper"><a href="#section-2" class="floating-nav-link">General Education Requirements</a></div><div class="floating-nav-link-wrapper"><a href="#section-3" class="floating-nav-link">Prerequisites (Emory College)</a></div><div class="floating-nav-link-wrapper"><a href="#section-4" class="floating-nav-link">Prerequisites (Oxford College)</a></div><div class="floating-nav-link-wrapper w-condition-invisible"><a href="#section-5" class="floating-nav-link w-dyn-bind-empty"></a></div><div class="floating-nav-link-wrapper w-condition-invisible"><a href="#FAQ" class="floating-nav-link">FAQ</a></div><div><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><div class="floating-nav-link-wrapper"><a href="#" class="floating-nav-link w-inline-block"><div class="nav-content-id">Accreditation</div><div>Accreditation</div></a></div></div></div></div></div><div class="hidden w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><div class="floating-nav-link-wrapper"><a href="#" class="floating-nav-link nav-link-custom-content">Accreditation</a></div></div></div></div><a href="#" class="floating-menu-show-hide-button hide w-button"></a></div></div></div></div><div class="section"><div class="footer-main-wrapper"><div class="w-layout-grid footer-grid"><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f73-eacd5848" href="/" class="w-inline-block"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b120124004484c3a6580_emory-nursing-logo.png" width="228" alt=""/></a><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f75-eacd5848" class="div-block-461"><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f76-eacd5848">1520 Clifton Road NE<br/>Atlanta, Georgia 30322 USA</div><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f7a-eacd5848"><a href="tel:404-727-7980" class="white-text-white-links">(404) 727-7980</a><br/><a href="mailto:nursingquestions@emory.edu" class="white-text-white-links">nursingquestions@emory.edu</a></div><div id="w-node-e4796109-fa6e-6c91-5276-bee5d927ec71-eacd5848" class="text-block-109">Email <a href="mailto:nursingregistrar@emory.edu" target="_blank" class="white-text-white-links">nursingregistrar@emory.edu</a> for education verification or state board credentialing</div></div><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f80-eacd5848"><div class="div-block-469"><a href="/pages/equal-opportunity-affirmative-action-statement" class="white-text-white-links"><strong>EO/AA Statement</strong></a><a href="/pages/accreditation" class="white-text-white-links"><strong>Accreditation</strong></a></div></div><div class="div-block-464"><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f8c-eacd5848" class="div-block-466"><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f8d-eacd5848" class="w-layout-grid grid-22"><div><h6 class="footer-headline">Emory Nursing</h6><ul role="list" class="footer-link-list"><li class="footer-link-item"><a href="/academics-and-admissions" class="white-text-white-links">Academics & Admissions</a></li><li class="footer-link-item"><a href="/student-experience" class="white-text-white-links">Student Experience</a></li><li class="footer-link-item"><a href="/about-us" class="white-text-white-links">About Emory Nursing</a></li><li class="footer-link-item"><a href="/prospective-faculty-staff" class="white-text-white-links">Job Opportunities</a></li></ul></div><div><h6 class="footer-headline">RESOURCES</h6><ul role="list" class="footer-link-list"><li class="footer-link-item"><a href="/resources/audience-guide-for-students" class="white-text-white-links">Students</a></li><li class="footer-link-item"><a href="/resources/faculty-and-staff-resources" class="white-text-white-links">Faculty & Staff</a></li><li class="footer-link-item"><a href="/alumni-and-giving" class="white-text-white-links">Alumni</a></li><li class="footer-link-item"><a href="/health-systems-and-recruiters" class="white-text-white-links">Recruiters</a></li></ul></div><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fae-eacd5848" class="div-block-465"><h6 class="footer-headline">Find us on Social</h6><div class="div-block-462"><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fb2-eacd5848" href="https://www.facebook.com/emorynursing/" target="_blank" class="social-media-link-wrapper w-inline-block"><div></div></a><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fb5-eacd5848" href="https://www.instagram.com/emory_nursing/" target="_blank" class="social-media-link-wrapper w-inline-block"><div></div></a><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fb8-eacd5848" href="https://www.youtube.com/channel/UCJy0dfF9MUAxeTT5yt5AxZA" class="social-media-link-wrapper w-inline-block"><div></div></a><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fbb-eacd5848" href="https://twitter.com/EmoryNursing" class="social-media-link-wrapper w-inline-block"><div></div></a></div></div></div></div><div class="div-block-467"><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fbf-eacd5848" href="https://www.usnews.com/best-colleges/emory-university-1564/overall-rankings" class="footer-badge-wrapper w-inline-block"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62427d56e005763bb076feb1_33063-GRD_EmoryUniv_NUR_BG_Nursing2023_MD.png" loading="lazy" alt="Nursing Master's Degree" sizes="(max-width: 479px) 41vw, (max-width: 991px) 99.140625px, 138.8125px" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62427d56e005763bb076feb1_33063-GRD_EmoryUniv_NUR_BG_Nursing2023_MD-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62427d56e005763bb076feb1_33063-GRD_EmoryUniv_NUR_BG_Nursing2023_MD-p-800.png 800w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62427d56e005763bb076feb1_33063-GRD_EmoryUniv_NUR_BG_Nursing2023_MD.png 1175w" class="badge-image"/></a><a id="w-node-_761a9772-f48c-5226-0dd0-813f31dab904-eacd5848" href="https://www.usnews.com/best-colleges/emory-university-1564/overall-rankings" class="footer-badge-wrapper w-inline-block"><img sizes="(max-width: 479px) 41vw, (max-width: 767px) 21vw, (max-width: 991px) 13vw, (max-width: 1439px) 14vw, 9vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/66f22c65e624d724ea20b110_BC15-NursingPrograms-2025-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/66f22c65e624d724ea20b110_BC15-NursingPrograms-2025-p-800.png 800w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/66f22c65e624d724ea20b110_BC15-NursingPrograms-2025.png 1038w" alt="US News Ranked Emory Nursing as a top Grad School in 2023" src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/66f22c65e624d724ea20b110_BC15-NursingPrograms-2025.png" loading="lazy" class="badge-image padding"/></a><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fc1-eacd5848" class="footer-badge-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/60dcff7bf5818042d993f5e4_NHCGNE%20Logo_MEMBER%202.jpg" loading="lazy" sizes="(max-width: 479px) 42vw, (max-width: 767px) 40vw, (max-width: 991px) 204.078125px, 285.703125px" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/60dcff7bf5818042d993f5e4_NHCGNE%20Logo_MEMBER%202-p-500.jpeg 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/60dcff7bf5818042d993f5e4_NHCGNE%20Logo_MEMBER%202.jpg 600w" alt="" class="badge-image"/></div></div></div><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fc5-eacd5848"><div class="text-block-96">© 2024 Emory University's Nell Hodgson Woodruff School of Nursing</div></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=5f11b1201240046a043a64e4" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/js/webflow.3c6d9e195.js" type="text/javascript"></script><!-- Slideshow swipe disable on homepage/tablet --> <script> // Define our viewportWidth variable var viewportWidth; // Set/update the viewportWidth value var setViewportWidth = function () { viewportWidth = window.innerWidth || document.documentElement.clientWidth; } var Webflow = Webflow || []; // Log the viewport width into the console var swipeToggle = function () { if (viewportWidth < 768) { console.log('Wide viewport'); Webflow.push(function () { $('.w-slider.collapse').on('swipe'); }); } else { console.log('Small viewport'); Webflow.push(function () { $('.w-slider.collapse').off('swipe'); }); } } // Set our initial width and log it setViewportWidth(); swipeToggle(); // On resize events, recalculate and log window.addEventListener('resize', function () { setViewportWidth(); swipeToggle(); }, false); </script> <div id="emergency-alert"> <script src="https://www.emory.edu/template_shared/emergency_include.js" type="text/javascript">/* */</script><script> let sections = Array.from(document.getElementsByClassName("page-section-category")); let sectionLinks = Array.from(document.getElementsByClassName("nav-link-custom-content")); let count = 1; if (sectionLinks !== undefined){ console.log(sectionLinks) for (i=0;i<sections.length;i++){ const section = sections[i]; const sectionLink = sectionLinks[i]; console.log(sectionLink); const linkURLBase = sectionLink.href; const linkString = `custom-section-${count}`; section.id = linkString; sectionLink.href = `${linkURLBase}${linkString}`; count++; } } </script> <script> if (sectionSorterOrderList !== undefined){ console.log(sectionSorterOrderList) reOrderPageSections(sectionSorterOrderList); } else { console.log("no reordered list") console.log(sectionSorterOrderList) } </script> </body></html>