Showing posts with label Interlibrary Loan. Show all posts
Showing posts with label Interlibrary Loan. Show all posts

Friday, April 28, 2017

End dates for Link+ borrowing: ILS Update #2

Migrating to a new Integrated Library System (ILS): Update #2



As Shana mentioned in her last post, migrating to a new Integrated Library System (ILS) is a major undertaking for our library, requiring careful planning and collaboration. This complex project has technological, conceptual, educational and philosophical dimensions.

As we learn more about the capabilities of the new systems we're adopting, we are thinking strategically about our goals and values, weighing risks and benefits, and making difficult tradeoffs. 

Last fall, we made the decision to migrate to Ex Libris Alma as our new ILS in order to pursue the benefits that come from a modern system architecture and interface design. We believe that our new system will be more interoperable, functional, and visibly easier to use. 

One of the few drawbacks of the new system is that it is currently incompatible with the popular Link+ borrowing network, to which our library has contributed for the last two years. Link+ is tied to the outdated system we are leaving, and the scope of its collection is decreasing as other libraries decide to make their own migrations. (For example, nine California State University libraries are also leaving Link+ and migrating to Alma - coincidentally on the same day as Armacost Library's move - decreasing its collection by a third)

As soon as we became aware that migrating to a new system might compel us to withdraw from Link+, we began investigating our options for replacing the functionality we'd lose. 
  • Link+ put a prominent request link directly into our catalog's interface, so we could search the holdings of other libraries immediately after an unsuccessful search of our local collection. Our new discovery system (Ex Libris Primo) includes single-click functionality for expanding a search to other libraries and for placing requests for items not found in our local collection. 
  • Link+ made managing requests easier for library staff, by automatically transferring descriptive records between libraries behind the scenes. Libraries with programming know-how are leveraging Ex Libris' advanced technology to create similar interconnections using traditional interlibrary loan. 
  • Another popular Link+ feature was the speedy courier delivery. Typically libraries offer courier service only as part of a formal resource sharing partnership such as Link+ or Rapid. Some libraries set up courier arrangements with each other outside of a formal partnership, but this requires footing the monthly bill for the courier service and negotiating a borrowing arrangement that balances each library's workload. 
Vendors are working to allow libraries running our new system to participate in Link+, and we're following those efforts closely. If the cost and technology lines up for us, we may be able to rejoin Link+ some day in the future. However, for now, we've had to set a timeline for withdrawing from this service, just as the CSUs are doing. The two dates you need to know are:

Friday, May 12 is the last day we will accept Link+ borrowing requests. 
Friday, June 2 is the deadline for getting Link+ items you've borrowed back to Armacost Library. 

We will only have a few weeks to get books back to the libraries from which we borrowed, so we need your cooperation in returning your Link+ books promptly. 

Thanks, and best regards,
Sanjeet Mann
Arts & Systems Librarian
Armacost Library

Friday, December 14, 2012

Librarians Need Sandboxes Too

As the Web Experience Librarian, I'd been itching to edit our interlibrary loan pages. Just this week I found time to get started on the interface that everyone uses to submit their interlibrary loan requests. Since this is the first time I've tinkered with the back end of ILLiad, our interlibrary loan program, I was curious to hear of an ILLiad "test web." It got me wondering and hoping that it was a kind of web sandbox, that is, a space where I could test changes to the website before these changes went live. It is! With the ILLiad manual giving only a brief mention of this and with my many unanswered questions, I jumped in and figured out how to make it work. So if you're a web librarian yourself and are interested in learning more, here's how I did it.

Create a Test Web in ILLiad


Create a sandbox where you can experiment with and test customizations to your ILLiad web interface.
  1. Identify your base URL for all of your ILLiad pages. (E.g. The base URL for http://redlands.illiad.oclc.org/illiad/logon.html and http://redlands.illiad.oclc.org/illiad/ArticleRequest.html is http://redlands.illiad.oclc.org/illiad/. What this base URL basically says is that on the Redlands ILLiad server, the web pages reside within a folder called “illiad.”
  2. Find this folder on your ILLiad server. Within the folder called “illiad,” create a subfolder called “testweb.”
  3. Within the folder called “testweb,” create a .txt file called webpath.txt. You may use Notepad or some other program to create a .txt file. If you already have a webpath.txt file, move it here.
  4. I’m not sure why this works, but within the webpath.txt file, you need to give computers directions to this file. Your directions will basically say, “Computer, this file is located inside the ‘testweb’ folder which is inside the ‘illiad’ folder which is inside my base URL. For example, webpath.txt could look like this:

    redlands.illiad.oclc.org/illiad/testweb/

  5. Now that computers know where to look, you need to give it things to look at. Copy and paste your web pages, CSS files, etc. to your “testweb” folder.
  6. Test that you’ve done everything right by looking for these files in your browser. For example, visit http://redlands.illiad.oclc.org/illiad/testweb/ArticleRequest.html. Test Web pages should closely mimic live ILLiad web pages, but may not be appear identical.