CINXE.COM
ASHA Library Home
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <!--template: com/cubchicken/layout/view/DisplayObjectAction/success.ftl --> <head> <!-- Generated by Tizra Publisher --> <meta name="tizra-id" content="nngp60" /> <meta name="tizra-meta-type" content="SiteDisplay" /> <meta name="ROBOTS" content="NOARCHIVE" /> <title> ASHA Library Home </title> <link rel="stylesheet" type="text/css" href="https://cdn.tizrapublisher.com/aa_styles/readernav.css?v24.133.0.5-4feeadfa4" /> <link id="datePickerPlugInCss" rel="stylesheet" type="text/css" href="https://cdn.tizrapublisher.com/packages/nsftools_datepicker/1.5x/styles.css?v24.133.0.5-4feeadfa4" /> <link rel="icon" href="https://www.asha.org/Favicon.ico" type="image/vnd.microsoft.icon" /> <link rel="shortcut icon" href="https://www.asha.org/Favicon.ico" type="image/vnd.microsoft.icon" /> <link rel="stylesheet" type="text/css" href="https://cdn.tizrapublisher.com/796419434.css?v=2023-03-07T18:29:20.948Z" /> <link rel="canonical" href="https://library.asha.org/" /> <!-- polyfills --> <!-- global tizra object --> <!-- setupTizraObject --> <script> !function (tizra) { tizra.pubType = "LIVE" tizra.user = { id: -1, username: "Non-authenticated", } }(window.tizra = window.tizra || {}) </script> <!-- setupTizraObject end --> <!-- custom header code --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600"></link> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="/designfileview/cdn-1678213803226/nngp60/Bootstrap CSS"> <link rel="stylesheet" href="https://asha-ux.s3.amazonaws.com/AshaThemeV3/css/style.css"></link> <link rel="stylesheet" href="https://asha-ux.s3.amazonaws.com/AshaThemeV3/css/headers/header-default.css"></link> <link rel="stylesheet" href="https://asha-ux.s3.amazonaws.com/AshaThemeV3/css/footers/footer-default.css"></link> <!-- consider switching to CDN but version not specified--> <link rel="stylesheet" href="https://asha-ux.s3.amazonaws.com/AshaThemeV3/plugins/line-icons/line-icons.css"></link> <link rel="stylesheet" href="https://asha-ux.s3.amazonaws.com/AshaThemeV3/plugins/font-awesome/css/font-awesome.min.css" type="text/css"> <link rel="stylesheet" href="https://asha-ux.s3.amazonaws.com/AshaThemeV3/plugins/flexslider/flexslider.css"></link> <link rel="stylesheet" href="https://asha-ux.s3.amazonaws.com/AshaThemeV3/plugins/parallax-slider/css/parallax-slider.css"></link> <link rel="stylesheet" href="https://asha-ux.s3.amazonaws.com/AshaThemeV3/css/custom.css"></link> <!-- consider switching to CDN v1.11.4 --> <!--brightfind development--> <script async src="/designfileview/cdn-1678213803226/nngp60/modernizr-custom-asha"></script> <link rel="stylesheet" href="/designfileview/cdn-1678213803226/nngp60/CSS" ></link> <script src="/designfileview/cdn-1678213803218/nngp60/jquery"></script> <script src="/designfileview/cdn-1678213803214/nngp60/Tizra JavaScript"></script> <!-- Google analytics tracking --> <!-- Google Tag (GA4) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-X1ER236S1D"></script> <!-- Universal Analytics --> <script async src="https://www.google-analytics.com/analytics.js"></script> <script> !function(){ const gtmIds = [] const gtagIds = ["G-X1ER236S1D","G-PLHNENNKCK"] const oldIds = ["UA-275449-13"] const userId = "" const now = new Date() const sendInitialPageview = false const sendVirtualPageviews = false const sendReplaceStatePageviews = true window.tizra = window.tizra || {} tizra._analytics = { referrer: document.referrer, historyMethod: '', initialPageView: true, readerPage: '', } window.dataLayer = window.dataLayer || [] // shared GTM/GA4 window.gtag = function(){} if (gtmIds.length || gtagIds.length) { window.gtag = function(x) { dataLayer.push( arguments.length !== 1 ? arguments : typeof x === 'function' ? x : typeof x === 'object' && x ? x : arguments ) } gtag({'gtm.start': +now, event: 'gtm.js'}) // GTM gtag('js', now) // GA4 if (userId) { gtag('set', {userId: userId}) } for (let id of gtagIds) { gtag('config', id, {send_page_view: !sendInitialPageview}) } } window.ga = function(){} tizra.callTracker = function(){} if (oldIds.length) { window.ga = function(){(ga.q=ga.q||[]).push(arguments)} ga.l = +now tizra.callTracker = function() { const callArgs = Array.prototype.slice.call(arguments, 1) const operation = arguments[0] oldIds.forEach(function (id, index) { ga.apply(this, ['t' + index + '.' + operation].concat(callArgs)) }) } oldIds.forEach(function (id, index) { ga('create', id, 'auto', 't' + index) }) if (userId) { tizra.callTracker('set', 'userId', userId) } } const errorOnce = (function() { const seen = {} return function errorOnce(msg) { if (!(msg in seen)) { seen[msg] = true console.error.apply(console, arguments) } } })() tizra.trackEvent = function(category, action, opt_label, opt_value, opt_noninteraction) { if (!category) { errorOnce('Missing category in call to tizra.trackEvent', Array.prototype.slice.call(arguments)) return } if (!action) { errorOnce('Missing action in call to tizra.trackEvent', Array.prototype.slice.call(arguments)) return } const label = opt_label || '' const value = opt_value || 0 const categoryAction = category + '/' + action + '/' gtag('event', category, {action: action, label: label, value: value}) tizra.callTracker('send', categoryAction, label, value, opt_noninteraction) } if (sendVirtualPageviews || sendReplaceStatePageviews) { const monkey = function (obj, name, patchFn) { try { obj[name] = patchFn(obj[name], obj) } catch (err) { console.warn("Couldn't monkey-patch " + name, err) } } monkey(window.history, 'pushState', function (pushState, history) { return function tizraAnalyticsPushState() { Object.assign(tizra._analytics, { referrer: window.location.origin + window.location.pathname + window.location.search, historyMethod: 'pushState', initialPageView: false, }) pushState.apply(history, arguments) } }) monkey(window.history, 'replaceState', function (replaceState, history) { return function tizraAnalyticsReplaceState() { Object.assign(tizra._analytics, { referrer: window.location.origin + window.location.pathname + window.location.search, historyMethod: 'replaceState', initialPageView: false, }) replaceState.apply(history, arguments) } }) window.addEventListener('popstate', function() { Object.assign(tizra._analytics, { referrer: '', historyMethod: '', initialPageView: false, }) }) } tizra.trackPageview = function(page) { const historyMethod = tizra._analytics.historyMethod const initialPageView = tizra._analytics.initialPageView tizra._analytics.initialPageView = false let title, referrer if (page && typeof page === 'object') { page = page.page title = page.title referrer = page.referrer } page = page || window.location.pathname + window.location.search title = title || document.title referrer = referrer === undefined ? tizra._analytics.referrer : referrer tizra.logReaderPageView(page) if ((initialPageView && sendInitialPageview) || (!initialPageView && sendVirtualPageviews) || (!initialPageView && sendReplaceStatePageviews && historyMethod === 'replaceState')) { gtag('event', 'page_view', {page_location: page, page_title: title, page_referrer: referrer}) } tizra.callTracker('set', 'page', page) tizra.callTracker('set', 'referrer', referrer) tizra.callTracker('send', 'pageview') } tizra.logReaderPageView = function(page) { } }() </script> <!-- No custom analytics --> <script> tizra.trackPageview() </script> <script defer src="https://cdn.tizrapublisher.com/aa_shared/vendor/prototype.js?v24.133.0.5-4feeadfa4"></script> <script defer src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js"></script> <script defer src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js"></script> <script defer src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js"></script> <script defer src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/controls.js"></script> <script defer src="https://cdn.tizrapublisher.com/aa_shared/utils.js?v24.133.0.5-4feeadfa4"></script> <script defer src="https://cdn.tizrapublisher.com/aa_site/utils.js??v24.133.0.5-4feeadfa4"></script> <script defer src="https://cdn.tizrapublisher.com/packages/nsftools_datepicker/1.5x/script.js?v24.133.0.5-4feeadfa4"></script> <script defer src="https://cdn.tizrapublisher.com/packages/xml_for_script-3.1/tinyxmldom.js?v24.133.0.5-4feeadfa4"></script> </head> <body class="t-toc " id="t-my" data-meta-type="SiteDisplay" data-base-type="SiteDisplay" data-base-type-inheritance="SiteDisplay AdminTagged" data-meta-type-inheritance="SiteDisplay AdminTagged" data-tizra-id="nngp60"> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <div id="wrapper" class="block-root " > <!--template: com/cubchicken/layout/model/PageBlockRoot/html.ftl --> <!-- Page Template ID: base.pagetype.home --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/layout/model/MasterBlockInstance/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <div class="t-stacked " > <!--template: com/cubchicken/plugin/base/model/PageBlockStackedRows/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/plugin/base/model/PageBlockStackedRows/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/plugin/base/model/PageBlockStackedRows/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/layout/model/MasterBlockInstance/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/plugin/base/model/PageBlockFreeHtml/html.ftl --> <div class="header"> <!-- Topbar --> <div class="topbar hidden-print"> <div class="container"> <!-- Topbar Navigation --> <ul class="loginbar pull-right"> <li> <a class="nav-item nav-link cart-link" href="https://apps.asha.org/eweb/OLSDynamicPage.aspx?Webcode=olsmainpage&Site=ASHACMS"> <span>Shop</span> </a> </li> <li class="topbar-devider"></li> <li><a class="nav-item nav-link" href="http://www.asha.org/">GO TO ASHA.ORG</a></li> <li class="topbar-devider"></li> <li><a class="nav-item nav-link" href="https://apps.asha.org/eweb/startpage.aspx">My Account</a></li> <li class="topbar-devider"></li> <li> <a class="nav-item nav-link" href="/sign-in">LogIn</a> </li> </ul> <!-- End Topbar Navigation --> </div> </div> <!-- End Topbar --> <!-- Navbar --> <div class="navbar navbar-default" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <a class="navbar-brand" href="https://library.asha.org/"> <img id="logo-header" src="/designfileview/cdn-1678213803230/nngp60/Logo" alt="American Speech-Language-Hearing Association"> </a> <div class="pull-xs-right text-xs-right hidden-lg-up"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainMenu">☰</button> </div> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div id="mainMenu" class="collapse navbar-toggleable-md navbar-responsive-collapse" role="navigation"> <ul class="nav navbar-nav hidden-print"> <li class="mobile-only-utility-item"> <a class="" href="https://apps.asha.org/eweb/OLSDynamicPage.aspx?Webcode=olsmainpage&Site=ASHACMS"> <!--<span id="t-cart-item-counter" class="cart-total cartitems hidden">0</span> <i class="fa fa-shopping-cart"></i> --> <span>Shop</span> </a> </li> <li class="mobile-only-utility-item"><a class="" href="http://www.asha.org/">GO TO ASHA.ORG</a></li> <li class="mobile-only-utility-item"><a class="" href="https://apps.asha.org/eweb/startpage.aspx">My Account</a></li> <li class="mobile-only-utility-item"><a class="" href="https://secure.agilepdf.com/nngp60/log-in">LogIn</a></li> <li class="main-nav-link"><a href="https://library.asha.org/" title="My Library">MY LIBRARY</a></li> <li class="main-nav-link"><a href="https://library.asha.org/help/" title="Help" >HELP</a></li> </ul> </div><!--/navbar-collapse--> </div> </div> <!-- End Navbar --> </div> <!--=== End Header ===--> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/layout/model/MasterBlockInstance/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/plugin/base/model/PageBlockFreeHtml/html.ftl --> <div class="breadcrumbs"> <div id="breadcrumbs" class="container"> </div> </div> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <div class="t-stacked container sub-page static-page-content" > <!--template: com/cubchicken/plugin/base/model/PageBlockStackedRows/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <div class="t-stacked row" > <!--template: com/cubchicken/plugin/base/model/PageBlockStackedRows/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/plugin/base/model/PageBlockFreeHtml/html.ftl --> <div class="top-of-page-content"> <h1>My Library</h1> <h2> Welcome!</h2> <p> My Library is the home for all of your digital products, and an easy way to access your content.</p> <h2> Access Your Content</h2> <p> <a href="https://secure.agilepdf.com/ochp0e">Sign in</a> to your account to access the digital products you’ve already purchased.</p> <p> </p> <h2> Shop our Products</h2> <p> <a href="https://apps.asha.org/eweb/OLSDynamicPage.aspx?Webcode=olsresults&keyword=Digital%20Products">Find digital products</a> that relate to your area of interest at the ASHA store. Your new purchases will appear here after you sign in.</p> <p> </p> <div class="row"> <div class="col-md-4"> <a href="https://apps.asha.org/eweb/olsdynamicpage.aspx?title=exploring+cultural+responsiveness%3A+guided+scenarios+for+communication+sciences+and+disorders+(csd)+professionals&webcode=olsdetails"><img src="https://asha-store.s3.amazonaws.com/CulturalResponsivenessBook_324x333_Tizra.jpg" ></img></a></div> <div class="col-md-4"> <a href="https://apps.asha.org/eweb/olsdynamicpage.aspx?title=phonological+awareness+training+program%3A+a+speech+language+pathologist%E2%80%99s+tool+for+training+teachers&webcode=olsdetails"><img src="https://asha-store.s3.amazonaws.com/Tizra-Phonological.jpg" ></img></a></div> <div class="col-md-4"> <a href="https://apps.asha.org/eWeb/OLSDynamicPage.aspx?webcode=olsdetails&title=Speech-Language+Pathologists+as+Expert+Witnesses"><img src="https://asha-store.s3.amazonaws.com/ExpertWitnessesBook_324x333_Tizra.jpg" ></img></a></div> </div> </div> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <div class="t-latest t-publist publicationsGrid--no-hover publicationsGrid--equalHeights" > <!--template: com/cubchicken/plugin/collection/model/PageBlockCollectionLatestAdditions/html.ftl --> <h2 class=" t-latest-publist"></h2> <ul class=" t-latest-publist"> </ul> </div> </div> </div> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/plugin/base/model/PageBlockStackedRows/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/layout/model/MasterBlockInstance/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/plugin/base/model/PageBlockFreeHtml/html.ftl --> <!--=== Footer ===--> <div class="footer hidden-print"> <div class="container"> <div class="row"> <div class="col-md-4 md-margin-bottom-40"> <!-- About --> <div class="headline"><h2>About Us</h2></div> <p class="margin-bottom-25 md-margin-bottom-40"> The American Speech-Language-Hearing Association (ASHA) is the national professional, scientific, and credentialing association for members and affiliates who are audiologists; speech-language pathologists; speech, language, and hearing scientists; audiology and speech-language pathology support personnel; and students. <br></br> <a href="https://www.asha.org/about/" class="link">Read more</a> </p> <!-- End About --> </div><!--/col-md-4--> <div class="col-md-4 md-margin-bottom-40"> <!-- Social Links --> <div class="headline"><h2>Connect with ASHA</h2></div> <div class="social-icons"> <p> <a href="https://community.asha.org/home" rel="publisher" title="ASHA Community" id="aAsha"> </a> <a href="https://www.facebook.com/asha.org" rel="publisher" title="ASHA on Facebook" id="aFacebook"> </a> <a href="https://twitter.com/ashaweb" rel="publisher" title="ASHA on Twitter" id="aTwitter"> </a> <a href="https://www.linkedin.com/company/the-american-speech-language-hearing-association-asha-" rel="publisher" title="ASHA on LinkedIn" id="aLinkedIn"> </a> <a href="https://www.youtube.com/user/ASHAWeb" rel="publisher" title="ASHA on YouTube" id="aYoutube"> </a> <a href="https://www.pinterest.com/ashaweb/" rel="publisher" title="ASHA on Pinterest" id="aPinterest"> </a> <a href="https://instagram.com/ashaweb/" rel="publisher" title="ASHA on Instagram" id="aInstagram"> </a> </p> </div> <!-- End Social Links --> <br /> <!-- Information For --> <div class="headline"><h2>Information For</h2></div> <ul class="footer-list"> <li><a href="https://www.asha.org/aud/" class="link">Audiologists</a></li> <li><a href="https://www.asha.org/slp/" class="link">Speech Language Pathologists</a></li> <li><a href="https://www.asha.org/students/" class="link">Students</a></li> <li><a href="https://www.asha.org/academic/" class="link">Faculty</a></li> </ul> <!-- End Information For --> <br /> </div><!--/col-md-4--> <div class="col-md-4"> <!-- Contact Us --> <div class="headline"><h2>Contact Us</h2></div> <p>The ASHA Action Center welcomes questions and requests for information from members and non-members.</p> <p>Available 8:30 a.m.–5:00 p.m. ET <br />Monday–Friday</p> <address class="md-margin-bottom-40"> <a class="link" href="http://www.asha.org/Forms/Contact-ASHA/">E-mail the Action Center</a> <br /> Members: <a href="tel:800-498-2071">800-498-2071</a> <br /> Non-Member: <a href="tel:800-638-8255">800-638-8255</a> </address> <a class="link" href="https://www.asha.org/about/contacts/">Read More</a> <!-- End Contact Us --> </div><!--/col-md-4--> </div> </div> </div><!--/footer--> <!--=== End Footer ===--> <!--=== Copyright ===--> <div class="copyright"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-8"> <p> <span class="hidden-print"><a href="https://www.asha.org/sitehelp/">Site Help </a> | <a href="http://www.asha.org/topicindex/">A—Z Topic Index</a> | <a href="http://www.asha.org/sitehelp/privacy-statement/">Privacy Notice</a> | <a href="http://www.asha.org/sitehelp/terms_of_use/">Terms of Use</a></span> <br /> <a class="copyright-link" href="https://www.asha.org/sitehelp/copyright/">© 1997-<span id="copyright-current-year">2024</span> American Speech-Language-Hearing Association</a> <br /> <a target="_blank" rel="noopener" href="http://tizra.com">Powered by By Tizra ®</a> </p> </div> <div class="col-md-6 col-sm-8 hidden-print"> <a href="http://www.asha.org"> <img class="pull-right" id="logo-footer" src="https://www.asha.org/App_Themes/AshaThemeV3/img/custom/ASHA-Logo_white.jpg" height="50" width="142" alt="American Speech-Language-Hearing Association"> </a> </div> </div> </div> </div><!--/copyright--> <!--=== End Copyright ===--> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/layout/model/MasterBlockInstance/html.ftl --> <!--template: com/cubchicken/layout/model/PageBlock/html.ftl --> <!--template: com/cubchicken/plugin/base/model/PageBlockFreeHtml/html.ftl --> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js"></script> <script src=""></script> <script src="/designfileview/cdn-1678213803218/nngp60/BootstrapJS"></script> </div> </div> </body> <!-- Values cache: Size: 300Used: 22 hits:18 uses: 58 Flushes: 0 HitRatio 68.96551724137932% --> </html>