Introduction

Hello, my name is Andrew Weymouth and I have worked with the University of Idaho Library as the Digital Initiatives Librarian in the Center for Digital Inquiry and Learning (CDIL) department since the fall of 2023. My work generally consists of creating and maintaining our digital collections, collaborating on projects with fellowship recipients, helping to rethink processes and introducing new digital scholarship tools to the department.

Experience

I come from multi-disciplinary background, creating work about history using long form audio, video, animation and writing that compliments my current work in digital scholarship well. Before joining U of I, I worked as the Digital Media Editor for the Washington State focused digital encyclopedia, HistoryLink, where I helped add visual context to written material and ensured none of the material was copyright protected.

Moving image of CCC workers throwing timber off of a trail
Moving image I created manipulating elements of an archival photograph from the CCC Idaho collection as a part of the 2024 Poster Series

Continuing Education

Since moving from Tacoma to Moscow for this position, I have also become a student again, pursuing another master’s, this time in history here at U of I. While taking on this workload and working as an Assistant Professor has been a huge workload, it’s also helped me ground my work into creating practical applications for my digital scholarship work that can help students and researchers enhance their scholarship, such as this workflow I’ve developed on using Python tools to pull annotations from reading materials and visualize these elements in the note taking application Obsidian.

Obsidian graph view click through, adding and removing various elements.
Example of the graph output in Obsidian using the Python Annotation Extraction Tool mentioned above. The purple and blue nodes represent books for two different courses, the green nodes represent their tags and their proximity to one another represents their connections and contrasts.

Digital Scholarship Example

One example of a digital scholarship project I’ve worked on using a database that we will talk more about in a moment is using Web of Science to create Bibliometrics. This was prompted by my work creating a digital collection for the U of I’s Taylor Wilderness Research Station, a scientific refuge that students have been visiting in the remote Frank Church River of No Return Wilderness since the 1970s.

Bibliometrics are the use of statistical methods to analyze books, articles and other publications. The concept for this project was to see if there was some way to visualize all of the academic work that was produced by students and faculty members after conducting research at the station to convey a sense of the institution’s “research impact” over time.

Group of six standing in front of the Taylor Wilderness Research Station wearing clothes indicative of the late 1970s or early 1980s.
Arlow Lewis, the caretaker of Taylor Ranch for several years, far left with glasses. Kneeling on left is Jim Bennett, then a PhD student working on bighorn sheep. Carol Bennett is in the yellow top, courtesy U of I Special Collections (DSC_0360)

Approach

This led me to consider some questions:

  • What does it mean for a paper to be the direct product of a specific place?

  • Does a work need to mention Taylor by name?

  • Are we only looking at research produced by U of I?

  • How long after the author visits Taylor is it still considered a product of that place?

With this in mind, I decided to zoom out a bit and look at authors from U of I who were simply present in the archive, rather than specific titles.

Network Visualization

After creating an author name equation so I only needed to search for authors in seven batches of 100 names rather than a bleak 737 individual searches, this compiled Web of Science data was then exported in CSV format and then imported into VOSviewer, a Dutch, open-source network visualization platform with excellent documentation and an intuitive interface.

Data visualization of multi-colored nodes against a black background labeled with the names of authors.
Visualization of citation impact over time of authors that contributed to work found in the Taylor Wilderness Research Station digital archive. Node size indicates the number of times the work has been cited, color and distance indicates groups formed by subject and keyword likeness and lines connecting nodes indicates shared citations.

I wanted to analyze:

Once these three visualizations were completed, further customization was done adjusting node color to represent scientific discipline, size to represent the number of times the work has been cited, and arrangement according to when they were published. Selecting a node brings up a pane on the lower right hand corner of the screen which reveals more details on the title and, if available, creates a link to the research paper itself.

These visualizations were then embedded into our CollectionBuilder site using the VOS-Viewer Online function. While these do take a short while to process the JSON data on loading, the bibliometrics add a colorful and interactive element that reduces a daunting amount of scholarly work into a single visualization.

While you may be doing more straight-forward searching using Web of Science and similar scientific databases in your work, pulling more detailed data from these databases could possibly add an interesting visual element to your final projects!