prettier LibAnswers-8

This commit is contained in:
Mark Eaton
2023-05-12 21:38:42 -04:00
parent 5f3590ea59
commit 5dd245dfd4
2 changed files with 1052 additions and 621 deletions
+532 -357
View File
@@ -1,422 +1,597 @@
<style> <style>
:root {
--kbccblue: #003466;
--kbccorange: #ff4e00;
--text: #111;
}
:root { body {
--kbccblue: #003466; color: var(--text);
--kbccorange: #ff4e00; overflow-x: hidden;
--text: #111; }
}
body { a,
color: var(--text); a:hover {
overflow-x: hidden; text-decoration: none;
} }
a, a:hover { text-decoration: none; } /* style slide out chat */
#lcs_slide_out_button-21944 {
font-size: 1.5em;
}
/* style slide out chat */ /* style header */
#lcs_slide_out_button-21944 { font-size: 1.5em; } #header-div {
padding: 30px;
}
/* style header */ /* style the hamburger menu */
#header-div { #hamburger-container {
padding: 30px; float: left;
} }
#hamburger,
#hamburger:active {
border: none;
outline: none;
background-color: #fff;
color: var(--kbccblue);
}
#hamburger-ul > li > .searchmenu {
background-color: #fff;
}
#hamburger-ul {
padding: 25px 0;
}
/* style the hamburger menu */ /* have bootstrap dropdowns fade in and out */
#hamburger-container { float: left; } .dropdown-menu.fade {
#hamburger, #hamburger:active { display: block;
border: none; opacity: 0;
outline: none; pointer-events: none;
background-color: #fff; }
color: var(--kbccblue) .open > .dropdown-menu.fade {
} pointer-events: auto;
#hamburger-ul > li > .searchmenu { background-color: #fff; } opacity: 1;
#hamburger-ul { padding: 25px 0; } }
.fade {
-webkit-transition-duration: 5s; /* Safari */
transition-duration: 0.5s;
}
.dropdown:hover .dropdown-menu {
display: block;
}
/* have bootstrap dropdowns fade in and out */ /* style the login at the top right */
.dropdown-menu.fade { #login-div {
display: block; float: right;
opacity: 0; padding: 8px 15px 0 0;
pointer-events: none; color: var(--kbccblue);
} font-size: 1.5em;
.open > .dropdown-menu.fade { }
pointer-events: auto; #login-text {
opacity: 1; display: inline-block;
} vertical-align: -2px;
.fade { }
-webkit-transition-duration: 5s; /* Safari */ #login-icon {
transition-duration: 0.5s; display: inline-block;
} }
.dropdown:hover .dropdown-menu {
display: block;
}
/* style the login at the top right */ /* style alert */
#login-div { #corona-alert {
float: right; text-align: center;
padding: 8px 15px 0 0; background-color: #faf870;
color:var(--kbccblue); padding: 5px 50px;
font-size:1.5em; cursor: pointer;
} }
#login-text { #corona-alert-text {
display: inline-block; color: var(--text);
vertical-align: -2px; font-size: 1.5em;
} }
#login-icon { display: inline-block; }
/* style alert */ /* style navbar */
#corona-alert { nav.navbar-default.main-nav-container {
text-align: center; background-color: white;
background-color: #faf870; border: none;
padding: 5px 50px; font-size: 1.4em;
cursor: pointer; color: var(--text);
} border-radius: 0;
#corona-alert-text { }
color: var(--text); .dropdown > .ga-main-navbar,
font-size: 1.5em; .dropdown > .ga-main-navbar:hover,
} .dropdown > .ga-main-navbar:active {
outline: none;
border: none;
}
.navbar-default .navbar-nav > li > a {
color: var(--text);
}
#navbar-center {
display: flex;
justify-content: left;
float: none;
}
.ga-main-navbar {
font-size: 1.3em;
}
#dropdownMenu1 {
border-radius: 0;
}
a.searchmenu {
color: var(--text);
}
.highlight-menu-item {
padding: 5px;
}
.highlight-menu-item:hover {
cursor: pointer;
}
/* style navbar */ /* style background image */
nav.navbar-default.main-nav-container { .kbcc-background-image {
background-color: white; background: linear-gradient(
border: none; to bottom,
font-size: 1.4em; rgba(255, 255, 255, 0.6) 0%,
color: var(--text); rgba(255, 255, 255, 0.6) 100%
border-radius: 0; ),
} url("https://libapps.s3.amazonaws.com/accounts/16298/images/library_front_view.jpg");
.dropdown > .ga-main-navbar, .dropdown > .ga-main-navbar:hover, .dropdown > .ga-main-navbar:active { background-position: 50% 71%;
outline: none; padding: 20px 0;
border: none; border-radius: 5px;
} background-size: cover;
.navbar-default .navbar-nav > li > a { color: var(--text); } margin: -30px 0 30px 0;
#navbar-center { }
display: flex;
justify-content: left;
float: none;
}
.ga-main-navbar {
font-size: 1.3em;
}
#dropdownMenu1 { border-radius: 0; }
a.searchmenu {
color: var(--text);
}
.highlight-menu-item { padding: 5px; }
.highlight-menu-item:hover {
cursor: pointer;
}
/* style background image */ /* style jumbotron */
.kbcc-background-image { .onesearch-jumbotron {
background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url("https://libapps.s3.amazonaws.com/accounts/16298/images/library_front_view.jpg"); text-align: center;
background-position: 50% 71%; margin-top: -40px;
padding: 20px 0; }
border-radius: 5px; #onesearch-header {
background-size: cover; font-size: 10em;
margin: -30px 0 30px 0; margin-bottom: 0;
} }
.zero-margin {
margin-left: -2px;
margin-right: -2px;
}
/* style jumbotron */ .zero-margin {
.onesearch-jumbotron { margin: -2px;
text-align: center; }
margin-top: -40px;
}
#onesearch-header {
font-size: 10em;
margin-bottom: 0;
}
.zero-margin {
margin-left: -2px;
margin-right: -2px;
}
.zero-margin { margin: -2px; } /* add flex so that blue box-shadows line up */
#flex-search-form {
display: flex;
flex-direction: row;
justify-content: center;
}
.inherit-height-from-flex {
height: inherit;
}
/* add flex so that blue box-shadows line up */ /* shadow for the search bar */
#flex-search-form { #blue-border1 {
display: flex; box-shadow: 0 5px 0 var(--kbccblue), 0 -5px 0 var(--kbccblue),
flex-direction: row; -5px -5px 0 var(--kbccblue), -5px 5px 0 var(--kbccblue);
justify-content: center; }
} #blue-border2 {
.inherit-height-from-flex { height: inherit; } box-shadow: 0 -5px 0 var(--kbccblue), 0 5px 0 var(--kbccblue);
}
/* shadow for the search bar */ #blue-border3 {
#blue-border1 { box-shadow: 0 5px 0 var(--kbccblue), 0 -5px 0 var(--kbccblue),
box-shadow: 0 5px 0 var(--kbccblue), 0 -5px 0 var(--kbccblue), -5px -5px 0 var(--kbccblue), -5px 5px 0 var(--kbccblue); 5px -5px 0 var(--kbccblue), 5px 5px 0 var(--kbccblue);
} }
#blue-border2 {
box-shadow: 0 -5px 0 var(--kbccblue), 0 5px 0 var(--kbccblue);
}
#blue-border3 {
box-shadow: 0 5px 0 var(--kbccblue), 0 -5px 0 var(--kbccblue), 5px -5px 0 var(--kbccblue), 5px 5px 0 var(--kbccblue);
}
/* style for nav by the jumbotron */ /* style for nav by the jumbotron */
.nav-divs-by-jumbotron { .nav-divs-by-jumbotron {
text-align: center; text-align: center;
padding: 6px; padding: 6px;
margin: 6px 0; margin: 6px 0;
color: white; color: white;
background-color: var(--kbccblue); background-color: var(--kbccblue);
border-radius: 3px; border-radius: 3px;
} }
.nav-divs-by-jumbotron > h2 { .nav-divs-by-jumbotron > h2 {
font-size: 1.5em; font-size: 1.5em;
margin-bottom: 4px; margin-bottom: 4px;
margin-top: 4px; margin-top: 4px;
} }
.nav-divs-by-jumbotron:hover { background-color: #444; } .nav-divs-by-jumbotron:hover {
#eq_32886 { background-color: #444;
background-color: var(--kbccblue); }
border: none; #eq_32886 {
} background-color: var(--kbccblue);
.nav-divs-by-jumbotron:hover > h2 > #eq_32886, #eq_32886:hover { background-color: #444; } border: none;
#bookastudyroom { cursor: pointer; } }
.nav-divs-by-jumbotron:hover > h2 > #eq_32886,
#eq_32886:hover {
background-color: #444;
}
#bookastudyroom {
cursor: pointer;
}
/* style link list */ /* style link list */
.link-list { font-size: 1.7em; } .link-list {
font-size: 1.7em;
}
/* style the panels with the text content */ /* style the panels with the text content */
.panel > .show-panel { .panel > .show-panel {
background-color: var(--kbccblue); background-color: var(--kbccblue);
text-align: center; text-align: center;
} }
.hide-body-border { .hide-body-border {
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
.glyphicon-panel-title { font-size: 2em; } .glyphicon-panel-title {
.content-panel-title { font-size: 2em;
color: white; }
font-size: 2em; .content-panel-title {
} color: white;
.content-panel-title > h2 { font-size: 2em;
margin: 7px 0; }
font-size: 1em; .content-panel-title > h2 {
} margin: 7px 0;
.panel-heading { padding: 2px; } font-size: 1em;
}
.panel-heading {
padding: 2px;
}
/* style the gallery */ /* style the gallery */
.slick-slide img { .slick-slide img {
padding: 2px; padding: 2px;
max-height: 350px !important; max-height: 350px !important;
object-fit: contain; object-fit: contain;
margin: 0; margin: 0;
} }
.s-lib-public-side-header { display: none; } .s-lib-public-side-header {
.slick-active { outline: 0; } display: none;
}
.slick-active {
outline: 0;
}
/* style to make all imported boxes floating */ /* style to make all imported boxes floating */
.s-lib-box-title {display: none;} .s-lib-box-title {
.s-lg-box {box-shadow: none !important;} display: none;
.s-lib-box .s-lib-box-title {display: none;} }
.s-lib-box {box-shadow: none !important; border: 0 !important;} .s-lg-box {
box-shadow: none !important;
}
.s-lib-box .s-lib-box-title {
display: none;
}
.s-lib-box {
box-shadow: none !important;
border: 0 !important;
}
/* style the dropdown menus */ /* style the dropdown menus */
.dropdown-margin { padding: 20px 0; } .dropdown-margin {
.bigger-fancy-text { font-size: 1.2em; padding: 5px; } padding: 20px 0;
.bigger-icon { font-size: 1.5em; margin-right: 8px; } }
.caret-text { display: inline-block; color: var(--kbccblue); font-weight: bold; } .bigger-fancy-text {
.fancy-caret { display: inline-block; margin-left: 2px; color: var(--kbccblue); } font-size: 1.2em;
.open > a > .fancy-caret { margin-bottom: -4px; vertical-align: -4px; display: inline-block; } padding: 5px;
.open > a > .caret-text { vertical-align: -1px; } }
.bigger-icon {
font-size: 1.5em;
margin-right: 8px;
}
.caret-text {
display: inline-block;
color: var(--kbccblue);
font-weight: bold;
}
.fancy-caret {
display: inline-block;
margin-left: 2px;
color: var(--kbccblue);
}
.open > a > .fancy-caret {
margin-bottom: -4px;
vertical-align: -4px;
display: inline-block;
}
.open > a > .caret-text {
vertical-align: -1px;
}
/* style footer */ /* style footer */
#orange-line { #orange-line {
height:10px; height: 10px;
background-color: var(--kbccorange); background-color: var(--kbccorange);
} }
#main-blue-footer { #main-blue-footer {
background-color: var(--kbccblue); background-color: var(--kbccblue);
color: white; color: white;
padding: 30px; padding: 30px;
} }
.whiteahrefs a:link, .whiteahrefs a:hover, .whiteahrefs a:visited, .whiteahrefs a:active { .whiteahrefs a:link,
color: white; .whiteahrefs a:hover,
} .whiteahrefs a:visited,
.whiteahrefs a i { .whiteahrefs a:active {
margin: 4px 5px 0 0; color: white;
font-size: 1.5em }
} .whiteahrefs a i {
.whiteahrefs { margin-top: 10px; } margin: 4px 5px 0 0;
#lighthouse-logo > a > img { max-width: 150px; } font-size: 1.5em;
}
.whiteahrefs {
margin-top: 10px;
}
#lighthouse-logo > a > img {
max-width: 150px;
}
/* media queries */ /* media queries */
@media only screen and (min-width: 1px) { @media only screen and (min-width: 1px) {
#library-logo { #library-logo {
max-width: 100%; max-width: 100%;
max-height: 150px; max-height: 150px;
} }
nav.navbar-default.main-nav-container { margin-top: -20px; } nav.navbar-default.main-nav-container {
.form-width { width: 40%; } margin-top: -20px;
.nav-by-jumbotron { margin-top: 40px !important; } }
#main-blue-footer { min-height: 450px; } .form-width {
.library-address { float: left; } width: 40%;
#cuny-logo { }
float: left; .nav-by-jumbotron {
clear: both; margin-top: 40px !important;
margin-top: 10px; }
} #main-blue-footer {
.libapps { min-height: 450px;
float: left; }
clear: left; .library-address {
} float: left;
} }
#cuny-logo {
float: left;
clear: both;
margin-top: 10px;
}
.libapps {
float: left;
clear: left;
}
}
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
#login-text { display: none; } #login-text {
#defineYourSearch { display: none; } display: none;
} }
#defineYourSearch {
display: none;
}
}
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
.nav-by-jumbotron {
margin-top: 0 !important;
}
#lighthouse-logo {
display: inline-block;
float: left;
}
#main-blue-footer {
min-height: 210px;
}
.library-address {
display: inline-block;
margin: -10px 30px;
font-size: 1.1em;
}
#cuny-logo {
float: right;
clear: none;
margin: -10px 0;
}
.libapps {
float: right;
clear: both;
}
}
.nav-by-jumbotron { margin-top: 0 !important; } @media only screen and (min-width: 1px) and (max-width: 992px) {
#lighthouse-logo { #hamburger-alternative {
display: inline-block; display: none;
float: left; }
} }
#main-blue-footer { min-height: 210px; }
.library-address {
display: inline-block;
margin: -10px 30px;
font-size: 1.1em;
}
#cuny-logo {
float: right;
clear: none;
margin: -10px 0;
}
.libapps {
float: right;
clear: both;
}
}
@media only screen and (min-width: 1px) and (max-width: 992px) { @media only screen and (min-width: 992px) {
#hamburger-alternative { display: none; } #header-div {
} text-align: center;
}
#hamburger,
#hamburger-ul {
display: none;
}
#library-logo {
max-width: 100%;
max-height: 350px;
}
.form-width {
width: 340px;
}
}
@media only screen and (min-width: 992px) { @media only screen and (min-width: 1200px) {
#header-div { text-align: center; } #library-logo {
#hamburger, #hamburger-ul { display: none; } margin-top: -3px;
#library-logo { }
max-width: 100%; }
max-height: 350px;
}
.form-width { width: 340px; }
}
@media only screen and (min-width: 1200px) {
#library-logo { margin-top: -3px; }
}
</style> </style>
<!-- scripts to make the Book a Study Room widget run --> <!-- scripts to make the Book a Study Room widget run -->
<script src="https://kbcc-cuny.libcal.com/js/equipment.min.js"></script> <script src="https://kbcc-cuny.libcal.com/js/equipment.min.js"></script>
<script> <script>
jQuery(function(){ jQuery(function () {
jQuery("#eq_32886, #bookastudyroom").LibCalEquipmentBooking({iid: 5570, gid: 32886, eid: 0, width: 560, height: 680}); jQuery("#eq_32886, #bookastudyroom").LibCalEquipmentBooking({
}); iid: 5570,
gid: 32886,
eid: 0,
width: 560,
height: 680,
});
});
</script> </script>
<!-- polyfills to make .forEach and .includes work in IE10 and IE11 --> <!-- polyfills to make .forEach and .includes work in IE10 and IE11 -->
<script type="text/javascript"> <script type="text/javascript">
if (window.NodeList && !NodeList.prototype.forEach) { if (window.NodeList && !NodeList.prototype.forEach) {
NodeList.prototype.forEach = Array.prototype.forEach; NodeList.prototype.forEach = Array.prototype.forEach;
} }
String.prototype.includes = function(match) { String.prototype.includes = function (match) {
return this.indexOf(match) !== -1; return this.indexOf(match) !== -1;
} };
</script> </script>
<!-- script to make OneSearch dropdown work --> <!-- script to make OneSearch dropdown work -->
<!-- please forgive the old-timey JS; it is there because we need to support IE10 & IE11 --> <!-- please forgive the old-timey JS; it is there because we need to support IE10 & IE11 -->
<script type="text/javascript"> <script type="text/javascript">
function customizeSearch(facet) { function customizeSearch(facet) {
// re-render the dropdown menu with the current pick // re-render the dropdown menu with the current pick
document.getElementById('dropdownMenu1').innerHTML = facet + ' <span class="caret"></span>'; document.getElementById("dropdownMenu1").innerHTML =
document.getElementById("primoQueryTemp").setAttribute("placeholder", "Enter search term here"); facet + ' <span class="caret"></span>';
document
// reset any previously selected facets .getElementById("primoQueryTemp")
document.querySelectorAll('.deleteWithDropdownChange').forEach( function(e) { e.remove(); }); .setAttribute("placeholder", "Enter search term here");
document.getElementById("formToAppendInputsTo").setAttribute("action", "https://cuny-kb.primo.exlibrisgroup.com/discovery/search");
document.getElementById("tabSetting").setAttribute("value", "Everything");
document.getElementById("SearchScopeSetting").setAttribute("value", "IZ_CI_AW");
// add the facet that matches the user's dropdown selection // reset any previously selected facets
if (facet === "Books") { document
document.getElementById("formToAppendInputsTo").insertAdjacentHTML('afterbegin', '<input name="facet" value="rtype,include,books" type="hidden" class="deleteWithDropdownChange" />'); .querySelectorAll(".deleteWithDropdownChange")
} else if (facet === "Articles") { .forEach(function (e) {
document.getElementById("formToAppendInputsTo").insertAdjacentHTML('afterbegin', '<input name="mfacet" value="rtype,include,articles,1" type="hidden" class="deleteWithDropdownChange"/><input name="facet" value="tlevel,include,peer_reviewed" type="hidden" class="deleteWithDropdownChange" />'); e.remove();
} else if (facet === "Videos") { });
document.getElementById("formToAppendInputsTo").insertAdjacentHTML('afterbegin', '<input name="facet" value="rtype,include,videos" type="hidden" class="deleteWithDropdownChange" />'); document
} else if (facet === "Journals") { .getElementById("formToAppendInputsTo")
document.getElementById("formToAppendInputsTo").setAttribute('action', 'https://cuny-kb.primo.exlibrisgroup.com/discovery/jsearch'); .setAttribute(
document.getElementById("tabSetting").setAttribute("value", "jsearch_slot"); "action",
} else if (facet === "Newspapers") { "https://cuny-kb.primo.exlibrisgroup.com/discovery/search"
document.getElementById("formToAppendInputsTo").setAttribute('action', 'https://cuny-kb.primo.exlibrisgroup.com/discovery/npsearch'); );
} else if (facet === "Reserves") { document.getElementById("tabSetting").setAttribute("value", "Everything");
document.getElementById("tabSetting").setAttribute("value", "CourseReserves"); document
document.getElementById("SearchScopeSetting").setAttribute("value", "CourseReserves"); .getElementById("SearchScopeSetting")
} else { .setAttribute("value", "IZ_CI_AW");
console.log("no match");
}
// store the facet, for use on page reload // add the facet that matches the user's dropdown selection
sessionStorage.facet = facet; if (facet === "Books") {
} document
.getElementById("formToAppendInputsTo")
.insertAdjacentHTML(
"afterbegin",
'<input name="facet" value="rtype,include,books" type="hidden" class="deleteWithDropdownChange" />'
);
} else if (facet === "Articles") {
document
.getElementById("formToAppendInputsTo")
.insertAdjacentHTML(
"afterbegin",
'<input name="mfacet" value="rtype,include,articles,1" type="hidden" class="deleteWithDropdownChange"/><input name="facet" value="tlevel,include,peer_reviewed" type="hidden" class="deleteWithDropdownChange" />'
);
} else if (facet === "Videos") {
document
.getElementById("formToAppendInputsTo")
.insertAdjacentHTML(
"afterbegin",
'<input name="facet" value="rtype,include,videos" type="hidden" class="deleteWithDropdownChange" />'
);
} else if (facet === "Journals") {
document
.getElementById("formToAppendInputsTo")
.setAttribute(
"action",
"https://cuny-kb.primo.exlibrisgroup.com/discovery/jsearch"
);
document
.getElementById("tabSetting")
.setAttribute("value", "jsearch_slot");
} else if (facet === "Newspapers") {
document
.getElementById("formToAppendInputsTo")
.setAttribute(
"action",
"https://cuny-kb.primo.exlibrisgroup.com/discovery/npsearch"
);
} else if (facet === "Reserves") {
document
.getElementById("tabSetting")
.setAttribute("value", "CourseReserves");
document
.getElementById("SearchScopeSetting")
.setAttribute("value", "CourseReserves");
} else {
console.log("no match");
}
// if the stored facet exists on page load, render the dropdown with that facet, then clear the stored facet // store the facet, for use on page reload
function sessionFunction() { sessionStorage.facet = facet;
if (sessionStorage.facet && sessionStorage.searchTerms) { }
stored_terms = sessionStorage.searchTerms;
document.getElementById("primoQueryTemp").value = stored_terms; // if the stored facet exists on page load, render the dropdown with that facet, then clear the stored facet
stored_facet = sessionStorage.facet; function sessionFunction() {
customizeSearch(stored_facet); if (sessionStorage.facet && sessionStorage.searchTerms) {
} stored_terms = sessionStorage.searchTerms;
sessionStorage.clear(); document.getElementById("primoQueryTemp").value = stored_terms;
}; stored_facet = sessionStorage.facet;
customizeSearch(stored_facet);
}
sessionStorage.clear();
}
</script> </script>
<!-- OneSearch widget script from OLS, modified --> <!-- OneSearch widget script from OLS, modified -->
<!-- please forgive the old-timey JS; it is there because we need to support IE10 & IE11 --> <!-- please forgive the old-timey JS; it is there because we need to support IE10 & IE11 -->
<script type="text/javascript"> <script type="text/javascript">
function addPrimoQuery(e) {
// prevent the user from submitting the form if no dropdown item has been selected. Added by ME.
e.preventDefault();
e.stopPropagation();
if (
document.getElementById("dropdownMenu1").innerHTML.includes("Define") ===
true
) {
$("#dropdownMenu1").trigger("click.bs.dropdown.data-api");
document.getElementById("primoQueryTemp").value = "";
document
.getElementById("primoQueryTemp")
.setAttribute("placeholder", "Please make a selection");
return true;
}
function addPrimoQuery(e) { // save the search terms, for use on page reload
// prevent the user from submitting the form if no dropdown item has been selected. Added by ME. sessionStorage.searchTerms =
e.preventDefault(); document.getElementById("primoQueryTemp").value;
e.stopPropagation();
if (document.getElementById("dropdownMenu1").innerHTML.includes('Define') === true) {
$("#dropdownMenu1").trigger('click.bs.dropdown.data-api');
document.getElementById("primoQueryTemp").value = "";
document.getElementById("primoQueryTemp").setAttribute("placeholder", "Please make a selection");
return true;
};
// save the search terms, for use on page reload // original OLS widget
sessionStorage.searchTerms = document.getElementById("primoQueryTemp").value; document.getElementById("primoQuery").value =
"any,contains," +
// original OLS widget document.getElementById("primoQueryTemp").value.replace(/[,]/g, " ");
document.getElementById("primoQuery").value = "any,contains," + document.getElementById("primoQueryTemp").value.replace(/[,]/g, " "); // If you changed the form name at the top, change it below to match
// If you changed the form name at the top, change it below to match document.forms.searchPrimoForm1.submit();
document.forms.searchPrimoForm1.submit(); }
}
</script> </script>
<!-- run the sessionStorage stuff on load --> <!-- run the sessionStorage stuff on load -->
<!-- If browser is IE, show a warning--> <!-- If browser is IE, show a warning-->
<script type="text/javascript"> <script type="text/javascript">
window.onload = function () { window.onload = function () {
sessionFunction();
sessionFunction(); if (window.document.documentMode) {
document.getElementById("obsolete_browser_alert").innerHTML =
if (window.document.documentMode) { '<div class="alert alert-danger" style="text-align: center;"><strong>WARNING! Unsupported browser!</strong><br />It looks like you\'re using Internet Explorer 11 or older.<br />This website works best with modern browsers such as the latest versions of Chrome, Firefox, Safari, and Edge.<br />If you continue with this browser, many parts of this site will not work and you will see unexpected results.</div>';
document.getElementById('obsolete_browser_alert').innerHTML = '<div class="alert alert-danger" style="text-align: center;"><strong>WARNING! Unsupported browser!</strong><br />It looks like you\'re using Internet Explorer 11 or older.<br />This website works best with modern browsers such as the latest versions of Chrome, Firefox, Safari, and Edge.<br />If you continue with this browser, many parts of this site will not work and you will see unexpected results.</div>'; }
} };
}
</script> </script>
<!-- FontAwesome --> <!-- FontAwesome -->
<script src="https://kit.fontawesome.com/4c28f38a07.js" crossorigin="anonymous"></script> <script
src="https://kit.fontawesome.com/4c28f38a07.js"
crossorigin="anonymous"
></script>
+520 -264
View File
@@ -1,278 +1,534 @@
<body class="s-lib-public-body"> <body class="s-lib-public-body">
<!-- Google Tag Manager (noscript) --> <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NXHWQX3" <noscript
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ><iframe
<!-- End Google Tag Manager (noscript) --> src="https://www.googletagmanager.com/ns.html?id=GTM-NXHWQX3"
<!-- BEGIN: content --> height="0"
<div id="s-lib-public-main" class="s-lib-main container s-lib-side-borders"> width="0"
<div id="s-lg-index-cols"> style="display: none; visibility: hidden"
<div id="app"><!-- vue app --> ></iframe
<div class="row"> ></noscript>
<div id="obsolete_browser_alert"> <!-- End Google Tag Manager (noscript) -->
</div> <!-- BEGIN: content -->
<div class="col-xs-12" id="header-div"> <div id="s-lib-public-main" class="s-lib-main container s-lib-side-borders">
<div class="dropdown" id="hamburger-container"> <div id="s-lg-index-cols">
<button class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" aria-label="Hamburger Menu" id="hamburger"> <div id="app">
<i class="fas fa-bars" style="font-size: 2em;"></i> <!-- vue app -->
</button> <div class="row">
<ul class="dropdown-menu fade" aria-labelledby="hamburger" id="hamburger-ul"> <div id="obsolete_browser_alert"></div>
<li> <div class="col-xs-12" id="header-div">
<a v-for="item in hamburger" v-bind:key="item.id" class="searchmenu" v-bind:aria-label="item.description" v-bind:href="item.link" v-bind:target="item.target_blank"> <div class="dropdown" id="hamburger-container">
<menus-component v-bind:item="item"></menus-component> <button
</a> class="btn btn-default dropdown-toggle"
</li> type="button"
</ul> data-toggle="dropdown"
</div><!-- end of hamburger container --> aria-haspopup="true"
<a href="https://cuny-kb.primo.exlibrisgroup.com/discovery/account?vid=01CUNY_KB:CUNY_KB" id="login-div" aria-labelledby="login-text"> aria-expanded="true"
<div id="login-text">Login</div> aria-label="Hamburger Menu"
<div id="login-icon"><i class="fas fa-user"></i></div> id="hamburger"
</a> >
<img id="library-logo" class="image-fail" alt="Kibbee Library logo" src="https://libapps.s3.amazonaws.com/accounts/16298/images/xsmall-2.jpg" /> <i class="fas fa-bars" style="font-size: 2em"></i>
<div id="corona-alert" type="button" data-toggle="modal" data-target=".bs-example-modal-sm"> </button>
<span id="corona-alert-text">No fines on KBCC books checked out before the pandemic! Just return them to any CUNY Library.</span> <ul
</div> class="dropdown-menu fade"
</div><!-- end of header div --> aria-labelledby="hamburger"
<!-- Modal --> id="hamburger-ul"
<div class="modal fade bs-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> >
<div class="modal-dialog modal-sm" role="document"> <li>
<div class="modal-content" style="border-radius: 3px;"> <a
<div class="modal-body"> v-for="item in hamburger"
<button type="button" class="close" data-dismiss="modal" aria-label="Close" style="padding: 5px 5px 12px 12px;"><span aria-hidden="true">&times;</span></button> v-bind:key="item.id"
<h4 class="modal-title" id="myModalLabel">Before returning books to another CUNY library, please make sure you have updated your vaccine information to Cleared4 or checked rules for visiting that campus.</h4> class="searchmenu"
</div> v-bind:aria-label="item.description"
</div> v-bind:href="item.link"
</div> v-bind:target="item.target_blank"
</div><!-- End of modal --> >
</div><!-- end of row --> <menus-component v-bind:item="item"></menus-component>
<div class="row" id="hamburger-alternative"> </a>
<div class="col-xs-12"> </li>
<nav class="navbar navbar-default main-nav-container"> </ul>
<div class="container-fluid"> </div>
<ul class="nav navbar-nav" id="navbar-center"> <!-- end of hamburger container -->
<li v-for="(navmenu, navkey) in navListOfMenus" class="dropdown main-nav-dropdown"> <a
<nav-component v-bind:navmenu="navmenu" v-bind:navkey="navkey"></nav-component> href="https://cuny-kb.primo.exlibrisgroup.com/discovery/account?vid=01CUNY_KB:CUNY_KB"
</li> id="login-div"
</ul> aria-labelledby="login-text"
</div><!-- end of container-fluid --> >
</nav><!-- end of main-nav-container --> <div id="login-text">Login</div>
</div><!-- end of col-xs-12 --> <div id="login-icon"><i class="fas fa-user"></i></div>
</div><!--end of row--> </a>
</div><!--end of Vue app--> <img
id="library-logo"
class="image-fail"
alt="Kibbee Library logo"
src="https://libapps.s3.amazonaws.com/accounts/16298/images/xsmall-2.jpg"
/>
<div
id="corona-alert"
type="button"
data-toggle="modal"
data-target=".bs-example-modal-sm"
>
<span id="corona-alert-text"
>No fines on KBCC books checked out before the pandemic! Just
return them to any CUNY Library.</span
>
</div>
</div>
<!-- end of header div -->
<!-- Modal -->
<div
class="modal fade bs-example-modal-sm"
tabindex="-1"
role="dialog"
aria-labelledby="myModalLabel"
>
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content" style="border-radius: 3px">
<div class="modal-body">
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
style="padding: 5px 5px 12px 12px"
>
<span aria-hidden="true">&times;</span>
</button>
<h4 class="modal-title" id="myModalLabel">
Before returning books to another CUNY library, please make
sure you have updated your vaccine information to Cleared4
or checked rules for visiting that campus.
</h4>
</div> </div>
<div class="container" style="margin-top:14px;"> </div>
<div class="row kbcc-background-image"> </div>
<div class="col-sm-8"> </div>
<form class="form-inline onesearch-jumbotron" name="searchPrimoForm1" role="search" method="get" action="https://cuny-kb.primo.exlibrisgroup.com/discovery/search" onsubmit="addPrimoQuery();" enctype="application/x-www-form-urlencoded; charset=utf-8" id="formToAppendInputsTo"> <!-- End of modal -->
<!-- default is "everything" option suggested from OLS widget builder --> </div>
<input name="vid" value="01CUNY_KB:CUNY_KB" type="hidden" /> <!-- end of row -->
<input name="tab" value="Everything" type="hidden" id="tabSetting" /> <div class="row" id="hamburger-alternative">
<input name="search_scope" value="IZ_CI_AW" type="hidden" id=SearchScopeSetting /> <div class="col-xs-12">
<input name="mode" value="basic" type="hidden" /> <nav class="navbar navbar-default main-nav-container">
<input name="highlight" value="true" type="hidden" /> <div class="container-fluid">
<input name="displayMode" value="full" type="hidden" /> <ul class="nav navbar-nav" id="navbar-center">
<input name="bulkSize" value="10" type="hidden" /> <li
<input name="dum" value="true" type="hidden" /> v-for="(navmenu, navkey) in navListOfMenus"
<input name="displayField" value="all" type="hidden" /> class="dropdown main-nav-dropdown"
<input name="pcAvailabiltyMode" value="false" type="hidden" /> >
<input name="query" id="primoQuery" type="hidden" /> <nav-component
<h1 id="onesearch-header"> v-bind:navmenu="navmenu"
<a href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?tab=Everything&vid=01CUNY_KB:CUNY_KB&lang=en"> v-bind:navkey="navkey"
<img class="image-fail onesearchsubmit" src="https://libapps.s3.amazonaws.com/accounts/16298/images/onesearch_logo.png" alt="OneSearch" /> ></nav-component>
</a> </li>
</h1> </ul>
<div class="form-group" id="flex-search-form"> </div>
<div class="dropdown input-group zero-margin" id="blue-border1"> <!-- end of container-fluid -->
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" aria-label="Define Your Search"> </nav>
<span id="defineYourSearch">Define Your Search </span><span class="caret"></span> <!-- end of main-nav-container -->
</button> </div>
<ul class="dropdown-menu fade dropdown-margin" aria-labelledby="dropdownMenu1"> <!-- end of col-xs-12 -->
<li> </div>
<a class="searchmenu" onclick="customizeSearch('Books')"> <!--end of row-->
<div class="highlight-menu-item bigger-fancy-text"> </div>
<strong>Books</strong> <!--end of Vue app-->
</div> </div>
</a> <div class="container" style="margin-top: 14px">
<a class="searchmenu" onclick="customizeSearch('Articles')"> <div class="row kbcc-background-image">
<div class="highlight-menu-item bigger-fancy-text"> <div class="col-sm-8">
<strong>Articles (Peer reviewed)</strong> <form
</div> class="form-inline onesearch-jumbotron"
</a> name="searchPrimoForm1"
<a class="searchmenu" onclick="customizeSearch('Reserves')"> role="search"
<div class="highlight-menu-item bigger-fancy-text"> method="get"
<strong>Course reserves</strong> action="https://cuny-kb.primo.exlibrisgroup.com/discovery/search"
</div> onsubmit="addPrimoQuery();"
</a> enctype="application/x-www-form-urlencoded; charset=utf-8"
<a class="searchmenu" onclick="customizeSearch('Newspapers')"> id="formToAppendInputsTo"
<div class="highlight-menu-item bigger-fancy-text"> >
<strong>Newspapers and magazines</strong> <!-- default is "everything" option suggested from OLS widget builder -->
</div> <input name="vid" value="01CUNY_KB:CUNY_KB" type="hidden" />
</a> <input
<a class="searchmenu" onclick="customizeSearch('Journals')"> name="tab"
<div class="highlight-menu-item bigger-fancy-text"> value="Everything"
<strong>Journals</strong> type="hidden"
</div> id="tabSetting"
</a> />
<a href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?vid=01CUNY_KB:CUNY_KB&lang=en&mode=advanced" class="searchmenu"> <input
<div class="highlight-menu-item bigger-fancy-text"> name="search_scope"
<strong>Advanced search</strong> value="IZ_CI_AW"
</div> type="hidden"
</a> id="SearchScopeSetting"
<li> />
</ul> <input name="mode" value="basic" type="hidden" />
</div> <input name="highlight" value="true" type="hidden" />
<label class="sr-only" for="primoQueryTemp">Search terms</label> <input name="displayMode" value="full" type="hidden" />
<div class="input-group zero-margin form-width" id="blue-border2"> <input name="bulkSize" value="10" type="hidden" />
<input class="form-control form-width inherit-height-from-flex" name="queryTemp" id="primoQueryTemp" type="search" value="" placeholder="Enter search term here"> <input name="dum" value="true" type="hidden" />
</div> <input name="displayField" value="all" type="hidden" />
<div class="input-group zero-margin" id="blue-border3"> <input name="pcAvailabiltyMode" value="false" type="hidden" />
<input type="submit" class="btn btn-default form-control onesearchsubmit inherit-height-from-flex" value="Search" onclick="return addPrimoQuery(event);" /> <input name="query" id="primoQuery" type="hidden" />
</div> <h1 id="onesearch-header">
</div> <a
</form> href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?tab=Everything&vid=01CUNY_KB:CUNY_KB&lang=en"
>
<img
class="image-fail onesearchsubmit"
src="https://libapps.s3.amazonaws.com/accounts/16298/images/onesearch_logo.png"
alt="OneSearch"
/>
</a>
</h1>
<div class="form-group" id="flex-search-form">
<div class="dropdown input-group zero-margin" id="blue-border1">
<button
class="btn btn-default dropdown-toggle"
type="button"
id="dropdownMenu1"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="true"
aria-label="Define Your Search"
>
<span id="defineYourSearch">Define Your Search </span
><span class="caret"></span>
</button>
<ul
class="dropdown-menu fade dropdown-margin"
aria-labelledby="dropdownMenu1"
>
<li>
<a class="searchmenu" onclick="customizeSearch('Books')">
<div class="highlight-menu-item bigger-fancy-text">
<strong>Books</strong>
</div>
</a>
<a class="searchmenu" onclick="customizeSearch('Articles')">
<div class="highlight-menu-item bigger-fancy-text">
<strong>Articles (Peer reviewed)</strong>
</div>
</a>
<a class="searchmenu" onclick="customizeSearch('Reserves')">
<div class="highlight-menu-item bigger-fancy-text">
<strong>Course reserves</strong>
</div>
</a>
<a
class="searchmenu"
onclick="customizeSearch('Newspapers')"
>
<div class="highlight-menu-item bigger-fancy-text">
<strong>Newspapers and magazines</strong>
</div>
</a>
<a class="searchmenu" onclick="customizeSearch('Journals')">
<div class="highlight-menu-item bigger-fancy-text">
<strong>Journals</strong>
</div>
</a>
<a
href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?vid=01CUNY_KB:CUNY_KB&lang=en&mode=advanced"
class="searchmenu"
>
<div class="highlight-menu-item bigger-fancy-text">
<strong>Advanced search</strong>
</div>
</a>
</li>
</div> <li></li>
<div class="col-sm-4"> </ul>
<div class="nav-by-jumbotron"> </div>
<a class="ga-by-jumbotron"> <label class="sr-only" for="primoQueryTemp">Search terms</label>
<div class="nav-divs-by-jumbotron" id="bookastudyroom"> <div class="input-group zero-margin form-width" id="blue-border2">
<h2><button id="eq_32886">Book A Study Room</button></h2> <input
</div> class="form-control form-width inherit-height-from-flex"
</a> name="queryTemp"
<a href="https://library.kbcc.cuny.edu/az.php" class="ga-by-jumbotron"> id="primoQueryTemp"
<div class="nav-divs-by-jumbotron"> type="search"
<h2>Databases</h2> value=""
</div> placeholder="Enter search term here"
</a> />
<a href="https://library.kbcc.cuny.edu/guides" class="ga-by-jumbotron"> </div>
<div class="nav-divs-by-jumbotron"> <div class="input-group zero-margin" id="blue-border3">
<h2>Research Guides</h2> <input
</div> type="submit"
</a> class="btn btn-default form-control onesearchsubmit inherit-height-from-flex"
<a href="https://kbcc-cuny.libwizard.com/f/feedback" class="ga-by-jumbotron"> value="Search"
<div class="nav-divs-by-jumbotron"> onclick="return addPrimoQuery(event);"
<h2>Send Us Feedback</h2> />
</div> </div>
</a> </div>
<!-- hide chat with a librarian </form>
</div>
<div class="col-sm-4">
<div class="nav-by-jumbotron">
<a class="ga-by-jumbotron">
<div class="nav-divs-by-jumbotron" id="bookastudyroom">
<h2><button id="eq_32886">Book A Study Room</button></h2>
</div>
</a>
<a
href="https://library.kbcc.cuny.edu/az.php"
class="ga-by-jumbotron"
>
<div class="nav-divs-by-jumbotron">
<h2>Databases</h2>
</div>
</a>
<a
href="https://library.kbcc.cuny.edu/guides"
class="ga-by-jumbotron"
>
<div class="nav-divs-by-jumbotron">
<h2>Research Guides</h2>
</div>
</a>
<a
href="https://kbcc-cuny.libwizard.com/f/feedback"
class="ga-by-jumbotron"
>
<div class="nav-divs-by-jumbotron">
<h2>Send Us Feedback</h2>
</div>
</a>
<!-- hide chat with a librarian
<a class="chat2" style="cursor: pointer;" onclick="(function() {if (window.document.documentMode || navigator.userAgent.indexOf('Edge/') > -1) { window.location.href = 'http://library.kbcc.cuny.edu/oldbrowser'; return false; } else {window.open('https://kbcc-cuny.libanswers.com/chat/widget/f7d1629a91e178fd0f799322e803b6e7', 'newwindow', 'width=500, height=400, top=100, left=100'); return false;};})()"> <a class="chat2" style="cursor: pointer;" onclick="(function() {if (window.document.documentMode || navigator.userAgent.indexOf('Edge/') > -1) { window.location.href = 'http://library.kbcc.cuny.edu/oldbrowser'; return false; } else {window.open('https://kbcc-cuny.libanswers.com/chat/widget/f7d1629a91e178fd0f799322e803b6e7', 'newwindow', 'width=500, height=400, top=100, left=100'); return false;};})()">
<div class="nav-divs-by-jumbotron"> <div class="nav-divs-by-jumbotron">
<h2>Chat with a Librarian!</h2> <h2>Chat with a Librarian!</h2>
</div> </div>
</a> </a>
--> -->
</div> </div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-7 col-lg-6"> <div class="col-md-7 col-lg-6">
<div class="panel panel-default hide-body-border"> <div class="panel panel-default hide-body-border">
<div class="panel-heading show-panel"> <div class="panel-heading show-panel">
<span class="panel-title content-panel-title"><h2>Library Links</h2></span> <span class="panel-title content-panel-title"
</div> ><h2>Library Links</h2></span
<div class="panel-body"> >
<div class="row"> </div>
<div class="col-sm-6"> <div class="panel-body">
<ul class="link-list"> <div class="row">
<li><a href="https://library.kbcc.cuny.edu/ENGLISH24" class="ga-library-links">How to Use the Library</a></li> <div class="col-sm-6">
<li><a href="https://library.kbcc.cuny.edu/ebooks" class="ga-library-links">Find eTextbooks and eBooks</a></li> <ul class="link-list">
<li><a href="https://library.kbcc.cuny.edu/video" class="ga-library-links">Streaming Video</a></li> <li>
<li><a href="https://cuny-kb.alma.exlibrisgroup.com/discovery/collectionDiscovery?vid=01CUNY_KB:CUNY_KB&collectionId=8150765860006129" class="ga-library-links">Comic Books & Graphic Novels</a></li> <a
</ul> href="https://library.kbcc.cuny.edu/ENGLISH24"
</div> class="ga-library-links"
<div class="col-sm-6"> >How to Use the Library</a
<ul class="link-list"> >
<li><a href="http://kbcc.ezproxy.cuny.edu:2048/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s9000138&profile=ehost&defaultdb=a9h" target="_blank" class="ga-library-links">Academic Search Complete</a></li> </li>
<li><a href="http://kbcc.ezproxy.cuny.edu:2048/login?url=https://search.proquest.com/usmajordailies/advanced/news/fromDatabasesLayer?accountid=38336" target="_blank" class="ga-library-links">US Newspapers</a></li> <li>
<li><a href="http://www.nytimes.com/passes" target="_blank" class="ga-library-links">NY Times Free Pass</a></li> <a
<li><a href="https://cuny-kb.alma.exlibrisgroup.com/discovery/collectionDiscovery?vid=01CUNY_KB:CUNY_KB&collectionId=8147703140006129" class="ga-library-links">Leisure Reading Collection</a></li> href="https://library.kbcc.cuny.edu/ebooks"
</ul> class="ga-library-links"
</div> >Find eTextbooks and eBooks</a
</div> >
</div> </li>
</div> <li>
<div class="panel panel-default hide-body-border"> <a
<div class="panel-heading show-panel"> href="https://library.kbcc.cuny.edu/video"
<span class="panel-title content-panel-title"><h2>Today's Library Hours</h2></span> class="ga-library-links"
</div> >Streaming Video</a
<div class="panel-body"> >
{{content_box_29248590}} </li>
</div> <li>
</div> <a
</div> href="https://cuny-kb.alma.exlibrisgroup.com/discovery/collectionDiscovery?vid=01CUNY_KB:CUNY_KB&collectionId=8150765860006129"
<div class="col-md-5 col-lg-6"> class="ga-library-links"
<div class="panel panel-default hide-body-border"> >Comic Books & Graphic Novels</a
<div class="panel-heading show-panel"> >
<span class="panel-title content-panel-title"><h2>Featured in the Library</h2></span> </li>
</div> </ul>
<div class="panel-body">
{{content_box_25912431}}
</div>
</div>
</div>
</div>
</div> </div>
<div class="container"> <div class="col-sm-6">
<div class="row"> <ul class="link-list">
<!-- BEGIN: Page Footer --> <li>
<div id="orange-line"></div> <a
<div id="main-blue-footer"> href="http://kbcc.ezproxy.cuny.edu:2048/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s9000138&profile=ehost&defaultdb=a9h"
<div id="lighthouse-logo"> target="_blank"
<a href="https://www.kbcc.cuny.edu"><img src="https://libapps.s3.amazonaws.com/accounts/16298/images/Orange_Vector_Mac_Building.png" alt="Kingsborough Lighthouse logo" loading="lazy" /></a> class="ga-library-links"
</div> >Academic Search Complete</a
<div class="library-address"> >
<div class="whiteahrefs"> </li>
<strong>Robert J. Kibbee Library</strong><br /> <li>
2001 Oriental Blvd<br /> <a
Brooklyn, NY, 11209<br /> href="http://kbcc.ezproxy.cuny.edu:2048/login?url=https://search.proquest.com/usmajordailies/advanced/news/fromDatabasesLayer?accountid=38336"
<a href="tel:+1-718-368-5632">718-368-5632</a> target="_blank"
</div> class="ga-library-links"
<div class="whiteahrefs"> >US Newspapers</a
<a href="https://kbcc-cuny.libwizard.com/f/reference">reference.desk@kbcc.cuny.edu</a> >
<br /> </li>
<a aria-label="Twitter" href="https://twitter.com/KBCCLibrary" target="_blank"><i aria-hidden="true" class="fab fa-twitter"></i></a> <li>
<a aria-label="Instagram" href="https://www.instagram.com/kbcclibrary/" target="_blank"><i aria-hidden="true" class="fab fa-instagram"></i></a> <a
<a aria-label="Goodreads" href="https://www.goodreads.com/user/show/51717966-kingsborough-library" target="_blank"><i aria-hidden="true" class="fab fa-goodreads"></i></a> href="http://www.nytimes.com/passes"
<a aria-label="TikTok" href="https://www.tiktok.com/@kbcclibrary?lang=en" target="_blank"><i aria-hidden="true" class="fab fa-tiktok"></i></a> target="_blank"
<a aria-label= "YouTube" href="https://www.youtube.com/channel/UCpeJWrnzLXEizw8cMvVp-_Q/videos" target="_blank"><i aria-hidden="true" class="fab fa-youtube"></i></a> class="ga-library-links"
<a aria-label="Spotify" href="https://open.spotify.com/user/313lfmvr4ezmkb2mhodzd5ubzg4a" target="_blank"><i aria-hidden="true" class="fab fa-spotify"></i></a> >NY Times Free Pass</a
</div> >
</div> </li>
<div id="cuny-logo"> <li>
<a href="https://www.cuny.edu" target="_blank"><img src="https://libapps.s3.amazonaws.com/accounts/16298/images/CUNYlogo-white.png" alt="CUNY logo" loading="lazy" /></a> <a
</div> href="https://cuny-kb.alma.exlibrisgroup.com/discovery/collectionDiscovery?vid=01CUNY_KB:CUNY_KB&collectionId=8147703140006129"
<div class="whiteahrefs libapps"> class="ga-library-links"
<a href="https://kbcc-cuny.libapps.com/libapps/login.php?site_id=2365">Log in to LibApps</a> | <a href="https://cuny-kb.alma.exlibrisgroup.com/mng/login?auth=SAML">Alma</a> >Leisure Reading Collection</a
</div> >
<div style="height:10px;"></div> </li>
</div> </ul>
<!-- END: Page Footer --> </div>
</div> </div>
</div> </div>
</div> </div>
<div class="panel panel-default hide-body-border">
<div class="panel-heading show-panel">
<span class="panel-title content-panel-title"
><h2>Today's Library Hours</h2></span
>
</div>
<div class="panel-body">{{content_box_29248590}}</div>
</div>
</div>
<div class="col-md-5 col-lg-6">
<div class="panel panel-default hide-body-border">
<div class="panel-heading show-panel">
<span class="panel-title content-panel-title"
><h2>Featured in the Library</h2></span
>
</div>
<div class="panel-body">{{content_box_25912431}}</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<!-- BEGIN: Page Footer -->
<div id="orange-line"></div>
<div id="main-blue-footer">
<div id="lighthouse-logo">
<a href="https://www.kbcc.cuny.edu"
><img
src="https://libapps.s3.amazonaws.com/accounts/16298/images/Orange_Vector_Mac_Building.png"
alt="Kingsborough Lighthouse logo"
loading="lazy"
/></a>
</div>
<div class="library-address">
<div class="whiteahrefs">
<strong>Robert J. Kibbee Library</strong><br />
2001 Oriental Blvd<br />
Brooklyn, NY, 11209<br />
<a href="tel:+1-718-368-5632">718-368-5632</a>
</div>
<div class="whiteahrefs">
<a href="https://kbcc-cuny.libwizard.com/f/reference"
>reference.desk@kbcc.cuny.edu</a
>
<br />
<a
aria-label="Twitter"
href="https://twitter.com/KBCCLibrary"
target="_blank"
><i aria-hidden="true" class="fab fa-twitter"></i
></a>
<a
aria-label="Instagram"
href="https://www.instagram.com/kbcclibrary/"
target="_blank"
><i aria-hidden="true" class="fab fa-instagram"></i
></a>
<a
aria-label="Goodreads"
href="https://www.goodreads.com/user/show/51717966-kingsborough-library"
target="_blank"
><i aria-hidden="true" class="fab fa-goodreads"></i
></a>
<a
aria-label="TikTok"
href="https://www.tiktok.com/@kbcclibrary?lang=en"
target="_blank"
><i aria-hidden="true" class="fab fa-tiktok"></i
></a>
<a
aria-label="YouTube"
href="https://www.youtube.com/channel/UCpeJWrnzLXEizw8cMvVp-_Q/videos"
target="_blank"
><i aria-hidden="true" class="fab fa-youtube"></i
></a>
<a
aria-label="Spotify"
href="https://open.spotify.com/user/313lfmvr4ezmkb2mhodzd5ubzg4a"
target="_blank"
><i aria-hidden="true" class="fab fa-spotify"></i
></a>
</div>
</div>
<div id="cuny-logo">
<a href="https://www.cuny.edu" target="_blank"
><img
src="https://libapps.s3.amazonaws.com/accounts/16298/images/CUNYlogo-white.png"
alt="CUNY logo"
loading="lazy"
/></a>
</div>
<div class="whiteahrefs libapps">
<a
href="https://kbcc-cuny.libapps.com/libapps/login.php?site_id=2365"
>Log in to LibApps</a
>
|
<a href="https://cuny-kb.alma.exlibrisgroup.com/mng/login?auth=SAML"
>Alma</a
>
</div>
<div style="height: 10px"></div>
</div>
<!-- END: Page Footer -->
</div>
</div>
</div>
<div id="s-lib-alert" title=""> <div id="s-lib-alert" title="">
<div id="s-lib-alert-content"></div> <div id="s-lib-alert-content"></div>
</div> </div>
<div id="s-lib-popover-title" class="hide"> <div id="s-lib-popover-title" class="hide">
<span class="text-info"><strong>title</strong></span> <span class="text-info"><strong>title</strong></span>
<button type="button" id="popclose" class="close" onclick="jQuery('.s-lib-popover').popover('hide')">&times;</button> <button
</div> type="button"
<div id="s-lib-popover-content" class="hide"><i class="fa fa-refresh fa-spin"></i> Loading... id="popclose"
<button class="btn btn-default btn-sm popclose" type="button">Close</button> class="close"
</div> onclick="jQuery('.s-lib-popover').popover('hide')"
<div id="s-lib-scroll-top" title="Back to Top"> >
<span class="fa-stack fa-lg"> &times;
<i class="fa fa-square-o fa-stack-2x"></i> </button>
<i class="fa fa-angle-double-up fa-stack-1x" style="position:relative; bottom:2px;"></i> </div>
</span> <div id="s-lib-popover-content" class="hide">
</div> <i class="fa fa-refresh fa-spin"></i> Loading...
<button class="btn btn-default btn-sm popclose" type="button">Close</button>
</div>
<div id="s-lib-scroll-top" title="Back to Top">
<span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i
class="fa fa-angle-double-up fa-stack-1x"
style="position: relative; bottom: 2px"
></i>
</span>
</div>
<!-- LibChat widget script --> <!-- LibChat widget script -->
<script src="https://kbcc-cuny.libanswers.com/load_chat.php?hash=f7d1629a91e178fd0f799322e803b6e7"></script> <script src="https://kbcc-cuny.libanswers.com/load_chat.php?hash=f7d1629a91e178fd0f799322e803b6e7"></script>
<!-- add Vue scripts -->
<!-- <script src="https://cdn.jsdelivr.net/npm/vue@2.7.8/dist/vue.js"></script> --> <!-- development -->
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.8"></script> <!--production -->
<script type="text/javascript" src="https://libapps.s3.amazonaws.com/sites/2365/include/main.js"></script>
<!-- add Vue scripts -->
<!-- <script src="https://cdn.jsdelivr.net/npm/vue@2.7.8/dist/vue.js"></script> -->
<!-- development -->
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.8"></script>
<!--production -->
<script
type="text/javascript"
src="https://libapps.s3.amazonaws.com/sites/2365/include/main.js"
></script>
</body> </body>