UserPreferences

PracticalGuideToRemixingTheLibraryTalk/LibraryLookup


  1. What is it?
  2. Demo of the service
  3. How it works
  4. Softcover and hardcover ISBNs not the same
  5. Interconnecting systems via a widespread identifier such as ISBN

What is it?

[WWW]Jon Udell: The LibraryLookup Project

Jon Udell's Library Lookup bookmarklet is a classic example of lightweight user-centric remix of library technology, from which there is still much to learn. Why is it interesting?

Demo of the service

I will demo this bookmarklet in the talk. Online, folks can see Jon Udell's videos: [WWW]Basic and [WWW]advanced demo.

Things to note:

How it works

How this Library lookup bookmarklet works (2 parts):

  1. the code extracts an ISBN from a URL

  2. generates the appropriate query based on the ISBN to send to the library catalogue of the user's choice

1) is a generic process. 2) is the reason why we have such complications (long directories and need for a utility to generate the bookmarklet.)

The example I will use is Czeslaw Milosz's New and Collected Poems 1931-2001. Let's consider the paperback version first, whose ISBN is 0060514485. How do I know that? I use amazon.com to look up the book: [WWW]Amazon.com: New and Collected Poems: 1931-2001: Books: Czeslaw Milosz. If you look at the URL:

you will find the ISBN. (It turns out that you can use a more compact URL too: http://www.amazon.com/exec/obidos/ASIN/0060514485)

Using the

Berkeley Public Library LibraryLookup bookmarklet

you will find that you can't find that book at the Berkeley Public Library.

Using

Melvyl LibraryLookup bookmarklet

you will find that the book is in many University of California branches.

But why not at the Berkeley Public Library?

Softcover and hardcover ISBNs not the same

Because I was looking up the paperback version and not the hardback version. There are different ISBNs for hardcover and softcover editions. Let's go to the amazon page for the hardcover edition: http://www.amazon.com/New-Collected-Poems-Czeslaw-Milosz/dp/006019667X/ref=ed_oe_h/102-8204915-1347316 or http://www.amazon.com/exec/obidos/ASIN/006019667X

Now if we use the Library Lookup bookmarklets, we find that we can find the hardcover version of the books at the [WWW]Melvyl -- note presence at UC Berkeley and the [WWW]Berkeley Public Library.

Interconnecting systems via a widespread identifier such as ISBN