301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: slj.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- jQuery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> <script src="//cdn.blueconic.net/mediasource.js"></script> <title>School Library Journal</title> <meta name="keywords" content="Library Journal Junior Library Guild, jlg, library, librarian, books, collection development, reading categories, reading levels." /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" type="text/css" href="/webfiles/1745925783899/css/bootstrap3.3.7.min.css"/> <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> --> <!-- Jquery pluging for Pagination --> <script src="/webfiles/1745925783899/js/jquery.simplePagination.js" type="text/javascript"></script> <!-- <script type="text/javascript" src="path_to/jquery.simplePagination.js"></script> --> <!-- Latest compiled JavaScript --> <script src="/webfiles/1745925783899/js/bootstrap3.3.7.min.js" type="text/javascript"></script> <!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> --> <!-- ReCAPTCHA plugin --> <script src='https://www.google.com/recaptcha/api.js'></script> <!-- fa fa Icons --> <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> --> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'> <link href="/webfiles/1745925783899/images/SLJ_16px.png" rel="Shortcut Icon" type="image/x-icon" /> <!-- <link rel="stylesheet" type="text/css" href="/webfiles/1745925783899/css/header.css"/> --> <link rel="stylesheet" type="text/css" href="/webfiles/1745925783899/css/font-awesome.css"/> <link rel="stylesheet" type="text/css" href="/webfiles/1745925783899/css/style.css"/> <link rel="stylesheet" type="text/css" href="/webfiles/1745925783899/css/subscription.css"/> <link rel="canonical" href="https://www.slj.com/?"/> <script> function myFunction() { var x = document.getElementById("myTopnav"); if (x.className === "topnav") { x.className += " responsive"; } else { x.className = "topnav"; } } </script> <script type="text/javascript"> var analyticsFileTypes = ['']; var analyticsSnippet = 'enabled'; var analyticsEventTracking = 'enabled'; </script> <!-- Global site tag (gtag.js) - Google Analytics UAT Site --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TP3ZCWW');</script> <!-- End Google Tag Manager --> <script type="text/javascript"> function divSwap(div1,div2) { d1 = document.getElementById(div1); d2 = document.getElementById(div2); if( d2.style.display == "none" ) { d1.style.display = "none"; d2.style.display = "block"; } else { d1.style.display = "block"; d2.style.display = "none"; } } </script> <script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"> </script> <script type='text/javascript'> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script> <script type='text/javascript'> var networkCode = 3245306; var adUnit = 'slj'; var slotName = "/" + networkCode + "/" + adUnit; var pid = 'sljhome'; var pgtype = 'homepage'; var theme = 'homepage'; function breakpointval(){ var width = window.innerWidth; if(width<768){ return "mobile"; }else if(width<993){ return "tablet"; }else if(width>992){ return "desktop"; } } function customerName(){ if ($.cookie('customerToken') != undefined) { var customerDetails = JSON.parse($.cookie('customerData')); return customerDetails.firstname; } } var breakpoint = breakpointval(); var loggedin =(customerName())?"yes":"no"; googletag.cmd.push(function() { var topMapping = googletag.sizeMapping(). addSize([768, 0], [728, 90]). addSize([0, 0], [300, 50]). build(); var hpmid1Mapping = googletag.sizeMapping(). addSize([993, 0], [300, 250]). addSize([768, 0], [728, 90]). addSize([0, 0], [300, 250]). build(); var hpmid2Mapping = googletag.sizeMapping(). addSize([768, 0], [728, 90]). addSize([0, 0], [300, 250]). build(); googletag.defineSlot(slotName, [[728, 90], [300, 50]], 'header_tag_desktop') .defineSizeMapping(topMapping) .addService(googletag.pubads()) .setTargeting("pos", "top"); googletag.defineSlot(slotName, [[300, 250], [728, 90]], 'homepage1') .defineSizeMapping(hpmid1Mapping) .addService(googletag.pubads()) .setTargeting("pos", "mid1"); googletag.defineSlot(slotName, [[728, 90], [300, 250]], 'homepage2') .defineSizeMapping(hpmid2Mapping) .addService(googletag.pubads()) .setTargeting("pos", "mid2"); googletag.defineSlot(slotName, [[728, 90], [300, 250]], 'homepage3') .defineSizeMapping(hpmid2Mapping) .addService(googletag.pubads()) .setTargeting("pos", "mid3"); googletag.defineSlot(slotName, [1, 1], 'SLJ_Spotible1_1x1') .addService(googletag.pubads()) .setTargeting("pos", "spotible"); googletag.defineSlot(slotName, [1, 1], 'SLJ_Video_1x1') .addService(googletag.pubads()) .setTargeting("pos", "video"); googletag.pubads().setTargeting("pid",pid); googletag.pubads().setTargeting("pgtype",pgtype); googletag.pubads().setTargeting("theme",theme); googletag.pubads().setTargeting("breakpoint",breakpoint); googletag.pubads().setTargeting("loggedin",loggedin); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); </script> <script> function userName() { if ($.cookie('customerToken') != undefined) { var customerDetails = JSON.parse($.cookie('customerData')); if(customerDetails.firstname == "SLJ") return "Free User"; else return "loggedin" } } var usertyp =(userName())?userName():"NotLogged"; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'dimensions':{ 'category': theme, 'user type': usertyp } }); </script> <script>/*<![CDATA[*/(function(w,a,b,d,s){w[a]=w[a]||{};w[a][b]=w[a][b]||{q:[],track:function(r,e,t){this.q.push({r:r,e:e,t:t||+new Date});}};var e=d.createElement(s);var f=d.getElementsByTagName(s)[0];e.async=1;e.src='//mediasource.actonservice.com/cdnr/63/acton/bn/tracker/10574';f.parentNode.insertBefore(e,f);})(window,'ActOn','Beacon',document,'script');ActOn.Beacon.track();/*]]>*/</script> <meta name="google-site-verification" content="tqW_a-Uf62lt7hVHkzQDyETpyAJnmQKrT4m5u7cddrU" /> <meta name="facebook-domain-verification" content="eeune7mml57to1645rwmo1rxha7zl0" /> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TP3ZCWW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="col-md-12 pl_0 pr_0"> <a name="top"></a> <div id="advertisement" class="advertisement adv-top bg-gray col-md-12 col-sm-12 col-xs-12 float-left hidden-print"> <div id="header_tag_desktop"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('header_tag_desktop'); }); </script> </div> </div> <!-- new header design in desktop view --> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/20468848.js?businessUnitId=341631"></script> <script defer="" src="https://cdnjs.cloudflare.com/ajax/libs/imask/3.4.0/imask.min.js"></script> <script src="/webfiles/1745925783899/js/header.js" type="text/javascript"></script> <!-- IP Popup Start --> <div class="modal fade" id="myModal" data-keyboard="false" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="ip-met-pop-cont modal-content"> <div class="modal-body"> <button onclick="closeClick()" type="button" class="close" data-dismiss="modal" aria-label="Close"> <span style="font-size:25px;" aria-hidden="true">×</span> </button> <h3 class="ip-met-pop-h3"></h3> <div class="ip-met-pop-anc-link-cont"> <button onclick="loginClick()" type="button" class="ip-met-pop-anc-link">Login</button> <button onclick="closeClick()" type="button" class="ip-met-pop-anc-link" data-dismiss="modal">No thanks, take me to the website.</button> </div> </div> </div> </div> </div> <!-- IP Popup End --> <!-- Login Access Popup Start --> <div class="modal fade" id="loginConfirmModal" tabindex="-1" role="dialog" data-keyboard="false" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="login-met-pop-cont modal-content"> <div class="modal-body"> <button onclick="procedToLoginClose()" type="button" class="close" data-dismiss="modal" aria-label="Close"> <span style="font-size:25px;" aria-hidden="true">×</span> </button> <h3 class="login-met-pop-h3-header">You have exceeded your limit for simultaneous device logins.</h3> <h3 class="login-met-pop-h3">Your current subscription allows you to be actively logged in on up to three (3) devices simultaneously. Click on continue below to log out of other sessions and log in on this device.</h3> <div class="ip-met-pop-anc-link-cont"> <button id="proced-to-login" type="button" class="ip-met-pop-anc-link" onclick="procedToLoginClick()" data-dismiss="modal">Continue</button> <button type="button" class="ip-met-pop-anc-link" data-dismiss="modal" onclick="procedToLoginClose()">Cancel</button> </div> </div> </div> </div> </div> <!-- Login Access Popup End --> <!-- Gift Subscription Popup Start --> <div class="modal fade" id="myGiftModal" tabindex="-1" role="dialog" data-keyboard="false" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="gift-met-pop-cont modal-content"> <div class="modal-body"> <button onclick="giftPopupCloseClick()" type="button" class="close" data-dismiss="modal" aria-label="Close"> <span style="font-size:25px;" aria-hidden="true">×</span> </button> <h3 id="gift-met-pop-h3" class="gift-met-pop-h3"></h3> <div class="gift-met-pop-anc-link-cont"> <button onclick="giftPopupOKClick()" type="button" class="gift-met-pop-anc-link">OK</button> </div> <div class="display-none" id="gift-loader-space"><i class="fa fa-spinner fa-spin red" style="font-size:38px;margin-left: 45%;"></i></div> </div> </div> </div> </div> <!-- Gift Subscription Popup End --> <div id="header" class="header container-fluid col-md-12 col-sm-12 col-xs-12 float-left pl_0 pr_0 hidden-xs"> <div id="header-banner-multi-sub" class="header-banner-multi-sub"></div> <nav class="navbar navbar-default container mb_0"> <div class="col-md-12 col-sm-12 col-xs-12 p_0"> <div class="navbar-header col-md-3 col-sm-3 col-xs-12 mb_15 p_0"> <a href="/page/subscribe"><button id="subscribe-btn" class="btn btn-subscribe btn-blue navbar-btn subscribe-btn-size" style="width:140px;">SUBSCRIBE</button><a> <div id="open-url-btn" class="topic-type mb_10" style="display:none; margin-top:40px"> <a id="digitized" class="theme-link fs_13" style="cursor: pointer">ACCESS DIGITIZED EDITION</a> </div> <div id="emags_link" class="topic-type mb_10" style="display:none; margin-top:40px"> <a id="emags_link_click" class="theme-link fs_13" style="cursor: pointer">ACCESS DIGITIZED EDITION</a> </div> </div> <div class="col-md-6 col-sm-6 col-xs-12 text-align-center"> <a id="homeId" onclick="readUrlCategory('home','homeId','home')";> <img class="LJ-image pointer" src="/webfiles/1745925783899/images/SLJ-Logo.jpg" alt="L J image"/> </a> </div> <ul class="nav navbar-nav navbar-right col-md-3 col-sm-3 col-xs-12 mt_20"> <!-- <li class="pull-right mt_5 tab-mt-20"> <a class="tab-no-padding" href="/page/shopping-cart-page"> <div id="cart"> <img class="tab-w20" src="/webfiles/1745925783899/images/shopping-cart.png"/> </div> <span id="itemCount">0</span> </a> </li> --> <li class="pull-right mt_20 ml_30 search-bar"> <a href="" class="search-icon p_0 tab-ml-10" data-toggle="collapse"> <img id="btn" class="tab-w20" src="/webfiles/1745925783899/images/search.png"/> <div id="idd" class="display-none"></div> </a> </li> <li id="usertempDetail" class="pull-right mt_20 ellipsis-user-name dropdown-hover display-none"> <div class="usertempDetail pointer ml_20 tab-no-margin fs_16 tab-fs-14 customer-id">Free Access Account</div> <!-- After logged in user account nav popup--> <ul id="account-popup" class="dropdown-menu account-nav border-none"> <li><a class="mb_10 mt_10 pointer" onclick="deleteAllCookies('/page/home')">Logout</a></li> </ul> </li> <li id="userDetail" class="pull-right mt_20 ellipsis-user-name dropdown"> <div id="mydiv" class="userDetail pointer ml_20 tab-no-margin fs_16 tab-fs-14"> </div> <!-- After logged in user account nav popup--> <ul id="account-popup" class="dropdown-menu account-nav border-none"> <li><a class="mb_10 mt_10" href="/page/account-dashboard?id=ms" id="ms">My Subscriptions</a></li> <!-- <li><a class="mb_10 mt_10"href="/page/account-dashboard?id=ml" id="ml">My Library</a></li> --> <li><a class="mb_10 mt_10" href="/page/account-dashboard?id=mz" id="mz">My Library</a></li> <!-- <li><a class="mb_10 mt_10" href="#">My Saved Articles</a></li> --> <li><a class="mb_10 mt_10" href="/page/account-dashboard?id=mp" id="mp">My Profile</a></li> <li><a class="mb_10 mt_10" href="/page/account-dashboard?id=mi" id="mi_header" style="display: none !important">Manage Institution</a></li> <li><a class="mb_10 mt_10 pointer" onclick="deleteAllCookies('/page/home')">Logout</a></li> </ul> <!-- End After logged in user account nav popup --> <!-- Before log in user account nav popup --> <ul id="reg-popup" class="dropdown-menu dropdown-menu-login pb_20" role="menu"> <li> <div class="registration"> <div class="col-md-12 col-xs-12 p_0"> <form class="registration-form" id="login-form1" method="post" data-toggle="validator"> <div class="col-md-12 text-align-center pl_0 pr_0 pt_0"> <div class="highlight error-color display-none" id="login-error1">Invalid email or password. Try again.</div> </div> <div class="col-md-12 form-group required mb_0 pl_20 pr_20"> <label class="control-label">Email</label> <input class="" type="email" id="loginEmail1" name="loginEmail" placeholder="Email" required> </div> <div class="col-md-12 form-group required mb_0 pl_20 pr_20"> <label class="control-label">Password</label> <input type="password" id="loginPassword1" name="loginPassword" placeholder="Password" required> </div> <div class="col-md-12 form-group required mb_0 pl_20 pr_20 text-align-center" id="headerDropdownLoginLoader"> </div> <div class="col-md-12 text-align-center pl_20 pr_20"> Forgot <a class="border-bottom-red text-decoration-none" href="/page/forgot-pass">password</a>? </div> <div class="col-md-12 align-center pl_20 pr_20"> <button type="submit" class="btn btn-default-red bold akzidenz-grotesk-regular" id="headerDropdownLoginButton">LOG IN</button> </div> <div class="col-md-12 text-align-center align-center pl_20 pr_20 pb_0 fs_13"> Don't have a School Library Journal Account? </div> <div class="col-md-12 text-align-center align-center pl_20 pr_20 pt_0"> <a class="border-bottom-red text-decoration-none" href="/page/register">Register Now</a> </div> </form> </div> </div> </li> </ul> <!-- End Before log in user account nav popup --> </li> </ul> </div><!-- end col-md-12 col-sm-12 col-xs-12 --> </nav> <div class="hr_division_grey_light mb_0"></div> <div class="topic-navigation"> <nav class="navbar-default mb_0 container"> <ul class="nav navbar-nav full-width pull-left header-section"> <li class="pl_0"> <a id="newsId" class="pl_0" onclick="readUrlCategory('newsfeatures','newsId','News & Features')";>News & Features</a> </li> <li> <a id="reviewsId" onclick="readUrlCategory('reviews','reviewsId','Reviews')";>Reviews+</a> </li> <li> <a id="schoolLibrariesId" onclick="readUrlCategory('schoollibraries','schoolLibrariesId','School Libraries')";>School Libraries</a> </li> <li> <a id="censorshipId" onclick="readUrlCategory('censorship','censorshipId','Censorship')";>Censorship</a> </li> <li> <a id="publicLibrariesId" onclick="readUrlCategory('publiclibraries','publicLibrariesId','Public Libraries')";>Public Libraries</a> </li> <li> <a id="ClassroomId" onclick="readUrlCategory('classroom','ClassroomId','Classroom')";>Classroom</a> </li> <li> <a id="ReasonstoLoveLibraries" onclick="readUrlCategory('reasonstolovelibraries','ReasonstoLoveLibraries','Reasons to Love Libraries')";>Reasons to Love Libraries</a> </li> <li> <a id="blogId" onclick="readUrlCategory('blogs','blogId','blogs')";>Blogs</a> <!-- <ul class="dropdownlist blog-dropdownlist"> <li><a href="https://pearlsandrubys.slj.com/" target="_blank">Pearls & Rubys</a></li> </ul> --> <ul class="dropdownlist blog-dropdownlist"> <li><a href="http://100scopenotes.com/" target="_blank">100 Scope Notes</a></li> <li><a href="http://blogs.slj.com/afuse8production/" target="_blank">A Fuse #8 Production</a></li> <li><a href="http://blogs.slj.com/goodcomicsforkids/" target="_blank">Good Comics for Kids</a></li> <li><a href="http://blogs.slj.com/heavymedal/" target="_blank">Heavy Medal: A Mock Newbery Blog</a></li> <li><a href="http://blogs.slj.com/neverendingsearch/" target="_blank">Neverending Search</a></li> <li><a href="http://pearlsandrubys.slj.com/" target="_blank">Pearl's & Ruby's</a></li> <li><a href="https://politicsinpractice.slj.com/" target="_blank">Politics in Practice</a></li> <li><a href="http://www.teenlibrariantoolbox.com/" target="_blank">Teen Librarian Toolbox</a></li> <li><a href="http://www.theclassroombookshelf.com/" target="_blank">The Classroom Bookshelf</a></li> <li><a href="http://blogs.slj.com/theyarn/" target="_blank">The Yarn</a></li> </ul> </li> <li class="pr_0"> <a id="moreId" class="pr_0">Events & More+</a> <ul class="dropdownlist"> <li><a id="eventId" onclick="readUrlCategory('events','eventId','Events')" ;>Events</a></li> <li><a id="onlineCourseId" onclick="readUrlCategory('events?eventtype=eventHome','onlineCourseId','OnlineCourse')" ;>Online Courses</a></li> <li><a id="opinionID" onclick="readUrlCategory('opinion','opinionID','Opinion')";>Opinion</a></li> <li><a id="graphicNovelsId" onclick="readUrlCategory('graphicnovels','graphicNovelsId','Graphic Novels')";>Graphic Novels</a></li> <li><a id="technologyId" onclick="readUrlCategory('technology','technologyId','Technology')";>Technology</a></li> <li><a id="PeopleId" onclick="readUrlCategory('people','PeopleId','People')";>People</a></li> <li><a id="researchId" onclick="readUrlCategory('research','researchId','Research')";>Research</a></li> <li><a id="covid19Id" onclick="readUrlCategory('covid-19','covid19Id','covid-19')";>COVID-19</a></li> <li><a href="http://jobs.libraryjournal.com/" target="_blank">Job Zone</a></li> <li><a id="DiversityId" onclick="readUrlCategory('diversity','DiversityId','Diversity')";>Diversity</a></li> </ul> </li> </ul> </nav> </div> <div class="hr_division mt_0 mb_0"></div> <form method="get" action="https://www.slj.com/search" class="collapse search-form full-width"> <div class="container-fluid p_0"> <div class="p_0 search-bar-container col-md-12 col-sm-12"> <div id="imaginary_container" class="col-md-offset-2 col-md-8 col-sm-12 mt_30"> <div class="input-group stylish-input-group input-append"> <input type="text" name="query" class="form-control search-box" placeholder="Search" > <span class="input-group-addon"> <button type="submit"> <span class="glyphicon glyphicon-search"></span> </button> </span> </div> </div> </div> </div> </form> </div> <!-- new header design in mobile view --> <div id="header-mobile" class="header container-fluid col-md-12 col-sm-12 col-xs-12 float-left visible-xs"> <nav class="navbar navbar-default container mb_0"> <!-- Brand and toggle get grouped for better mobile display --> <div class="container"> <div class="navbar-header"> <a id="sub-btn-mobi" href="/page/subscribe"><button class="btn btn-subscribe btn-blue navbar-btn float-left">SUBSCRIBE</button></a> <button id="ChangeToggle" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse"> <img id="navbar-hamburger" class="lines pt_0" src="/webfiles/1745925783899/images/menu.png"/> <img id="navbar-close" class="cross pt_0 hidden" src="/webfiles/1745925783899/images/cross.png"/> </button> <a id="mobileHomeId" onclick="readUrlCategory('home','mobileHomeId','home')";> <img class="LJ-image pointer" src="/webfiles/1745925783899/images/mob_SLJ.png" alt="L J image"/> </a> <a href="#" class="p_0 pull-right" data-toggle="collapse" data-target=".login-user"> <img class="userLines" src="/webfiles/1745925783899/images/user.png"/> </a> <div class="collapse login-user"> <div id="userDetail" class="mt_20 mb_20 dropdown"> <div class="userDetail pointer ml_15 mb_10"> <a href="/page/login" class="p_0 fs_16 dropdown-toggle" role="button" aria-expanded="false">Log In</a> </div> <!-- After logged in user account nav popup--> <div class="display-none" id="mobileViewAccountList"> <ul class="display-none nav navbar-nav full-width pull-left no-margin"> <li><a href="/page/account-dashboard?id=ms" id="ms">My Subscriptions</a></li> <li><a href="/page/account-dashboard?id=ml" id="ml">My Library</a></li> <!-- <li><a href="#">My Saved Articles</a></li> --> <li><a href="/page/account-dashboard?id=mp" id="mp">My Profile</a></li> <li><a href="/page/account-dashboard?id=mi" id="mi" class="display-none">Manage Institutions</a></li> <li><a class="pointer" onclick="deleteAllCookies('/page/home')">Logout</a></li> </ul> </div> <!-- End After logged in user account nav popup --> </div> </div> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="navbarCollapse"> <form method="get" action="https://www.slj.com/search" class="search-input" id="demo-2"> <div id="imaginary_container"> <div class="input-group stylish-input-group input-append"> <input type="text" name="query" class="form-control search-box" placeholder="Search" > <span class="input-group-addon"> <button type="submit"> <span class="glyphicon glyphicon-search"></span> </button> </span> </div> </div> </form> <ul class="nav navbar-nav mt_70"> <li> <a id="mobNewsId" class="bold" onclick="readUrlCategory('newsfeatures','mobNewsId','News & Features')";>News & Features</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/newsfeatures/advocacy">Advocacy</a></p> <p><a href="/section/newsfeatures/awards">Awards</a></p> <p><a href="/section/newsfeatures/backtoschool">Back to School</a></p> <p><a href="/section/newsfeatures/booklists">Booklists</a></p> <p id="newsMoreToggle">More</p> <ul id="newsMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="https://www.slj.com/section/newsfeatures/03">0--3</a></li> <li class="mb_10"><a href="https://www.slj.com/section/newsfeatures/35">3--5</a></li> <li class="mb_10"><a href="https://www.slj.com/section/newsfeatures/career">Career</a></li> <li class="mb_10"><a href="https://www.slj.com/section/newsfeatures/censorship">Censorship</a></li> <li class="mb_10"><a href="https://www.slj.com/section/newsfeatures/classroomcurricula">Classroom & Curricula</a></li> <li class="mb_10"><a href="https://www.slj.com/section/newsfeatures/coverstory">Cover Story</a></li> <li class="mb_10"><a href="https://www.slj.com/section/newsfeatures/diversebooks">Diverse Books</a></li> <li class="mb_10"><a href="https://www.slj.com/section/newsfeatures/edtech">Ed Tech</a></li> <li class="mb_10"><a href="https://www.slj.com/section/newsfeatures/elementary">Elementary</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/newsfeatures/booksmedia">Books & Media</a></p> <p><a href="/section/newsfeatures/budgetsfunding">Budgets & Funding</a></p> <p><a href="/section/newsfeatures/computerscience">Computer Science</a></p> <p><a href="/section/newsfeatures/designarchitecture">Design/Architecture</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobReviewsId" class="bold" onclick="readUrlCategory('reviews','mobReviewsId','Reviews+')";>Reviews+</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/reviews/authorsillustrators">Authors Illustrators</a></p> <p><a href="/section/reviews/bestof">Best Of</a></p> <p><a href="/section/reviews/booklists">Booklists</a></p> <p><a href="/section/reviews/books">Books</a></p> <p id="reviewMoreToggle">More</p> <ul id="reviewMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="https://www.slj.com/section/reviews/tech">Tech</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/reviews/collections">Collections</a></p> <p><a href="/section/reviews/media">Media</a></p> <p><a href="/section/reviews/reference">Reference</a></p> <p><a href="/section/reviews/seriesmadesimple">Series Made Simple</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobTechnologyId" class="bold" onclick="readUrlCategory('technology','mobTechnologyId','Technology')";>Technology</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/technology/advocacy">Advocacy</a></p> <p><a href="/section/technology/bestof">Best Of</a></p> <p><a href="/section/technology/budgetsfunding">Budgets & Funding</a></p> <p><a href="/section/technology/computerscience">Computer Science</a></p> <p id="technologyMoreToggle">More</p> <ul id="technologyMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="https://www.slj.com/section/technology/edtech">Ed Tech</a></li> <li class="mb_10"><a href="https://www.slj.com/section/technology/elementary">Elementary</a></li> <li class="mb_10"><a href="https://www.slj.com/section/technology/industrynews">Industry News</a></li> <li class="mb_10"><a href="https://www.slj.com/section/technology/literacy">Literacy</a></li> <li class="mb_10"><a href="https://www.slj.com/section/technology/maker">Maker</a></li> <li class="mb_10"><a href="https://www.slj.com/section/technology/03">0--3</a></li> <li class="mb_10"><a href="https://www.slj.com/section/technology/35">3--5</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/technology/classroomcurricula">Classroom Curricula</a></p> <p><a href="/section/technology/designarchitecture">Design/Architecture</a></p> <p><a href="/section/technology/coverstory">Cover Story</a></p> <p><a href="/section/technology/career">Career</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobProgramsId" class="bold" onclick="readUrlCategory('schoollibraries','mobProgramsId','School Libraries')";>School Libraries</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/schoollibraries/advocacy">Advocacy</a></p> <p><a href="/section/schoollibraries/awards">Awards</a></p> <p><a href="/section/schoollibraries/backtoschool">Back to School</a></p> <p><a href="/section/schoollibraries/Booklists">Booklists</a></p> <p id="schoolLibrariesMoreToggle">More</p> <ul id="schoolLibrariesMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="https://www.slj.com/section/schoollibraries/computerscience">Computer Science</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/schoollibraries/booksmedia">Books & Media</a></p> <p><a href="/section/schoollibraries/budgetsfunding">Budgets & Funding</a></p> <p><a href="/section/schoollibraries/career">Career</a></p> <p><a href="/section/schoollibraries/classroomcurricula">Classroom & Curricula</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobDesignId" class="bold" onclick="readUrlCategory('publiclibraries','mobDesignId','Public Libraries')";>Public Libraries</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/publiclibraries/advocacy">Advocacy</a></p> <p><a href="/section/publiclibraries/awards">Awards</a></p> <p><a href="/section/publiclibraries/booksmedia">Books & Media</a></p> <p><a href="/section/publiclibraries/budgetsfunding">Budgets & Funding</a></p> <p id="publicLibrariesMoreToggle">More</p> <ul id="publicLibrariesMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/diversebooks">Diverse Books</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/elementary">Elementary</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/industrynews">Industry News</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/literacy">Literacy</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/maker">Maker</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/opinion">Opinion</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/opportunities">Opportunities</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/outreach">Outreach</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/privacy">Privacy</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/programsprogramming">Programs & Programming</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/STEM">STEM</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/teens">Teens</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/tweens">Tweens</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/03">0--3</a></li> <li class="mb_10"><a href="https://www.slj.com/section/publiclibraries/35">3--5</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/publiclibraries/buildings">Buildings</a></p> <p><a href="/section/publiclibraries/censorship">Censorship</a></p> <p><a href="/section/publiclibraries/collections">Collections</a></p> <p><a href="/section/publiclibraries/coverstory">Cover Story</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobLeadershipId" class="bold" onclick="readUrlCategory('agelevel','mobLeadershipId','Age Level')";>Age Level</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/agelevel/03">0--3</a></p> <p><a href="/section/agelevel/35">3--5</a></p> <p><a href="/section/agelevel/elementary">Elementary</a></p> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/agelevel/teens">Teens</a></p> <p><a href="/section/agelevel/tweens">Tweens</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobDiversityId" class="bold" onclick="readUrlCategory('diversity','mobDiversityId','Diversity')";>Diversity</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/diversity/booksmedia">Books & Media</a></p> <p><a href="/section/diversity/programsprogramming">Programs & Programming</a></p> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/diversity/diversebooks">Diverse Books</a></p> <p><a href="/section/diversity/tech">Tech</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a href="/section/blogs" class="bold">Blogs</a> <div class="col-xs-12 mb_10"> <div class="col-xs-12 p_0"> <p><a href="https://100scopenotes.com/" target="_blank">100 Scope Notes</a></p> <p><a href="https://blogs.slj.com/afuse8production/" target="_blank">A Fuse #8 Production</a></p> <p><a href="https://blogs.slj.com/goodcomicsforkids/" target="_blank">Good Comics for Kids</a></p> <p><a href="https://blogs.slj.com/heavymedal/" target="_blank">Heavy Medal: A Mock Newbery Blog</a></p> <p><a href="https://blogs.slj.com/neverendingsearch/" target="_blank">Neverending Search</a></p> <p><a href="https://politicsinpractice.slj.com/" target="_blank">Politics in Practice</a></p> <p><a href="https://www.teenlibrariantoolbox.com/" target="_blank">Teen Librarian Toolbox</a></p> <p><a href="https://www.theclassroombookshelf.com/" target="_blank">The Classroom Bookshelf</a></p> <p><a href="https://blogs.slj.com/theyarn/" target="_blank">The Yarn</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li class="pr_0"> <a id="mobMoreId" class="bold">More+</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a id="mobCovid19Id" onclick="readUrlCategory('covid-19','mobCovid19Id','covid-19')";>COVID-19</a></p> <p><a id="mobOpinionId" onclick="readUrlCategory('opinion','mobOpinionId','Opinion')";>Opinion</a></p> <p><a id="mobClassroomId" onclick="readUrlCategory('classroom','mobClassroomId','Classroom')";>Classroom</a></p> <p><a id="mobGraphicNovelId" onclick="readUrlCategory('graphicnovels','mobGraphicNovelId','Graphic Novels')";>Graphic Novels</a></p> <p><a id="mobideasId" onclick="readUrlCategory('ideas','mobideasId','Ideas')";>Ideas</a></p> <p><a id="mobPeopleId" onclick="readUrlCategory('people','mobPeopleId','People')";>People</a></p> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a id="mobresearchId" onclick="readUrlCategory('research','mobresearchId','Research')";>Research</a></p> <p><a id="mobeventPDId" onclick="readUrlCategory('events','mobeventPDId','Events')";>Events & PD</a></p> <p><a href="http://jobs.libraryjournal.com/" target="_blank">Job Zone</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobLearningId" class="bold" onclick="">Learning</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/events">Live Events</a></p> <p><a href="/section/events">Online Courses</a></p> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/events">Master Classes</a></p> <p><a href="/section/events">Webcasts</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <!-- <li> <a id="mobCommunityId" class="bold" onclick="">Community</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="">Forums</a></p> <p><a href="">Resources</a></p> </div> <div class="col-xs-6 pr_0"> <p><a href="">Member Benefits</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> --> <li> <a id="mobAboutId" class="bold" href="/page/About-Us">About SLJ</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/SLJProjects/SLJIndex">SLJ Projects</a></p> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/page/Privacy-Policy">Privacy Policy</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobGetTouchId" class="bold" onclick="">Get in Touch</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/page/subscribe">Subscriber Services</a></p> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/page/Contact-Us">Contact Us</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <div class="col-xs-12 mb_10 text-align-center bold fs_18"> 888-282-5852 </div> </li> </ul> </div> </div> </nav> <a id="digitized-mobi open-url-btn-mobi" class="theme-link fs_13" style="cursor: pointer; text-align: center; display: none;">ACCESS DIGITIZED EDITION</a> </div> <script type="text/javascript"> var btn = $('#btn'); var idd = $('#idd'); if($.cookie('customerData') != undefined){ var cdata = JSON.parse($.cookie('customerData')); var group_id = cdata.group_id; if(group_id == 4){ // $(".btn-subscribe").css("display","none"); //$('.topic-navigation').css("display","none"); $("#userDetail").css("display","none"); $("#usertempDetail").removeClass('display-none'); } } btn.click(function() { idd.toggle(100, function() { // change the button text according to the state of the "#idd" if (idd.hasClass('display-none')) { btn.attr('src', "/webfiles/1745925783899/images/cross.png"); $('.search-box').focus(); idd.removeClass('display-none'); } else { btn.attr('src', "/webfiles/1745925783899/images/search.png"); idd.addClass('display-none'); } }); }); $("#newsMoreToggle").click(function(){ if($("#newsMoreToggleUl").hasClass('display-none')){ $("#newsMoreToggleUl").removeClass('display-none'); } else { $("#newsMoreToggleUl").addClass('display-none'); } }); $("#reviewMoreToggle").click(function(){ if($("#reviewMoreToggleUl").hasClass('display-none')){ $("#reviewMoreToggleUl").removeClass('display-none'); } else { $("#reviewMoreToggleUl").addClass('display-none'); } }); $("#technologyMoreToggle").click(function(){ if($("#technologyMoreToggleUl").hasClass('display-none')){ $("#technologyMoreToggleUl").removeClass('display-none'); } else { $("#technologyMoreToggleUl").addClass('display-none'); } }); $("#schoolLibrariesMoreToggle").click(function(){ if($("#schoolLibrariesMoreToggleUl").hasClass('display-none')){ $("#schoolLibrariesMoreToggleUl").removeClass('display-none'); } else { $("#schoolLibrariesMoreToggleUl").addClass('display-none'); } }); $("#publicLibrariesMoreToggle").click(function(){ if($("#publicLibrariesMoreToggleUl").hasClass('display-none')){ $("#publicLibrariesMoreToggleUl").removeClass('display-none'); } else { $("#publicLibrariesMoreToggleUl").addClass('display-none'); } }); $("#ideasLibrariesMoreToggle").click(function(){ if($("#ideasLibrariesMoreToggleUl").hasClass('display-none')){ $("#ideasLibrariesMoreToggleUl").removeClass('display-none'); } else { $("#ideasLibrariesMoreToggleUl").addClass('display-none'); } }); </script> <div class="container"> <div class="content pull-left full-width"> <div class="home-featured-story col-sm-12 col-xs-12 float-right pr_0 tab-pl_0 mob-pl_0"> <div class="col-md-8 col-sm-8 tab-pl_0 mob-pl_0 mob-pr_0 mb_30" id="top-center-div"> <div class="top-story-image-main"> <a href=/story/jewish-life-family-and-celebrations-great-books> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/04/2504-gb-jewishamerheritage-f.png" border="0" id="ad_unbordered"/> </a> </div> <div class="top-story-content"> <div class="topic-type mb_10"> <a class="theme-link" href="/section/diversebooks">DIVERSE BOOKS</a> </div> <div class="top-story-heading heading-underline"> <a href=/story/jewish-life-family-and-celebrations-great-books> <h1 class="laptop smart-headline display-inline">L’Chaim! Jewish Life, Family, and Celebrations New & Old | Great Books</h1> <h3 class="tablet smart-headline display-inline">L’Chaim! Jewish Life, Family, and Celebrations New & Old | Great Books</h3> </a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="full-width pull-left top-center-desc"> For collection development or year-around displays, this celebration of joy and all things Jewish takes readers around the world. There’s a Sukkot in Uganda, a seder in Depression-era Washington, DC, and another set in COVID-19-era Jerusalem. Family is the thing, and from the personal to the universal, the gamut of human experience runs through these picture books. </div> </div> <div class="hr_division_grey_light mt_10 mb_10 hidden-md-up"></div> </div> <div class="col-md-4 col-sm-4 pr_0 tab-pl_0 mob-pl_0" id="top-right-div"> <a class="theme-link topic-type mt_0 mb_20 " href="/section/blogs">BLOGS</a> <div class="top-story-side-bar"> <div class="blog-type mt_0 mb_10"> <a class="blog-link" href="https://goodcomicsforkids.slj.com/" target="_blank">GOOD COMICS FOR KIDS</a> </div> <div class="top-story-image-sub"> <a href="https://goodcomicsforkids.slj.com/2025/04/29/the-last-witch-blood-betrayal-exclusive-preview/" target="_blank"> <img class="image-full" src="https://goodcomicsforkids.slj.com/wp-content/uploads/2025/04/LastWitch_BloodBetrayal_001_Cover_A_Main_PROMO-1.jpg" border="0" id="ad_unbordered"/> </a> </div> <div class="top-story-content top-story-content-right"> <div class="top-story-heading-right top-story-heading heading-underline"> <a href="https://goodcomicsforkids.slj.com/2025/04/29/the-last-witch-blood-betrayal-exclusive-preview/" target="_blank"> <h3 class="smart-headline display-inline">The Last Witch: Blood & Betrayal | Exclusive Preview</h3> </a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> <div class="hr_division_grey_light mt_10 mb_10"></div> </div> <div class="top-story-side-bar"> <div class="blog-type mt_0 mb_10"> <a class="blog-link" href="https://pearlsandrubys.slj.com/" target="_blank">PEARL'S & RUBY'S</a> </div> <div class="top-story-image-sub"> <a href="https://pearlsandrubys.slj.com/2025/04/29/closing-down-poetry-month/" target="_blank"> <img class="image-full" src="https://pearlsandrubys.slj.com/wp-content/uploads/2025/04/DNR-nikki-1.webp" border="0" id="ad_unbordered"/> </a> </div> <div class="top-story-content top-story-content-right"> <div class="top-story-heading-right top-story-heading heading-underline"> <a href="https://pearlsandrubys.slj.com/2025/04/29/closing-down-poetry-month/" target="_blank"> <h3 class="smart-headline display-inline">Closing Down Poetry Month</h3> </a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> <div class="hr_division_grey_light mt_10 mb_10"></div> </div> <div class="top-story-side-bar"> <div class="blog-type mt_0 mb_10"> <a class="blog-link" href="https://teenlibrariantoolbox.com/" target="_blank">TEEN LIBRARIAN TOOLBOX</a> </div> <div class="top-story-image-sub"> <a href="https://teenlibrariantoolbox.com/2025/04/29/nothing-good-comes-from-hiding-even-the-ugliest-truths-in-the-closet-a-guest-post-by-rob-costello/" target="_blank"> <img class="image-full" src="https://teenlibrariantoolbox.com/wp-content/uploads/2025/04/UGLY-WORLD-COVER-with-Entrada-Kelly-quote.jpg" border="0" id="ad_unbordered"/> </a> </div> <div class="top-story-content top-story-content-right"> <div class="top-story-heading-right top-story-heading heading-underline"> <a href="https://teenlibrariantoolbox.com/2025/04/29/nothing-good-comes-from-hiding-even-the-ugliest-truths-in-the-closet-a-guest-post-by-rob-costello/" target="_blank"> <h3 class="smart-headline display-inline">Nothing Good Comes From Hiding Even the Ugliest Truths in the Closet, a guest post by Rob Costello</h3> </a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> <div class="hr_division_grey_light mt_10 mb_10"></div> </div> <div class="top-story-side-bar"> <div class="blog-type mt_0 mb_10"> <a class="blog-link" href="https://teenlibrariantoolbox.com/" target="_blank">TEEN LIBRARIAN TOOLBOX</a> </div> <div class="top-story-image-sub"> <a href="https://teenlibrariantoolbox.com/2025/04/29/post-it-note-reviews-51/" target="_blank"> <img class="image-full" src="https://teenlibrariantoolbox.com/wp-content/uploads/2025/01/2025-post-it-note-reviews.png" border="0" id="ad_unbordered"/> </a> </div> <div class="top-story-content top-story-content-right"> <div class="top-story-heading-right top-story-heading heading-underline"> <a href="https://teenlibrariantoolbox.com/2025/04/29/post-it-note-reviews-51/" target="_blank"> <h3 class="smart-headline display-inline">Post-It Note Reviews: Oops, All Graphic Novels!</h3> </a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> </div> <div class="hr_division_grey_light mt_10 mb_10"></div> </div> </div> <div class="col-md-3 col-sm-12 col-xs-12 pl_0 pr_0" id="top-left-div"> <div id="advertisement" class="advertisement adv-top mob_ad_align hidden-print mb_30"> <div id="homepage1"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('homepage1'); }); </script> </div> </div> <div class="left-side-bar"> <div class="top-story-content"> <div class="left-side-bar-section"> <div class="topic-type mt_0 mb_10"> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Dept-of-Education-Posts-Resonate-on-Facebook-Likely-not-as-Intended> <h3 class="line-clamp-3 smart-headline display-inline">Dept of Education Posts Resonate on Facebook—Perhaps Not as Intended</h3> </a> </div> <!-- Old Sponsored Code Start --> <!-- --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="top-story-content"> <div class="left-side-bar-section"> <div class="topic-type mt_0 mb_10"> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/6-adorable-and-diverse-board-books-for-summer-reading-fun-we-are-kid-lit-collective> <h3 class="line-clamp-3 smart-headline display-inline">6 Adorable and Diverse Board Books for Summer Reading Fun | We Are Kid Lit Collective</h3> </a> </div> <!-- Old Sponsored Code Start --> <!-- --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="top-story-content"> <div class="left-side-bar-section"> <div class="topic-type mt_0 mb_10"> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Murder-at-the-Library-Top-Stories-on-SLJ-IMLS-book-bans> <h3 class="line-clamp-3 smart-headline display-inline">Murder at the Library | Top Stories on SLJ</h3> </a> </div> <!-- Old Sponsored Code Start --> <!-- --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="top-story-content"> <div class="left-side-bar-section"> <div class="topic-type mt_0 mb_10"> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/swooping-through-the-stacks-series-nonfiction-editorial> <h3 class="line-clamp-3 smart-headline display-inline">Swooping Through the Stacks | Series Made Simple Editorial</h3> </a> </div> <!-- Old Sponsored Code Start --> <!-- --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="top-story-content mt_10 mb_20"> <a href="/section/newsfeatures" style="none"> <span class="more-link">More News & Features</span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> </div> </div> <div class="hr_division"></div> <div class="review-content float-left hidden-md-down"> <div class="books_and_review_headline col-md-12 col-sm-12 float-left full-width mt_30 mb_50">BOOKS & REVIEWS</div> <div class="col-md-12 col-sm-12 col-xs-12 review-flex"> <div class="col-md-4 text-align-center reviewlist-flex"> <a href=/story/gross-and-intriguing-animals-series-nonfiction> <img class="review-list-img" src="/binaries/content/gallery/Jlibrary/2025/04/sms-nonfiction/2504-smsnf-1animals-f.jpg" onerror="this.src='https://s3.amazonaws.com/ArchiveImages/LegacyReviews/SLJ/defaultcover.jpg'" alt="Gross and Intriguing | Animals Series Nonfiction" alt="Story Image"/> </a> <div class="top-story-heading mt_15"> <a href=/story/gross-and-intriguing-animals-series-nonfiction> <h3 class="smart-headline text-align-center fs_20">Gross and Intriguing | Animals Series Nonfiction</h3> </a> </div> </div> <div class="col-md-4 text-align-center reviewlist-flex"> <a href=/story/form-follows-function-manga-that-match-your-format-of-choice-mondo-manga> <img class="review-list-img" src="/binaries/content/gallery/Jlibrary/2025/04/2504-manga-lib-f.png" onerror="this.src='https://s3.amazonaws.com/ArchiveImages/LegacyReviews/SLJ/defaultcover.jpg'" alt="Form Follows Function: Manga That Match Your Format of Choice | Mondo Manga" alt="Story Image"/> </a> <div class="top-story-heading mt_15"> <a href=/story/form-follows-function-manga-that-match-your-format-of-choice-mondo-manga> <h3 class="smart-headline text-align-center fs_20">Form Follows Function: Manga That Match Your Format of Choice | Mondo Manga</h3> </a> </div> </div> <div class="col-md-4 text-align-center reviewlist-flex"> <a href=/story/eat-this-13-titles-to-prepare-readers-for-a-zombie-apocalypse> <img class="review-list-img" src="/binaries/content/gallery/Jlibrary/2025/04/zombie-featimg-1200x938.jpg" onerror="this.src='https://s3.amazonaws.com/ArchiveImages/LegacyReviews/SLJ/defaultcover.jpg'" alt="Eat This!: 13 Titles to Prepare Readers For a Zombie Apocalypse" alt="Story Image"/> </a> <div class="top-story-heading mt_15"> <a href=/story/eat-this-13-titles-to-prepare-readers-for-a-zombie-apocalypse> <h3 class="smart-headline text-align-center fs_20">Eat This!: 13 Titles to Prepare Readers For a Zombie Apocalypse</h3> </a> </div> </div> </div> <div class="text-align-center full-width pull-left mt_40 mb_30"> <a href="/section/reviews" class="more-anchor"> <span class="more-link">More Books & Reviews </span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> </div> <div class="review-content col-xs-12 float-left pl_0 pr_0 hidden-md-up"> <div class="review-headline col-md-12 col-sm-12 float-left full-width mb_25"> <a href="/section/Reviews%2B"> <span class="text-align-center fb mb_20" style="letter-spacing:5px;">BOOKS & REVIEWS</span> <span class="heading-arrow"><i class="fa fa-arrow-right" style="color:red; font-size:14px;"></i></span> </a> </div> <div class="carousel-development-career full-width pull-left hidden-md-up"> <div id="reviewCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#reviewCarousel" data-slide-to="0" class="active"></li> <li data-target="#reviewCarousel" data-slide-to="1"></li> <li data-target="#reviewCarousel" data-slide-to="1"></li> </ol> <div class="carousel-inner"> <div class="item active"> <div class="text-align-center section-image col-xs-12 pl_20 pr_20"> <a href=/story/gross-and-intriguing-animals-series-nonfiction> <img class="full-width review-list-img" src="/binaries/content/gallery/Jlibrary/2025/04/sms-nonfiction/2504-smsnf-1animals-f.jpg" alt="Story Image"/> </a> </div> <div class="top-story-heading mt_15"> <a href=/story/gross-and-intriguing-animals-series-nonfiction> <h3 class="text-align-center">Gross and Intriguing | Animals Series Nonfiction</h3> </a> </div> </div> <div class="item "> <div class="text-align-center section-image col-xs-12 pl_20 pr_20"> <a href=/story/form-follows-function-manga-that-match-your-format-of-choice-mondo-manga> <img class="full-width review-list-img" src="/binaries/content/gallery/Jlibrary/2025/04/2504-manga-lib-f.png" alt="Story Image"/> </a> </div> <div class="top-story-heading mt_15"> <a href=/story/form-follows-function-manga-that-match-your-format-of-choice-mondo-manga> <h3 class="text-align-center">Form Follows Function: Manga That Match Your Format of Choice | Mondo Manga</h3> </a> </div> </div> <div class="item "> <div class="text-align-center section-image col-xs-12 pl_20 pr_20"> <a href=/story/eat-this-13-titles-to-prepare-readers-for-a-zombie-apocalypse> <img class="full-width review-list-img" src="/binaries/content/gallery/Jlibrary/2025/04/zombie-featimg-1200x938.jpg" alt="Story Image"/> </a> </div> <div class="top-story-heading mt_15"> <a href=/story/eat-this-13-titles-to-prepare-readers-for-a-zombie-apocalypse> <h3 class="text-align-center">Eat This!: 13 Titles to Prepare Readers For a Zombie Apocalypse</h3> </a> </div> </div> </div> </div> </div> </div> <div class="hr_division mb_0"></div> <div class="col-md-8 float-left hidden-md-down" style="width:100%"> <div id="sponsored-text" class="books_and_review_headline col-md-12 col-sm-12 float-left mt_30 mb_50">SPONSORED</div> <div id="sponsored-review" class="col-md-12 col-sm-12 col-xs-12 review-flex"> <div class="col-md-4 text-align-center reviewlist-flex"> <a href=/story/summer-reading-focus-on-fun-slj250425> <img class="review-list-img sponsored-img" src="/binaries/content/gallery/Jlibrary/slj-special-advertising-sections/slj_250401_summerreading-1_hero_400x297.png" onerror="this.src='https://s3.amazonaws.com/ArchiveImages/LegacyReviews/LJ/defaultcover.jpg'" alt="Story Image"/> </a> <div class="top-story-heading"> <div class="topic-type mt_10 mb_10 pl_10"> <div class="sponsored" style="float: unset !important;width: 90px;margin-left: auto;margin-right: auto;"> SPONSORED </div> </div> <a href=/story/summer-reading-focus-on-fun-slj250425> <h3 class="smart-headline text-align-center fs_20">Summer Reading: Publishers Focus on Fun</h3> </a> </div> </div> <div class="col-md-4 text-align-center reviewlist-flex"> <a href="/page/2025-Scholastic-Sweepstakes-form" target=""> <img class="review-list-img sponsored-img" src="/binaries/content/gallery/Jlibrary/2025/04/scholastic_fullpage_sweepstakes_cropped.jpg" onerror="this.src='https://s3.amazonaws.com/ArchiveImages/LegacyReviews/LJ/defaultcover.jpg'" alt="Story Image"/> </a> <div class="top-story-heading"> <div class="topic-type mt_10 mb_10 pl_10"> <div class="sponsored" style="float: unset !important;width: 90px;margin-left: auto;margin-right: auto;"> SPONSORED </div> </div> <a href="/page/2025-Scholastic-Sweepstakes-form" target=""> <h3 class="smart-headline text-align-center fs_20">2025 Scholastic Sweepstakes</h3> </a> </div> </div> <div class="col-md-4 text-align-center reviewlist-flex"> <a href=/story/reluctant-readers-new-approaches-to-reading-struggles-slj250418> <img class="review-list-img sponsored-img" src="/binaries/content/gallery/Jlibrary/slj-special-advertising-sections/slj250401_slj_advertorial_reluctant-readers-1-hero_400x270.png" onerror="this.src='https://s3.amazonaws.com/ArchiveImages/LegacyReviews/LJ/defaultcover.jpg'" alt="Story Image"/> </a> <div class="top-story-heading"> <div class="topic-type mt_10 mb_10 pl_10"> <div class="sponsored" style="float: unset !important;width: 90px;margin-left: auto;margin-right: auto;"> SPONSORED </div> </div> <a href=/story/reluctant-readers-new-approaches-to-reading-struggles-slj250418> <h3 class="smart-headline text-align-center fs_20">Reluctant Readers: New Approaches to Reading Struggles</h3> </a> </div> </div> </div> <div id="sponsored-more" class="full-width text-align-center pull-left mt_40 mb_30"> <a href="/section/sponsored" class="more-anchor"> <span class="more-link">More Sponsored Content</span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> </div> <div id="jobWidgetContainer" class="col-md-4 col-xs-12 float-left"> <script id="rm_Source" type="text/javascript" src="https://jobs.thejobnetwork.com/Widgets/js/FeaturedJob/TJN.js"></script><script type="text/javascript">var rm_FeaturedJobWidgetId = 4787; </script> </div> <div class="review-content col-xs-12 float-left pl_0 pr_0 hidden-md-up"> <div class="review-headline col-md-12 col-sm-12 float-left full-width mb_25"> <a href="/section/sponsored"> <span class="text-align-center fb mb_20" style="letter-spacing:5px;">SPONSORED</span> <span class="heading-arrow"><i class="fa fa-arrow-right" style="color:red; font-size:14px;"></i></span> </a> </div> <div class="carousel-development-career full-width pull-left hidden-md-up"> <div id="reviewCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#reviewCarousel" data-slide-to="0" class="active"></li> <li data-target="#reviewCarousel" data-slide-to=""></li> <li data-target="#reviewCarousel" data-slide-to=""></li> </ol> <div class="carousel-inner"> <div class="item active"> <div class="text-align-center section-image col-xs-12 pl_20 pr_20"> <a href=/story/summer-reading-focus-on-fun-slj250425> <img class="full-width review-list-img" src="/binaries/content/gallery/Jlibrary/slj-special-advertising-sections/slj_250401_summerreading-1_hero_400x297.png" alt="Story Image"/> </a> </div> <div class="top-story-heading"> <div class="topic-type mt_10 mb_10 pl_10"> <div class="pull-left sponsored mt_5"> SPONSORED </div> </div> <a href=/story/summer-reading-focus-on-fun-slj250425> <h3 class="text-align-center">Summer Reading: Publishers Focus on Fun</h3> </a> </div> </div> <div class="item "> <div class="text-align-center section-image col-xs-12 pl_20 pr_20"> <a href="/page/2025-Scholastic-Sweepstakes-form" target=""> <img class="full-width review-list-img" src="/binaries/content/gallery/Jlibrary/2025/04/scholastic_fullpage_sweepstakes_cropped.jpg" alt="Story Image"/> </a> </div> <div class="top-story-heading"> <div class="topic-type mt_10 mb_10 pl_10"> <div class="pull-left sponsored mt_5"> SPONSORED </div> </div> <a href="/page/2025-Scholastic-Sweepstakes-form" target=""> <h3 class="text-align-center">2025 Scholastic Sweepstakes</h3> </a> </div> </div> <div class="item "> <div class="text-align-center section-image col-xs-12 pl_20 pr_20"> <a href=/story/reluctant-readers-new-approaches-to-reading-struggles-slj250418> <img class="full-width review-list-img" src="/binaries/content/gallery/Jlibrary/slj-special-advertising-sections/slj250401_slj_advertorial_reluctant-readers-1-hero_400x270.png" alt="Story Image"/> </a> </div> <div class="top-story-heading"> <div class="topic-type mt_10 mb_10 pl_10"> <div class="pull-left sponsored mt_5"> SPONSORED </div> </div> <a href=/story/reluctant-readers-new-approaches-to-reading-struggles-slj250418> <h3 class="text-align-center">Reluctant Readers: New Approaches to Reading Struggles</h3> </a> </div> </div> </div> </div> </div> </div> <div class="hr_division mt_10"></div> <div class="tabbed-content"> <div class="review-headline col-md-12 col-sm-12 float-left full-width"> <h3 class="text-align-center fb fs_21 mt_40 mb_20" style="letter-spacing:5px;"> EXPLORE SLJ </h3> </div> <div class="col-md-12 col-sm-12 mt_20 mb_30 float-left pl_0 pr_0"> <div class="navbar-default tabbed-navbar-default fs_16 fb full-width pull-left mb_30" id="myNavbar"> <ul class="nav navbar-nav col-md-12 col-sm-12 story-nav mb_30"> <li class="tablinks expTags active pointer" onclick="openTabContent(event, EditorsPicks)"><a>Editors' Picks</a></li> <!----> <li class="tablinks expTags pointer" onclick="openTabContent(event, Research)"><a>Research</a></li> <!----> <li class="tablinks expTags pointer" onclick="openTabContent(event, Classroom___Curricula)"><a>Classroom & Curricula</a></li> <!----> <li class="tablinks expTags pointer" onclick="openTabContent(event, Graphic_Novels)"><a>Graphic Novels</a></li> <!----> <!----> <li class="tablinks expTags pointer" onclick="openTabContent(event, Opinion)"><a>Opinion</a></li> <!-- <li class="tablinks expTags pointer" onclick="openTabContent(event, mostpopular)"><a>Most Popular</a></li> --> </ul> </div> <div id="EditorsPicks" class="tabcontent" style="display:block;"> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=com.hippo.library.beans.Article@c743c87> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/04/2025-bks-center-supreme-court-case-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/SLJ-Reviews-Books-Center-Supreme-Court-Case-mahoud-taylor> <h3 class="smart-headline">SLJ Reviews: Books at the Center of Supreme Court Case</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Staff">SLJ Staff</a>, Apr 21, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The Supreme Court will hear oral arguments in <em>Mahmoud v. Taylor</em>, a legal dispute that started when a Maryland district added books with LGBTQIA+ characters and themes to its curriculum and did not allow parents to opt out of instruction. Here are SLJ's reviews of those books.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=com.hippo.library.beans.SpecialProject@29d26760> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/04/sms-nonfiction/landing-page/2504-smsnf-landingpg-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <a class="theme-link" href="/section/seriesmadesimple">SERIES MADE SIMPLE</a> </div> <div class="top-story-heading"> <a href="/page/2025-spring-series-made-simple" target=""> <h3 class="smart-headline">Series Made Simple Spring 2025</h3> </a> </div> <div class="full-width pull-left"> Apr 23, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> <p style="margin:0in 0in 8pt">The Spring 2025 issue of Series Made Simple has nonfiction series for readers who want to swing through the stacks looking for high-interest topics or plunge deep into obscure subject matter.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=com.hippo.library.beans.Blog@b1111376> <img class="image-full" src="https://teenlibrariantoolbox.com/wp-content/uploads/2024/12/2025-v4-Middle-Grade-Take-5.png" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://teenlibrariantoolbox.com/2025/04/18/take-five-trans-and-nonbinary-characters-in-2025-middle-grade-novels/" target="_blank"> <h3 class="smart-headline">Take Five: Trans and Nonbinary Characters in 2025 Middle Grade Novels</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Amanda MacGregor">Amanda MacGregor</a>, Apr 18, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> It's probably not wholly accurate to say that representation of trans and nonbinary characters seems more important than ever (again, it's always been important), but wow, does it sure feel extra necessary these days. </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=com.hippo.library.beans.Article@f90d4c16> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/02/japanese-american-cwric-hearings.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Bearing-Witness-was-an-Act-of-Patriotism-Then-and-so-Vital-Today-From-the-Editor> <h3 class="smart-headline">Bearing Witness was an Act of Patriotism Then, and so Necessary Today. Tell Your Story. | From the Editor</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Kathy Ishizuka">Kathy Ishizuka</a>, Feb 28, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> She was a bit shaky at first but persevered through nerves and emotion to tell her story. My mother's testimony bore witness to injustice. Stories matter. </p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="text-align-center full-width pull-left mt_30 mb_20"> <a href="/section/editors-picks" style="none" class="more-anchor"> <span class="more-link">More Editors' Picks</span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> </div> <div id="Research" class="tabcontent"> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/spend-it-if-you-can-SLJ-2024-school-library-budget-survey> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/03/2403-spending-survey-featimg-800px.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/spend-it-if-you-can-SLJ-2024-school-library-budget-survey> <h3 class="smart-headline more-link">Spend It if You Can | SLJ 2024 Budget Survey</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Marlaina Cockcroft">Marlaina Cockcroft</a>, Apr 04, 2024 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> With budgets mostly flat, book challenges and rising costs pose hurdles for school librarians.</p> </p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/new-trends-in-transitional-books> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/09/slj2409-transitional_featimg-rev.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/elementary">ELEMENTARY</a> </div> <div class="top-story-heading"> <a href=/story/new-trends-in-transitional-books> <h3 class="smart-headline more-link">New Trends in Transitional Books</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Marlaina Cockcroft">Marlaina Cockcroft</a>, Sep 27, 2024 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Early chapter books? Easy readers? Whatever you call them, transitional books are key for young students, librarians say.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Sora-Report-digital-Reading-Increases-with-Double-Digit-Growth-in-Comics-and-Graphic-Novels> <img class="image-full" src="/binaries/content/gallery/sorareport.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Sora-Report-digital-Reading-Increases-with-Double-Digit-Growth-in-Comics-and-Graphic-Novels> <h3 class="smart-headline more-link">Sora Report: Digital Reading Increases with Double-Digit Growth in Comics and Graphic Novels</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=SLJ Staff">SLJ Staff</a>, Apr 03, 2024 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The State of K-12 Digital Reading breaks down the data for the 2022-23 school year, showing the popularity of comics and graphic novels in the digital format plus regional differences in reading habits.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/from-a-young-age-children-tune-in-to-audiobooks-slj-survey> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2023/12/audiosurvey-feat-img-layers-rev.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/from-a-young-age-children-tune-in-to-audiobooks-slj-survey> <h3 class="smart-headline more-link">From a Young Age, Children Tune in to Audiobooks | Survey</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Marlaina Cockcroft">Marlaina Cockcroft</a>, Jan 04, 2024 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Children are eager listeners—of audiobooks, according to a new <em> Library Journal </em> / <em>School Library Journal</em> survey. Libraries are keeping up with the demand as formats evolve.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Nearly-a-Quarter-of-School-Librarians-Have-Experienced-Harassment-Over-Books-SLJ-Censorship-Survey> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2023/09/slj-cens-survey-23_harassment_800.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/censorship">CENSORSHIP</a> </div> <div class="top-story-heading"> <a href=/story/Nearly-a-Quarter-of-School-Librarians-Have-Experienced-Harassment-Over-Books-SLJ-Censorship-Survey> <h3 class="smart-headline more-link">Nearly a Quarter of School Librarians Have Experienced Harassment Over Books | SLJ Censorship Survey</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Kathy Ishizuka">Kathy Ishizuka</a>, Sep 30, 2023 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Twenty-four percent of school librarians have been harassed this past year over books or displays in their library. That’s according to a recent <em>SLJ</em> survey, which found the rate even higher among high school librarians, 30 percent of whom have experienced harassment.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Graphic-Novels-Manga-Explode-in-Popularity-Among-Students-SLJ-Survey> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2023/10/2310-gn-survey-openerart-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booksmedia">BOOKS & MEDIA</a> </div> <div class="top-story-heading"> <a href=/story/Graphic-Novels-Manga-Explode-in-Popularity-Among-Students-SLJ-Survey> <h3 class="smart-headline more-link">Graphic Novels, Manga Explode in Popularity Among Students | SLJ Survey</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Marlaina Cockcroft">Marlaina Cockcroft</a>, Oct 03, 2023 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> If graphic novels are flying off the shelves at your library, that reflects a remarkable trend: The format’s popularity has shot up at over 90 percent of school libraries in the last few years, according to a new <em>SLJ</em> survey.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/slj-ncte-launch-survey-to-remake-summer-reading-lists> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2022/01/slj-ncte-image.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/slj-ncte-launch-survey-to-remake-summer-reading-lists> <h3 class="smart-headline more-link">SLJ, NCTE Launch Survey to Remake Summer Reading Lists</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=SLJ staff">SLJ staff</a>, Jan 19, 2022 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Those dreaded summer reading lists. For eons, teachers have been handing out assigned reading, mostly comprised of old “classics.” With this survey, <em>SLJ</em> and NCTE invite teachers and librarians to choose the titles you’d like culled from required reading and those books you would urge students to read instead.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/time-to-refresh-the-canon-here-are-our-picks-slj-ncte> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2022/05/refreshing-reads/feature/refresh-the-canon-logo-feat.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booksmedia">BOOKS & MEDIA</a> </div> <div class="top-story-heading"> <a href=/story/time-to-refresh-the-canon-here-are-our-picks-slj-ncte> <h3 class="smart-headline more-link">Time to Refresh the Canon: Here Are Our Picks</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Shelley Diaz">Shelley Diaz</a>, May 10, 2022 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> SLJ and NCTE collaborated to create 18 booklists of titles to replace, or use as a companion to, canon "classics." </p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Under-pressure-insight-into-librarians-Job-Satisfaction-from-LJ-SLJ-survey-school-and-youth-services-libraries> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2023/02/2302-jobsurvey-feat.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Under-pressure-insight-into-librarians-Job-Satisfaction-from-LJ-SLJ-survey-school-and-youth-services-libraries> <h3 class="smart-headline more-link">Under Pressure: Survey Provides Insight into Librarians' Job Satisfaction</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Marlaina Cockcroft">Marlaina Cockcroft</a>, Feb 21, 2023 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> More librarians find their work challenging, but most still love what they do, the latest LJ/SLJ Survey shows.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/censorship-attempts-will-have-a-long-lasting-impact-on-school-library-collections-slj-survey-shows> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2022/09/challenge-chart-featimg-800px.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/censorship">CENSORSHIP</a> </div> <div class="top-story-heading"> <a href=/story/censorship-attempts-will-have-a-long-lasting-impact-on-school-library-collections-slj-survey-shows> <h3 class="smart-headline more-link">Censorship Attempts Will Have a Long-lasting Impact on School Library Collections, SLJ Survey Shows</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Kara Yorio">Kara Yorio</a>, Sep 08, 2022 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> In the past year, school librarians have faced coordinated, hate-filled censorship campaigns that impact available books and collection development decisions. Here, they share their stories.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="text-align-center full-width pull-left"> <a href="/section/research" style="none" class="more-anchor"> <span class="more-link">More Research </span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> </div> <div id="Classroom___Curricula" class="tabcontent"> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/caldecott-medal-monors-5-picture-books-distinguished-illustrative-excellence-ala-youth-media-awards-2025> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/ymas/caldecott-2025-reviews-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/awards">AWARDS</a> </div> <div class="top-story-heading"> <a href=/story/caldecott-medal-monors-5-picture-books-distinguished-illustrative-excellence-ala-youth-media-awards-2025> <h3 class="smart-headline more-link">Caldecott Medal Honors 5 Picture Books with Distinguished Illustrative Excellence | ALA Youth Media Awards 2025</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 27, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The <i>SLJ</i> reviews editors rounded up our reviews of the books lauded at the 2025 Youth Media Awards. Here, the reviews of the Caldecott Medal and Honors winners.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/stonewall-book-awards-celebrate-10-titles-centering-LGBTQIA-youth-ala-youth-media-awards-2025> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/ymas/stonewall-book-award-reviews_f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/awards">AWARDS</a> </div> <div class="top-story-heading"> <a href=/story/stonewall-book-awards-celebrate-10-titles-centering-LGBTQIA-youth-ala-youth-media-awards-2025> <h3 class="smart-headline more-link">Stonewall Book Awards Celebrate 10 Titles Centering LGBTQIA+ Youth | ALA Youth Media Awards 2025</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 27, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The <i>SLJ</i> reviews editors rounded up our reviews of the books lauded at the 2025 Youth Media Awards. Here, the reviews of the Stonewall Book Award and Honors winners.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/pura-belpré-awards-honor-outstanding-books-celebrating-latino-cultural-experience-ala-youth-media-awards-2025> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/ymas/belpre-reviews-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/awards">AWARDS</a> </div> <div class="top-story-heading"> <a href=/story/pura-belpré-awards-honor-outstanding-books-celebrating-latino-cultural-experience-ala-youth-media-awards-2025> <h3 class="smart-headline more-link">Pura Belpré Awards Honor Outstanding Books Celebrating the Latino Cultural Experience | ALA Youth Media Awards 2025</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 27, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The <i>SLJ</i> reviews editors rounded up our reviews of the books lauded at the 2025 Youth Media Awards. Here, the reviews of the Pura Belpré Award and Honors winners.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/9-middle-grade-and-ya-graphic-novels-about-the-holocaust> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/holocaust-remembrance-1200px.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/9-middle-grade-and-ya-graphic-novels-about-the-holocaust> <h3 class="smart-headline more-link">9 Middle Grade & YA Graphic Novels About the Holocaust</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 22, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Every year on January 27th, International Holocaust Remembrance Day commemorates the 1945 liberation of the Nazi concentration camp Auschwitz-Birkenau. This year marks the 80th anniversary. Share these graphic novels with young readers leading up to the day and all year long.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/asian-pacific-american-awards-highlight-8-stellar-titles-ala-youth-media-awards-2025> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/ymas/asianpacific-reviews-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/awards">AWARDS</a> </div> <div class="top-story-heading"> <a href=/story/asian-pacific-american-awards-highlight-8-stellar-titles-ala-youth-media-awards-2025> <h3 class="smart-headline more-link">Asian/Pacific American Awards Highlight 8 Stellar Titles | ALA Youth Media Awards 2025</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 27, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The <i>SLJ</i> reviews editors rounded up our reviews of the books lauded at the 2025 Youth Media Awards. Here, the reviews of the Asian/Pacific American Award and Honors winners.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/I-Know-How-Draw-Owl-Wins-2025-Charlotte-Zolotow-Award> <img class="image-full" src="/binaries/content/gallery/iknowhowtodrawanowcvr.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/awards">AWARDS</a> </div> <div class="top-story-heading"> <a href=/story/I-Know-How-Draw-Owl-Wins-2025-Charlotte-Zolotow-Award> <h3 class="smart-headline more-link">'I Know How to Draw an Owl' Wins 2025 Charlotte Zolotow Award</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Staff">SLJ Staff</a>, Feb 04, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Author Hilary Horder Hippely's title earned the annual award given for outstanding writing in a picture book.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/BCALA-Black-Caucus-SLJ-Announce-2025-Winners-of-the-Children-and-Youth-Literary-Awards> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/02/2025-bcala-slj-award-announcement-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/BCALA-Black-Caucus-SLJ-Announce-2025-Winners-of-the-Children-and-Youth-Literary-Awards> <h3 class="smart-headline more-link">BCALA, SLJ Announce 2025 Winners of the Children & Youth Literary Awards</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Kathy Ishizuka">Kathy Ishizuka</a>, Feb 19, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The Black Caucus of the American Library Association, Inc. and <em>School Library Journal</em> have revealed the winning titles in the 2025 Children & Youth Literary Awards, which celebrate the diversity of the Black experience.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/stonewall-book-awards-celebrate-10-titles-centering-LGBTQIA-youth-ala-youth-media-awards-2025> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/ymas/stonewall-book-award-reviews_f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/awards">AWARDS</a> </div> <div class="top-story-heading"> <a href=/story/stonewall-book-awards-celebrate-10-titles-centering-LGBTQIA-youth-ala-youth-media-awards-2025> <h3 class="smart-headline more-link">Stonewall Book Awards Celebrate 10 Titles Centering LGBTQIA+ Youth | ALA Youth Media Awards 2025</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 27, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The <i>SLJ</i> reviews editors rounded up our reviews of the books lauded at the 2025 Youth Media Awards. Here, the reviews of the Stonewall Book Award and Honors winners.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/2025-Orbis-Pictus-Charlotte-Huck-award-Winners-Announced> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/12/orbis-huck-featimg-1200px.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/awards">AWARDS</a> </div> <div class="top-story-heading"> <a href=/story/2025-Orbis-Pictus-Charlotte-Huck-award-Winners-Announced> <h3 class="smart-headline more-link">2025 Orbis Pictus and Charlotte Huck Award Winners Announced</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Staff">SLJ Staff</a>, Dec 09, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> NCTE has announced <em>Stealing Little Moon: The Legacy of American Indian Boarding Schools</em><span style="box-sizing: border-box; margin: 0px; padding: 0px;"><em> </em></span>by Dan SaSuWeh Jones and <em>The Last Stand</em> by Antwan Eady, illus. by Jarrett and Jerome Pumphrey, as the 2025 Orbis Pictus and Charlotte Huck award winners, respectively. </p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/slj-ncte-18-More-Reviews-of-Banned-Classics-Defending-the-Canon-banned-books-week> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/09/slj_ncte-defending-the-canon/2024-defending-the-canon-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/censorship">CENSORSHIP</a> </div> <div class="top-story-heading"> <a href=/story/slj-ncte-18-More-Reviews-of-Banned-Classics-Defending-the-Canon-banned-books-week> <h3 class="smart-headline more-link">18 More Reviews of Banned Classics | Defending the Canon</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviewers and NCTE">SLJ Reviewers and NCTE</a>, Sep 23, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> In time for Banned Books Week, NCTE and <em>SLJ </em>have partnered again to provide professional reviews of banned curriculum staples. We highlight 18 acclaimed works by celebrated authors, including Alice Walker, Toni Morrison, and F. Scott Fitzgerald.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/best-nonfiction-elementary-2024-slj-best-books> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/12/bestbooks2024/2412-bb-nfelem-featimg-1200x938px.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/best-nonfiction-elementary-2024-slj-best-books> <h3 class="smart-headline more-link">Best Nonfiction Elementary 2024 | SLJ Best Books</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Kimberly Olson Fakih, Vi Ha, Mary Lanni, John Scott">Kimberly Olson Fakih, Vi Ha, Mary Lanni, John Scott</a>, Nov 22, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The blossoming ranks of stellar biographies for young readers continue to crowd the shelves. Japanese athletes hit their summits in two vastly different ways, an author attempts to right the record on Rosalind Franklin, and a forgotten sports hero at last gets his due. And that's just the start of the Best Books in the category of nonfiction for the elementary grades. Come have a look.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Ezra-Jack-Keats-Foundation-Announces-2025-EJK-Award-Winners> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/02/2025-ejk-writer-illusaward-cvs-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/awards">AWARDS</a> </div> <div class="top-story-heading"> <a href=/story/Ezra-Jack-Keats-Foundation-Announces-2025-EJK-Award-Winners> <h3 class="smart-headline more-link">Ezra Jack Keats Foundation Announces 2025 EJK Award Winners</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Staff">SLJ Staff</a>, Feb 20, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The 2025 Ezra Jack Keats Writer Award went to Breanna J. McDaniel for <em>Go Forth and Tell: The Life of Augusta Baker, Librarian and Master Storyteller. </em>X. Fang won<em> </em>the Illustrator Award for <em>We Are Definitely Human.</em></p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/native-voices-a-curated-list-of-2024-titles-featuring-native-american-stories-great-books> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/11/2411-gb-nativevoices-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/native-voices-a-curated-list-of-2024-titles-featuring-native-american-stories-great-books> <h3 class="smart-headline more-link">Native Voices: A Curated List of 2024 Titles Featuring Native American Stories | Great Books</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Oct 28, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> This roundup of 2024 books centering Native American stories offers something for every reader to enjoy this November and all year long.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://afuse8production.slj.com/2025/01/02/and-now-some-books-im-really-excited-for-in-2025/" target="_blank"> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/astro.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://afuse8production.slj.com/2025/01/02/and-now-some-books-im-really-excited-for-in-2025/" target="_blank"> <h3 class="smart-headline more-link">And Now Some Books I’m REALLY Excited for in 2025!</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Betsy Bird">Betsy Bird</a>, Jan 02, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> For this one time only, please enjoy this list of some of the 2025 Children's Books I Am Most Excited To See.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/YMAs-Name-Top-Titles-in-Young-Adult-Nonfiction-Informational-Books-ALA-Youth-Media-Awards-2025> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/ymas/nf-sibert-awards-reviews-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/awards">AWARDS</a> </div> <div class="top-story-heading"> <a href=/story/YMAs-Name-Top-Titles-in-Young-Adult-Nonfiction-Informational-Books-ALA-Youth-Media-Awards-2025> <h3 class="smart-headline more-link">YMAs Reveal Top Titles in Young Adult Nonfiction, Informational Books | ALA Youth Media Awards 2025</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 30, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> <em>SLJ </em>reviews of YALSA's Excellence in Nonfiction Award titles and the winner and honor books of the 2025 Robert F. Sibert Informational Award, administered by ALSC.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/8-titles-of-resilience-and-hope-for-holocaust-remembrance-day> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/01/holocaust-booklist-1-24-800px.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booksmedia">BOOKS & MEDIA</a> </div> <div class="top-story-heading"> <a href=/story/8-titles-of-resilience-and-hope-for-holocaust-remembrance-day> <h3 class="smart-headline more-link">8 Titles of Resilience and Hope for Holocaust Remembrance Day</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 23, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> January 27 is designated as a day to remember the six million Jews murdered during the Holocaust. Share these stories of resilience and hope about people of various ages, races, nationalities, and more with young readers today and throughout the year.</p> </p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/19-books-featuring-incarcerated-family-members-for-young-readers-of-all-ages> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/05/2405-gb-comfortbks-incarcerated-familymembers-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/19-books-featuring-incarcerated-family-members-for-young-readers-of-all-ages> <h3 class="smart-headline more-link">19 Books Featuring Incarcerated Family Members for Young Readers of All Ages</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Rachel Owens">Rachel Owens</a>, Jun 05, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Stories of children with parents behind bars are as diverse as the millions of real-life kids familiar with the experience. These 19 fiction and nonfiction titles may offer an empathetic, metaphoric hand for young readers to hold.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/81-the-stars-so-far-outstanding-picture-books-of-2024> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/07/verdicts-star-power/2024-verdicts-pb-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/81-the-stars-so-far-outstanding-picture-books-of-2024> <h3 class="smart-headline more-link">81 Exemplary Picture Books | SLJ 2024 Stars So Far</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jul 08, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Get your purchase list out and make sure you include these picture books; we've found dozens of contenders for this year's Best Books collection.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="text-align-center full-width pull-left"> <a href="/section/classroom/classroomcurricula" style="none" class="more-anchor"> <span class="more-link">More Classroom & Curricula </span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> </div> <div id="Graphic_Novels" class="tabcontent"> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Romantasy-Manga-Whirlwind-Tales-of-Love-and-Adventure-Mondo-Manga> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/02/2502-romantasy-manga-f.png" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/newsfeatures">NEWS & FEATURES</a> </div> <div class="top-story-heading"> <a href=/story/Romantasy-Manga-Whirlwind-Tales-of-Love-and-Adventure-Mondo-Manga> <h3 class="smart-headline more-link">Romantasy Manga: Whirlwind Tales of Love and Adventure | Mondo Manga</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Brigid Alverson">Brigid Alverson</a>, Mar 13, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> It’s romance! It’s fantasy! It’s romantasy: A fan favorite category for manga. Here are seven recent romantasy manga releases.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/best-manga-2024-slj-best-books> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/12/bestbooks2024/2412-bb-manga-featimg.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/best-manga-2024-slj-best-books> <h3 class="smart-headline more-link">Best Manga 2024 | SLJ Best Books</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Jasmine Amiri, Rachel Forbes, Joe Pascullo, Lisa Rowland, Sara Smith">Jasmine Amiri, Rachel Forbes, Joe Pascullo, Lisa Rowland, Sara Smith</a>, Nov 19, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> As the medium continues its meteoric rise, 2024 marked the debut of SLJ's first-ever Best Books committee dedicated exclusively to manga. From shock-charged action and celestial fantasy to eco-horror and edutainment, these 22 standout titles offer something for readers of all ages and interests, redefining what belongs on K–12 shelves—and why.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://theyarn.slj.com/2025/03/17/arree-chung-talks-about-his-debut-graphic-novel-dont-cause-trouble/" target="_blank"> <img class="image-full" src="https://theyarn.slj.com/wp-content/uploads/2025/03/cause-trouble.jpeg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://theyarn.slj.com/2025/03/17/arree-chung-talks-about-his-debut-graphic-novel-dont-cause-trouble/" target="_blank"> <h3 class="smart-headline more-link">Arree Chung Talks about his Debut Graphic Novel: Don’t Cause Trouble</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Colby Sharp">Colby Sharp</a>, Mar 17, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> COLBY: I had a whole lot of fun talking to Arree Chung about his new (and first ) graphic novel, Don’t Cause Trouble. I hope you enjoy our conversation! Subscribe below to catch every episode of The Yarn: iTunes Spotify Stitcher </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/9-middle-grade-and-ya-graphic-novels-about-the-holocaust> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/holocaust-remembrance-1200px.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/9-middle-grade-and-ya-graphic-novels-about-the-holocaust> <h3 class="smart-headline more-link">9 Middle Grade & YA Graphic Novels About the Holocaust</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 22, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Every year on January 27th, International Holocaust Remembrance Day commemorates the 1945 liberation of the Nazi concentration camp Auschwitz-Birkenau. This year marks the 80th anniversary. Share these graphic novels with young readers leading up to the day and all year long.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/best-graphic-novels-2024-slj-best-books> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/12/bestbooks2024/2412-bb-gn-featimg-static-1200px.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/best-graphic-novels-2024-slj-best-books> <h3 class="smart-headline more-link">Best Graphic Novels 2024 | SLJ Best Books</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Jasmine Amiri, Angie Jameson, Rosemary Kiladitis, Andrea Lipinski, Allison Tran">Jasmine Amiri, Angie Jameson, Rosemary Kiladitis, Andrea Lipinski, Allison Tran</a>, Nov 21, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Cozy fantasies, immigration stories, and reimagined classics—2024’s Best Graphic Novels list isn’t just a collection of 25 unforgettable reads, it’s a showcase of comics that push storytelling to new heights.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://goodcomicsforkids.slj.com/2025/03/05/how-to-draw-a-secret-review/" target="_blank"> <img class="image-full" src="https://goodcomicsforkids.slj.com/wp-content/uploads/2025/02/How-To-Draw-a-Secret-cover.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://goodcomicsforkids.slj.com/2025/03/05/how-to-draw-a-secret-review/" target="_blank"> <h3 class="smart-headline more-link">How to Draw a Secret | Review</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=J. Caleb Mozzocco">J. Caleb Mozzocco</a>, Mar 05, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> In cartoonist Cindy Chang's fictionalized childhood memoir, the young Cindy learns a secret that will transform her conception of her own family on a trip to Taiwan. </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://goodcomicsforkids.slj.com/2025/03/06/underground-vol-1-review/" target="_blank"> <img class="image-full" src="https://goodcomicsforkids.slj.com/wp-content/uploads/2025/02/image.png" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://goodcomicsforkids.slj.com/2025/03/06/underground-vol-1-review/" target="_blank"> <h3 class="smart-headline more-link">Underground, vol. 1 | Review</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Renee Scott">Renee Scott</a>, Mar 06, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> In this much acclaimed manga, a fighter must battle fierce opponents and a life-threatening illness in his quest for revenge. </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/32-superb-graphic-novels-slj-2024-stars-so-far> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/07/verdicts-star-power/2024-verdicts-gn-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/32-superb-graphic-novels-slj-2024-stars-so-far> <h3 class="smart-headline more-link">32 Superb Graphic Novels | SLJ 2024 Stars So Far</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jul 15, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> From early reader to YA titles, these starred graphic novels showcase the very best of the comics medium so far in 2024. Use the downloadable spreadsheet to ensure your collection includes these superb graphic novels.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/funny-animal-comics-from-barkham-asylum-to-the-unpetables-stellar-panels> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/2501-animal-comics-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/funny-animal-comics-from-barkham-asylum-to-the-unpetables-stellar-panels> <h3 class="smart-headline more-link">Funny Animal Comics, from 'Barkham Asylum' to 'The Unpetables' | Stellar Panels</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Brigid Alverson">Brigid Alverson</a>, Jan 22, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> These selections combine witty dialogue, incongruous situations, goofy characters, and silly plots to keep young readers entertained.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/16-fiction-and-nonfiction-titles-for-young-readers-in-the-wake-of-the-los-angeles-wildfires> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/2025-lawildfire-bklist-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/16-fiction-and-nonfiction-titles-for-young-readers-in-the-wake-of-the-los-angeles-wildfires> <h3 class="smart-headline more-link">16 Fiction and Nonfiction Titles for Young Readers in the Wake of the Los Angeles Wildfires</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=SLJ Reviews">SLJ Reviews</a>, Jan 16, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> These books<span style="font-size:11pt"><span style="line-height:107%"><span style="font-family:Aptos,sans-serif">—</span></span></span>which share stories of real and fictional people and animals who have endured wildfires<span style="font-size:11pt"><span style="line-height:107%"><span style="font-family:Aptos,sans-serif">—</span></span></span>can provide information and comfort to children and teens.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://goodcomicsforkids.slj.com/2025/02/20/exclusive-return-to-hollow-with-the-woman-in-white-news/" target="_blank"> <img class="image-full" src="https://goodcomicsforkids.slj.com/wp-content/uploads/2025/02/2025_Hollow_WomanInWhite_featured.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://goodcomicsforkids.slj.com/2025/02/20/exclusive-return-to-hollow-with-the-woman-in-white-news/" target="_blank"> <h3 class="smart-headline more-link">Exclusive: Return to ‘Hollow’ with ‘The Woman in White’ | News</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Brigid Alverson">Brigid Alverson</a>, Feb 20, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The creators of Hollow return with a new Washington Irving-inspired queer romance, The Woman in White. </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://goodcomicsforkids.slj.com/2025/02/11/weirdo-review/" target="_blank"> <img class="image-full" src="https://goodcomicsforkids.slj.com/wp-content/uploads/2025/01/Weirdo.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://goodcomicsforkids.slj.com/2025/02/11/weirdo-review/" target="_blank"> <h3 class="smart-headline more-link">Weirdo | Review</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=J. Caleb Mozzocco">J. Caleb Mozzocco</a>, Feb 11, 2025 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Writer Tony Weaver Jr. and artists Jes and Cin Wibowo tackle tough subject matter in a fictionalized memoir about becoming yourself in the face of relentless bullying and mental health challenges. </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/mighty-manhwa-stellar-panels-korean-chinese-comics> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/03/2403-manhwa-stellarpanels-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/booklists">BOOKLISTS</a> </div> <div class="top-story-heading"> <a href=/story/mighty-manhwa-stellar-panels-korean-chinese-comics> <h3 class="smart-headline more-link">Mighty Manhwa! | Stellar Panels</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Brigid Alverson">Brigid Alverson</a>, Mar 27, 2024 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Korean and Chinese comics reach English-language readers.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/SLJ-will-turn-70-how-can-we-best-serve-readers-from-the-editor> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2023/10/70th-anniv-covers-and-logo-featimg-800px.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/opinion">OPINION</a> </div> <div class="top-story-heading"> <a href=/story/SLJ-will-turn-70-how-can-we-best-serve-readers-from-the-editor> <h3 class="smart-headline more-link">Turning a Page: SLJ will turn 70. How can we best serve readers? | From the Editor</h3> </a> </div> <div class="full-width pull-left"> <a class="author expauthor" href = "/author?query=Kathy Ishizuka">Kathy Ishizuka</a>, Oct 15, 2023 </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The editors are planning for 2024, <em>SLJ</em>'s 70th anniversary year.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="text-align-center full-width pull-left"> <a href="/section/graphic novels" style="none" class="more-anchor"> <span class="more-link">More Graphic Novels </span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> </div> <div id="Sponsored_Blog" class="tabcontent"> <div class="text-align-center full-width pull-left"> <a href="/section/sponsored blog" style="none" class="more-anchor"> <span class="more-link">More Sponsored Blog </span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> </div> <div id="Opinion" class="tabcontent"> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/ten-things-i-hate-about-starred-reviews> <img class="image-full" src="/binaries/content/gallery/pileofstars.jpg/pileofstars.jpg/Jlibrary%3Atwofifty" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/opinion">OPINION</a> </div> <div class="top-story-heading"> <a href=/story/ten-things-i-hate-about-starred-reviews> <h3 class="smart-headline more-link">10 Things I Hate About Starred Reviews | Opinion</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Kimberly Olson Fakih">Kimberly Olson Fakih</a>, Mar 13, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> <span style="font-size:11pt"><span style="line-height:107%"><span style="font-family:Aptos,sans-serif">Starred reviews have a big problem. And it begins and ends with the 10 points in this list.</span></span></span></p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/slj-is-quitting-x-heres-why-from-the-editor> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/04/ki-ed-note-bluesky-featimg-1200-shadow2.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/slj-is-quitting-x-heres-why-from-the-editor> <h3 class="smart-headline more-link">SLJ Is Quitting X. Here’s Why. | From the Editor</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Kathy Ishizuka">Kathy Ishizuka</a>, Mar 14, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> The platform no longer serves our mission or reflects our values. </p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Finding-Our-Way-How-We-Navigated-Chaos-challenges-COVID-19-5-Years-On> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/03/2503-findingourway-f.png" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Finding-Our-Way-How-We-Navigated-Chaos-challenges-COVID-19-5-Years-On> <h3 class="smart-headline more-link">Finding Our Way: How We Navigated the Chaos and Challenges of COVID-19 | 5 Years On</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=SLJ Staff">SLJ Staff</a>, Feb 28, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> <em>SLJ</em> asked librarians, authors, and illustrators to reflect on their pandemic experience: the impact on them, their students, and readers; the innovations that stuck; the memories that linger; and the lessons we learned.</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/-He-Looks-Like-a-Guy-Who-Would-Defund-Libraries-Feedback-censorship> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/03/book-ban-dan-1.png" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/newsfeatures">NEWS & FEATURES</a> </div> <div class="top-story-heading"> <a href=/story/-He-Looks-Like-a-Guy-Who-Would-Defund-Libraries-Feedback-censorship> <h3 class="smart-headline more-link">“He Looks Like a Guy Who Would Defund Libraries" | Feedback</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=SLJ staff">SLJ staff</a>, Mar 09, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Readers weigh in on Arkansas legislator “Book Ban Dan.”</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://teenlibrariantoolbox.com/2025/03/17/important-update-deep-cuts-proposed-to-the-imls-are-a-further-erosion-to-education-and-democracy/" target="_blank"> <img class="image-full" src="https://teenlibrariantoolbox.com/wp-content/uploads/2017/03/postcard28.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://teenlibrariantoolbox.com/2025/03/17/important-update-deep-cuts-proposed-to-the-imls-are-a-further-erosion-to-education-and-democracy/" target="_blank"> <h3 class="smart-headline more-link">Important Update: Deep Cuts Proposed to the IMLS are a Further Erosion to Education and Democracy</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Karen Jensen, MLS">Karen Jensen, MLS</a>, Mar 17, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> In the News: New Executive Order proposed to end IMLS funding and a call to support your local public library </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Bearing-Witness-was-an-Act-of-Patriotism-Then-and-so-Vital-Today-From-the-Editor> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/02/japanese-american-cwric-hearings.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Bearing-Witness-was-an-Act-of-Patriotism-Then-and-so-Vital-Today-From-the-Editor> <h3 class="smart-headline more-link">Bearing Witness was an Act of Patriotism Then, and so Necessary Today. Tell Your Story. | From the Editor</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Kathy Ishizuka">Kathy Ishizuka</a>, Feb 28, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> She was a bit shaky at first but persevered through nerves and emotion to tell her story. My mother's testimony bore witness to injustice. Stories matter. </p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Kelly-Yang-Stories-Bond-Us-5-Years-On> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/03/2503-uf-storiesbondus-kelly-yang-f.png" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Kelly-Yang-Stories-Bond-Us-5-Years-On> <h3 class="smart-headline more-link">Kelly Yang: Stories Bond Us | 5 Years On</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Kelly Yang">Kelly Yang</a>, Feb 28, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Author Kelly Yang shares her unique COVID-19 experience, which reminded her of the power of stories, which "give us hope and light when our tank is empty."</p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Diversity-Equity-Inclusion-Now-More-Than-Ever-From-the-Editor-dei> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/01/naturalization-ceremony-grand-canyon-oath-of-alliegance1.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Diversity-Equity-Inclusion-Now-More-Than-Ever-From-the-Editor-dei> <h3 class="smart-headline more-link">Diversity, Equity, Inclusion. Now More Than Ever. | From the Editor</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Kathy Ishizuka">Kathy Ishizuka</a>, Jan 29, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Given the current backlash, with anti-DEI legislation and sentiment festering, we risk losing ground on fairness and equality when we need it most. </p> </p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://100scopenotes.com/2025/03/18/this-ones-for-me-a-guest-post-by-dev-petty/" target="_blank"> <img class="image-full" src="https://100scopenotes.com/wp-content/uploads/2025/03/photo1-scaled.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://100scopenotes.com/2025/03/18/this-ones-for-me-a-guest-post-by-dev-petty/" target="_blank"> <h3 class="smart-headline more-link">“This one’s for me.” a Guest Post by Dev Petty</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Travis Jonker">Travis Jonker</a>, Mar 18, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> Today we have a guest post from author Dev Petty, explaining the unique dedication in her latest book . . . </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://teenlibrariantoolbox.com/2025/03/13/book-review-5/" target="_blank"> <img class="image-full" src="https://teenlibrariantoolbox.com/wp-content/uploads/2025/03/image-68.png" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://teenlibrariantoolbox.com/2025/03/13/book-review-5/" target="_blank"> <h3 class="smart-headline more-link">Book Review: Banned Together: Our Fight for Readers’ Rights edited by Ashley Hope Pérez</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Amanda MacGregor">Amanda MacGregor</a>, Mar 13, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> This light in the darkness is an inspiring call to action and an essential addition to all collections. </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href=/story/Rainbow-Collection-When-Shelves-Got-Colorful> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2025/02/2502-uf-rainbow-collection-f.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/industrynews">INDUSTRY NEWS</a> </div> <div class="top-story-heading"> <a href=/story/Rainbow-Collection-When-Shelves-Got-Colorful> <h3 class="smart-headline more-link">A Rainbow Collection: The Day Shelves Got Colorful</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Benjamin Ludwig">Benjamin Ludwig</a>, Feb 19, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> When educator Benjamin Ludwig missed one day of school, a group of fifth graders reorganized the books—not by genre, but with ROYGBIV.</p> </p> </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="explore-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0"> <a href="https://afuse8production.slj.com/2025/03/07/a-conversation-worth-reading-kyle-lukoff-discusses-his-work-and-a-world-worth-saving/" target="_blank"> <img class="image-full" src="https://afuse8production.slj.com/wp-content/uploads/2025/03/WorldWorthSaving.jpg" alt="Story Image"/> </a> </div> <div class="story-detail col-md-9 col-sm-9 col-xs-12" style = "padding-left:30px;"> <div class="topic-type mt_0"> <!-- <p></p> --> <a class="theme-link" href="/section/blogs">BLOGS</a> </div> <div class="top-story-heading"> <a href="https://afuse8production.slj.com/2025/03/07/a-conversation-worth-reading-kyle-lukoff-discusses-his-work-and-a-world-worth-saving/" target="_blank"> <h3 class="smart-headline more-link">A Conversation Worth Reading: Kyle Lukoff Discusses His Work and A World Worth Saving</h3> </a> </div> <div class="full-width pull-left"> <!-- <p> --> <a class="author expauthor" href = "/author?query=Betsy Bird">Betsy Bird</a>, Mar 07, 2025 <!-- </p> --> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> <div class="explore-desc full-width pull-left hidden-md-down"> An amazing amalgamation of thoughts, themes, and ideas that could have ended up an unholy mess and, instead, work. Today, I talk with Kyle Lukoff about his Jewish/trans/epic fantasy latest. </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> <div class="text-align-center full-width pull-left"> <a href="/section/opinion" style="none" class="more-anchor"> <span class="more-link">More Opinion </span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> </div> <div id="mostpopular" class="tabcontent most-popular"> <div class="story-section col-md-12 col-sm-11 col-xs-12 pl_0"> <div class="story-detail col-md-9 col-sm-9 col-xs-12 pl_30"> <div class="topic-type mt_0"> <p>Subtitle</p> </div> <div class="top-story-heading"> <h3 class="fb">Headline</h3> </div> <div> <p>ByLine, Jan, 16 2017 </p> </div> <div class="pull-left sponsored mt_10 mb_10"> </div> <div class="explore-desc full-width pull-left hidden-md-down"> Testing bluconinc section </div> <div class="hr_division_grey_light mt_20 mb_15 hidden-md-up"></div> </div> </div> </div> </div> </div> <div class="hr_division"></div> <div class="development-career col-md-12 col-xs-12 float-left pl_0 pr_0"> <div class="review-headline col-md-12 col-sm-12 float-left full-width mb_25"> <span class="text-align-center fb mb_20" style="letter-spacing:5px;">PROFESSIONAL DEVELOPMENT</span> </div> <div class="carousel-development-career full-width pull-left hidden-md-up"> <div id="developmentCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#developmentCarousel" data-slide-to="0" class="active"></li> <li data-target="#developmentCarousel" data-slide-to="1"></li> </ol> <div class="carousel-inner"> <div class="item active"> <div class="section-image col-xs-12 pl_0 pr_0"> <a href="https://www.libraryjournal.com/event/instructional-best-practices-for-libraries-jun-2025"> <img src = "/binaries/content/gallery/2025-instructional_300x250.jpg"> </a> </div> <div class="top-story-heading text-align-center"> <a href="https://www.libraryjournal.com/event/instructional-best-practices-for-libraries-jun-2025"> <h3 class="smart-headline">Instructional Best Practices for Libraries</h3> </a> </div> <div class="text-align-center full-width pull-left"> <p> Jun 03 to Jun 17, 2025 </p> </div> </div> <div class="item "> <div class="section-image col-xs-12 pl_0 pr_0"> <a href="/event/school-library-journal-daydof-dialog-spring-2025"> <img src = "/binaries/content/gallery/slj_dod_25_300x250.png"> </a> </div> <div class="top-story-heading text-align-center"> <a href="/event/school-library-journal-daydof-dialog-spring-2025"> <h3 class="smart-headline"><i>School Library Journal</i> Day of Dialog Spring 2025</h3> </a> </div> <div class="text-align-center full-width pull-left"> <p> May 22, 2025 </p> </div> </div> </div> <a href="#developmentCarousel" data-slide="prev"> <span class="sr-only">Previous</span> </a> <a href="#developmentCarousel" data-slide="next"> <span class="sr-only">Next</span> </a> </div> </div> <div class="col-md-4 col-sm-4 col-xs-12 pl_0 mob-pr_0"> <div class="left-side-bar full-width pull-left"> <div class="top-story-content"> <div class="hr_division_grey_light mt_20 mb_30 hidden-md-up"></div> <div class="topic-type mt_0"> EVENTS </div> <div class="left-side-bar-section full-width pull-left"> <div class="top-story-heading"> <a href="/event/slj-summit-2025"> <h3><i>SLJ</i> Summit 2025: "Centering Stories"</h3> </a> <p>Baltimore, MD, Nov 07, Nov 08 & Nov 09, 2025 </p> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="left-side-bar-section full-width pull-left"> <div class="top-story-heading"> <a href="https://www.libraryjournal.com/event/public-library-youth-leadership-summit-2025"> <h3><i>LJ</i> & <i>SLJ</i> Public Library Youth Services Leadership Summit</h3> </a> <p>Plainview-Old Bethpage Public Library, May 29 & May 30, 2025 </p> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="left-side-bar-section full-width pull-left"> <div class="top-story-heading"> <a href="/event/school-library-journal-daydof-dialog-spring-2025"> <h3><i>School Library Journal</i> Day of Dialog Spring 2025</h3> </a> <p>ONLINE, May 22, 2025 </p> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="full-width pull-left"> <a href="/section/events" style="none"> <span class="more-link">More Events </span> <i class="fa fa-arrow-right" style="color:red; padding-left: 4px;"></i> </a> </div> </div> </div> </div> <div class="col-md-4 col-sm-4 hidden-md-down"> <div class="section-image col-md-12 col-sm-12 col-xs-12 pl_0 pr_0 text-align-center"> <a href="https://www.libraryjournal.com/event/instructional-best-practices-for-libraries-jun-2025"> <img src="/binaries/content/gallery/2025-instructional_300x250.jpg" alt="Story Image"> </a> </div> <div class="top-story-type"> <p>ONLINE COURSES</p> </div> <div class="top-story-heading text-align-center"> <a href="https://www.libraryjournal.com/event/instructional-best-practices-for-libraries-jun-2025"> <h3 class="smart-headline">Instructional Best Practices for Libraries</h3> </a> </div> <div class="text-align-center full-width pull-left"> <p> Jun 03 to Jun 17, 2025 </p> </div> </div> <div class="col-md-4 col-sm-4 hidden-md-down"> <div class="section-image col-md-12 col-sm-12 col-xs-12 pl_0 pr_0 text-align-center"> <a href="/event/school-library-journal-daydof-dialog-spring-2025"> <img src="/binaries/content/gallery/slj_dod_25_300x250.png" alt="Story Image"> </a> </div> <div class="top-story-type"> <p>VIRTUAL EVENTS</p> </div> <div class="top-story-heading text-align-center"> <a href="/event/school-library-journal-daydof-dialog-spring-2025"> <h3 class="smart-headline"><i>School Library Journal</i> Day of Dialog Spring 2025</h3> </a> </div> <div class="text-align-center full-width pull-left"> <p> May 22, 2025 </p> </div> </div> </div> <div id="subscribe-callout-hr" class="hr_division mb_0"></div> <div class="subscribe-callout col-md-12 col-xs-12"> <div class="col-md-12 col-xs-12 p_0 subscribe_callout"> <h1 style="text-align:center" class="hidden-xs"><a href="https://www.slj.com/?page=subscribe" target="_blank"><img src="/binaries/content/gallery/Jlibrary/subscribe-callout/2022/digital-ad-homepage___slj.png" align="middle" /></a></h1> <div class="hidden-md-up"> <h1 style="text-align:center"><br /> <br /> <a href="https://storeapi.libraryjournal.com/magento2-slj/customform/form.php?name=SLJnewsletters" target="_blank"><img src="/binaries/content/gallery/sljnewslettercta.png" /></a></h1> </div> <p style="text-align:center"> </p> </div> </div> <div class="hr_division mt_0 mb_0"></div> <div id="advertisement" class="advertisement adv-top col-md-12 col-sm-12 col-xs-12 float-left hidden-print"> <div id="homepage3"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('homepage3'); }); </script> </div> </div> <div class="hr_division mt_0"></div> <div class="development-career col-md-12 col-xs-12 float-left pl_0 pr_0"> <div class="review-headline col-md-12 col-sm-12 float-left full-width mb_25"> <span class="text-align-center fb mb_20" style="letter-spacing:5px;">SPECIAL PROJECTS</span> <!-- <span class="heading-arrow"><i class="fa fa-arrow-right" style="color:red; font-size:14px;"></i></span> --> </div> <div class="carousel-development-career full-width pull-left hidden-md-up"> <div id="careerCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#careerCarousel" data-slide-to="0" class="active"></li> <li data-target="#careerCarousel" data-slide-to="1"></li> <li data-target="#careerCarousel" data-slide-to="1"></li> </ol> <div class="carousel-inner"> <div class="item active"> <div class="section-image col-xs-12 pl_0 pr_0"> <a href="/page/2024-stars-so-far" target=""> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/07/verdicts-star-power/2024-verdicts-page-starpower-800px.jpg" alt="Story Image"> </a> </div> <div class="top-story-type full-width pull-left"> <a class="theme-link" href="/section/bestof">BEST OF</a> </div> <div class="top-story-heading text-align-center"> <a href="/page/2024-stars-so-far" target=""> <h3 class="smart-headline">2024 Stars So Far</h3> </a> </div> </div> <div class="item "> <div class="section-image col-xs-12 pl_0 pr_0"> <a href="/page/reasons-to-love-libraries" target=""> <img class="image-full" src="/binaries/content/gallery/Jlibrary/special-projects/2024/reasons-to-love-libraries/rtll-homepage-graphic.jpg" alt="Story Image"> </a> </div> <div class="top-story-type full-width pull-left"> <a class="theme-link" href="/section/programsprogramming">PROGRAMS & PROGRAMMING</a> </div> <div class="top-story-heading text-align-center"> <a href="/page/reasons-to-love-libraries" target=""> <h3 class="smart-headline">Reasons to Love Libraries</h3> </a> </div> </div> <div class="item "> <div class="section-image col-xs-12 pl_0 pr_0"> <a href=/story/defending-the-canon-slj-ncte-review-15-banned-classics> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/04/ncte/2404-defending-the-canon-f.jpg" alt="Story Image"> </a> </div> <div class="top-story-type full-width pull-left"> <a class="theme-link" href="/section/censorship">CENSORSHIP</a> </div> <div class="top-story-heading text-align-center"> <a href=/story/defending-the-canon-slj-ncte-review-15-banned-classics> <h3 class="smart-headline">Defending the Canon: SLJ & NCTE Review 15 Banned Classics</h3> </a> </div> </div> </div> </div> </div> <!-- Job Zone Start--> <!-- Right now we commented this code But it will be needed in future --> <!-- <div class="col-md-4 col-sm-4 col-xs-12 pl_0 mob-pr_0"> <div class="left-side-bar full-width pull-left"> <div class="top-story-content"> <div class="hr_division_grey_light mt_20 mb_30 hidden-md-up"></div> <div class="topic-type mt_0"> JOB ZONE </div> <div class="left-side-bar-section full-width pull-left hidden-md-down"> <div class="top-story-heading"> <p> </p> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="left-side-bar-section full-width pull-left "> <div class="top-story-heading"> <p> </p> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="left-side-bar-section full-width pull-left hidden-md-down"> <div class="top-story-heading"> <p> </p> </div> <div class="hr_division_grey_light mt_20 mb_10"></div> </div> <div class="full-width pull-left"> <a href="#" style="none"> <span class="more-link">More Jobs </span> <i class="fa fa-arrow-right" style="color:red; padding-left: 4px;"></i> </a> </div> </div> </div> </div> --> <!-- Job Zone End--> <div class="col-md-4 col-sm-4 hidden-md-down"> <div class="section-image col-md-12 col-sm-12 col-xs-12 pl_0 pr_0 text-align-center"> <a href="/page/2024-stars-so-far" target=""> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/07/verdicts-star-power/2024-verdicts-page-starpower-800px.jpg" alt="Story Image"> </a> </div> <div class="top-story-type"> <a class="theme-link" href="/section/bestof">BEST OF</a> </div> <div class="top-story-heading text-align-center"> <a href="/page/2024-stars-so-far" target=""> <h3 class="smart-headline">2024 Stars So Far</h3> </a> </div> </div> <div class="col-md-4 col-sm-4 hidden-md-down"> <div class="section-image col-md-12 col-sm-12 col-xs-12 pl_0 pr_0 text-align-center"> <a href="/page/reasons-to-love-libraries" target=""> <img class="image-full" src="/binaries/content/gallery/Jlibrary/special-projects/2024/reasons-to-love-libraries/rtll-homepage-graphic.jpg" alt="Story Image"> </a> </div> <div class="top-story-type"> <a class="theme-link" href="/section/programsprogramming">PROGRAMS & PROGRAMMING</a> </div> <div class="top-story-heading text-align-center"> <a href="/page/reasons-to-love-libraries" target=""> <h3 class="smart-headline">Reasons to Love Libraries</h3> </a> </div> </div> <div class="col-md-4 col-sm-4 hidden-md-down"> <div class="section-image col-md-12 col-sm-12 col-xs-12 pl_0 pr_0 text-align-center"> <a href=/story/defending-the-canon-slj-ncte-review-15-banned-classics> <img class="image-full" src="/binaries/content/gallery/Jlibrary/2024/04/ncte/2404-defending-the-canon-f.jpg" alt="Story Image"> </a> </div> <div class="top-story-type"> <a class="theme-link" href="/section/censorship">CENSORSHIP</a> </div> <div class="top-story-heading text-align-center"> <a href=/story/defending-the-canon-slj-ncte-review-15-banned-classics> <h3 class="smart-headline">Defending the Canon: SLJ & NCTE Review 15 Banned Classics</h3> </a> </div> </div> </div> <!-- Community Section Starts--> <!-- <div class="hr_division"></div> <div class="col-md-12 mt_30 mb_50 pull-left display-block"> <div class="review-headline col-md-12 col-sm-12 float-left full-width"> <span class="text-align-center fb mb_20" style="letter-spacing:5px;">COMMUNITY FORUM</span> <span class="heading-arrow"><i class="fa fa-arrow-right" style="color:red; font-size:14px;"></i></span> </div> <div class="community-block col-md-6 col-sm-6 col-xs-12"> <div class="communty-form-heading"> <h3>"What is this?" Design thinking from an LIS student prespective</h3> </div> <div class="community-form-info full-width pull-left"> <p> Field in Collection Development | 17 replies </p> </div> <div class="col-md-1 col-xs-2 highlight" style="height: 40px;"> <img src="" alt=""> </div> <div class="col-md-10 col-xs-10 pull-left mb_20"> <p class="community-form-desc"> One year into the MLIS program at San Joes State Univirsity, I took a chnace on a design thinking corse zzzzzzzzzzzzzzzz </p> <div class="full-width pull-left hidden-md-down"> <span style="font-size: 12px; color: gray;">latest reply from UserName, 4 hour ago</span> </div> </div> </div> <div class="hr_division_grey_light hidden-md-up"></div> <div class="community-block col-md-6 col-sm-6 col-xs-12"> <div class="communty-form-heading"> <h3>"What is this?" Design thinking from an LIS student prespective</h3> </div> <div class="community-form-info full-width pull-left"> <p> Field in Collection Development | 17 replies </p> </div> <div class="col-md-1 col-xs-2 highlight" style="height: 40px;"> <img src="" alt=""> </div> <div class="col-md-10 col-xs-10 pull-left mb_20"> <p class="community-form-desc"> One year into the MLIS program at San Joes State Univirsity, I took a chnace on a design thinking corse zzzzzzzzzzzzzzzz </p> <div class="full-width pull-left hidden-md-down"> <span style="font-size: 12px; color: gray;">latest reply from UserName, 4 hour ago</span> </div> </div> </div> </div> --> <!-- Community Section Ends--> </div> <style> .sponsored-line{ border-right: 2px solid #bdbec0; } </style></div> <div id="meternote"> <div class = "gtm_half_ID"></div> <div class="col-md-12 col-xs-12 mt_20 mb_20 fs_20"> <div class="col-md-12 col-sm-12 col-xs-12 mt_20 mb_10 fs_15 resp-no-margin"> <div class="col-md-6 col-sm-8 col-xs-12 white meter-text"> </div> <div class="col-md-3 col-sm-3 col-xs-12 fs_20 p_0 meternote_half"> <div class = "text-align-center float-left-resp"> <a class="meter-href" href="/page/subscribe"> <button type="submit" class="btn btn-subscribe-meter btn-white navbar-btn subscribe-btn-size resp-full-width" id="notiRedirect">SUBSCRIBE</button></a> <h6 class="white fs_13 mb_20">ALREADY A SUBSCRIBER? <a class="white meter-login-utm meter-login underline" href="/page/login">LOG IN</a></h6> </div> </div> </div> </div> <span class="meterNoteclose" style="cursor:pointer;"> <i class="fa fa-chevron-down white fa-2x mt_5 meter-login"></i> </span> </div> <div id="smallmeternote"> <div class = "gtm_small_ID"></div> <div class="container fs_20"> <div class="col-md-8 col-sm-8 col-xs-12 fs_20 resp-no-margin text-align-center white"> <p class="mt_20 mb_10 meter-small-num float-right-resp"> </p> </div> <div class="col-md-3 col-sm-3 col-xs-12 fs_20 p_0 text-align-center"> <a class="meter-href" href="/page/subscribe"> <button type="submit" class="btn btn-subscribe-meter btn-white navbar-btn subscribe-btn-size resp-full-width" id="notiRedirect">SUBSCRIBE</button></a> </div> </div> <span class="meterNoteopen display-none" style="cursor:pointer;"> <i class="fa fa-chevron-up white fa-2x mt_5 meter-login"></i> </span> </div> <div id="freemeternote"> <div class = "gtm_freehalf_ID"></div> <div class="col-md-12 col-xs-12 mt_20 mb_20 fs_20"> <div class="col-md-12 col-sm-12 col-xs-12 mt_20 mb_10 fs_15 resp-no-margin"> <div class="col-md-6 col-sm-8 col-xs-12 white meter-text mr_20"> <p>We are currently offering this content for free. Sign up now to activate your personal profile, where you can save articles for future viewing</p> </div> <div class="col-md-3 col-sm-3 col-xs-12 fs_20 p_0"> <div class = "text-align-center float-left-resp"> <a class="meter-reg-href" href="/page/register"> <button type="submit" class="btn btn-subscribe-meter btn-white navbar-btn subscribe-btn-size resp-full-width" id="notiRedirect">CREATE AN ACCOUNT</button></a> <h6 class="white fs_13 mb_20">ALREADY A SUBSCRIBER? <a class="white meter-login-utm meter-login underline" href="/page/login">LOG IN</a></h6> </div> </div> </div> </div> <span class="meterNoteclose" style="cursor:pointer;"> <i class="fa fa-chevron-down white fa-2x mt_5 meter-login"></i> </span> </div> <div id="privateMode" class="modal fade" data-backdrop="static" data-keyboard="false" style="overflow : auto;"> <div class = "gtm_private_ID"></div> <div class="modal-dialog" style="top:8%;"> <div class="modal-content"> <div class="modal-body"> <div class="text-align-center" style="border: 1px solid black;"> <div class="text-align-left"> <a class="meter-backHome" href="/page/home"> <button class="back-home-close bold"> BACK TO HOMEPAGE </button> </a> </div> <h2 class="text-align-center bold">Thank you for visiting.</h2> <div class="paywall-text"> <p>We’ve noticed you are using a private browser. To continue, please log in or create an account.</p> </div> <p><img style="width: 80%; height: auto!important; margin-top:20px;" src="/webfiles/1745925783899/images/SljHardPaywall.jpg" alt="Hard paywall image"/></p> <p><a class="meter-login-utm" href="/page/login"><button class="btn btn-subscribe btn-blue navbar-btn subscribe-btn-size mt_5" style="width:195px;">LOG IN</button></a></p> <p><a href="/page/register"><button class="btn btn-subscribe btn-blue navbar-btn subscribe-btn-size mt_5" style="width:195px;">CREATE AN ACCOUNT</button></a></p> <h6 class="mb_20 text-decoration-underline"><span class="bold"><a class="underline full-meter-href" href="/page/subscribe">SUBSCRIPTION OPTIONS</a></span></h6> </div> </div> </div> </div> </div> <div id="hardPaywallMode" class="modal fade" data-backdrop="static" data-keyboard="false" style="overflow : auto;"> <div class = "gtm_hard_ID"></div> <div class="modal-dialog" style="top:8%;"> <div class="modal-content"> <div class="modal-body"> <div class="text-align-center" style="border: 1px solid black;"> <div class="text-align-left"> <a class="meter-backHome" href="/page/home"> <button class="back-home-close bold"> BACK TO HOMEPAGE </button> </a> </div> <div class="paywall-text"> </div> <p><a class="full-meter-href" href="/page/subscribe"><button class="btn btn-subscribe btn-blue mt_10 navbar-btn subscribe-btn-size" style="width:140px;">SUBSCRIBE</button></a></p> <h6 class="fs_13 mb_20">Already a subscriber? <span class="bold"><a class="meter-login-utm underline" href="/page/login">Log In</a></span></h6> </div> </div> </div> </div> </div> <div id="hardPaywallReviewMode" class="modal fade" data-backdrop="static" data-keyboard="false" style="overflow : auto;"> <div class = "gtm_reviewHard_ID" style="display:none;"></div> <div class="modal-dialog" style="top:8%;"> <div class="modal-content"> <div class="modal-body"> <div class="text-align-center" style="border: 1px solid black;"> <div class="text-align-left"> <a class="meter-backHome" href="/page/home"> <button class="back-home-close bold"> BACK TO HOMEPAGE </button> </a> </div> <div class="text-align-center bold"><h2 class="bold">Thank you for visiting.</h2></div> <div class="paywall-text"> <p>Most <i>SLJ</i> reviews are exclusive to subscribers.</p> <p>As a subscriber, you'll receive unlimited access to all reviews dating back to 2010.</p> <p><img style="width: 80%; height: auto!important; margin-top:20px;" src="/webfiles/1745925783899/images/SljHardPaywall.jpg" alt="Hard paywall image"/></p> <p>To access other site content, visit our <a class="meter-backHome" href="/page/home" style="text-decoration:underline;">homepage</a>.</p> </div> <p><a class="full-meter-href" href="/page/subscribe"><button class="btn btn-subscribe btn-blue mt_10 navbar-btn subscribe-btn-size" style="width:140px;">SUBSCRIBE</button></a></p> <h6 class="fs_13 mb_20">Already a subscriber? <span class="bold"><a class="meter-login-utm underline" href="/page/login">Log In</a></span></h6> </div> </div> </div> </div> </div> <div id="meterExhaustMode" class="modal fade" data-backdrop="static" data-keyboard="false" style="overflow : auto;"> <div class = "gtm_exhaust_ID"></div> <div class="modal-dialog" style="top:8%;"> <div class="modal-content"> <div class="modal-body"> <div class="text-align-center" style="border: 1px solid black;"> <div class="text-align-left"> <a class="meter-backHome" href="/page/home"> <button class="back-home-close bold"> BACK TO HOMEPAGE </button> </a> </div> <div class="paywall-text"> </div> <p><a class="full-meter-href" href="/page/subscribe"><button class="btn btn-subscribe btn-blue mt_10 navbar-btn subscribe-btn-size" style="width:140px;">SUBSCRIBE</button></a></p> <h6 class="fs_13 mb_20">Already a subscriber? <span class="bold"><a class="meter-login-utm underline" href="/page/login">Log In</a></span></h6> </div> </div> </div> </div> </div> </div> <div id="SLJ_Spotible1_1x1"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('SLJ_Spotible1_1x1'); }); </script> </div> <div id="SLJ_Video_1x1"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('SLJ_Video_1x1'); }); </script> </div> <footer class="lj-footer display-block pull-left full-width hidden-print"> <!-- <div class="hr_division"></div> --> <div class="footer" id="footer"> <div class="container"> <!-- Footer for Larger screen view Start--> <div class="laptop mt_30"> <div class="col-md-2 col-sm-2 col-xs-12 footer-block pl_0"> <ul class="footer links footer-text"> <li class="nav item"><a href="https://www.slj.com/section/newsfeatures" target="">News & Features</a></li> <li class="nav item"><a href="https://www.slj.com/section/reviews" target="">Reviews+</a></li> <li class="nav item"><a href="https://www.slj.com/section/technology" target="">Technology</a></li> <li class="nav item"><a href="https://www.slj.com/section/schoollibraries" target="">School Libraries</a></li> <li class="nav item"><a href="https://www.slj.com/section/publiclibraries" target="">Public Libraries</a></li> <li class="nav item"><a href="https://www.slj.com/section/blogs" target="">Blogs</a></li> <li class="nav item"><a href="https://www.slj.com/section/classroom" target="">Classroom</a></li> <li class="nav item"><a href="https://www.slj.com/section/diversity" target="">Diversity</a></li> <li class="nav item"><a href="https://www.slj.com/section/people" target="">People</a></li> <li class="nav item"><a href="http://jobs.libraryjournal.com/" target="_blank">Job Zone</a></li> </ul> </div> <div class="col-md-2 col-sm-2 footer-block pl_0"> <h4 class="mt_0">Reviews+</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="https://www.slj.com/section/reviews/booklists" target="">Book Lists</a></li> <li class="nav item"><a href="/page/best-books-2024" target="">Best Books 2024</a></li> <li class="nav item"><a href="/page/2024-stars-so-far" target="">2024 Stars So Far</a></li> <li class="nav item"><a href="https://www.slj.com/section/reviews/media" target="">Media</a></li> <li class="nav item"><a href="https://www.slj.com/section/reviews/reference" target="">Reference</a></li> <li class="nav item"><a href="https://www.slj.com/section/reviews/seriesmadesimple" target="">Series Made Simple</a></li> <li class="nav item"><a href="https://www.slj.com/section/reviews/tech" target="">Tech</a></li> <li class="nav item"><a href="/page/Review-for-SLJ" target="">Review for SLJ</a></li> <li class="nav item"><a href="/page/review-submissions" target="">Review Submissions</a></li> </ul> </div> <div class="col-md-2 col-sm-2 footer-block pl_0"> <h4 class="mt_0">SLJ Blog Network</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="https://100scopenotes.com/" target="_blank">100 Scope Notes</a></li> <li class="nav item"><a href="https://afuse8production.slj.com/" target="_blank">A Fuse #8 Production</a></li> <li class="nav item"><a href="https://goodcomicsforkids.slj.com/" target="_blank">Good Comics for Kids</a></li> <li class="nav item"><a href="https://heavymedal.slj.com/" target="">Heavy Medal</a></li> <li class="nav item"><a href="https://pearlsandrubys.slj.com/" target="https://pearlsandrubys.slj.com/">Pearls & Rubys</a></li> <li class="nav item"><a href="https://politicsinpractice.slj.com/" target="https://politicsinpractice.slj.com/">Politics in Practice</a></li> <li class="nav item"><a href="https://www.teenlibrariantoolbox.com/" target="_blank">Teen Librarian Toolbox</a></li> <li class="nav item"><a href="https://theyarn.slj.com/" target="_blank">The Yarn</a></li> <!-- <li class="nav item"><a class="pointer" id="footerLibraryAwareCommunityId" onclick="readUrlCategory('LibraryAware%20Community','footerLibraryAwareCommunityId','Library Aware Community')";>Library Aware Community</a></li> --> </ul> </div> <div class="col-md-2 col-sm-2 footer-block pl_0"> <h4 class="mt_0">Resources</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="/page/reasons-to-love-libraries" target="_blank">Reasons to Love Libraries</a></li> <li class="nav item"><a href="/page/2025-Youth-Media-Awards" target="">2025 Youth Media Awards</a></li> <li class="nav item"><a href="/story/defending-the-canon-slj-ncte-review-15-banned-classics" target="">Defending the Canon: SLJ & NCTE Review 15 Banned Classics</a></li> <li class="nav item"><a href="/page/refreshing-canon-booklist-2023" target="">Refreshing the Canon Booklist</a></li> <li class="nav item"><a href="/page/SchoolLibrarianOfTheYear" target="">School Librarian of the Year</a></li> <li class="nav item"><a href="/page/readfree" target="">Read Free Poster</a></li> <li class="nav item"><a href="https://www.slj.com/page/mathical-book-prize-awards" target="_blank">Mathical Book Prize Collection Development Awards</a></li> <li class="nav item"><a href="https://www.slj.com/story/research" target="">Research</a></li> <li class="nav item"><a href="https://www.slj.com/story/white-papers-case-studies" target="">White Papers / Case Studies</a></li> </ul> </div> <div class="col-md-2 col-sm-2 footer-block pl_15"> <h4 class="mt_0">Events & PD</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="https://www.slj.com/section/events?eventtype=inPersonEvents" target="">In-Person Events</a></li> <li class="nav item"><a href="https://www.slj.com/section/events?eventtype=onlineCourses" target="">Online Courses</a></li> <li class="nav item"><a href="https://www.slj.com/section/events?eventtype=virtualEvents" target="">Virtual Events</a></li> <li class="nav item"><a href="https://www.slj.com/section/events?eventtype=webcasts" target="">Webcasts</a></li> </ul> </div> <div class="col-md-2 col-sm-2 footer-block pl_0 pr_0"> <ul class="footer links footer-text"> <li class="nav item"><a href="/page/About-Us" target="">About Us</a></li> <li class="nav item"><a href="/page/Contact-Us" target="">Contact Us</a></li> <li class="nav item"><a href="https://media.libraryjournal.com/" target="_blank">Advertise</a></li> <li class="nav item"><a href="https://www.slj.com/page/subscribe" target="_blank">Subscribe</a></li> <li class="nav item"><a href="/page/Media-Inquiries" target="">Media Inquiries</a></li> <li class="nav item"><a href="https://www.slj.com/page/slj-newsletters" target="_blank">Newsletter Sign Up</a></li> <li class="nav item"><a href="/page/Submissions" target="">Content Submissions</a></li> <li class="nav item"><a href="/page/Data-Privacy" target="">Data Privacy</a></li> <li class="nav item"><a href="/page/Terms-of-Use" target="">Terms of Use</a></li> <li class="nav item"><a href="/page/terms-of-sale" target="">Terms of Sale</a></li> <li class="nav item"><a href="/page/faqs" target="">FAQs</a></li> <li class="nav item"><a href="/page/Diversity-Policy" target="">Diversity Policy</a></li> <li class="nav item"><a href="/page/careers" target="">Careers at MSI</a></li> <li class="nav item mt_20 icon-inline-flex"> <a href="https://www.facebook.com/SchoolLibraryJournal/" target="_blank"><img class="mr_1 tab-w-30" src="/webfiles/1745925783899/images/fb.png"></a> <a href="https://bsky.app/profile/slj.com" target="_blank"><img style="width:35px; height:35px;" class="mr_1 tab-w-30" src="/webfiles/1745925783899/images/BlueSky.png"></a> <a href="https://www.instagram.com/sljournal/?hl=en" target="_blank"><img class="mr_1 tab-w-30" src="/webfiles/1745925783899/images/insta.png"></a> <a href="https://www.youtube.com/user/sljlive/feed"><img class="tab-w-30 tab-w-35" src="/webfiles/1745925783899/images/youtube.png"></a> </li> </ul> </div> <!-- <div class="col-md-2 col-sm-4 col-xs-12 footer-block pl_0"> <h4>LJ Topics</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="#">Advocacy</a></li> <li class="nav item"><a href="#">Building & Design</a></li> <li class="nav item"><a href="#">Collection Development</a></li> <li class="nav item"><a href="#">Innovation</a></li> <li class="nav item"><a href="#">Leadership</a></li> <li class="nav item"><a href="#">Library Education</a></li> <li class="nav item"><a href="#">Marketing</a></li> <li class="nav item"><a href="#">Technology</a></li> </ul> </div> <div class="col-md-2 col-sm-4 footer-block pl_0"> <h4>News</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="#">Latest</a></li> <li class="nav item"><a href="#">Infodocket</a></li> <li class="nav item"><a href="#">Q&A</a></li> <li class="nav item"><a href="#">Industry News</a></li> <li class="nav item"><a href="#">People</a></li> <li class="nav item"><a href="#">Events</a></li> </ul> </div> <div class="col-md-2 col-sm-4 footer-block pl_0"> <h4>Features</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="#">2017 Movers & Shakers</a></li> <li class="nav item"><a href="#">Star Libraries</a></li> <li class="nav item"><a href="#">Placement & Salary Survey</a></li> <li class="nav item"><a href="#">Library of the Year</a></li> <li class="nav item"><a href="#">Best small library in America</a></li> <li class="nav item"><a href="#">Librarian of the Year</a></li> <li class="nav item"><a href="#">Paralibrarian of the Year</a></li> <li class="nav item"><a href="#">2016 Yaer in Architecture</a></li> </ul> </div> <div class="col-md-2 col-sm-4 footer-block pl_0"> <h4>Reviews</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="#">Prepub Alerts</a></li> <li class="nav item"><a href="#">Audio Book Previews</a></li> <li class="nav item"><a href="#">Collection Development</a></li> <li class="nav item"><a href="#">Reader's Advisory</a></li> <li class="nav item"><a href="#">Editor's Picks</a></li> <li class="nav item"><a href="#">Review Lists</a></li> <li class="nav item"><a href="#">All Review</a></li> </ul> </div> <div class="col-md-2 col-sm-4 footer-block pl_0"> <h4>Opinion</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="#">Annoyed librarian</a></li> <li class="nav item"><a href="#">Author 1</a></li> <li class="nav item"><a href="#">Author 2</a></li> <li class="nav item"><a href="#">Author 3</a></li> <li class="nav item"><a href="#">Topic 1</a></li> <li class="nav item"><a href="#">Topic 2</a></li> <li class="nav item"><a href="#">Topic 3</a></li> </ul> </div> <div class="col-md-2 col-sm-4 footer-block pl_0"> <h4>Learning</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="#">Live Workshop</a></li> <li class="nav item"><a href="#">Online Courses</a></li> <li class="nav item"><a href="#">Webinars</a></li> <li class="nav item"><a href="#">Conference & Events</a></li> </ul> </div> <div class="col-md-4 col-sm-8 float-right pl_0"> <div class="col-md-6 col-sm-6 footer-block pl_0"> <h4>About LJ</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="#">LJ Awards</a></li> <li class="nav item"><a href="#">Self Publish</a></li> <li class="nav item"><a href="#">Careers at LJ</a></li> <li class="nav item"><a href="#">Library Jobs</a></li> <li class="nav item"><a href="#">Privacy Policy</a></li> </ul> </div> <div class="col-md-6 col-sm-6 footer-block pl_0"> <h4>Get in Touch</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="#">Subscriber Services</a></li> <li class="nav item"><a href="#">Contact Us</a></li> <li class="nav item"><a href="#">555-555-5555</a></li><span> </ul> </div> <div class="col-md-6 col-sm-6 footer-block pl_0 pr_0"> <ul class="footer links footer-text"> <li class="nav item"> <a href="#"><i class="fa fa-facebook social-icon" aria-hidden="true"/></i></a> <a href="#"><i class="fa fa-twitter social-icon" aria-hidden="true"/></i></a> <a href="#"><i class="fa fa-instagram social-icon" aria-hidden="true"/></i></a> <a href="#"><i class="fa fa-pinterest social-icon" aria-hidden="true"/></i></a> </li> </ul> </div> --> </div><!-- end laptop 1st section --> </div><!-- end 1st container --> <hr class="footer-border-line mt_20 mb_20 hidden-xs"> <div class="container footer-img hidden-xs"> <div class="col-md-2 col-sm-2 col-xs-6 pl_0 text-align-left" style="border-right: 2px solid white"> <a title="Media Source Incorporated" href="http://www.mediasourceinc.com/" target="_blank"> <img src="/webfiles/1745925783899/images/MSI-Logo-bw_rev55k.png"/> </a> </div> <div class="col-md-2 col-sm-2 col-xs-6 text-align-center"> <a title="AKJ" href="https://www.akjeducation.com/" target="_blank"> <img style="width:50px" src="/webfiles/1745925783899/images/akj1.png"/> </a> </div> <div class="col-md-2 col-sm-2 col-xs-6 text-align-right"> <a title="The Horn Book" href="http://www.hbook.com/" target="_blank"> <img src="/webfiles/1745925783899/images/The_Horn_Booknew.png"/> </a> </div> <div class="col-md-2 col-sm-2 col-xs-4 text-align-right p_0"> <a title="Junior Library Guild" href="https://www.juniorlibraryguild.com/" target="_blank"> <img src="/webfiles/1745925783899/images/JLGnew.png"/> </a> </div> <div class="col-md-2 col-sm-2 col-xs-4 text-align-right"> <a id="homeFromFooter" href="https://www.libraryjournal.com/" class="pointer" target="_blank"> <img src="/webfiles/1745925783899/images/LJ_Blacknew.png"/> </a> </div> <div class="col-md-2 col-sm-2 col-xs-4 text-align-right"> <a title="School Library Journal" href="?" target="_blank"> <img src="/webfiles/1745925783899/images/SLJ-footer.png"/> </a> </div> </div><!-- end 2nd container --> <hr class="footer-border-line mt_20 mb_20 hidden-xs"> <!-- <div class="col-md-12 col-sm-12 col-xs-12 mb_20 pl_0 pr_0 pt_5 pb_5 footer-img"> <div class="col-md-3 col-sm-3 col-xs-6 pl_0"> <a title="Media Source Incorporated" href="http://www.mediasourceinc.com/" target="_blank"> <img src="/webfiles/1745925783899/images/media_source.png"/> </a> </div> <div class="col-md-2 col-sm-2 col-xs-6"> <a title="The Horn Book" href="http://www.hbook.com/" target="_blank"> <img src="/webfiles/1745925783899/images/The_Horn_Book.png"/> </a> </div> <div class="col-md-3 col-sm-3 col-xs-4 text-align-center"> <a title="Junior Library Guild" href="https://www.juniorlibraryguild.com/" target="_blank"> <img src="/webfiles/1745925783899/images/JLG.png"/> </a> </div> <div class="col-md-2 col-sm-2 col-xs-4"> <a title="School Library Journal" href="http://www.schoollibraryjournal.com/" target="_blank"> <img src="/webfiles/1745925783899/images/SLJ.png"/> </a> </div> <div class="col-md-2 pr_0 col-sm-2 col-xs-4"> <a id="homeFromFooter" onclick="readUrlCategory('home','homeFromFooter','home')"; class="pointer"> <img class="float-right" src="/webfiles/1745925783899/images/LJ_Black.png"/> </a> </div> </div> --> <div class="container hidden-xs mb_10"> <div class="col-md-12 col-sm-12 pl_0 pr_0"> <div class="col-md-6 col-sm-4 pl_0 gray"> COPYRIGHT © 2024 </div> <div class="col-md-6 col-sm-8 footer-policy float-right pr_0"> <ul class="pull-right"> <!--<li class="nav"><a href="/page/Privacy-Policy">Privacy Policy</a></li> <li class="nav"><a href="#">Copyright Notice</a></li> --> <!-- <li class="nav"><a href="#">Shipping Policy</a></li> <li class="nav"><a href="#">Refund Policy</a></li> --> </ul> </div> </div> </div> <!-- Footer for Larger screen view End--> <!-- Footer for Smaller screen view Start--> <div class="col-md-12 col-sm-12 col-xs-12 mb_20 tablet"> <div class="col-xs-12 footer-block mt_30 mb_20"> <ul class="footer links footer-text text-align-center"> <li class="nav item"> <a href="https://www.facebook.com/SchoolLibraryJournal/"><img class="mr_20" src="/webfiles/1745925783899/images/fb.png"></a> <a href="https://twitter.com/sljournal"><img class="mr_20" src="/webfiles/1745925783899/images/tw.png"></a> <a href="https://www.instagram.com/sljournal/?hl=en"><img class="mr_20" src="/webfiles/1745925783899/images/insta.png"></a> <a href="https://www.pinterest.com/sljournal/"><img class="mr_20" src="/webfiles/1745925783899/images/pin.png"></a> <a href="https://www.youtube.com/user/sljlive/feed"><img class="" style="width: 36px;" src="/webfiles/1745925783899/images/youtube.png"></a> </li> </ul> </div> <hr class="footer-border-line mb_30"> <div class="footer-img display-block full-width pull-left mb_30"> <div class="col-xs-12 p_0"> <div class="col-xs-6 text-align-center"> <a title="Media Source Incorporated" href="http://www.mediasourceinc.com/" target="_blank"> <img src="/webfiles/1745925783899/images/MSI-Logo-bw_rev55k.png"/> </a> </div> <div class="col-xs-6 text-align-center"> <a title="The Horn Book" href="http://www.hbook.com/" target="_blank"> <img class="full-width" src="/webfiles/1745925783899/images/The_Horn_Booknew.png"/> </a> </div> </div> <div class="col-xs-12 p_0"> <div class="col-xs-6 text-align-center mt_30"> <a href="https://lj.libraryjournal.com/" class="pointer"> <img class="full-width" src="/webfiles/1745925783899/images/LJ_Blacknew.png"/> </a> </div> <div class="col-xs-6 text-align-center mt_30"> <a title="School Library Journal" href="?" target="_blank"> <img class="full-width" src="/webfiles/1745925783899/images/SLJ-footer.png"/> </a> </div> </div> <div class="col-xs-12 p_0"> <div class="col-xs-6 text-align-center mt_30"> <a title="AKJ" href="https://www.akjeducation.com//" target="_blank"> <img style="width:50px" src="/webfiles/1745925783899/images/akj1.png"/> </a> </div> <div class="col-xs-6 text-align-center mt_30"> <a title="Junior Library Guild" href="https://www.juniorlibraryguild.com/" target="_blank"> <img class="full-width" src="/webfiles/1745925783899/images/JLGnew.png"/> </a> </div> </div> </div> <hr class="footer-border-line mb_30"> <div class="col-md-12 col-xs-12 pl_0 pr_0"> <div class="footer-policy pl_0 pr_0 fs_15"> <!--<div class="text-align-center col-sm-4 col-xs-12 mb_15"> <a class="gray" href="/page/Privacy-Policy">Privacy Policy</a> </div> <div class="text-align-center col-sm-4 col-xs-12 mb_20"> <a class="mr_15" href="#">Shipping Policy</a> <a href="#">Refund Policy</a> </div> <div class="text-align-center col-sm-4 col-xs-12 mb_20"> <a class="mr_15" href="#">About LJ</a> <a href="#">555-555-5555</a> </div> --> <!-- <div class="text-align-center col-xs-6"> <ul> <li><a href="#">Privacy Policy</a></li> <li><a href="#">Copyright Notice</a></li> </ul> </div> <div class="text-align-center col-xs-6"> <ul> <li><a href="#">Shipping Policy</a></li> <li><a href="#">Refund Policy</a></li> </ul> </div> --> <!-- <div class="text-align-center col-xs-6"></div> <div class="text-align-center col-xs-6"></div> <div class="text-align-center col-xs-6"></div> --> </div> <div class="col-md-6 col-xs-12 p_0 text-align-center mb_20 fs_15 gray"> COPYRIGHT © 2024 </div> </div> <!-- Back To Top Button for Smaller Screen --> <!-- <div class="col-md-12 col-xs-12 text-align-center mt_10"> <a href="#top"><button class="btn btn-default-black navbar-btn fs_14 fb">BACK TO TOP<i class="fa fa-arrow-up ml_5"></i></button></a> </div> --> <!-- About LJ & Get in Touch --> <!-- <div class="col-xs-12 mt_20"> <span class="col-xs-6 footer-block text-align-center"> <h4>About LJ</h4> </span> <span class="col-xs-6 col-sm-6 footer-block text-align-center"> <h4>Get in Touch</h4> </span> <span class="col-xs-12 text-align-center fs_16 mt_10">555-555-5555</span> <div class="col-xs-12 footer-block text-align-center mt_30 mb_30"> <div class="width_25"><a href="#"><i class="fa fa-facebook social-icon" aria-hidden="true"/></i></a></div> <div class="width_25"><a href="#"><i class="fa fa-twitter social-icon" aria-hidden="true"/></i></a></div> <div class="width_25"><a href="#"><i class="fa fa-instagram social-icon" aria-hidden="true"/></i></a></div> <div class="width_25"><a href="#"><i class="fa fa-pinterest social-icon" aria-hidden="true"/></i></a></div> </div> </div> --> </div> <!-- Footer for Smaller screen view End--> </div> </footer> <script type='text/javascript'> function readUrlCategory(subpageVal, elementId, page) { var link = document.getElementById(elementId); if ("home" == page) { link.setAttribute("href", "?"); } else { link.setAttribute("href", "/site/home?subpage=" + subpageVal); } // document.forms[0].submit(); } </script> <script src="/webfiles/1745925783899/js/variable.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/session.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/main.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/smarten-text.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/private-mode.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/metering.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/validation.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/ecommerce.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/login.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/reset.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/topic-image.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/institutions.js" type="text/javascript"></script> <script src="/webfiles/1745925783899/js/analytics.js" type="text/javascript"></script> <!-- <script src="/webfiles/1745925783899/js/account-dashboard.js" type="text/javascript"></script> --> <!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async defer src="//https://us01.l.antigena.com/l/sMmsucjkVjbHBZpY4a_zfeTmny0AEi3ymm19LSkSDmGg-qpqH52GTlPHgWXiwPZllSy3b2n7cBVCA7OIWo1Z7uvZa~7jk56EZ5jXqHE8Xtpu24JDh7gXGy1"></script> <!-- End of HubSpot Embed Code --> </body> </html>