CINXE.COM
MyNANN | NANN
<!DOCTYPE html> <html lang="en"> <head> <link href="https://nann.org/membership/my-nann" rel="canonical" /> <!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]--> <!--[if IE 6 ]> <html lang="en" class="ie6"> <![endif]--> <link rel="apple-touch-icon" sizes="57x57" href="/templates/nann/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/templates/nann/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/templates/nann/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/templates/nann/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/templates/nann/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/templates/nann/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/templates/nann/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/templates/nann/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/templates/nann/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="/templates/nann/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/templates/nann/favicon-194x194.png" sizes="194x194"> <link rel="icon" type="image/png" href="/templates/nann/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/templates/nann/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="/templates/nann/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/templates/nann/manifest.json"> <link rel="mask-icon" href="/templates/nann/safari-pinned-tab.svg" color="#5bbad5"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-70x70.png"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-144x144.png"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-150x150.png"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-310x150.png"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-310x310.png"> <meta name="theme-color" content="#ffffff"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:600,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="/templates/nann/css/styles.css" media="screen"> <link rel="stylesheet" href="/templates/nann/css/animations.css" media="screen"> <link rel="stylesheet" href="/templates/nann/css/lib/jquery.mmenu.css" media="screen" > <base href="https://nann.org/membership/my-nann" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="24/7 Access to Neonatal Nurses from All Over NANN members have access to MyNANN, an online community forum exclusively for neonatal nurses and APRNs Join more than 7,500 other nurses associated with premature or ill newborns in an online professional..." /> <title>MyNANN | NANN</title> <link href="https://nann.org/search?catid=40&format=opensearch&id=667" rel="search" title="Search NANN" type="application/opensearchdescription+xml" /> <link href="/templates/nann/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="https://nann.org/modules/mod_egdamcsso/assets/css/style.css" rel="stylesheet" type="text/css" /> <script type="application/json" class="joomla-script-options new">{"csrf.token":"63e6f965ec3c5057182edb7a6ea764ba","system.paths":{"root":"","base":""}}</script> <script src="/media/jui/js/jquery.min.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script> <script src="/media/jui/js/jquery-noconflict.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script> <script src="/media/jui/js/jquery-migrate.min.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script> <script src="/media/system/js/core.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script> <!--[if lt IE 9]><script src="/media/system/js/html5fallback.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script><![endif]--> <script type="text/javascript"> jQuery(window).on('load', function() { }); function do_nothing() { return; } </script> <link rel="stylesheet" href="/templates/nann/css/video-js.css"> <script src="/templates/nann/js/lib/jquery.min.js"></script> <script src="/templates/nann/js/lib/jquery.mmenu.min.js"></script> <script> // Check if UTM parameters are present in the query string if (location.search.includes("utm_source") || location.search.includes("utm_campaign")) { // Set a cookie to store UTM parameters const utmParams = location.search.slice(1).split("&").reduce((acc, val) => { const [key, value] = val.split("="); acc[key] = value; return acc; }, {}); if(utmParams.utm_source!="" || utmParams.utm_campaign!="") { document.cookie = `utm_source=${utmParams.utm_source}; path=/;domain=nann.org`; document.cookie = `utm_medium=${utmParams.utm_medium}; path=/;domain=nann.org`; document.cookie = `utm_campaignId=${utmParams.utm_campaignId}; path=/;domain=nann.org`; document.cookie = `utm_campaign=${utmParams.utm_campaign}; path=/;domain=nann.org`; document.cookie = `utm_content=${utmParams.utm_content}; path=/;domain=nann.org`; document.cookie = `utm_term=${utmParams.utm_term}; path=/;domain=nann.org`; } } // Helper function to retrieve cookie value by name function getCookieValue(name) { const cookies = document.cookie.split("; "); for (let i = 0; i < cookies.length; i++) { const [cookieName, cookieValue] = cookies[i].split("="); if (cookieName === name) { return cookieValue; } } return ""; } </script> <!-- Google Analytics tracking code --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-19646232-1', 'auto'); // Retrieve UTM parameters from cookie and pass them to Google Analytics if (getCookieValue('utm_source') !== '') { ga('set', 'campaignSource', getCookieValue('utm_source')); } if (getCookieValue('utm_medium') !== '') { ga('set', 'campaignMedium', getCookieValue('utm_medium')); } if (getCookieValue('utm_campaign') !== '') { ga('set', 'campaignName', getCookieValue('utm_campaign')); } if (getCookieValue('utm_content') !== '') { ga('set', 'campaignContent', getCookieValue('utm_content')); } if (getCookieValue('utm_term') !== '') { ga('set', 'campaignTerm', getCookieValue('utm_term')); } ga('send', 'pageview'); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-WWPLRJW457"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-WWPLRJW457',{ 'campaign_id': getCookieValue('utm_campaignId'), 'campaign_name': getCookieValue('utm_campaign'), 'campaign_source': getCookieValue('utm_source'), 'campaign_medium': getCookieValue('utm_medium'), 'campaign_term': getCookieValue('utm_term'), 'campaign_content': getCookieValue('utm_content'), }); </script> <script> //--------------------nann-informz-page-tracking----------------------------------- var z_account = "98849125-D90C-41FE-8557-62C903708B9C"; var z_collector = "amc-nann.informz.net"; var z_cookieDomain = ".nann.org"; //------------------------------------------------------- (function (e, o, n, r, t, a, s) { e[t] || (e.GlobalSnowplowNamespace = e.GlobalSnowplowNamespace || [], e.GlobalSnowplowNamespace.push(t), e[t] = function () { (e[t].q = e[t].q || []).push(arguments) }, e[t].q = e[t].q || [], a = o.createElement(n), s = o.getElementsByTagName(n)[0], a.async = 1, a.src = r, s.parentNode.insertBefore(a, s)) }(window, document, "script", "https://cdn.informz.net/web_trk/sp.js", "informz_trk")), informz_trk("newTracker", "infz", z_collector + "/web_trk/collector/", { appId: z_account, cookieDomain: z_cookieDomain }), informz_trk("setUserIdFromLocation", "_zs"), informz_trk("enableActivityTracking", 30, 15); informz_trk("trackPageView", null); </script> <script src="https://assets.adobedtm.com/175f7caa2b90/4d80bb9e8a52/launch-fc0733d0b723.min.js" async></script> <!-- sh404SEF OGP tags --> <meta property="og:locale" content="en_GB" /> <meta property="og:title" content="MyNANN | NANN" /> <meta property="og:description" content="24/7 Access to Neonatal Nurses from All Over NANN members have access to MyNANN, an online community forum exclusively for neonatal nurses and APRNs Join more than 7,500 other nurses associated with premature or ill newborns in an online professional..." /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://nann.org/membership/my-nann" /> <meta property="og:site_name" content="NANN" /> <meta property="fb:app_id" content="154426421321384" /> <!-- sh404SEF OGP tags - end --> </head> <body> <script src="/templates/nann/js/video.js"></script> <script src="/templates/nann/js/videojs-playlist.js"></script> <script src="/templates/nann/js/doubletap.js"></script> <nav id="mobile-menu"> <ul class="nav menu mod-list"> <li class="item-248 deeper parent"><a href="/about/national-association-of-neonatal-nurses" >About</a><ul class="nav-child unstyled small"><li class="item-254"><a href="/about/history" >History</a></li><li class="item-255"><a href="/about/code-of-ethics" >Bylaws & Ethics</a></li><li class="item-288"><a href="/about/what-is-neonatal-nursing" >What Is Neonatal Nursing?</a></li><li class="item-256"><a href="/about/position-statements" >Position Statements</a></li><li class="item-257 deeper parent"><a href="/about/advocacy" >Advocacy</a><ul class="nav-child unstyled small"><li class="item-466"><a href="/about/advocacy/from-the-hill-to-the-nicu" >From the Hill to the NICU</a></li><li class="item-844"><a href="/about/health-and-racial-equity" >Health and Racial Equity</a></li></ul></li><li class="item-258 deeper parent"><a href="/about/awards" >Awards</a><ul class="nav-child unstyled small"><li class="item-320"><a href="/about/awards/distinguished" >Distinguished Service</a></li><li class="item-319"><a href="/about/awards/leadership-award" >Leadership</a></li><li class="item-323"><a href="/about/awards/lifetime" >Lifetime Achievement</a></li><li class="item-321"><a href="/about/awards/navigator" >Mentor of the Year</a></li><li class="item-793"><a href="/about/awards/nnp-excellence-award" >APRN Excellence</a></li><li class="item-464"><a href="/about/awards/nnp-rising-star-award" >APRN Rising Star</a></li><li class="item-720"><a href="/about/awards/nnp-rising-star-award-2" >RN Rising Star</a></li><li class="item-322"><a href="/about/awards/robyn-main" >Robyn Main</a></li><li class="item-812"><a href="/about/awards/abstract-awards" >Abstract Awards</a></li><li class="item-324"><a href="/about/awards/chapter-awards" >Chapter Awards</a></li></ul></li><li class="item-260 deeper parent"><a href="/about/our-leadership" >Our Leadership</a><ul class="nav-child unstyled small"><li class="item-305"><a href="/about/leadership-competencies" >Leadership Competencies</a></li><li class="item-622"><a href="/about/nann-committees" >NANN Committees</a></li></ul></li><li class="item-259"><a href="/about/our-staff" >Our Staff</a></li><li class="item-376 deeper parent"><a href="/about/national-neonatal-nurses-week" >National Neonatal Nurses Week</a><ul class="nav-child unstyled small"><li class="item-798"><a href="/about/2020-video-gallery" >2020 Video Gallery</a></li></ul></li><li class="item-513"><a href="/about/nann-privacy-policy" >NANN Privacy Policy</a></li><li class="item-779"><a href="/about/nann-in-the-news" >In The News</a></li></ul></li><li class="item-249 active deeper parent"><a href="/membership/overview" >Membership</a><ul class="nav-child unstyled small"><li class="item-261 deeper parent"><a href="/membership/join" >Join</a><ul class="nav-child unstyled small"><li class="item-430"><a href="/membership/auto-renewal" >Membership Auto-Renewal</a></li></ul></li><li class="item-830"><a href="/membership/renew" >Renew</a></li><li class="item-263 deeper parent"><a href="/membership/member-benefits" >Member Benefits</a><ul class="nav-child unstyled small"><li class="item-357"><a href="/membership/members-only" >Members Only</a></li><li class="item-374"><a href="/membership/nannp-only" >NANN-AP Members Only</a></li><li class="item-454"><a href="/membership/member-savings" >Member Savings</a></li><li class="item-1026"><a href="/membership/e-members-only" >e-Members Only</a></li></ul></li><li class="item-264"><a href="/membership/nann-ap" >NANN-AP</a></li><li class="item-545"><a href="/membership/group-membership" >Group Membership</a></li><li class="item-546 deeper parent"><a href="/membership/member-referrals" >Member Referrals</a><ul class="nav-child unstyled small"><li class="item-547"><a href="/toolkit" >Member Recruitment Toolkit</a></li></ul></li><li class="item-548"><a href="/membership/membership-insitutional-benefits" >Membership Institutional Benefits</a></li><li class="item-792"><a href="/membership/student-memberships" >Student Membership</a></li><li class="item-265 deeper parent"><a href="/membership/chapters" >Chapters</a><ul class="nav-child unstyled small"><li class="item-348"><a href="/membership/local-chapters" >Local Chapters</a></li><li class="item-652 deeper parent"><a href="/chapter-leaders" >Chapter Leaders</a><ul class="nav-child unstyled small"><li class="item-677"><a href="/membership/chapter-finances" >Chapter Finances</a></li><li class="item-678"><a href="/chapter-membership-recommendations" >Chapter Membership Recommendations</a></li></ul></li></ul></li><li class="item-266"><a href="/membership/special-interest-groups" >Special Interest Groups</a></li><li class="item-267 current active"><a href="/membership/my-nann" >MyNANN Community</a></li><li class="item-268 deeper parent"><a href="/membership/get-involved" >Get Involved</a><ul class="nav-child unstyled small"><li class="item-858"><a href="/membership/nann-connections" >NANN Connections</a></li><li class="item-953"><a href="/membership/nann-committees" >NANN Committees</a></li></ul></li><li class="item-359"><a href="http://apps.nann.org/myaccount.aspx" >My Account</a></li></ul></li><li class="item-250 deeper parent"><a href="/education/neonatal-learning" >Education and Research</a><ul class="nav-child unstyled small"><li class="item-269 deeper parent"><a href="/education/annual-meeting/annual-meeting" >Annual Conference</a><ul class="nav-child unstyled small"><li class="item-274"><a href="/education/annual-meeting/exhibit-hall" >Exhibit at NANN</a></li><li class="item-1105"><a href="/education/future-conferences" >Future Conferences</a></li><li class="item-276"><a href="/education/annual-meeting/past-meetings" >Past Conferences</a></li><li class="item-1116"><a href="/education/making-an-impact" >Making an Impact</a></li><li class="item-1117"><a href="/education/annual-meeting/abstracts" >Submit 2025 Abstract</a></li></ul></li><li class="item-393 deeper parent"><a href="/education/external-resources" >External Resources</a><ul class="nav-child unstyled small"><li class="item-954"><a href="/education/industry-resources" >Industry Resources</a></li></ul></li><li class="item-279 deeper parent"><a href="/education/research" >Research </a><ul class="nav-child unstyled small"><li class="item-897"><a href="/education/research/research-agenda" >Research Agenda</a></li><li class="item-872"><a href="/education/research/fellows-scholarship" >Fellows Scholarship</a></li><li class="item-280"><a href="/education/research/research-summit" >Research Summit</a></li><li class="item-282 deeper parent"><a href="/education/research/small-grants" >Small Grants</a><ul class="nav-child unstyled small"><li class="item-350 deeper parent"><a href="/education/research/small-grants-past-recipients" >Small Grants Past Recipients</a><ul class="nav-child unstyled small"><li class="item-412"><a href="/education/research/melinda-brand" >Melinda Brand</a></li><li class="item-413"><a href="/education/research/milena-frazer" >Milena Frazer</a></li><li class="item-414"><a href="/education/research/britt-pados" >Britt Pados</a></li></ul></li></ul></li><li class="item-594"><a href="/education/research/research-surveys" >Research Surveys</a></li></ul></li><li class="item-762"><a href="/education/coronavirus" >Coronavirus</a></li><li class="item-950"><a href="/education/formula-shortage" >Formula Shortage</a></li><li class="item-940"><a href="/education/ilearn" >NANN iLearn</a></li><li class="item-284 deeper parent"><a href="/education/educational-products" >Educational Products</a><ul class="nav-child unstyled small"><li class="item-360"><a href="/education/educational-products/clinical-practice-products" >Clinical Practice</a></li><li class="item-361"><a href="/education/educational-products/professional-development-products" >Professional Development</a></li><li class="item-363"><a href="/education/educational-products/family-patient-education-products" >Family & Patient Education</a></li><li class="item-375"><a href="/education/educational-products/developmental-care-product-suite" >Developmental Care Products</a></li></ul></li><li class="item-283 deeper parent"><a href="/education/scholarship-and-contests" >Scholarships</a><ul class="nav-child unstyled small"><li class="item-355"><a href="/education/scholarships-and-contests/past-photo-contest-winners" >Past Photo Contest Winners</a></li><li class="item-415"><a href="/education/scholarships-and-contests/story-contest-winner-2017" >Story Contest Winner 2017</a></li></ul></li><li class="item-411"><a href="/education/earn-ce" >Earn NANN CE</a></li></ul></li><li class="item-251 deeper parent"><a href="/professional-development/advancing-neonatal-careers" >Professional Development</a><ul class="nav-child unstyled small"><li class="item-290"><a href="/professional-development/certification" >Maintenance of NCC Certification</a></li><li class="item-291 deeper parent"><a href="/professional-development/graduate-programs" >Graduate Programs</a><ul class="nav-child unstyled small"><li class="item-429"><a href="http://nann.org/uploads/Prof_Dev/Re-entry%20into%20NNP%20Practice%20Flow%20Chart.pdf" >NNP Practice Re-Entry</a></li></ul></li><li class="item-295"><a href="/professional-development/career-center" >Career Center</a></li><li class="item-595"><a href="/professional-development/emerging-leaders-fellowship" >Emerging Leader Fellowship</a></li><li class="item-1128"><a href="/professional-development/recognition" >Recognition</a></li><li class="item-703"><a href="/professional-development/mentor-program" >Mentor Program</a></li><li class="item-751"><a href="/professional-development/nicu-knowledge-share" >NICU Knowledge Share</a></li><li class="item-965"><a href="/professional-development/delegation" >Sweden Delegation</a></li></ul></li><li class="item-252 deeper parent"><a href="/industry/corporate-support" >Industry Support</a><ul class="nav-child unstyled small"><li class="item-299"><a href="/industry/industry-relations-council" >Industry Relations Council</a></li><li class="item-300"><a href="/industry/advertising-opportunities" >Advertising Opportunities</a></li><li class="item-301"><a href="/education/annual-meeting/exhibit-hall" >Exhibit Information</a></li><li class="item-302"><a href="/industry/commercial-support" >Commercial Support</a></li><li class="item-303"><a href="/industry/satellite-symposia" >Satellite Symposia</a></li></ul></li><li class="item-253 deeper parent"><a href="/publications/neonatal-publications" >Publications</a><ul class="nav-child unstyled small"><li class="item-296"><a href="/publications/journal" >Journal</a></li><li class="item-297"><a href="/publications/newsletters" >Newsletters</a></li><li class="item-635"><a href="/publications/footprints" >Footprints</a></li><li class="item-665"><a href="/publications/weekly-news-briefs" >Neonatal News</a></li><li class="item-777"><a href="/publications/nanncast" >NANNcast</a></li></ul></li></ul> </nav> <div class="wrapper"> <div class="back"></div> <!-- HEADER WITH TOP NAV AND MAIN NAVIGATION --> <header> <div class="headerBorder"> <a href="/"><img src="/templates/nann/images/nannLogo.png" alt="National Association of Neonatal Nurses logo." title="National Association of Neonatal Nurses"/></a> <div class="navTop"> <nav class="navlist"> <ul> <li><a href="http://apps.nann.org/MyAccount">MY ACCOUNT</a></li> <li><a href="http://apps.nann.org/store" target="_self">STORE</a></li> <li><a href="https://nann.mycrowdwisdom.com/cw/" target="_blank">ILEARN</a></li> <li><a href="/about/our-staff" target="_self">CONTACT</a></li> <li><object type="text/html" data="/sso_page.php?returnUrl=https://nann.org/membership/my-nann"></object> </li> <li><a href="#mobile-menu"> <div class="hamIcon"> <div></div> <div></div> <div></div> </div> </a> </li> </ul> </nav> <div class="search"> <!-- <gcse:searchbox-only></gcse:searchbox-only> --> <div class="moduletable"> <div class="search"> <form action="/membership/my-nann" method="post" class="form-inline" role="search"> <label for="mod-search-searchword318" class="element-invisible">Search ...</label> <input name="searchword" id="mod-search-searchword318" maxlength="200" class="inputbox search-query input-medium" type="search" placeholder="Search ..." /> <button class="button btn btn-primary" onclick="this.form.searchword.focus();">Search</button> <input type="hidden" name="task" value="search" /> <input type="hidden" name="option" value="com_search" /> <input type="hidden" name="Itemid" value="267" /> </form> </div> </div> </div> </div> </div> <div class="nav-ct"> <a href="/"><img src="/templates/nann/images/nannLogo.png" alt="National Association of Neonatal Nurses logo." title="National Association of Neonatal Nurses"/></a> <nav class="mainNav"> <ul class="nav menu mod-list"> <li class="item-248 deeper parent"><a href="/about/national-association-of-neonatal-nurses" >About</a><ul class="nav-child unstyled small"><li class="item-254"><a href="/about/history" >History</a></li><li class="item-255"><a href="/about/code-of-ethics" >Bylaws & Ethics</a></li><li class="item-288"><a href="/about/what-is-neonatal-nursing" >What Is Neonatal Nursing?</a></li><li class="item-256"><a href="/about/position-statements" >Position Statements</a></li><li class="item-257 deeper parent"><a href="/about/advocacy" >Advocacy</a><ul class="nav-child unstyled small"><li class="item-466"><a href="/about/advocacy/from-the-hill-to-the-nicu" >From the Hill to the NICU</a></li><li class="item-844"><a href="/about/health-and-racial-equity" >Health and Racial Equity</a></li></ul></li><li class="item-258 deeper parent"><a href="/about/awards" >Awards</a><ul class="nav-child unstyled small"><li class="item-320"><a href="/about/awards/distinguished" >Distinguished Service</a></li><li class="item-319"><a href="/about/awards/leadership-award" >Leadership</a></li><li class="item-323"><a href="/about/awards/lifetime" >Lifetime Achievement</a></li><li class="item-321"><a href="/about/awards/navigator" >Mentor of the Year</a></li><li class="item-793"><a href="/about/awards/nnp-excellence-award" >APRN Excellence</a></li><li class="item-464"><a href="/about/awards/nnp-rising-star-award" >APRN Rising Star</a></li><li class="item-720"><a href="/about/awards/nnp-rising-star-award-2" >RN Rising Star</a></li><li class="item-322"><a href="/about/awards/robyn-main" >Robyn Main</a></li><li class="item-812"><a href="/about/awards/abstract-awards" >Abstract Awards</a></li><li class="item-324"><a href="/about/awards/chapter-awards" >Chapter Awards</a></li></ul></li><li class="item-260 deeper parent"><a href="/about/our-leadership" >Our Leadership</a><ul class="nav-child unstyled small"><li class="item-305"><a href="/about/leadership-competencies" >Leadership Competencies</a></li><li class="item-622"><a href="/about/nann-committees" >NANN Committees</a></li></ul></li><li class="item-259"><a href="/about/our-staff" >Our Staff</a></li><li class="item-376 deeper parent"><a href="/about/national-neonatal-nurses-week" >National Neonatal Nurses Week</a><ul class="nav-child unstyled small"><li class="item-798"><a href="/about/2020-video-gallery" >2020 Video Gallery</a></li></ul></li><li class="item-513"><a href="/about/nann-privacy-policy" >NANN Privacy Policy</a></li><li class="item-779"><a href="/about/nann-in-the-news" >In The News</a></li></ul></li><li class="item-249 active deeper parent"><a href="/membership/overview" >Membership</a><ul class="nav-child unstyled small"><li class="item-261 deeper parent"><a href="/membership/join" >Join</a><ul class="nav-child unstyled small"><li class="item-430"><a href="/membership/auto-renewal" >Membership Auto-Renewal</a></li></ul></li><li class="item-830"><a href="/membership/renew" >Renew</a></li><li class="item-263 deeper parent"><a href="/membership/member-benefits" >Member Benefits</a><ul class="nav-child unstyled small"><li class="item-357"><a href="/membership/members-only" >Members Only</a></li><li class="item-374"><a href="/membership/nannp-only" >NANN-AP Members Only</a></li><li class="item-454"><a href="/membership/member-savings" >Member Savings</a></li><li class="item-1026"><a href="/membership/e-members-only" >e-Members Only</a></li></ul></li><li class="item-264"><a href="/membership/nann-ap" >NANN-AP</a></li><li class="item-545"><a href="/membership/group-membership" >Group Membership</a></li><li class="item-546 deeper parent"><a href="/membership/member-referrals" >Member Referrals</a><ul class="nav-child unstyled small"><li class="item-547"><a href="/toolkit" >Member Recruitment Toolkit</a></li></ul></li><li class="item-548"><a href="/membership/membership-insitutional-benefits" >Membership Institutional Benefits</a></li><li class="item-792"><a href="/membership/student-memberships" >Student Membership</a></li><li class="item-265 deeper parent"><a href="/membership/chapters" >Chapters</a><ul class="nav-child unstyled small"><li class="item-348"><a href="/membership/local-chapters" >Local Chapters</a></li><li class="item-652 deeper parent"><a href="/chapter-leaders" >Chapter Leaders</a><ul class="nav-child unstyled small"><li class="item-677"><a href="/membership/chapter-finances" >Chapter Finances</a></li><li class="item-678"><a href="/chapter-membership-recommendations" >Chapter Membership Recommendations</a></li></ul></li></ul></li><li class="item-266"><a href="/membership/special-interest-groups" >Special Interest Groups</a></li><li class="item-267 current active"><a href="/membership/my-nann" >MyNANN Community</a></li><li class="item-268 deeper parent"><a href="/membership/get-involved" >Get Involved</a><ul class="nav-child unstyled small"><li class="item-858"><a href="/membership/nann-connections" >NANN Connections</a></li><li class="item-953"><a href="/membership/nann-committees" >NANN Committees</a></li></ul></li><li class="item-359"><a href="http://apps.nann.org/myaccount.aspx" >My Account</a></li></ul></li><li class="item-250 deeper parent"><a href="/education/neonatal-learning" >Education and Research</a><ul class="nav-child unstyled small"><li class="item-269 deeper parent"><a href="/education/annual-meeting/annual-meeting" >Annual Conference</a><ul class="nav-child unstyled small"><li class="item-274"><a href="/education/annual-meeting/exhibit-hall" >Exhibit at NANN</a></li><li class="item-1105"><a href="/education/future-conferences" >Future Conferences</a></li><li class="item-276"><a href="/education/annual-meeting/past-meetings" >Past Conferences</a></li><li class="item-1116"><a href="/education/making-an-impact" >Making an Impact</a></li><li class="item-1117"><a href="/education/annual-meeting/abstracts" >Submit 2025 Abstract</a></li></ul></li><li class="item-393 deeper parent"><a href="/education/external-resources" >External Resources</a><ul class="nav-child unstyled small"><li class="item-954"><a href="/education/industry-resources" >Industry Resources</a></li></ul></li><li class="item-279 deeper parent"><a href="/education/research" >Research </a><ul class="nav-child unstyled small"><li class="item-897"><a href="/education/research/research-agenda" >Research Agenda</a></li><li class="item-872"><a href="/education/research/fellows-scholarship" >Fellows Scholarship</a></li><li class="item-280"><a href="/education/research/research-summit" >Research Summit</a></li><li class="item-282 deeper parent"><a href="/education/research/small-grants" >Small Grants</a><ul class="nav-child unstyled small"><li class="item-350 deeper parent"><a href="/education/research/small-grants-past-recipients" >Small Grants Past Recipients</a><ul class="nav-child unstyled small"><li class="item-412"><a href="/education/research/melinda-brand" >Melinda Brand</a></li><li class="item-413"><a href="/education/research/milena-frazer" >Milena Frazer</a></li><li class="item-414"><a href="/education/research/britt-pados" >Britt Pados</a></li></ul></li></ul></li><li class="item-594"><a href="/education/research/research-surveys" >Research Surveys</a></li></ul></li><li class="item-762"><a href="/education/coronavirus" >Coronavirus</a></li><li class="item-950"><a href="/education/formula-shortage" >Formula Shortage</a></li><li class="item-940"><a href="/education/ilearn" >NANN iLearn</a></li><li class="item-284 deeper parent"><a href="/education/educational-products" >Educational Products</a><ul class="nav-child unstyled small"><li class="item-360"><a href="/education/educational-products/clinical-practice-products" >Clinical Practice</a></li><li class="item-361"><a href="/education/educational-products/professional-development-products" >Professional Development</a></li><li class="item-363"><a href="/education/educational-products/family-patient-education-products" >Family & Patient Education</a></li><li class="item-375"><a href="/education/educational-products/developmental-care-product-suite" >Developmental Care Products</a></li></ul></li><li class="item-283 deeper parent"><a href="/education/scholarship-and-contests" >Scholarships</a><ul class="nav-child unstyled small"><li class="item-355"><a href="/education/scholarships-and-contests/past-photo-contest-winners" >Past Photo Contest Winners</a></li><li class="item-415"><a href="/education/scholarships-and-contests/story-contest-winner-2017" >Story Contest Winner 2017</a></li></ul></li><li class="item-411"><a href="/education/earn-ce" >Earn NANN CE</a></li></ul></li><li class="item-251 deeper parent"><a href="/professional-development/advancing-neonatal-careers" >Professional Development</a><ul class="nav-child unstyled small"><li class="item-290"><a href="/professional-development/certification" >Maintenance of NCC Certification</a></li><li class="item-291 deeper parent"><a href="/professional-development/graduate-programs" >Graduate Programs</a><ul class="nav-child unstyled small"><li class="item-429"><a href="http://nann.org/uploads/Prof_Dev/Re-entry%20into%20NNP%20Practice%20Flow%20Chart.pdf" >NNP Practice Re-Entry</a></li></ul></li><li class="item-295"><a href="/professional-development/career-center" >Career Center</a></li><li class="item-595"><a href="/professional-development/emerging-leaders-fellowship" >Emerging Leader Fellowship</a></li><li class="item-1128"><a href="/professional-development/recognition" >Recognition</a></li><li class="item-703"><a href="/professional-development/mentor-program" >Mentor Program</a></li><li class="item-751"><a href="/professional-development/nicu-knowledge-share" >NICU Knowledge Share</a></li><li class="item-965"><a href="/professional-development/delegation" >Sweden Delegation</a></li></ul></li><li class="item-252 deeper parent"><a href="/industry/corporate-support" >Industry Support</a><ul class="nav-child unstyled small"><li class="item-299"><a href="/industry/industry-relations-council" >Industry Relations Council</a></li><li class="item-300"><a href="/industry/advertising-opportunities" >Advertising Opportunities</a></li><li class="item-301"><a href="/education/annual-meeting/exhibit-hall" >Exhibit Information</a></li><li class="item-302"><a href="/industry/commercial-support" >Commercial Support</a></li><li class="item-303"><a href="/industry/satellite-symposia" >Satellite Symposia</a></li></ul></li><li class="item-253 deeper parent"><a href="/publications/neonatal-publications" >Publications</a><ul class="nav-child unstyled small"><li class="item-296"><a href="/publications/journal" >Journal</a></li><li class="item-297"><a href="/publications/newsletters" >Newsletters</a></li><li class="item-635"><a href="/publications/footprints" >Footprints</a></li><li class="item-665"><a href="/publications/weekly-news-briefs" >Neonatal News</a></li><li class="item-777"><a href="/publications/nanncast" >NANNcast</a></li></ul></li></ul> </nav> </div> </header> <div class="content interior-ct border"> <section class="artInfo"> <div class="enews"> </div> <article class="art-ct"> <h1>24/7 Access to Neonatal Nurses from All Over</h1> <h2>NANN members have access to MyNANN, an online community forum exclusively for neonatal nurses and APRNs</h2> <p>Join more than 7,500 other nurses associated with premature or ill newborns in an online professional network. You鈥檒l be able to tap into neonatal nurses and advanced practice nurses from across the world in this exclusive online forum.</p> <p>With discussion topics like developmental care, best practices and procedures, COVID protocols, skin care, screenings and diagnostics, discharge care, and thermoregulation, MyNANN is the perfect hub to keep you plugged into the latest in neonatal nursing and connect you to nurses facing the same challenges you are.</p> <p>Join NANN or log in to access MyNANN today!</p> <p><a class="button" href="/membership/join">Join NANN</a> <a class="button" href="http://my.nann.org/home" target="_blank" rel="noopener">Log in to enter MyNANN</a></p> <h2>Get answers and make connections</h2> <p>MyNANN is not only a forum for members to post questions or share experiences with the entire NANN and NANN-AP memberships, it also features dedicated discussion boards for areas of interest within neonatal nursing. When you join NANN, you鈥檒l be able to log in to MyNANN and access the wealth of knowledge from your peers.</p> <p>Join a Special Interest Group (SIG) discussion</p> <ul> <li><a href="http://my.nann.org/nann/communities/viewcommunities/groupdetails?CommunityKey=c9c8a8e5-6902-49c5-9a1b-317274dfd030" target="_blank" rel="noopener">Advanced Practice</a></li> <li><a href="http://my.nann.org/digestviewer/?ListKey=0db53d49-31be-4264-a8d4-a579ea982523" target="_blank" rel="noopener">Discharge Transitioning</a></li> <li><a href="http://my.nann.org/nann/communities/viewcommunities/groupdetails?CommunityKey=17b40c0e-7375-4f7c-846e-8f6dd4e97e4a" target="_blank" rel="noopener">Education</a></li> <li><a href="http://my.nann.org/nann/communities/viewcommunities/groupdetails?CommunityKey=2fe6432b-f307-4206-a1f6-b8a8910cbd48" target="_blank" rel="noopener">Management</a></li> <li><a href="http://my.nann.org/nann/communities/viewcommunities/groupdetails?CommunityKey=0bb0aa83-85e5-43af-86c2-da0dc483e531" target="_blank" rel="noopener">NNP Faculty</a></li> <li><a href="https://my.nann.org/communities/viewcommunities/groupdetails?CommunityKey=b54946f8-abad-4c27-8adc-f7073fef66d3" target="_blank" rel="noopener">Research</a></li> <li><a href="http://my.nann.org/nann/communities/viewcommunities/groupdetails?CommunityKey=a26c66d1-0cc8-45ff-b96e-15f5ce7b7142" target="_blank" rel="noopener">Staff Nurse</a></li> <li><a href="http://my.nann.org/nann/communities/viewcommunities/groupdetails?CommunityKey=9994544f-1460-4fed-b7d7-bdad612173a4" target="_blank" rel="noopener">Surgical Neonate</a></li> </ul> <p><a class="button" href="/membership/special-interest-groups">Learn More About SIGs</a> <a class="button" href="http://my.nann.org/home" target="_blank" rel="noopener">Log In to Enter MyNANN</a></p> <h2>Make the most of MyNANN</h2> <p>Check out a few tips on how you can get even more out of your MyNANN experience.</p> <p><a href="/uploads/About/MyNANN_Infographic.pdf" target="_blank"><img src="/uploads/About/MyNANN%20Infographic.png" alt="MyNANN Infographic" width="200" height="500" /></a></p> <h2>Join NANN today to access MyNANN</h2> <p>Your voice matters. Your patients matter. You matter. NANN strives to be the organization for neonatal nurses and provide not only a place for you to connect with others in the field through MyNANN, the <a href="/education/annual-meeting/annual-meeting" target="_blank">Annual Conference</a>, and more, but also to give you the tools you need to serve your patients and take care of yourself.</p> <p><a class="button" href="/membership/join">Learn more about membership and join NANN today</a></p> </article> </section> <aside class="sideNav"><ul class="nav menu mod-list"> <li class="item-261 parent"><a href="/membership/join" >Join</a></li><li class="item-830"><a href="/membership/renew" >Renew</a></li><li class="item-263 parent"><a href="/membership/member-benefits" >Member Benefits</a></li><li class="item-264"><a href="/membership/nann-ap" >NANN-AP</a></li><li class="item-545"><a href="/membership/group-membership" >Group Membership</a></li><li class="item-546 parent"><a href="/membership/member-referrals" >Member Referrals</a></li><li class="item-548"><a href="/membership/membership-insitutional-benefits" >Membership Institutional Benefits</a></li><li class="item-792"><a href="/membership/student-memberships" >Student Membership</a></li><li class="item-265 parent"><a href="/membership/chapters" >Chapters</a></li><li class="item-266"><a href="/membership/special-interest-groups" >Special Interest Groups</a></li><li class="item-267 current active"><a href="/membership/my-nann" >MyNANN Community</a></li><li class="item-268 parent"><a href="/membership/get-involved" >Get Involved</a></li><li class="item-359"><a href="http://apps.nann.org/myaccount.aspx" >My Account</a></li></ul> </aside></div> <!-- FOOTER SECTION --> <footer> <div class="socialMedia"> <ul> <li><a href="https://www.youtube.com/neonatalnurses" target="_blank"><img src="/templates/nann/images/youTubeIcon.png" alt="Follow us on You Tube" /></a></li> <li><a href="https://www.instagram.com/neonatalnurses/" target="_blank"><img src="/templates/nann/images/instagramIcon.png" alt="Follow us on Instagram" /></a></li> <li><a href="https://twitter.com/neonatalnurses" target="_blank"><img src="/templates/nann/images/twitterIcon.png" alt="Follow us on Twitter" /></a></li> <li><a href="https://www.facebook.com/neonatalnurses" target="_blank"><img src="/templates/nann/images/facebookIcon.png" alt="Follow us on Facebook" /></a></li> <li><a href="https://www.linkedin.com/company/national-association-of-neonatal-nurses-nann-?trk=tyah&trkInfo=clickedVertical%3Acompany%2CentityType%3AentityHistoryName%2CclickedEntityId%3Acompany_10474159%2Cidx%3A0" target="_blank"><img src="/templates/nann/images/linkedinIcon.png" alt="Follow us on Linkedin" /></a></li> </ul> <a class="mynann" href="http://my.nann.org/home">Visit MyNANN</a><br><a class="privacy-link" href="/about/nann-privacy-policy">Privacy Policy</a> </div> <p><strong>© National Association of Neonatal Nurses</strong><br> 1061 American Ln Suite 310<br> Schaumburg, IL 60173-4973<br> <a href="mailto:info@nann.org">info@nann.org</a><br> 800.451.3795</p> </footer> </div> <a id="scrollup">Jump to Top</a> <!-- SCRIPTS DEPENDENCIES --> <!-- APPLICATION JAVASCRIPT --> <script src="/templates/nann/js/app.js"></script> <!-- MouseFlow Support Code --> <script type="text/javascript"> window._mfq = window._mfq || []; (function() { var mf = document.createElement("script"); mf.type = "text/javascript"; mf.defer = true; mf.src = "//cdn.mouseflow.com/projects/2a466c8d-5560-4bc4-8bf2-030cb2f0685c.js"; document.getElementsByTagName("head")[0].appendChild(mf); })(); </script><script type="text/javascript"> window._mfq = window._mfq || []; (function() { var mf = document.createElement("script"); mf.type = "text/javascript"; mf.defer = true; mf.src = "//cdn.mouseflow.com/projects/2a466c8d-5560-4bc4-8bf2-030cb2f0685c.js"; document.getElementsByTagName("head")[0].appendChild(mf); })(); </script> <!-- Google Search Support Code --> <script> (function() { var cx = '003343885103922116661:ii1ge1dwkjy'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <script> setTimeout( function(){ jQuery(".gsc-input").attr("placeholder", "Search"); } , 300 ); </script> </body> </html>