Back to AnchorNets 2024 Attendees
Photo of Grace Riario

Grace Riario

CEO

Ramapo Catskill Library System

Anchor Institution

Professional Bio

Grace Riario has over twenty-five years of experience working in public, college, and school libraries. In 2019, she was hired as the first Latina to hold the position of Chief Executive Officer of a Library System in New York State - the Ramapo Catskill Library System (RCLS) in Middletown, NY. She received an MLIS from Queens College, an MPA from Penn State University, and an advanced certificate in Public Library Administration through Long Island University. She was a member of the leadership team that developed the New York State trustee education curriculum, supported the Trustee Education Legislation, and updated the public library minimum standards that took effect on January 2021. She serves as the chair of the Regents Advisory Council and Public Library System Directors Association. These days, her energy is spent engaging community members on sustainable funding for libraries, digital justice and equity for communities, and promoting Diversity, Equity, and Inclusion among library employees and administrators.

Organization Name

Ramapo Catskill Library System
619 Route 17M
Middletown, NY 10940
845.243.3747 https://rcls.org/
SHLB Logo Anchor Institution

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage