River Park Branch Releases Mid-Year Bulletin
Login/Register
Locations & Hours
Get A Library Card
Support & Help
Send Us an Email
Frequently Asked Questions
Search
Borrow
Browse the Catalog
Get A Library Card
Digital & Streaming
Fine-Free
Discovery Passes
Suggest Materials
Recommended Reading
How to use the Library
Visit
Locations & Hours
Reserve a Space
Special Events
Book a Tour
Library Foundation Bookstore
Hesburgh Libraries
Get Involved
Donate
Jobs
Volunteer
Share Your Expertise
Book Donation Request
Library Foundation
Business Opportunities
About
About the Library
News
Patron Stories
Policies
Our Next Chapter
Programs & Events
Services & Resources
Research & Learning
Studio 304
Databases & Journals
Local & Family History
Michiana Memory
Writer’s Resources
Search Catalog
Search Website
View Digital Collection
Hoopla
Kanopy
OverDrive
eBooks, Audiobooks, Movies, Music & More
Log-in or Register to start Borrowing
BorrowBooks, Movies, eBooks
Browse the Catalog
Digital & Streaming
Get A Library Card
Fine-Free
Discovery Passes
Suggest Materials
Recommended Reading
How to use the Library
VisitBranches, Book a Room, Tours
Locations & Hours
Reserve a Space
Special Events
Book a Tour
Library Foundation Bookstore
Hesburgh Libraries
Get InvolvedJobs, Volunteering, Donate
Donate
Jobs
Volunteer
Share Your Expertise
Library Foundation
Business Opportunities
AboutAbout the Library, News, Policies
About the Library
News
Patron Stories
Policies
Our Next Chapter
Programs & EventsFor Kids, Teens & Adults
Services & ResourcesTech Help, Tax Assistance, Career Advice
Research & LearningDatabases, History, Online Courses
Databases & Journals
Local & Family History
Michiana Memory
Writer’s Resources
Find Locations & Hours
Get A Library Card
Book a Meeting or Study Room
Support & Help
Send Us an EmailTell us what’s working and share your ideas
Frequently Asked QuestionsAnswers to common questions and concerns
document.querySelectorAll('.menu-item.menu-item-has-children > a').forEach(menuLink => {
menuLink.addEventListener('focus', () => {
// Ensure the submenu is shown on focus
const submenu = menuLink.nextElementSibling;
if (submenu) {
submenu.style.display = 'block';
menuLink.setAttribute('aria-expanded', 'true');
}
});
menuLink.addEventListener('blur', () => {
// Hide the submenu when focus is lost (if necessary)
const submenu = menuLink.nextElementSibling;
if (submenu) {
setTimeout(() => {
if (!submenu.contains(document.activeElement)) {
submenu.style.display = 'none';
menuLink.setAttribute('aria-expanded', 'false');
}
}, 100); // Small delay to allow tabbing into submenu items
}
});
});
document.addEventListener("DOMContentLoaded", function() {
function shouldRunScript() {
return window.innerWidth >= 991; // Adjust the width as needed
}
function handleFocusIn(event) {
if (!shouldRunScript()) return;
const menuItem = event.target.closest(".menu-item");
if (menuItem) {
const parentSubMenu = menuItem.closest(".sub-menu");
if (parentSubMenu) {
parentSubMenu.style.top = "100%";
parentSubMenu.style.opacity = "1";
parentSubMenu.style.paddingLeft = "0";
parentSubMenu.style.paddingTop = "2px";
}
}
}
function handleFocusOut(event) {
if (!shouldRunScript()) return;
setTimeout(() => {
const focusedElement = document.activeElement;
navigationElements.forEach(navElement => {
if (navElement) {
const subMenus = navElement.querySelectorAll(".sub-menu");
subMenus.forEach(subMenu => {
if (!subMenu.contains(focusedElement)) {
subMenu.style.top = "";
subMenu.style.opacity = "";
subMenu.style.paddingLeft = "";
subMenu.style.paddingTop = "";
}
});
}
});
}, 10);
}
const navigationElements = [document.getElementById("site-navigation"), document.getElementById("supernav")];
navigationElements.forEach(navElement => {
if (navElement) {
navElement.addEventListener("focusin", handleFocusIn);
navElement.addEventListener("focusout", handleFocusOut);
}
});
// Optional: Re-check when window resizes
window.addEventListener("resize", function() {
if (!shouldRunScript()) {
navigationElements.forEach(navElement => {
if (navElement) {
const subMenus = navElement.querySelectorAll(".sub-menu");
subMenus.forEach(subMenu => {
subMenu.style.top = "";
subMenu.style.opacity = "";
subMenu.style.paddingLeft = "";
subMenu.style.paddingTop = "";
});
}
});
}
});
});
The Mid-Year Bulletin
June 9, 2026 | By: Lindsay Taylor
Summer is here! Read on for Local & Family History updates and find out what’s coming up.
The LGBTQ+ Collection in Michiana Memory holds materials pertaining to St. Joseph County’s LGBTQ community from the 1950s to the 2010s. Items in this collection document social life, businesses, organizations, and activism of community members as well as include government activities regarding human rights. In this collection you’ll find photographs, event programs, newsletters, reports, and more. The original materials digitized for this collection were sourced from the collections of the Civil Rights Heritage Center at IUSB, but the library also collects such items for our own Local & Family History archives. Interested in donating or loaning items to grow the library’s archives of LGBTQ history? Contact us for more information!
You may have seen paper quilt squares at your local SJCPL branch or in the Local & Family History Department. We’re gathering responses to the prompt “What is your wish for America’s future?” to display them as a giant collaborative quilt for the July 11th 250th event at the Main Library. Be sure to fill out a quilt square and put July 11th on your calendar!
304 S. Main St.
South Bend, IN 46601
574-282-4646
© 2026 SJCPL. All rights reserved.
Privacy Statement Accessibility Statement