Cindy Hohl

Cindy Hohl, MBA/MLIS, is a member of the Santee Sioux Nation and works as the director of policy analysis and operational support at the Kansas City Public Library. She is a past president of the American Indian Library Association (AILA) and works with librarians to share information across the globe as a member of the International Federation of Library Associations (IFLA) Indigenous Matters Section and in her work as Co-Chair on the Tribal Library Council for the Association of Tribal Archives, Libraries, and Museums (ATALM). With a passion for upholding Intellectual Freedom, Cindy serves as an ex-officio trustee on the executive board of the Freedom to Read Foundation and as a member of the Missouri Library Association Intellectual Freedom Committee. As a proud ALA Spectrum Scholar, she strives to increase diversity in the library field through mentorship, recruitment, and advocacy. Cindy is also the 2024-25 President of the American Library Association and the first Spectrum Scholar to be elected to the role. Cindy holds a Bachelor of Science degree from Friends University, a Master of Business Administration degree from Baker University and a Master of Library and Information Science degree from Wayne State University.

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