Focusing on Delivery

09-30-12

A Twitter exchange between Patrick Hochstenbach and Rosemie Callewaert voiced the opinion that library "discovery systems should focus more on delivery". I agree - completely - and would like to describe some of the work I've been a part of recently that focuses on delivery of library content.

At the Brown University Library, we have recently taken steps to improve the delivery of journal articles to library users. We call the project easyArticle1. When a user clicks on the 'Findit @Brown' link in various databases (including Google Scholar) or clicks the access link in our Summon front-end, she is routed through this system.

In its most basic form, easyArticle is a front-end to the 360Link link resolver from Serials Solutions. However it adds a fair amount of functionality beyond the typical link resolver. The biggest addition to date is the automated submission of Interlibrary Loan and document delivery requests. This along with the easyBorrow project at Brown, which focuses on obtaining copies of books, consist of our "delivery" services.

This screencast demonstrates a search in Google Scholar that leads to the user requesting an article via Interlibrary Loan through this application2. Below the screencast is a list of user scenarios and how the easyArticle system is delivery the content to the user.

User scenarios for our easyArticle link resolver, or article delivery platform.

Library has a license to an electronic version of the article or knows of an open access electronic copy of the article.

The user is presented with link to the electronic version, much like most link resolvers. Although this page is served by a locally developed web application so we have complete control over its appearance and content.

Library holds the print version of the article.

Students are presented with the location in the stacks of the item. Example. This also uses a locally developed web service, called the book locator, to give the user the exact floor and aisle location of the item.

Faculty can click a 'request' link that will create a document delivery request in Illiad. Library staff will then retrieve the item from the stacks, scan it, and it will be delivered via the document delivery software.

Library does not license an electronic copy of the article and does not hold a print copy of the article.

Users are offered a request link. If the user is not authenticated, the user is prompted to login via the campus Shibboleth system. After clicking a confirmation button, the request is submitted to Illiad.

The library is a member of the RapidILL resource sharing network. Requests that are available via this network are delivered to the users with 24 hours (Monday through Friday) of receipt. If you aren't familiar with Rapid, there is more information in this presentation. It's a great collaborative effort.

Requests not available via Rapid are then processed through normal ILL procedures and documents are delivered directly via the Illiad software.

Something goes wrong.

Unfortunately not all OpenURLs contain enough metadata or the holdings information in the knowledgebase isn't quite right and users can't get the article they are looking for. In these instances, we offer users a simple problem report form that contains a link to the citation and their IP address that will help staff track down the problem. This has led to speedier resolution of problems and a more centralized place to track problems and identify which platforms aren't working well with OpenURL.


  1. Many of the components of this application are available on Github as separate Python modules. I also wrote previously about building a demo application on Heroku that provides the basic functionality of this application. 

  2. Many of the components of this application are available on Github as separate Python modules. I also wrote previously about building a demo application on Heroku that provides the basic functionality of this application.