CINXE.COM
Design Trend: Inside Out | Year in Architecture 2024 | Library Journal
<!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>Design Trend: Inside Out | Year in Architecture 2024 | Library Journal</title> <meta name="description" content="This year’s crop of libraries demonstrates a continued commitment to the well-being of library workers and patrons through biophilic design, a tried-and-true construct to connect people with nature in hopes of improving human health." /> <meta property="title" content="Design Trend: Inside Out | Year in Architecture 2024 | Library Journal" /> <meta property="author" content="Rebekkah Smith Aldrich"> <meta property="og:title" content="Design Trend: Inside Out | Year in Architecture 2024" /> <meta property="og:description" content="This year’s crop of libraries demonstrates a continued commitment to the well-being of library workers and patrons through biophilic design, a tried-and-true construct to connect people with nature in hopes of improving human health." /> <meta property="og:url" content="https://www.libraryjournal.com/story/design/design-trend-inside-out-year-in-architecture-2024"/> <meta property="og:category" content="Buildings, Design"/> <meta name="twitter:image" content="https://www.libraryjournal.com/binaries/content/gallery/Jlibrary/2024/november/architecture/ljarchitecture2024_featuredarttext.jpg" /> <meta property="og:image" content="https://www.libraryjournal.com/binaries/content/gallery/Jlibrary/2024/november/architecture/ljarchitecture2024_featuredarttext.jpg"/> <meta property="og:site_name" content="Library Journal"/> <meta property="article:author" content="Rebekkah Smith Aldrich"> <meta property="publishDate" content="Nov 04, 2024" /> <meta name="taxonomy" content="BUILDINGS"> <meta name="tags" content="Year in Architecture 2024"> <meta property="og:type" content="Article" /> <meta name="keywords" content="Buildings, Design, Year in Architecture 2024, 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/1732514926030/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/1732514926030/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/1732514926030/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="http://lj.libraryjournal.com/wp-content/themes/news/images/favicon.ico" rel="Shortcut Icon" type="image/x-icon" /> --> <link href="/webfiles/1732514926030/images/LJ_logo.ico" rel="Shortcut Icon" type="image/x-icon" /> <!-- <link rel="stylesheet" type="text/css" href="/webfiles/1732514926030/css/header.css"/> --> <link rel="stylesheet" type="text/css" href="/webfiles/1732514926030/css/font-awesome.css"/> <link rel="stylesheet" type="text/css" href="/webfiles/1732514926030/css/style.css"/> <link rel="stylesheet" type="text/css" href="/webfiles/1732514926030/css/movers.css"/> <link rel="stylesheet" type="text/css" href="/webfiles/1732514926030/css/subscription.css"/> <script src="/webfiles/1732514926030/js/swiper.min.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="/webfiles/1732514926030/css/swiper.min.css"/> <link rel="canonical" href="https://www.libraryjournal.com/story/design-trend-inside-out-year-in-architecture-2024"/> <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 --> <!-- 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-KKLCXJW');</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 = 'lj'; var slotName = "/" + networkCode + "/" + adUnit; var theme = ''; theme = 'news,buildings,design'; function breakpointval(){ var width = window.innerWidth; if(width<768){ return "mobile"; }else if(width<993){ return "tablet"; }else if(width>992){ return "desktop"; } } var breakpoint = breakpointval(); var pid = 'design-trend-inside-out-year-in-architec'; var pgtype = 'article-detail'; function customerName() { if ($.cookie('customerToken') != undefined) { var customerDetails = JSON.parse($.cookie('customerData')); return customerDetails.firstname; } } var loggedin =(customerName())?"yes":"no"; var newsletter = ''; var test = ''; googletag.cmd.push(function() { var topMapping = googletag.sizeMapping(). addSize([768, 0], [728, 90]). addSize([0, 0], [300, 50]). build(); var hpmid2Mapping = googletag.sizeMapping(). addSize([768, 0], [728, 90]). addSize([0, 0], [300, 250]). build(); //Header Slots googletag.defineSlot(slotName, [[728, 90], [300, 50]], 'header_tag_desktop') .defineSizeMapping(topMapping) .addService(googletag.pubads()) .setTargeting("pos", "top"); googletag.defineSlot(slotName, [300, 250], 'articledetail1_300x250') .addService(googletag.pubads()) .setTargeting("pos", "mid1"); googletag.defineSlot(slotName, [300, 250], 'articledetail2_300x250') .addService(googletag.pubads()) .setTargeting("pos", "mid2"); googletag.defineSlot(slotName, [[728, 90], [300, 250]], 'articledetail3_728x90') .defineSizeMapping(hpmid2Mapping) .addService(googletag.pubads()) .setTargeting("pos", "mid3"); googletag.defineSlot(slotName, [1, 1], 'LJ_Spotible1_1x1') .addService(googletag.pubads()) .setTargeting("pos", "spotible"); googletag.defineSlot(slotName, [1, 1], 'LJ_Video_1x1') .addService(googletag.pubads()) .setTargeting("pos", "video"); googletag.pubads().setTargeting("theme",theme); googletag.pubads().setTargeting("pid",pid); googletag.pubads().setTargeting("pgtype",pgtype); googletag.pubads().setTargeting("breakpoint",breakpoint); googletag.pubads().setTargeting("loggedin",loggedin); googletag.pubads().setTargeting("newsletter",newsletter); googletag.pubads().setTargeting("test",test); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.pubads().enableLazyLoad(); googletag.enableServices(); }); </script> <script> function userName() { if ($.cookie('customerToken') != undefined) { var customerDetails = JSON.parse($.cookie('customerData')); if(customerDetails.firstname == "LJ") return "Free User"; else return "loggedin" } } var usertyp =(userName())?userName():"NotLogged"; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'dimensions':{ 'author': 'Rebekkah Smith Aldrich', '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="GINpffHmAfZPGwpGyHSIt6k2Eeg8Hk44abcaPHa4FsI" /> <meta name="facebook-domain-verification" content="894j6361r0x0qu1ys4g936p4766o10" /> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KKLCXJW" 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 src="/webfiles/1732514926030/js/header.js" type="text/javascript"></script> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/20468848.js"></script> <script defer="" src="https://cdnjs.cloudflare.com/ajax/libs/imask/3.4.0/imask.min.js"></script> <!-- IP Popup Start --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" data-keyboard="false" 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-red 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 class="theme-link fs_13" style="cursor: pointer">ACCESS DIGITIZED EDITION</a>--> <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/1732514926030/images/LJ.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/1732514926030/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/1732514926030/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"> <a href="/page/login" class="p_0 fs_16 dropdown-toggle" role="button" aria-expanded="false"> <img class="mr_10" src="/webfiles/1732514926030/images/user.png" />Log In</a> </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="/page/account-dashboard?id=mp" id="mp">My Profile</a></li> <li><a class="mb_10 mt_10 display-none" href="/page/account-dashboard?id=mi" id="mi">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 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 nml-8"> <a id="newsId" class="pl_0" onclick="readUrlCategory('news','newsId','News')" ;>News</a> </li> <li> <a id="reviewsId" onclick="readUrlCategory('reviews','reviewsId','Reviews')" ;>Reviews+</a> </li> <li> <a id="technologyId" onclick="readUrlCategory('technology','technologyId','Technology')" ;>Technology</a> </li> <li> <a id="programsId" onclick="readUrlCategory('programs+','programsId','Programs+')" ;>Programs+</a> </li> <li> <a id="designId" onclick="readUrlCategory('design','designId','Design')" ;>Design</a> </li> <li> <a id="peopleId" onclick="readUrlCategory('people','peopleId','People')" ;>People</a> </li> <li> <a id="publicLibrariesId" onclick="readUrlCategory('publiclibraries','publicLibrariesId','Public Libraries')" ;>Public Libraries</a> </li> <li> <a id="academicId" onclick="readUrlCategory('academiclibraries','academicId','Academic Libraries')" ;>Academic Libraries</a> </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 href="https://librarieslead.libraryjournal.com">Libraries Lead Podcast</a></li> <li><a id="leadershipId" onclick="readUrlCategory('leadership','leadershipId','Leadership')" ;>Leadership</a></li> <li><a id="advocacyId" onclick="readUrlCategory('advocacy','advocacyId','Advocacy')" ;>Advocacy</a></li> <li><a id="researchId" onclick="readUrlCategory('research','researchId','Research')" ;>Research</a></li> <li><a id="opinionId" onclick="readUrlCategory('opinion','opinionId','Opinion')" ;>Opinion</a></li> <li><a id="infoDocketId" onclick="readUrlCategory('infoDOCKET','infoDocketId','infoDOCKET')" ;>infoDOCKET</a></li> <li><a href="http://jobs.libraryjournal.com/" target="_blank">Job Zone</a></li> </ul> </li> </ul> </nav> </div> <div class="hr_division mt_0 mb_0"></div> <form method="get" action="https://www.libraryjournal.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" autofocus> <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-red navbar-btn">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/1732514926030/images/menu.png" /> <img id="navbar-close" class="cross pt_0 hidden" src="/webfiles/1732514926030/images/cross.png" /> </button> <a id="mobileHomeId" onclick="readUrlCategory('home','mobileHomeId','home')" ;> <img class="LJ-image pointer" src="/webfiles/1732514926030/images/mob_LJ.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/1732514926030/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> <div class="topic-type mb_10 text-center"> <!--<a class="theme-link fs_13" href="https://store.emags.com/libraryjournal_free" target="_blank">ACCESS DIGITIZED EDITION</a>--> <a id="digitized-mobi open-url-btn-mobi" class="theme-link fs_13" style="cursor: pointer; display:none;">ACCESS DIGITIZED EDITION</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="navbarCollapse"> <form method="get" action="https://www.libraryjournal.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('news','mobNewsId','News')" ;>News</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/news/archivespreservation">Archives & Preservation</a></p> <p><a href="/section/news/awards">Awards</a></p> <p><a href="/section/news/booknews">Book News</a></p> <p><a href="/section/news/budgetsfunding">Budgets & Funding</a></p> <p id="newsMoreToggle">More</p> <ul id="newsMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="/section/news/innovation">Innovation</a></li> <li class="mb_10"><a href="/section/news/lis">LIS</a></li> <li class="mb_10"><a href="/section/news/management">Management</a></li> <li class="mb_10"><a href="/section/news/marketing">Marketing</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/news/buildings">Buildings</a></p> <p><a href="/section/news/conferencecoverage">Conference Coverage</a></p> <p><a href="/section/news/impacts">Impacts</a></p> <p><a href="/section/news/industrynews">Industry News</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/awards">Awards</a></p> <p><a href="/section/reviews/bestof">Best of</a></p> <p><a href="/section/reviews/booknews">Book News</a></p> <p><a href="/section/reviews/booklists">Booklists</a></p> <p id="reviewMoreToggle">More</p> <ul id="reviewMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="/section/reviews/readersadvisory">Readers' Advisory</a></li> <li class="mb_10"><a href="/section/reviews/reference">Reference</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/reviews/collectionmanagement">Collection Management</a></p> <p><a href="/section/reviews/fiction">Fiction</a></p> <p><a href="/section/reviews/media">Media</a></p> <p><a href="/section/reviews/nonfiction">Nonfiction</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/archivespreservation">Archives & Preservation</a></p> <p><a href="/section/technology/awards">Awards</a></p> <p><a href="/section/technology/budgetsfunding">Budgets & Funding</a></p> <p><a href="/section/technology/buildings">Buildings</a></p> <p id="technologyMoreToggle">More</p> <ul id="technologyMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="/section/technology/management">Management</a></li> <li class="mb_10"><a href="/section/technology/marketing">Marketing</a></li> <li class="mb_10"><a href="/section/technology/readersadvisory">Readers' Advisory</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/technology/impacts">Impacts</a></p> <p><a href="/section/technology/industrynews">Industry News</a></p> <p><a href="/section/technology/innovation">Innovation</a></p> <p><a href="/section/technology/lis">LIS</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobProgramsId" class="bold" onclick="readUrlCategory('programs+','mobProgramsId','Programs+')" ;>Programs+</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/programs+/archivespreservation">Archives & Preservation</a></p> <p><a href="/section/programs+/awards">Awards</a></p> <p><a href="/section/programs+/collectionmanagement">Collection Management</a></p> <p><a href="/section/programs+/impacts">Impacts</a></p> <p id="programsMoreToggle">More</p> <ul id="programsMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="/section/programs+/readersadvisory">Readers' Advisory</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/programs+/innovation">Innovation</a></p> <p><a href="/section/programs+/management">Management</a></p> <p><a href="/section/programs+/marketing">Marketing</a></p> <p><a href="/section/programs+/programming">Programming</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobDesignId" class="bold" onclick="readUrlCategory('design','mobDesignId','Design')" ;>Design</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/design/archivespreservation">Architecture & Buildings</a></p> <p><a href="/section/design/awards">Awards</a></p> <p><a href="/section/design/budgetsfunding">Budgets & Funding</a></p> <p><a href="/section/design/buildings">Buildings</a></p> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/design/impacts">Impacts</a></p> <p><a href="/section/design/innovation">Innovation</a></p> <p><a href="/section/design/management">Management</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobLeadershipId" class="bold" onclick="readUrlCategory('leadership','mobLeadershipId','Leadership')" ;>Leadership</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/leadership/archivespreservation">Archives & Preservation</a></p> <p><a href="/section/leadership/awards">Awards</a></p> <p><a href="/section/leadership/budgetsfunding">Budgets & Funding</a></p> <p><a href="/section/leadership/careers">Careers</a></p> <p id="leadershipMoreToggle">More</p> <ul id="leadershipMoreToggleUl" class="display-none list-unstyled"> <li class="mb_10"><a href="/section/leadership/management">Management</a></li> <li class="mb_10"><a href="/section/leadership/marketing">Marketing</a></li> <li class="mb_10"><a href="/section/leadership/readersadvisory">Readers' Advisory</a></li> </ul> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/leadership/collectionmanagement">Collection Management</a></p> <p><a href="/section/leadership/impacts">Impacts</a></p> <p><a href="/section/leadership/innovation">Innovation</a></p> <p><a href="/section/leadership/lis">LIS</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobPeopleId" class="bold" onclick="readUrlCategory('people','mobPeopleId','People')" ;>People</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/people/awards">Awards</a></p> <p><a href="/section/people/careers">Careers</a></p> <p><a href="/section/people/industrynews">Industry News</a></p> <p><a href="/section/people/innovation">Innovation</a></p> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="/section/people/lis">LIS</a></p> <p><a href="/section/people/management">Management</a></p> <p><a href="/section/people/marketing">Marketing</a></p> </div> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobpublicLibId" class="bold" onclick="readUrlCategory('publiclibraries','mobpublicLibId','Public Libraries')" ;>Public Libraries</a> <div class="col-xs-12 mb_10"> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobAcademicId" class="bold" onclick="readUrlCategory('academiclibraries','mobAcademicId','Academic Libraries')" ;>Academic Libraries</a> <div class="col-xs-12 mb_10"> <div class="hr_division_grey_light"></div> </div> </li> <li> <a id="mobAdvocacyId" class="bold" onclick="readUrlCategory('advocacy','mobAdvocacyId','Advocacy')" ;>Advocacy</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="?subpage=Advocacy,Awards">Awards</a></p> <p><a href="?subpage=Advocacy,budgetsfunding">Budgets & Funding</a></p> <p><a href="?subpage=Advocacy,Impacts">Impacts</a></p> </div> <div class="col-xs-6 pr_0 pl_10"> <p><a href="?subpage=Advocacy,Innovation">Innovation</a></p> <p><a href="?subpage=Advocacy,Management">Management</a></p> <p><a href="?subpage=Advocacy,Marketing">Marketing</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('covid19','mobCovid19Id','COVID19')" ;>COVID19</a> </p> <p><a id="mobResearchId" onclick="readUrlCategory('research','mobResearchId','Research')" ;>Research</a></p> <p><a id="mobopinionId" onclick="readUrlCategory('opinion','mobopinionId','Opinion')" ;>Opinion</a> </p> <p><a id="mobInfoDocketId" onclick="readUrlCategory('infoDOCKET','mobInfoDocketId','infoDOCKET')" ;>infoDOCKET</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="mobeventPDId" class="bold" onclick="readUrlCategory('events','mobeventPDId','Events')" ;>Events & PD</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="/section/events?eventtype=inPersonEvents">Live Events</a></p> <p><a href="/section/events?eventtype=virtualEvents">Virtual Events</a></p> </div> <div class="col-xs-6 pr_0"> <p><a href="/section/events?eventtype=onlineCourses">Online Courses</a></p> <p><a href="/section/events?eventtype=webcasts">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 LJ</a> <div class="col-xs-12 mb_10"> <div class="col-xs-6 p_0"> <p><a href="http://www.mediasourceinc.com/">LJ Projects</a></p> <p><a href="https://self-e.libraryjournal.com/">Self-Published Books</a></p> </div> <div class="col-xs-6 pr_0"> <p><a href="/page/Data-Privacy">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"> <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> </div> <script type="text/javascript"> var btn = $('#btn'); var idd = $('#idd'); var click = $('#open-url-btn'); if ($.cookie('customerData') != undefined) { var cdata = JSON.parse($.cookie('customerData')); var group_id = cdata.group_id; if (group_id == 4) { //$('.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/1732514926030/images/cross.png"); $('.search-box').focus(); idd.removeClass('display-none'); } else { btn.attr('src', "/webfiles/1732514926030/images/search.png"); idd.addClass('display-none'); } }); }); // click.click(function() { // if ($.cookie('customerData') != undefined) { // var Url = APIBaseUrl + "customer/getEmagsLink/" + JSON.parse($.cookie('customerData')).email; //var Url = APIBaseUrl + "customer/getImpelsysLink/" + "ajey.s@quantilus.com" // $.ajax({ // url: Url, // type: 'GET', // contentType: 'application/json', // success: function(data, textStatus) { // const obj = JSON.parse(data) // if(obj['success'] == 1){ // window.open(obj['url']); // } // }, // error: function(request, textStatus, errorThrown) { //document.getElementById("saveProfileId").innerHTML = '<div onclick="myProfileSave()" class="btn btn-default-red full-width bold akzidenz-grotesk-regular" >SAVE</div>'; // } // }); // } // }); $("#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'); } }); $("#programsMoreToggle").click(function () { if ($("#programsMoreToggleUl").hasClass('display-none')) { $("#programsMoreToggleUl").removeClass('display-none'); } else { $("#programsMoreToggleUl").addClass('display-none'); } }); $("#leadershipMoreToggle").click(function () { if ($("#leadershipMoreToggleUl").hasClass('display-none')) { $("#leadershipMoreToggleUl").removeClass('display-none'); } else { $("#leadershipMoreToggleUl").addClass('display-none'); } }); </script> <div class="container"> <div class="STORY article-detail pull-left full-width"> <script src="/webfiles/1732514926030/js/addToCartButtonDisplay.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(e){ console.log("entered metering"); accessTax(theme, "Design Trend Inside Out Year in Architecture 2024", "design-trend-inside-out-year-in-architecture-2024", "article"); }); // } </script> <!-- --> <script> $(document).ready(function(){ if(theme.includes("bookpulse")){ $('#story_para_article').addClass('story-book-pulse'); } }) </script> <!-- <div class="Story col-md-12 col-xs-12 mb_30 pl_0 pr_0"> --> <div class="col-lg-9 col-md-8 col-xs-12 pl_0 mob-pr_0 pr_140"> <div class="full-width pull-left" id="articlePrint"> <div class="col-md-12 col-xs-12 p_0 resp-pl-15 resp-pr-15"> <h1 class="smart-headline page-headline text-align-left">Design Trend: Inside Out | Year in Architecture 2024</h1> </div> <div class="story-detail col-md-12 col-sm-12 col-xs-12 pull-left p_0 resp-pl-15 resp-pr-15"> <div class="byline-detail col-md-6 col-sm-6 col-xs-12 pl_0"> by <a class="author" href = "/author?query=Rebekkah%20Smith%20Aldrich">Rebekkah Smith Aldrich</a> <br> Nov 04, 2024 | Filed in <span class="tag"><a href="/section/news">News</a></span> </div> <div class="social-share col-md-6 col-sm-6 col-xs-12 pl_0 pr_0 hidden-print"> <ul class="links social-share-right"> <li class="nav item"> <!-- <a class="hidden-print" href="https://www.facebook.com/libraryjournalmagazine/"><i class="fa fa-facebook social-icon" aria-hidden="true"/></i></a> --> <!-- <a class="hidden-print" href="https://twitter.com/libraryjournal?lang=en"><img style="width: 38px;height: 35px;margin-top: -7px;" class="mr_4 tab-w-30" src="/webfiles/1732514926030/images/new-twitter-white.png"/></a> --> <!-- <a class="hidden-print" href="mailto:?subject=Contact%20Us&body=https%3A%2F%2Flj.libraryjournal.com%2Fcontact-us%2F" target="_top"><i class="fa fa-envelope social-icon" aria-hidden="true"/></i></a> --> <!-- <a class="pull-right" href="javascript:window.print()"><div class="hidden-print"><i class="fa fa-print social-icon" aria-hidden="true"/></i></div></a> --> <!-- <a href="#"><i class="fa fa-ellipsis-h social-icon" aria-hidden="true"/></i></a> --> <!-- <a href="#"><i class="comment-icon-image">32</i></a> --> <a href="https://www.facebook.com/sharer.php?u=https://www.libraryjournal.com/story/design-trend-inside-out-year-in-architecture-2024" onclick="window.open(this.href, 'newwindow', 'width=300,height=250'); return false;"><i class="fa fa-facebook social-icon" aria-hidden="true"/></i></a> <a href="https://twitter.com/intent/tweet?text=Article:%20https://www.libraryjournal.com/story/design-trend-inside-out-year-in-architecture-2024%20-%20Design%20Trend%3A%20Inside%20Out%20%7C%20Year%20in%20Architecture%202024%20%23%20Library%20Journal&source=clicktotweet&related=clicktotweet" onclick="window.open(this.href, 'newwindow', 'width=300,height=250'); return false;"><img style="width: 38px;height: 35px;margin-top: -7px;" class="mr_4 tab-w-30" src="/webfiles/1732514926030/images/new-twitter-white.png"/></a> <a href="mailto:?Subject=Design Trend: Inside Out | Year in Architecture 2024&Body=.. Read more in https://www.libraryjournal.com/story/design-trend-inside-out-year-in-architecture-2024 "><i class="fa fa-envelope social-icon" aria-hidden="true"/></i></a> <!-- <a href="" onclick=window.print();><i class="fa fa-print social-icon" aria-hidden="true"/></i></a> --> <a onclick=onClickPrint();><i class="fa fa-print social-icon" aria-hidden="true"/></i></a> <!-- --> <a href="#articleComment" id="articleCommentImage"></a> <span class=""> <span id="save-article" class="display-none" onclick="callSaveArticleAPI();"> <img id="save-button" class="article-btn display-none" src="/webfiles/1732514926030/images/Save.png"> </span> <img id="saved-button" class="article-btn display-none" src="/webfiles/1732514926030/images/SavedIcon.png"> </span> <!-- <span class="comment-icon-image"></span> --> </li> </ul> </div> <!-- <div class="social-share col-md-12 col-sm-12 col-xs-12 pl_0 pr_0 mt_10 mb_20"> <ul class="links p_0"> <li class="nav item"> <a href="#"><i class="fa fa-facebook social-icon" aria-hidden="true"/></i></a> <a href="#"><img style="width: 38px;height: 35px;margin-top: -7px;" class="mr_4 tab-w-30" src="/webfiles/1732514926030/images/new-twitter-white.png"/></a> <a href="#"><i class="fa fa-envelope social-icon" aria-hidden="true"/></i></a> <a href="#"><i class="fa fa-print social-icon" aria-hidden="true"/></i></a> <a href="#"><i class="fa fa-ellipsis-h social-icon" aria-hidden="true"/></i></a> <a href="#"><i class="comment-icon-image">32</i></a> </li> </ul> </div> <div class="hr_division_grey hidden-md-down"></div> --> <!-- Authors Boi Start--> <!-- Authors Boi End--> </div> <div class="col-md-12 col-xs-12 pl_0 pr_0 mt_20 story-first-para resp-pl-15 resp-pr-15" id = "articleExcerptContent"> <p>This year’s crop of libraries demonstrates a continued commitment to the well-being of library workers and patrons through biophilic design, a tried-and-true construct to connect people with nature in hopes of improving human health.</p> </div> <div class="col-md-12 col-sm-12 col-xs-12 pl_0 pr_0 mt_20 story-para story-para-smarten resp-pl-15 resp-pr-15" id = "story_para_article"> <div class="col-md-12 col-sm-12 col-xs-12 pl_0 pr_0 story-para resp-pl-15 resp-pr-15" id = "story_para_article_mask"> </div> <h3><span style="color:#999999;">DESIGN TREND:</span> Inside Out</h3> <p>This year’s crop of libraries demonstrates a continued commitment to the well-being of library workers and patrons through biophilic design, a tried-and-true construct to connect people with nature in hopes of improving human health. Something as simple as large windows to provide quality views to natural and urban environments (<strong>Glendale Branch Library</strong>, Indianapolis Public Library, and <strong>Middletown Branch</strong>, Frederick County Public Libraries, MD) is a feature many libraries sacrificed in the past to maximize wall space for collections, wayfinding, and storage. However, views of the outdoors from interiors are proven to reduce stress, improve mood, and even enhance cognitive function, while fostering a sense of connection to the natural world—an innate human need.</p> <p>Libraries lacking the option to enlarge existing windows used art, natural materials, and organic curvature to bring the outdoors in. The <strong>Clearview Windsor Library</strong>, Clearview Library District, CO, for example, created a starry sky on the ceiling of a cozy reading and program space along with illustrated trees and flying birds to engage folks with the outdoors they couldn’t quite see through the very high windows. In another area, a graphic mountain range and trees, artfully displayed in a space outlined by timbers and green carpeting, evokes a sense of being outdoors.</p> <p>A significant trend this year is the evolution of the COVID-era recognition of the importance of outdoor spaces adjacent to traditional facilities. This year the number of libraries that boldly devoted square footage to engaging exterior areas was notable. These not only allow for additional programming capacity, but for spaces such as patios and decks (<strong>Greenfield Public Library</strong>, MA, and <strong>Twin Beaches Branch</strong>, Calvert Library, North Beach, MD), porches (<strong>Braselton Public Library</strong>, GA), and versatile plazas (<strong>Main Branch</strong>, Cincinnati–Hamilton County Public Library, OH) that can accommodate active programs, passive social gatherings, and areas for individuals to find a quiet spot outdoors to contemplate or focus on a task.</p> <p><a href="https://www.libraryjournal.com/page/Year-in-Architecture-2024" target="_blank">BACK TO YEAR IN ARCHITECTURE 2024 LANDING PAGE</a></p> <hr /> <table border="0" cellpadding="1" cellspacing="1" style="width:736px;" align="center"> <tbody> <tr> <td><img src="/binaries/content/gallery/Jlibrary/2024/november/architecture/ljarchitecture2024_insideout1.jpg" align="middle" /></td> </tr> <tr> <td> <h5><strong>Glendale Branch Library, </strong>Indianapolis Public Library; krM Architecture, architect; Al Ensley, photo.</h5> </td> </tr> </tbody> </table> <hr /> <table border="0" cellpadding="1" cellspacing="1" style="width:736px;" align="center"> <tbody> <tr> <td><img src="/binaries/content/gallery/Jlibrary/2024/november/architecture/ljarchitecture2024_insideout2.jpg" align="middle" /></td> </tr> <tr> <td> <h5><strong>Middletown Branch, </strong>Frederick County Public Libraries, MD; HBM Architects and Noelker and Hull Associates, architects; Robert D. Benton, photo. </h5> </td> </tr> </tbody> </table> <hr /> <table border="0" cellpadding="1" cellspacing="1" style="width:736px;" align="center"> <tbody> <tr> <td><img src="/binaries/content/gallery/Jlibrary/2024/november/architecture/ljarchitecture2024_insideout3.jpg" align="middle" /></td> </tr> <tr> <td> <h5><strong>Twin Beaches Branch, </strong>Calvert Library, MD; HBM Architects and Colimore Architects, architects; Jeffrey Sauers, CPI Productions, photo. </h5> </td> </tr> </tbody> </table> <hr /> <table border="0" cellpadding="1" cellspacing="1" style="width:736px;" align="center"> <tbody> <tr> <td><img src="/binaries/content/gallery/Jlibrary/2024/november/architecture/ljarchitecture2024_insideout4.jpg" align="middle" /></td> </tr> <tr> <td> <h5><strong>Braselton Public Library, </strong>GA; Architectural Collaborative, architect; Trasher Photo & Design, photo. </h5> </td> </tr> </tbody> </table> <hr /> <table border="0" cellpadding="1" cellspacing="1" style="width:736px;" align="center"> <tbody> <tr> <td><img src="/binaries/content/gallery/Jlibrary/2024/november/architecture/ljarchitecture2024_insideout6.jpg" align="middle" /></td> </tr> <tr> <td> <h5><strong>Clearview Windsor Library,</strong> Clearview Library District, CO; RATIO Architects, LLC, architect; Frank Ooms, photo.</h5> </td> </tr> </tbody> </table> <hr /> <table border="0" cellpadding="1" cellspacing="1" style="width:736px;" align="center"> <tbody> <tr> <td><img src="/binaries/content/gallery/Jlibrary/2024/november/architecture/ljarchitecture2024_insideout5.jpg" align="middle" /></td> </tr> <tr> <td> <h5><strong>Greenfield Public Library,</strong> MA; Johnson Roberts Associates, Inc., architect; Leigh Chodos, photo. </h5> </td> </tr> </tbody> </table> <p><a href="https://www.libraryjournal.com/page/Year-in-Architecture-2024" target="_blank">BACK TO YEAR IN ARCHITECTURE 2024 LANDING PAGE</a></p> </div> <div class="hr_division_grey hidden-md-down"></div> <div class="col-md-12 col-xs-12 p_0 resp-pl-15 resp-pr-15 display-none" id="article-subscribe-butoon-space"> <h4 class="portrait-medium mt_20 fs_20" id="article-subscribe-button-header" >Get Print. Get Digital. Get Both!</h4> <div class="full-width pull-left text-align-center"> <a href="/page/subscribe"> <button class="btn btn-subscribe btn-red navbar-btn subscribe-btn-size mt_10 mb_20" id="article-subscribe-button-name">SUBSCRIBE NOW</button> </a> </div> <p id="article-subscribe-button-footer"></p> </div> <!-- Authors Boi Start--> <div class="review-category-buttons full-width pull-left resp-pl-15 resp-pr-15 mt_15 mb_15"> <button type="button" class="btn-tag btn-default" name="button" onclick="tagSearch('Year in Architecture 2024')">Year in Architecture 2024</button> <!-- <a type="button" class="btn-tag" name="button" href="?global_search=Year in Architecture 2024">Year in Architecture 2024</a> --> </div> <div class="hr_division_grey hidden-md-down"></div> <!-- Comment Section Start --> <div class="comment-section full-width pull-left" id="articleComment"> <!-- Start :: Old Comment form - Not in Use Currently, But may be use full in future --> <div class="display-none"> <div class="hr_division_grey_light"></div> <!-- COMMENTS Start --> <div id="articleComment1"></div> <!-- COMMENTS Ends --> <div class="hr_division_grey_light"></div> <div class="form-group"> <h2>Add Comment :-</h2> <form id="frmRating" action="/story/design/design-trend-inside-out-year-in-architecture-2024?_hn:type=action&_hn:ref=r8" method="post"> <div class="comment-row"> <div class="col-md-2">UUID :</div> <div class="col-md-9"><input type="text" value="5a11bb0b-2de1-463b-b7ec-5da8e594c882" name="uuid" /></div> </div> <div class="comment-row"> <div class="col-md-2">Name :</div> <div class="col-md-9"><input type="text" value="" name="commentAuthorName" /></div> </div> <div class="comment-row"> <div class="col-md-2">Email :</div> <div class="col-md-9"><input type="text" value="" name="commentAuthorEmail" /></div> </div> <div class="comment-row"> <div class="col-md-2">URL :</div> <div class="col-md-9"><input type="text" value="" name="commentAuthorURL" /></div> </div> <div class="comment-row"> <div class="col-md-2">Comment :</div> <div class="col-md-9"><input type="text" value="" name="commentContent" /></div> </div> <div class="text-align-center comment-row"> <input type="submit" name="" value="SUBMIT" class="btn lj-btn-black full-color-btn-black resp-full-width"> </div> </form> </div> </div> <!-- Ends :: Old Comment form - Not in Use Currently, But may be use full in future --> <!-- Starts :: New Comment form - Currently in use --> <div class="comment-section full-width mt_30 pull-left resp-pl-15 resp-pr-15 hidden-print" id="commentSection"> <div class="col-md-3 col-sm-12 col-xs-12 btn-comment"> <span id="noOfComments"></span> </div> <div class="col-md-12 col-sm-12 col-xs-12 p_0"> <div class="hr_division mb_30"></div> <div class="col-md-12 col-sm-12 mb_30 col-xs-12 p_0"> <h5 class="no-margin">Comment Policy:</h5> <ul class="comment-policy"> <li>Be respectful, and do not attack the author, people mentioned in the article, or other commenters. Take on the idea, not the messenger.</li> <li>Don't use obscene, profane, or vulgar language.</li> <li>Stay on point. Comments that stray from the topic at hand may be deleted.</li> <li>Comments may be republished in print, online, or other forms of media.</li> <li>If you see something objectionable, please let us know. Once a comment has been flagged, a staff member will investigate.</li> </ul> </div> <!-- Starts :: Main Comment form for Logged in Users--> <div class="form-group display-none" id="userReplyToCommentForm"> <form id="replyCommentForm" action="/story/design/design-trend-inside-out-year-in-architecture-2024?_hn:type=action&_hn:ref=r8" method="post"> <div class="col-md-2">Document type :</div> <div class="col-md-9"><input type="text" value="article" name="documentType" /></div> <div class="col-md-2">UUID :</div> <div class="col-md-9"><input type="text" value="5a11bb0b-2de1-463b-b7ec-5da8e594c882" name="uuid" /></div> <div class="col-md-2">Name :</div> <div class="col-md-9"><input type="text" value="" name="commentAuthorName" class="commentAuthorName"/></div> <div class="col-md-2">Email :</div> <div class="col-md-9"><input type="text" value="" name="commentAuthorEmail" class="commentAuthorEmail"/></div> <div class="col-md-2">Image :</div> <div class="col-md-9"><input type="text" value="" name="commentAuthorImageURL" class="commentAuthorImageURL"/></div> <!-- <div class="col-md-2">URL :</div> <div class="col-md-9"><input type="text" value="www.test.com" name="commentAuthorURL" /></div> --> <div class="col-md-2">Comment Parent Id :</div> <div class="col-md-9"><input type="text" value="" name="commentParentId" id="replyCommentParentId"/></div> <div class="col-md-9"><textarea class="comment-box" placeholder="Type your post here" name="commentContent" id="replyCommentContent"></textarea></div> <div class="col-md-2">Version :</div> <div class="col-md-9"><input type="text" value="" name="commentVersion" class="commentAuthorName" id="replyCommentVersion"/></div> </form> </div> <!-- Ends :: Main Comment form for Logged in Users--> <!-- Start :: Form for non logged in users --> <!-- <div id="nonLoddedInUserForm4Comment"> --> <div id="nonLoggedInUserCommentBox"> <div id="0"> <form id="nonLoddedInUserForm4Comment" method="post"> <div class="form-group full-width pull-left display-none" id="userDetailBox4LoggedOutUser"> <div class="col-md-12 col-xs-12"> <span style="padding: 10px 0; font-size: 18px; font-weight: bold;"> Fill out the form or <a class="border-bottom-red text-decoration-none" href="#" onclick="getLogUrlForComment()">Login</a> / <a class="border-bottom-red text-decoration-none" href="#" onclick="getRegUrlForComment()">Register</a> to comment: </span> </div> <div class="col-md-12 col-xs-12"> <i><span class="red" style="">(All fields required)</span></i> </div> <div class="col-md-6 col-xs-12 mt_10"> <input type="text" class="user-detail-input-first-name non-logged-in-input" placeholder="First Name" name="commentContent" oninvalid="this.setCustomValidity('First Name should not be empty')" oninput="setCustomValidity('')" required> <i><p class="red display-none comment-error">First Name should not be empty !!!</p></i> </div> <div class="col-md-6 col-xs-12 mt_10"> <input type="text" class="user-detail-input-last-name non-logged-in-input" placeholder="Last Name" name="commentContent" oninvalid="this.setCustomValidity('Last Name should not be empty')" oninput="setCustomValidity('')" required> <i><p class="red display-none comment-error">Last Name should not be empty !!!</p></i> </div> <div class="col-md-12 col-xs-12 mt_10"> <!-- <input type="email" class="user-detail-input-email non-logged-in-input" placeholder="email" name="commentContent" pattern="/^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/" required> --> <!-- <input type="email" class="user-detail-input-email non-logged-in-input" placeholder="email" name="commentContent" pattern=".+@globex.com" required oninvalid="this.setCustomValidity('Enter User Name Here')"> --> <!-- <input type="email" class="user-detail-input-email non-logged-in-input" placeholder="email" name="commentContent" oninvalid="this.setCustomValidity('Please Enter valid email')" oninput="setCustomValidity('')" required > --> <input type="email" class="user-detail-input-email non-logged-in-input" placeholder="email" name="commentContent" required > <i><p class="red display-none comment-error">email should not be empty !!!</p></i> </div> <div class="col-md-12 col-xs-12 mt_10 mb_10"> <!-- <input type="text" class="user-detail-input-comment comment-box non-logged-in-input" placeholder="Type your comment here" name="commentContent" oninvalid="this.setCustomValidity('Comment should not be empty')" oninput="setCustomValidity('')" required> --> <textarea rows="4" cols="10" class="unset-height user-detail-input-comment comment-box non-logged-in-input" placeholder="Type your comment here" name="commentContent" oninvalid="this.setCustomValidity('Comment should not be empty')" oninput="setCustomValidity('')" required></textarea> <i><p class="red display-none comment-error">Comment should not be empty !!!</p></i> </div> <input type="text" value="new" class="display-none" id="showBoxVersion"/> <!-- Comment as the guest user checkbox --> <!-- <div class="col-md-12 form-group required"> <input class="small-checkbox non-logged-in-input" style="width:auto;" type="checkbox" id="commentAgreeTerms" name="agreeTerms"> <label class="small-checkbox" for="commentAgreeTerms">Comment as the guest user</label> <i><p class="red display-none comment-error commentAgreeTermsAlert">You should check the checkbox.</p></i> </div> --> <div class="col-md-12 col-xs-12"> <div class="col-md-6 col-xs-12 p_0"> <div id="commentCaptcha0" class="g-recaptcha" data-sitekey="6Le9jGEUAAAAACT1ef5qtJgtOLcmDi4oBG0aotm8"></div> <i><p class="red display-none comment-error" id="captchaIsNotChecked">Please check the reCaptcha</p></i> </div> <div class="full-width pull-left pt_0 hide" id="commentCaptchaIsNotVerified"> <label class ="redError">Something went wrong with Captcha Verificatioin. Please refresh and try again!</label> </div> <div class="col-md-12 p_0"> <span class="pull-right"> <button class="comment-reply-button p_0" id="continueCommentButton">POST COMMENT</button> <span id="post-comment-loader" class="display-none"><i class="fa fa-spinner fa-spin red post-comment-loader"></i></span> </span> </div> </div> </div> </form> </div> <div class="col-md-12 col-sm-12 col-xs-12 pr_0 third-level-reply-button" id="0ReplyButtonId" style="display: none;"> <span> <button class="comment-reply-button display-none" onclick="showCommentBox('0', 'new');">CLICK HERE TO COMMENT TO THIS ARTICLE</button> </span> </div> <hr class="border-bottom full-width pull-left mt_10"> </div> <!-- Start :: Form for non logged in users --> <!-- <div class="form-group display-none" id="userCommentBox"> --> <div class="form-group" id="userCommentBox"> <div class="comment-row"> <div class="col-md-1 col-xs-2 pl_0 pr_15"> <img class="full-width comment-user-img" id="userProfilePicture" src="/webfiles/1732514926030/images/account-user.png"> </div> <div id="0" class="col-md-11 col-xs-10 p_0"> <textarea class="comment-box" placeholder="Type your post here" name="commentContent"></textarea> <!-- <label for="">Comment should not be empty</label> --> <i><p class="red display-none comment-error" id="0Error">Comment should not be empty !!!</p></i> </div> </div> <span class="pull-right" id="0CommentButtonId"> <button class="comment-reply-button" onclick="onClickReplyToComment('0', '0','new');">POST COMMENT</button> </span> <hr class="border-bottom full-width pull-left mt_30"> </div> </div> <!-- <hr class="border-bottom full-width pull-left mt_30"> --> <div id="articleComment2"></div> <!-- <div class="login-or-register-box display-none" id="articleLoginOrRegisterBox"> <div class=""> <a class="border-bottom-red text-decoration-none" href="#" onclick="getLogUrlForComment()">LOG IN</a> OR <a class="border-bottom-red text-decoration-none" href="#" onclick="getRegUrlForComment()">REGISTER</a> FOR FREE TO COMMENT </div> </div> --> <!-- <div class="col-md-12 p_0 mt_20"> <div class="col-md-1 col-xs-12 pl_0 mt_5"> <img class="full-width highlight p_15" src=""> </div> <div class="col-md-11 col-xs-12 p_0"> <h4 class="mt_0">Ethan Smith</h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> <p class="date mt_0">Posted 6 hours ago <span class="pull-right"><a href="#" class="text-decoration-underline">REPLY</a> <a href="#"><i class="fa fa-heart ml_10 red"></i></a></span></p> </div> </div> --> <!-- <div class="row"> <div class="reply-message col-md-offset-2 col-md-10 mt_20"> <div class="col-md-12 col-xs-12 p_0"> <div class="col-md-1 col-xs-12 pl_0 mt_5"> <img class="full-width highlight p_15" src=""> </div> <div class="col-md-11 col-xs-12 p_0"> <h4 class="mt_0">Jane Fitgzgerald</h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> <p class="date mt_0">Posted 6 hours ago<span class="pull-right"> <a href="#"><i class="fa fa-heart ml_10 red"></i></a></span></p> </div> </div> <div class="col-md-12 col-xs-12 p_0"> <div class="col-md-1 col-xs-12 pl_0 mt_5"> <img class="full-width highlight p_15" src=""> </div> <div class="col-md-11 col-xs-12 p_0"> <h4 class="mt_0">Michael Woodward</h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> <p class="date mt_0">Posted 6 hours ago<span class="pull-right"> <a href="#"><i class="fa fa-heart ml_10 red"></i></a></span></p> </div> </div> </div> </div> --> <!-- End reply-message --> </div> </div> <!-- Comment Section End --> </div><!-- div for printing article --> </div> <div class="col-md-3 col-xs-12 article_column mt_50 p_0 resp-pl-15 resp-pr-15"> <div class="display-none" id="article-loader-space"><i class="fa fa-spinner fa-spin red" style="font-size:42px;margin-left: 45%;"></i></div> <div class="" id="article-loader-toggle"> <div class="col-md-12 col-xs-12 p_0 display-none" id="article-checkout-butoon-space"> <div class="paid-content"> <h5 class="heading mt_0">CONTINUE READING?</h5> <div class="" id="article-checkout-for-non-subscriber"> <div class="checkout-order-list bold"> Non - Subscribers </div> <div class="checkout-order-list mb_20"> <div id="article-non-subscribe-price">$99.99</div> <span class="checkout-amount" id="article-non-subscribe-add-to-cart-span"> <button class="btn lj-btn-black full-color-btn-white add" id = "article-non-subscribe-add-to-cart-button" onclick = "callAddToCart(1,'article')">ADD TO CART</button> </span> </div> </div> <div class="hr_division_grey_light"></div> <div class="col-md-12 col-xs-12 p_0 display-none" id = "articleErrorDisplay"> </div> <div class="checkout-order-list bold"> Subscribers </div> <div class="checkout-order-list mb_20"> <div id="article-subscribe-price">$69.99</div> <span class="checkout-amount" id="article-subscribe-add-to-cart-span"> <button class="btn lj-btn-black full-color-btn-white add" id = "article-subscribe-add-to-cart-button" onclick = "callAddToCart(2,'article')">ADD TO CART</button> </span> </div> </div> </div> <!-- <div class="hr_division_light mb_0 display-none" id = "article-hr_division1"></div> --> <!-- <div class="col-md-12 col-xs-12 p_0 display-none" id="article-subscribe-butoon-space"> <h4 class="portrait-medium mt_20 fs_20">Get Print. Get Digital. Get Both!</h4> <p>Libraries are always evolving. Stay ahead. <a href="#" onclick="deleteAllCookies('/page/login')" class="underline-link pointer">Log In.</a></p> <div class="full-width pull-left text-align-center"> <a href="/page/subscribe"> <button class="btn btn-subscribe btn-red navbar-btn subscribe-btn-size mt_10 mb_20">SUBSCRIBE NOW</button> </a> </div> </div> --> </div> <div class="modal fade cart_view" id="cart_view"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close pull-right" onclick="closeAddedToCartModal()" aria-hidden="true"> <i class="fa fa-times red fs_20"></i><span class=""></span> </button> <div class="col-md-12 col-xs-12 text-align-center mt_15"> <img src="/webfiles/1732514926030/images/shopping-cart-white.png"/> </div> <div class="col-md-12 col-xs-12 text-align-center"> <h3 class="smart-headline article-headline" id="AddedToCartArticle"><i class="fa fa-check" >Added To Cart</i></h3> </div> </div> <div class="modal-body"> <div class="cart_content"> <div class="row mb_20"> <div class="col-md-8 col-xs-12" id="addToCartModalArticleName"> 2018 School Spending Survey Report </div> <div class="col-md-4 col-xs-12 text-align-right" id="addToCartModalArticlePrice"> </div> </div> <div class="row"> <div class="col-md-6 col-xs-12 pr_0"> <button type="button" class="close pull-left text-align-left mt_15" data-dismiss="modal" aria-hidden="true"> <a class="text-decoration-underline" href="#">CONTINUE SHOPPING</a> </button> </div> <div class="col-md-6 col-xs-12" id="articleCheckoutButton"> <a href="/page/checkout&typeofcheckout=cart"> <div class="btn btn-subscribe btn-red subscribe-btn-size mt_0 full-width" onclick="articleCheckoutClick()">CHECKOUT</div> </a> </div> </div> </div> </div><!-- end modal-body --> </div><!-- end modal-content --> </div><!-- end modal-dialog --> </div><!-- end modal fade cart_view --> <div class="hr_division mt_0 mb_30 hidden-md-up"></div> <div class="article-section full-width pull-left resp-pl-0"> <div id="advertisement" class="advertisement adv-top col-md-12 col-sm-12 col-xs-12 resp-pl-0 full-width pull-left p_0"> <div id="articledetail1_300x250"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('articledetail1_300x250'); }); </script> </div> </div> </div> <div class="hr_division_light mt_0 mb_30 hidden-md-down"></div> <div class="article-section full-width pull-left display-block"> <div class="full-width pull-left text-align-center mb_30"> <h3 class="article_type display-inline">RELATED </h3> <span class="heading-arrow"><i class="fa fa-arrow-right" style="color:red; font-size:14px;"></i></span> </div> <div class="full-width pull-left"> <div class="col-md-12 pl_0 pr_0"> <div class="article_topic_type"> <a class="theme-link" href="/section/Buildings">BUILDINGS</a> </div> <a href=finding-balance-year-in-architecture-2024> <h4 class="smart-headline article-headline">Finding Balance | Year in Architecture 2024</h4> </a> <div class="byline-detail col-md-12 col-sm-12 col-xs-12 pl_0"> by <a class="author" href = "/author?query=Lisa Peet">Lisa Peet</a> <a class="author" href = "/author?query=Lisa Peet">, Lisa Peet</a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> </div> <div class="hr_division_grey_light mt_30 mb_30"></div> <div class="full-width pull-left"> <div class="col-md-12 pl_0 pr_0"> <div class="article_topic_type"> <a class="theme-link" href="/section/Buildings">BUILDINGS</a> </div> <a href=design-trend-confident-color-year-in-architecture-2024> <h4 class="smart-headline article-headline">Design Trend: Confident Color | Year in Architecture 2024</h4> </a> <div class="byline-detail col-md-12 col-sm-12 col-xs-12 pl_0"> by <a class="author" href = "/author?query=Lynn Kawaratani">Lynn Kawaratani</a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> </div> <div class="hr_division_grey_light mt_30 mb_30"></div> <div class="full-width pull-left"> <div class="col-md-12 pl_0 pr_0"> <div class="article_topic_type"> <a class="theme-link" href="/section/Buildings">BUILDINGS</a> </div> <a href=design-trend-whats-old-is-new-again-year-in-architecture-2024> <h4 class="smart-headline article-headline">Design Trend: What’s Old Is New Again | Year in Architecture 2024</h4> </a> <div class="byline-detail col-md-12 col-sm-12 col-xs-12 pl_0"> by <a class="author" href = "/author?query=Margaret Sullivan">Margaret Sullivan</a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> </div> <div class="hr_division_grey_light mt_30 mb_30"></div> <div class="full-width pull-left"> <div class="col-md-12 pl_0 pr_0"> <div class="article_topic_type"> <a class="theme-link" href="/section/Buildings">BUILDINGS</a> </div> <a href=design-trend-open-and-airy-year-in-architecture-2024> <h4 class="smart-headline article-headline">Design Trend: Open and Airy | Year in Architecture 2024</h4> </a> <div class="byline-detail col-md-12 col-sm-12 col-xs-12 pl_0"> by <a class="author" href = "/author?query=Margaret Sullivan">Margaret Sullivan</a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> </div> <div class="hr_division_grey_light mt_30 mb_30"></div> <div class="full-width pull-left"> <div class="col-md-12 pl_0 pr_0"> <div class="article_topic_type"> <a class="theme-link" href="/section/Buildings">BUILDINGS</a> </div> <a href=design-trend-playfulness-year-in-architecture-2024> <h4 class="smart-headline article-headline">Design Trend: Playfulness | Year in Architecture 2024</h4> </a> <div class="byline-detail col-md-12 col-sm-12 col-xs-12 pl_0"> by <a class="author" href = "/author?query=Lynn Kawaratani">Lynn Kawaratani</a> </div> <!-- Old Sponsored Code Start --> <!-- New Sponsored Code Start --> <!-- New Sponsored Code End --> </div> </div> </div> <div class="article-section full-width pull-left resp-pl-0"> <div class="text-align-center full-width pull-left mb_20"> <a id = "relatedMore" href="/section/related/?relatedArticle=design-trend-inside-out-year-in-architecture-2024" class="more-anchor"> <span class="more-link">More</span> <i class="fa fa-arrow-right" style="color:red"></i> </a> </div> <div id="advertisement" class="advertisement adv-top col-md-12 col-sm-12 col-xs-12 resp-pl-0 full-width pull-left p_0"> <div id="articledetail2_300x250"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('articledetail2_300x250'); }); </script> </div> </div> </div> <div class="hr_division_light mt_0 mb_30"></div> <div class="hr_division_light mt_0 mb_0 hidden-md-down display-none" id="article-hr_division2"></div> <div class="article-section full-width pull-left display-block topstories-articles"> </div> <!-- Communtiy Section Start--> <!-- <div class="hr_division_light mt_0 mb_0 hidden-md-down"></div> <div class="hr_division mt_0 mb_0 hidden-md-up"></div> <div class="article-section full-width pull-left display-block"> <div class="full-width pull-left text-align-center mt_30 mb_20"> <h3 class="article_type display-inline">COMMUNITY</h3> </div> <div class="full-width pull-left"> <div class="col-md-12 pr_0"> <h4 class="smart-headline article-headline">"What is this?" Design thinking from an LIS student</h4> </div> </div> <div class="hr_division_grey_light mt_20 mb_20"></div> <div class="full-width pull-left mb_20"> <div class="col-md-12 pr_0"> <h4 class="smart-headline article-headline">"What is this?" Design thinking from an LIS student</h4> </div> </div> </div> --> <!-- Communtiy Section End--> </div> </div> <!-- Story End --> <!-- Middle White Advertisement Start--> <div class="hr_division 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="articledetail3_728x90"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('articledetail3_728x90'); }); </script> </div> </div> <div id="subscribe-callout-hr" class="hr_division mt_0 mb_0"></div> <!-- Middle White Advertisement End--> <!-- Subscribe Today Start --> <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.libraryjournal.com/page/subscribe" target="_blank"><img src="/binaries/content/gallery/Jlibrary/subscribe-callout/2022/digital-ad-homepage__q1_lj.png" /></a></h1> <div class="hidden-md-up"> </div> <p style="text-align:center"><a href="https://storeapi.libraryjournal.com/magento2-ib/customform/form.php?name=LJnewsletters" target="_blank"><img src="/binaries/content/gallery/ljnewslettercta.png" /></a><br /> <br /> <br /> </p> </div> </div> <div class="hr_division mt_0"></div> <!-- Subscribe Today End --> <!-- RECOMMENDED Start --> <div class="recommended col-md-12 col-xs-12 mb_30 pl_0 pr_0"> <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;">RECOMMENDED</span> </div> <div class="story-section col-md-offset-1 col-md-11 col-sm-offset-1 col-sm-10 col-xs-12 pl_0"> <div class="recommended-image col-md-3 col-sm-3 col-xs-12 pl_0 pr_0" style="border: 1px solid green; height:100%;"> <img class="image-full" src="/binaries/content/gallery/silva.jpg" alt="Story Image"/> </div> <div class="recommended-detail col-md-8 col-sm-8 col-xs-12"> <div class="article_topic_type"> REVIEWS+ </div> <div class="top-story-heading article-headline"> <a href="/story/run-your-week-big-books-sure-bets-titles-making-news-book-pulse-july-17-18"><h3 class="recommended mb_5">Run Your Week: Big Books, Sure Bets & Titles Making News | July 17 2018</h3></a> </div> <div class="byline-detail col-md-12 col-sm-12 col-xs-12 pl_0"> <a class="author" href = "/author?query=Neal Wyatt">Neal Wyatt</span></a> Jul 17, 2018 </div> <div class="hr_division_grey_light mt_25 mb_0 hidden-md-up"></div> <div class="recommended-description mt_10 hidden-md-down"> The Other Woman by Daniel Silva leads holds this week. Former President Obama has more summer reading. Downton Abbey is heading to the movies. </div> </div> </div> <div class="story-section col-md-offset-1 col-md-11 col-sm-offset-1 col-sm-10 col-xs-12 pl_0"> <div class="col-md-3 col-sm-3 col-xs-12 pl_0 pr_0 hidden-md-down" style="border: 1px solid green; height:100%;"> <img class="image-full" src="https://s3.amazonaws.com/ArchiveImages/LJ/2018/05/ljx180502webenisHennepinUltrasort.jpg" alt="Story Image"/> </div> <div class="recommended-detail col-md-8 col-sm-8 col-xs-12"> <div class="article_topic_type"> TECHNOLOGY </div> <div class="top-story-heading article-headline"> <a href="/story/materials-hand-materials-handling"><h3 class="recommended mb_5">Materials on Hand | Materials Handling</h3></a> </div> <div class="byline-detail col-md-12 col-sm-12 col-xs-12 pl_0"> <a class="author" href = "/author?query=Matt Enis">Matt Enis</a>, May 16, 2018 </div> <div class="recommended-description mt_10 hidden-md-down"> Automated systems are helping libraries move staff to patron-facing work, while manufacturers innovate new design features. </div> </div> </div> <div class="story-section col-md-offset-1 col-md-11 col-sm-offset-1 col-sm-10 col-xs-12 pl_0 hidden-md-down"> <div class="col-md-3 col-sm-3 col-xs-12 pl_0 pr_0 " style="border: 1px solid green; height:100%;"> <img class="image-full" src="https://s3.amazonaws.com/ArchiveImages/LJ/2018/06/IWD-march-1993-e1529532010308.jpg" alt="Story Image"/> </div> <div class="recommended-detail col-md-8 col-sm-8 col-xs-12"> <div class="article_topic_type"> PROGRAMS+ </div> <div class="top-story-heading article-headline"> <a href="/story/lgbtq-collection-donated-vancouver-archives"><h3 class="recommended mb_5">LGBTQ Collection Donated to Vancouver Archives</h3></a> </div> <div class="byline-detail col-md-12 col-sm-12 col-xs-12 pl_0"> <a class="author" href = "?authorName=Lisa Peet">Lisa Peet</a>, Jun 21, 2018 </div> <div class="recommended-description mt_10 hidden-md-down"> Longtime archivist, former head of the Vancouver Public Library’s history division, and queer rights activist Ron Dutton donated more than 750,000 items documenting the British Columbia LGBTQ community to the City of Vancouver Archives in March. </div> </div> </div> </div> <!-- RECOMMENDED End --> <!-- Login Popup Start --> <div id="embargoed-login-popup" class="modal fade" data-backdrop="static" data-keyboard="false"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header pb_0"> <button type="button" class="close pull-right" data-dismiss="modal" aria-hidden="true" onclick="window.history.go(-1); return false;"> <i class="fa fa-times red fs_20"></i><span class=""></span> </button> </div> <div class="modal-body pb_30 pl_30 pr_30 pt_0 mt_20"> <!-- <div class="modal-title text-align-center"> <a id="homeId" onclick="readUrlCategory('home','homeId','home')";> <img class="LJ-image pointer no-margin" src="/webfiles/1732514926030/images/LJ.jpg" alt="L J image"/> </a> </div> --> <h3 class="explore-desc bold text-align-center">Log In</h3> <!-- <h6 class="fs_13 mt_20 mb_20 text-align-center">Lorem ipsum dolor sit amet, --> <!-- consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. <a href="/page/login">Log In</a></h6> --> <form class="embargoed-form registration-form" id="embargoedLoginForm" method="post" data-toggle="validator"> <div class="col-md-12 form-group required"> <label class="control-label font-weight-100">Email</label> <input type="email" id="embargoedLoginEmail" name=email required> </div> <div class="col-md-12 form-group"> <label class="control-label font-weight-100">Password</label> <input type="password" id="embargoedLoginPassword" name=email required> </div> <div class="display-none" id="em-login-error"><p class="text-align-center red">You did not sign in correctly or your account is temporarily disabled</p> </div> <div class="col-md-12 text-align-center mb_20"> Forgot <a class="underline-link" href="/page/forgot-pass" target="">password</a>? </div> <div class="text-align-center"> <div type="submit" id="embargoed_content_login" class="btn btn-default-red bold akzidenz-grotesk-regular" onclick="embargoedLogin()">LOGIN</div> </div> </form> <div class="text-align-center mt_20"> Don't have a Library Journal Account? <br> <!-- <a href="#checkout-registration-popup_2" data-toggle="modal" data-dismiss="modal">Next ></a> --> <!-- <a href="#checkout-registration-popup_2" data-dismiss="modal" data-toggle="modal" class="underline-link">Register Now</a> --> <a onclick="callEmbargoedRegistrationPopup()" class="underline-link pointer">REGISTER FREE to keep reading</a> </div> </div> </div> </div> </div> <!-- Login Popup End --> <!-- <form name = "embargoedform" id="embargoed" method="post" data-toggle="validator" novalidate > --> <form name="embargoedform" id="embargoed" method="post" data-toggle="validator" novalidate> <div id="loginembargoedsetion"> <div id="myModal" class="modal fade" data-backdrop="static" data-keyboard="false" style="overflow : auto;"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header pb_0"> <!-- <button type="button" class="close pull-left" data-dismiss="modal" aria-hidden="true"> <i class="fa fa-arrow-left mt_5"></i><span class="ml_5">Back</span></button> --> <button type="button" class="close pull-right" id="embargoed-close" data-dismiss="modal" aria-hidden="true"> <i class="fa fa-times red fs_20"></i><span class=""></span> </button> </div> <div class="modal-body pt_0 mt_15"> <div class="modal-title text-align-center"> <a id="homeId" onclick="readUrlCategory('home','homeId','home')";> <img class="LJ-image pointer no-margin" style="width: 33%!important; height: auto!important;" src="/webfiles/1732514926030/images/LJ.jpg" alt="L J image"/> </a> </div> <h3 class="explore-desc bold text-align-center">REGISTER FREE to keep reading</h3> <h6 class="fs_13 mt_20 mb_20 text-align-center">If you are already a member, please <a href="/page/login">Log In</a></h6> <div class="col-md-12 form-group required"> <label class="font-weight-100 redError" id="checkoutRegistrationError"></label> </div> <form class="embargoed-form" id="checkoutRegistrationForm" method="post" data-toggle="validator"> <div class="col-md-12 form-group required"> <label class="control-label font-weight-100">First Name</label> <input class="" type="text" id="checkoutRegFirstName" name="firstName" maxlength="20" required> </div> <div class="col-md-12 form-group required"> <label class="control-label font-weight-100">Last Name</label> <input type="text" id="checkoutRegLastName" name="lastName" required> </div> <div class="col-md-12 form-group required"> <label class="control-label font-weight-100">Email</label> <input type="email" id="checkoutRegEmail" name="email" required> </div> <div class="col-md-12 form-group"> <label class="control-label font-weight-100">Phone Number (Optional)</label> <input type="text" id="checkoutRegPhoneNumber" name="phn_number"> </div> <div class="col-md-12 form-group required"> <label class="control-label font-weight-100">Select Institution <div class="tooltip"><i class="fa fa-info-circle pull-right fs_18"></i> <span class="tooltiptextrtl">Not seeing your institution name? Select Other.</span> </div> </label> <input class="uniqueInstitutionClass" fun1="manualcheckoutInstitutionEntry" fun2="selectCheckoutRegdPinCodeVal" type="text" autocomplete="nope" id="checkoutRegInstitution" name="libraryInstitution" placeholder="Search by Institution name" required> <i id="institution-loader" class="fa fa-spinner fa-spin red intitution-loader popup-intitution-loader display-none"></i> <input type="hidden" id="manualcheckoutRegInstitution" pattern="[a-zA-Z ]+" oninvalid="this.setCustomValidity('Use only aphabets for institutional field')" oninput="this.setCustomValidity('')" name="manualLibraryInstitution" placeholder="Please enter institution name " required> <input type="hidden" id="checkoutRegInstitutionHidden" name="libraryInstitution"> <ul id ="checkoutRegZipcodeDropdown" class="uniqueDropdownClass dropdown-menu scrollable-menu pointer" role="menu"> </ul> </div> <div class="col-md-12 form-group edit-dropdown-div"> <label class="control-label font-weight-100">Business Category *</label> <select class="scrollable-menu full-width" role="menu" id="downloadBusinessCategory" name="BusinessCategory"> <option value="">Select Option</option> <option value="Academic Library: 2 year/Community College">Academic Library: 2 year/Community College</option> <option value="Academic Library: 4 year/University/College">Academic Library: 4 year/University/College</option> <option value="Academic Library: Post Graduate Level">Academic Library: Post Graduate Level</option> <option value="Book Manufacturer/Bookseller">Book Manufacturer/Bookseller</option> <option value="Consumer">Consumer</option> <option value="Educator/Board of Educators">Educator/Board of Educators</option> <option value="Government Library">Government Library</option> <option value="Library Science Studies/Faculty">Library Science Studies/Faculty</option> <option value="Literary/Rights Agent">Literary/Rights Agent</option> <option value="Other Library">Other Library</option> <option value="Print/Film/BCST Media">Print/Film/BCST Media</option> <option value="Public Library/System">Public Library/System</option> <option value="Publisher/Publishing">Publisher/Publishing</option> <option value="School District">School District</option> <option value="School Library: Elementary">School Library: Elementary</option> <option value="School Library: High School">School Library: High School</option> <option value="School Library: Middle School/Junior High">School Library: Middle School/Junior High</option> <option value="School Library: Other (K-8, K-12, etc.)">School Library: Other (K-8, K-12, etc.)</option> <option value="Service Provider">Service Provider</option> <option value="Special Library: Business/Association/etc.">Special Library: Business/Association/etc.</option> <option value="Wholesaler/Distributor/Supplier">Wholesaler/Distributor/Supplier</option> <option value="Writing, Editing, or Illustration">Writing, Editing, or Illustration</option> </select> <input class="editOptiondownload edit-dropdown-input" style="display:none;"></input> </div> <div class="col-md-12 form-group edit-dropdown-div required"> <label class="control-label font-weight-100">Job Function</label> <select class="scrollable-menu full-width" role="menu" id="checkoutRegJobTitle" name="jobTitle"> <option value="">Select Option</option> <option value="Adult/Public Library Services Librarian">Adult/Public Library Services Librarian</option> <option value="Assistant Library Director">Assistant Library Director</option> <option value="Cataloging Librarian">Cataloging Librarian</option> <option value="Children's Services Librarian">Children's Services Librarian</option> <option value="Circulation/Access Services Librarian">Circulation/Access Services Librarian</option> <option value="Collection Development/Acquisition Librarian">Collection Development/Acquisition Librarian</option> <option value="Librarian: Electronic Resources">Librarian: Electronic Resources</option> <option value="Librarian: Emerging Technologies">Librarian: Emerging Technologies</option> <option value="Head Librarian/Department Head">Head Librarian/Department Head</option> <option value="Library Director">Library Director</option> <option value="Library/Branch Manager">Library/Branch Manager</option> <option value="LIS Student">LIS Student</option> <option value="Outreach Librarian">Outreach Librarian</option> <option value="Paralibrarian/Paraprofessional">Paralibrarian/Paraprofessional</option> <option value="Librarian: Readers Advisory">Librarian: Readers Advisory</option> <option value="Reference/Information Services Librarian">Reference/Information Services Librarian</option> <option value="Reviewer">Reviewer</option> <option value="School Library Media Specialist">School Library Media Specialist</option> <option value="Teacher Librarian">Teacher Librarian</option> <option value="Technical Services/Systems Librarian">Technical Services/Systems Librarian</option> <option value="YA/Teen Librarian">YA/Teen Librarian</option> <option value="Educator">Educator</option> <option value="User Experience">User Experience</option> <option class ="editableCheckout" value="">Other</option> </select> <input class="editOptionCheckout edit-dropdown-input display-none"></input> </div> <div class="col-md-12 form-group required"> <label class="control-label font-weight-100">Password</label> <a href="#" class="text-underline pull-right show_checkPass">Show</a> <input type="password" id="checkoutRegPassword" name=password required> <!-- <p class ="password1Error red pt_10"></p> --> <div class="col-md-12"> <p class="red hide" id="minPassLengthReqCheckout">Passwords must include at least 8 characters.</p> <p class="red hide" id="minPassSecurityReqCheckout">Your password must include at least three of these elements: lower case letters, upper case letters, numbers, or special characters.</p> </div> </div> <div class="col-md-12 form-group required"> <label class="control-label font-weight-100">Confirm Password</label> <a href="#" class="text-underline pull-right show_checkConPass">Show</a> <input type="password" id="checkoutRegconfPassword" name=email required> <p class ="passwordError redError pt_10"></p> </div> <!-- <div class="col-md-12 align-center height_100"> <div id="myCaptcha" class="g-recaptcha" data-sitekey="6LewGKsUAAAAAEnOrN_zBV3Z3lKWXEu-yhTyHLMw"></div> </div> <div class="text-align-center full-width pull-left pt_0 hide" id="captchaIsNotChecked"> <label class ="redError">Please check the reCaptcha</label> </div> <div class="text-align-center full-width pull-left pt_0 hide" id="captchaIsNotVerified"> <label class ="redError">Something went wrong with Captcha Verificatioin. Please refresh and try again!</label> </div> --> <div class="col-md-12 form-group required"> <input class="small-checkbox" type="checkbox" id="agreeTerms1" name="agreeTerms1"> <label class="small-checkbox" for="agreeTerms1" required>I have read and agree to the <a class="underline-link" href="/page/terms-of-use" target="_blank">Terms of Use</a></label> <label class ="agreeTermsAlert1 hide redError">You should agree the terms and services</label> </div> <!-- <a class="ml_80"> --> <div class="text-align-center"> <div class="col-md-12 form-group required mb_0 pl_20 pr_20 text-align-center mb_20" id="checkoutRegistrationLoader"></div> <button id="register_click_id" class="btn btn-default-red bold akzidenz-grotesk-regular" >CONTINUE</button> <!-- <button id="reg2nd-form-button" class="btn btn-default-red bold akzidenz-grotesk-regular" href="#2ndpop" data-toggle="modal">CONTINUE</button> --> <!-- <button id="embargoed_content" class="btn btn-default-red bold akzidenz-grotesk-regular" onclick="checkoutRegistration(e)">CONTINUE</button> --> <p class="red hide" id="emailExistError">The email you entered already exists. Please <a class='border-bottom-red text-decoration-none' href='/page/forgot-pass'><span class='red'>reset</span></a> your password to gain access to your account.</p> </div> <!-- </a> --> </form> </div> </div> </div> </div> </div> <!-- Button trigger modal --> <div class="modal fade pl_0 hide" id="modal-1" data-backdrop="static" data-keyboard="false" style="overflow : auto;"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header pb_0"> <button type="button" class="close fs_18 bold red" data-dismiss="modal" onclick="window.history.go(-1); return false;"><span aria-hidden="true">×</span> <span class="sr-only">Close</span></button> </div> <div class="modal-body pt_0 mt_20"> <h5 class="text-align-center">Success.</h5> <div class="col-md-12 p_0"> <div class="col-md-offset-2 col-md-8 p_0"> <button type="button" class="btn lj-btn-black mt_20 mb_20" onclick="sendDataToServer()"> CONTINUE TO ARTICLE </button> </div> </div> <div class="divide-line"><span>OR</span></div> <div id="embargoedJLGCheck"> <div class="row"> <div class="col-md-12 p_20"> <h4 class="mb_20">Create a Password to complete your registration. Get access to:</h4> <p class="text-align-left"><i class="fa fa-check"></i>Uncommon insight and timely information </p> <p class="text-align-left"><i class="fa fa-check"></i>Thousands of book reviews</p> <p class="text-align-left"><i class="fa fa-check"></i>Blogs, expert opinion, and thousands of articles </p> <!-- <p class="text-align-left"><i class="fa fa-check"></i>Research reports, data analysis, --> <!-- white papers, and expert opinion</p> --> </div> </div> <div class="row mb_20 mt_20"> <div class="col-md-12 form-group"> <label for="desc" class="full-width mb_11">New Password <a href="#" class="text-underline pull-right show_password2" id="showEmbargoedRegistrationPassword">Show</a> </label> <input type="password" class="form-control" name="new_psw" id="password6" required> </div> <div class="col-md-12 form-group"> <label for="desc" class="full-width mb_11">Confirm Password <a href="#" class="text-underline pull-right show_password3" id="showEmbargoedRegistrationConfirmPassword">Show</a> </label> <input type="password" class="form-control" name="confirm_psw" id="password5" required> </div> <div class="col-md-12 form-group"> <p class="red hide" id="minPassLengthReq1">Passwords must include at least 8 characters. Please try your entry again.</p> <p class="red hide" id="minPassSecurityReq1">Your password must include at least three of these elements: lower case letters, upper case letters, numbers, or special characters. Please try your entry again.</p> <p class="red" id="minPassNotMatchReq1"></p> <div><p class="red full-width" id="embargoedEmailEsixtError"></p></div> </div> </div> <div class="row mb_30"> <div class="col-md-offset-2 col-md-8 col-xs-12 pointerEvent-none" id="createAccountEmbargoed"> <div class="btn btn-default-red full-width " onclick="registerUserFromEmbargoed()">CREATE ACCOUNT</div> </div> </div> </div> </div> </div> </div> </div> </form> <!-- javascript for comment part --> <button type="submit" class="btn-default-red display-none" id="reg2nd-form-button" data-toggle="modal" data-target="#2ndpop">SIGN UP NOW</button> <div id="2ndpop" class="modal fade" role="dialog" style="overflow-y:auto" > <div class="modal-dialog modal-medium modal-sm width-mob" style="width:50%;"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <!-- <button type="button" class="close" data-dismiss="modal" id="maskremover">×</button> --> </div> <div class="modal-body"> <h4 class="modal-title mb-10 text-align-center">Thank you for registering. <br/>To have the latest stories delivered to your inbox, select as many free newsletters as you like below.<br/></h4> <h5 class="modal-title mb-10 text-align-center">No thanks. <a class="pointer underline-link" onclick="submit_login();">Return to article</a></h5> <form class="mt_20" id="checkbox_newsletters"> <div class="text-align" id="newsNames"> </div> <div class="col-md-12 form-group required mb_0 pl_20 pr_20 text-align-center mb_20" id="newsLetterRegistrationLoader"> </div> <!-- <div class="multiselect" style="margin: 2% 23% 2%;"> --> <!-- <div class="selectBox" onclick="showCheckboxes()"> <select> <option>Select Newsletters</option> </select> <div class="overSelect"></div> </div> --> <!-- <div id="checkboxes"> --> <!-- </div> --> <!-- </div> --> <div class="col-md-12 align-center mt_10"> <button type="submit" class="btn-default-red" onclick="Newsletter_submit();" >SUBMIT</button> </div> </form> <div class="col-md-12 align-center mb_10 mt_10"></div> <div class="modal-footer" style="border-top:none!important"> <!-- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> --> </div> </div> </div> </div> </div> <!-- javascript for comment part --> <script src="/webfiles/1732514926030/js/comment-review.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/maintain-history.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $.ajax({ url: 'https://comments.mediasourceinc.com/api/get-comments', //url: 'https://192.168.10.109:8090/api/get-comments', type: 'POST', contentType: 'application/x-www-form-urlencoded', data: 'where=WHERE commentArticleURL="5a11bb0b-2de1-463b-b7ec-5da8e594c882" AND state IN ("approved","placeholder")', success: function(data, textStatus) { if(data.result){ var numberOfParentComments = 0; var commentBoxId = 1; var comments = []; var html = ''; for(var i = 0;i < data.data.length;i++){ if(data.data[i].state == 'approved'||data.data[i].state == 'placeholder') { comments.push(data.data[i]); $('#articleComment1').append('<div class="comments">' +'<div class="commenter-bio">' +'<img src="" alt="" class="commenter-img">' +'<div class="commenter-name">' +data.data[i].commentAuthor+' says' +'</div>' +'<div class="comment-meta">' +data.data[i].currentDate +'</div>' +'</div>' +'<div class="comment-content">' +data.data[i].commentContent +'</div>' +'<div class="text-align-right">' +'<input type="submit" name="" value="REPLY" class="btn lj-btn-black full-color-btn-black resp-full-width">' +'</div>' +'</div>' ); } } for(var i = comments.length-1;i > -1;i--){ if(comments[i].commentParentId == 0) { if(numberOfParentComments%5 == 0) { if(numberOfParentComments == 0) { html += '<div class="five-comment-box full-width pull-left" style="display:block;" id="five-comment-box-'+commentBoxId+'">'; } else { commentBoxId++; html += '<div class="five-comment-box full-width pull-left" style="display:none;" id="five-comment-box-'+commentBoxId+'">'; } } numberOfParentComments++; let parentId = comments[i].commentId; let parentIdWithoutComma = parentId?.replace(",", ""); let replyBoxId = parentIdWithoutComma; let replyButtonId = parentIdWithoutComma + "ReplyButtonId"; let commentButtonId = parentIdWithoutComma + "CommentButtonId"; html += '<div class="col-md-12 col-xs-12 p_0 resp-pl-15 resp-pr-15" id="'+numberOfParentComments+'-comment">' +'<div class="col-md-1 col-xs-2 pl_0 mt_5">'; if(comments[i].commentAuthorImageURL) { html += '<img class="full-width comment-user-img" src="'+comments[i].commentAuthorImageURL+'">'; } else { html += '<img class="full-width comment-user-img" src="/webfiles/1732514926030/images/account-user.png">'; } html += '</div>' +'<div class="col-md-11 col-xs-10 p_0">' +'<h4 class="mt_0">'+comments[i].commentAuthorName+'</h4>'; if(comments[i].state == 'approved') { html += comments[i].commentContent; } else { html += "<p>This comment was removed because it violates <span style='font-style: italic;'>Library Journal's</span> comment policy.</p>"; } html += '<p class="date mt_0">' +'Posted : '+comments[i].currentDate +'</p>' +'<div class="">' +'<span class="" id="'+replyButtonId+'">' +'<button class="comment-reply-button pl_0" onclick="showCommentBox('+parentIdWithoutComma+', \'new\');">REPLY</button>' +'</span>' +'<div class="col-md-12 col-xs-12 comment-row sub-comment-row" id="'+replyBoxId+'" style="display:none;">' +'<textarea class="comment-box" placeholder="Type your post here" name="commentContent"></textarea>' +'<i><p class="red comment-error" id="'+replyBoxId+'Error">Comment should not be empty !!!</p></i>' +'</div>' +'<span class="pull-right" id="'+commentButtonId+'" style="display:none;">' +'<button class="comment-reply-button" onclick="onClickReplyToComment('+parentIdWithoutComma+', '+replyBoxId+', \'new\')">POST REPLY</button>' +'</span>' +'</div>' +'<div class="col-md-12 col-xs-12 mt_20 pl_0 pr_0">'; for(var j = 0;j < comments.length;j++) { if(comments[j].commentParentId == parentId) { html += '<div class="reply-message full-width pull-left pl_20">' +'<div class="col-md-12 col-xs-12 p_0 resp-pl-15 resp-pr-15">' +'<div class="col-md-1 col-xs-2 pl_0 mt_5">'; if(comments[i].commentAuthorImageURL) { html += '<img class="full-width comment-user-img" src="'+comments[j].commentAuthorImageURL+'">'; } else { html += '<img class="full-width comment-user-img" src="/webfiles/1732514926030/images/account-user.png">'; } html += '</div>' +'<div class="col-md-11 col-xs-10 p_0 mb_20">' +'<h4 class="mt_0">'+comments[j].commentAuthorName+'</h4>'; if(comments[j].state == 'approved') { html += comments[j].commentContent; } else { html += "<p>This comment was removed because it violates <span style='font-style: italic;'>Library Journal's</span> comment policy.</p>"; } html += '<p class="date mt_0">' +'Posted : '+comments[j].currentDate +'<span class="pull-right">' +'</span></p>'; let secLevelCommentId = comments[j].commentId; let secLevelIdWithoutComma = secLevelCommentId?.replace(",", ""); let secLevelReplyBoxId = secLevelIdWithoutComma; let secLevelReplyButtonId = secLevelIdWithoutComma + "ReplyButtonId"; let secLevelCommentButtonId = secLevelIdWithoutComma + "CommentButtonId"; html += '<div class="col-md-12 col-sm-12 col-xs-12 pr_0 third-level-reply-button">' +'<span class="" id="'+secLevelReplyButtonId+'">' +'<button class="comment-reply-button pl_0" onclick="showCommentBox('+secLevelIdWithoutComma+', \'new\');">REPLY</button>' +'</span>' +'<div class="col-md-12 col-xs-12 comment-row third-level-comment-row" id="'+secLevelReplyBoxId+'" style="display:none;">' +'<textarea class="comment-box" placeholder="Type your post here" name="commentContent"></textarea>' +'<i><p class="red comment-error" id="'+secLevelReplyBoxId+'Error">Comment should not be empty !!!</p></i>' +'</div>' +'<span class="pull-right" id="'+secLevelCommentButtonId+'" style="display:none;">' +'<button class="comment-reply-button" onclick="onClickReplyToComment('+secLevelIdWithoutComma+', '+secLevelReplyBoxId+',\'new\');">POST REPLY</button>' +'</span>' +'</div>'; for(var k = 0;k < comments.length;k++) { if(comments[k].commentParentId == secLevelCommentId) { html+='<div class="col-md-12 pl_0 pr_0">' +'<div class="reply-message full-width pull-left pl_20">' +'<div class="col-md-12 col-xs-12 p_0 resp-pl-15 resp-pr-15">' +'<div class="col-md-1 col-xs-2 pl_0 mt_5">'; if(comments[k].commentAuthorImageURL) { html+='<img class="full-width comment-user-img" src="'+comments[k].commentAuthorImageURL+'">'; } else { html+='<img class="full-width" src="/webfiles/1732514926030/images/default-user.png">'; } html+='</div>' +'<div class="col-md-11 col-xs-10 p_0">' +'<h4 class="mt_0">'+comments[k].commentAuthorName+'</h4>'; if(comments[k].state == 'approved') { html += comments[k].commentContent; } else { html += "<p>This comment was removed because it violates <span style='font-style: italic;'>Library Journal's</span> comment policy.</p>"; } html += '<p class="date mt_0">' +'Posted : '+comments[k].currentDate +'<span class="pull-right">' +'</span></p>' +'</div>' +'</div>' +'</div>' +'</div>'; } } html += '</div>' +'</div>' +'</div>'; } } html += '</div>' +'</div>' +'<hr class="border-bottom full-width pull-left mt_30">' +'</div>'; //if(numberOfParentComments%5 == 0 && numberOfParentComments = 0) { // html += '</div>'; //} } //if(numberOfParentComments > 5) { // html += '<div class="btn col-md-12 view-more-comments mb_10" onclick="viewMoreComments('+commentBoxId+');" id="viewMoreCommentsButton">' // +'View More Comments' // +'</div>'; //} } if(numberOfParentComments > 5) { html += '</div>'; html += '<div class="btn col-md-12 view-more-comments mb_10" onclick="viewMoreComments('+commentBoxId+');" id="viewMoreCommentsButton">' +'View More Comments' +'</div>'; } $('#articleComment2').html(html); var numberOfCommentSText = ''; var numberOld = 0 || 0; var count = numberOfParentComments + numberOld; if(count < 1) { numberOfCommentSText = "0 COMMENTS"; } else if (count == 1){ numberOfCommentSText = "1 COMMENT"; } else { numberOfCommentSText = count + " COMMENTS"; } $('#noOfComments').html(numberOfCommentSText); $('#articleCommentImage').html('<div class="comment-icon-image">'+count+'</div>') } }, error: function(request, textStatus, errorThrown) {} }); }); if ($('#commentStatusMessage').length) { $(window).scrollTop($('#commentStatusMessage').offset().top - 30); } /* Sending the article data if the user is logged in, to mantian his history */ if ($.cookie('customerToken') != undefined) { $('#save-article').removeClass('display-none'); var titleForHistory = "Design Trend: Inside Out | Year in Architecture 2024"; var authorForHistory = "Rebekkah Smith Aldrich"; var publishDateForHistory = "2024-11-04 05:00:00"; var articleURLForHistory = "/story/design-trend-inside-out-year-in-architecture-2024"; var imgURLForHistory = "/binaries/content/gallery/Jlibrary/2024/november/architecture/ljarchitecture2024_featuredarttext.jpg"; var type = "article"; $(document).ready(function() { callViewedArticleAPI(titleForHistory, authorForHistory, publishDateForHistory, articleURLForHistory, imgURLForHistory, type); }); } </script> <!-- Code for printing article div --> <!-- JS for printing article div --> <script src="/webfiles/1732514926030/js/printThis.js" type="text/javascript"></script> <script type="text/javascript"> function onClickPrint(){ $('#articlePrint').printThis(); } </script> <script src="/webfiles/1732514926030/js/institution-field.js"></script> <link href="/webfiles/1732514926030/css/duDialog.min.css" rel="stylesheet"> <script src="/webfiles/1732514926030/js/duDialog.min.js"></script> </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-11 meter-text"> </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-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="fs_13 mb_20 white">ALREADY A SUBSCRIBER? <a class="meter-login-utm meter-login white underline" href="?page=login">LOG IN</a></h6> </div> </div> </div> </div> <span class="meterNoteclose" style="cursor:pointer;"> <i class="fa fa-chevron-down fa-2x mt_5 meter-login white"></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-11 fs_20 resp-no-margin text-align-center white"> <p class="fs_16 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 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-11 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="fs_13 mb_20 white">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/1732514926030/images/ljHardPaywall.jpg" alt="Hard paywall image"/></p> <p><a class="meter-login-utm" href="?page=login"><button class="btn btn-subscribe btn-red 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-red 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-red 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>LJ</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/1732514926030/images/ljHardPaywall.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-red 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-red 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="LJ_Spotible1_1x1"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('LJ_Spotible1_1x1'); }); </script> </div> <div id="LJ_Video_1x1"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('LJ_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.libraryjournal.com/?subpage=News" target="">News</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/reviews" target="">Reviews+</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/technology" target="">Technology</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/programs+" target="">Programs+</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/design" target="">Design</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/leadership" target="">Leadership</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/people" target="">People</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/covid19" target="">COVID-19</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/advocacy" target="">Advocacy</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/opinion" target="">Opinion</a></li> <li class="nav item"><a href="https://www.infodocket.com/?ref=ljnav-news" target="_blank">INFOdocket</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.libraryjournal.com/?subpage=BookLists" target="">Booklists</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/?subpage=Prepub" target="">Prepub Alert</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/?subpage=Book%20Pulse" target="">Book Pulse</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/?subpage=Reviews%2B,Media" target="">Media</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/?subpage=Readers%27%20Advisory" target="">Readers' Advisory</a></li> <li class="nav item"><a href="https://self-e.libraryjournal.com/" target="_blank">Self-Published Books</a></li> <li class="nav item"><a href="/page/Review-Submissions" target="">Review Submissions</a></li> <li class="nav item"><a href="/page/Review-for-LJ" target="">Review for LJ</a></li> </ul> </div> <div class="col-md-2 col-sm-2 footer-block pl_0"> <h4 class="mt_0">Awards</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="https://www.libraryjournal.com/?page=jerry-kline-community-impact-prize-submission-guidelines" target="">Community Impact Prize</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/?subpage=Librarian%20of%20the%20Year" target="">Librarian of the Year</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/?subpage=Marketer%20of%20the%20Year" target="">Marketer of the Year</a></li> <li class="nav item"><a href="/page/movers-and-shakers-2024" >Movers & Shakers 2024</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/?subpage=Library%20of%20the%20Year" target="">Library of the Year</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/page/Best-Small-Library-Guidelines" target="">Best Small Library</a></li> <li class="nav item"><a href="/page/All-Awards-Guidelines" target="">All Awards Guidelines</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="https://www.libraryjournal.com/page/americas-star-libraries-2021" target="">LJ Index/Star Libraries</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/?detailStory=research" target="">Research</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/?detailStory=white-papers-case-studies" target="">White Papers / Case Studies</a></li> </ul> </div> <div class="col-md-2 col-sm-2 footer-block pl_0"> <h4 class="mt_0">Events & PD</h4> <ul class="footer links footer-text"> <li class="nav item"><a href="https://www.libraryjournal.com/section/events?eventtype=onlineCourses" target="">Online Courses</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/events?eventtype=inPersonEvents" target="">In-Person Events</a></li> <li class="nav item"><a href="https://www.libraryjournal.com/section/events?eventtype=virtualEvents" target="">Virtual Events</a></li> <li class="nav item"><a href="https://www.libraryjournal.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.libraryjournal.com/?page=subscribe" target="">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.libraryjournal.com/page/freenewsletters" target="_blank">Newsletter Sign Up</a></li> <li class="nav item"><a href="/page/submit-features-news" target="">Submit Features/News</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/careers" target="">Careers at MSI</a></li> <li class="nav item mt_20"> <a href="https://www.facebook.com/libraryjournalmagazine/" target="_blank"><img class="mr_4 tab-w-30" src="/webfiles/1732514926030/images/fb.png"></a> <a href="https://twitter.com/libraryjournal?lang=en" target="_blank"><img style="width: 35px;height: 35px;" class="mr_4 tab-w-30" src="/webfiles/1732514926030/images/tw.png"></a> <a href="https://www.pinterest.com/libraryjournal/" target="_blank"><img class="tab-w-30" src="/webfiles/1732514926030/images/pin.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="#"><img style="width: 35px;height: 35px;" class="mr_4 tab-w-30" src="/webfiles/1732514926030/images/tw.png"/></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/1732514926030/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/1732514926030/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/1732514926030/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/1732514926030/images/JLGnew.png"/> </a> </div> <div class="col-md-2 col-sm-2 col-xs-4 text-align-right"> <a id="homeFromFooter" onclick="readUrlCategory('home','homeFromFooter','home')"; class="pointer"> <img src="/webfiles/1732514926030/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="http://www.slj.com/" target="_blank"> <img src="/webfiles/1732514926030/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/1732514926030/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/1732514926030/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/1732514926030/images/JLG.png"/> </a> </div> <div class="col-md-2 col-sm-2 col-xs-4"> <a title="School Library Journal" href="http://www.slj.com/" target="_blank"> <img src="/webfiles/1732514926030/images/SLJ.png"/> </a> </div> <div class="col-md-2 pr_0 col-sm-2 col-xs-4"> <a id="homeFromFooter" href="https://lj.libraryjournal.com/forms/LJsub2018.php" class="pointer"> <img class="float-right" src="/webfiles/1732514926030/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"> © 2024 Library Journal. All rights reserved. </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/libraryjournalmagazine/"><img class="mr_20" src="/webfiles/1732514926030/images/fb.png"></a> <a href="https://twitter.com/libraryjournal?lang=en"><img style="width: 35px;height: 35px;" class="mr_20" src="/webfiles/1732514926030/images/tw.png"></a> <a href="https://www.instagram.com/library_journal/"><img class="mr_20" src="/webfiles/1732514926030/images/insta.png"></a> <a href="https://www.pinterest.com/libraryjournal/"><img src="/webfiles/1732514926030/images/pin.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/1732514926030/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/1732514926030/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 id="homeFromFooter" href="https://lj.libraryjournal.com/forms/LJsub2018.php" class="pointer"> <img class="full-width" src="/webfiles/1732514926030/images/LJ_Blacknew.png"/> </a> </div> <div class="col-xs-6 text-align-center mt_30"> <a title="School Library Journal" href="https://lj.libraryjournal.com/forms/SLJsub2018.php" target="_blank"> <img class="full-width" src="/webfiles/1732514926030/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/1732514926030/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/1732514926030/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"> © 2024 Library Journal. All rights reserved. </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="#"><img style="width: 35px;height: 35px;" class="mr_4 tab-w-30" src="/webfiles/1732514926030/images/tw.png"/></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", "?subpage=" + subpageVal); } // document.forms[0].submit(); } </script> <script src="/webfiles/1732514926030/js/variable.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/session.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/main.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/smarten-text.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/private-mode.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/analytics.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/metering.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/validation.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/ecommerce.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/login.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/reset.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/topic-image.js" type="text/javascript"></script> <script src="/webfiles/1732514926030/js/institutions.js" type="text/javascript"></script> <!-- <script src="/webfiles/1732514926030/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>