Back to AnchorNets 2024 Attendees
Photo of Christine Morris

Christine Morris

Digital Resources Manager

Ohio Public Library Information Network (OPLIN)

Local or State Government Departments, Agencies

Professional Bio

Christine Morris is the Digital Resources Manager at the Ohio Public Library Information Network (OPLIN). With over 20 years of experience in professional librarianship and consortia work, she now works with public libraries on E-rate, Northstar Digital Literacy, and the Ohio Web Library resources. Christine holds a BA in Economics and International Studies from Bowling Green State University, an MLIS from Kent State University, and an MA in Public Policy and Management from Ohio State University.

Organization Name

Ohio Public Library Information Network (OPLIN)
2323 W Fifth Ave., Suite 130
Columbus, OH 43204
United States
614.728.5250 http://www.oplin.ohio.gov
SHLB Logo Local or State Government Departments, Agencies

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