Photo of Cindy Aden

Cindy Aden

Program Chair

University of Washington, iSchool

Anchor Institution

Professional Bio

Cindy Altick Aden graduated from Stanford University with a degree in International Relations. Her focus was on languages, cultural communication and political science. A year later Cindy completed a certification program from Stanford’s Mass Media Institute and became a reporter for the Palo Alto Weekly.

Cindy graduated from the University of Washington with a master’s in Library & Information Science and was recruited for the Library of Congress intern program where she started her library career serving Congress. She worked subsequently at the University of Washington as a reference librarian and as a collections selector at Suzzallo Library, as a reference librarian at Odegaard Undergraduate Library and as Head of Circulation at the Gallagher Law Library.

Cindy became the Washington State Librarian in August, 2016. Issues like access to broadband, developing a statewide ebook platform, augmenting library catalog visibility, defending federal library funding and identifying new ebook models that benefit libraries and authors, have been some of her areas of focus.
In August, 2020 she became the third iSchool Distinguished Practitioner of Practice at the University of Washington. She is excited to bring together her experience with journalism, government, internet search and discovery and strategic partnerships, to guarantee libraries are always relevant to their communities.

Organization Name

University of Washington, iSchool
Information School Mary Gates Hall, suite 370
Seattle, WA 98195
United States
206.616.7849 https://ischool.uw.edu/
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