UserPreferences

PracticalGuideToRemixingTheLibraryTalk


  1. Overview
  2. Previous talk
  3. Video of my talk
  4. Slides for my talk
  5. Tinyurl to this talk
  6. Motivation: User-centric service design for libraries and remixing
  7. Jon Udell's Library Lookup bookmarklet
  8. Getting related ISBNs
  9. Take away lessons, ISBNs, and mashups
  10. xisbnlist
  11. amazon wishlists

Overview

[WWW]ACRL Fall Virtual Conference My presentation is linked http://www.ala.org/ala/acrl/acrlevents/fallvirtualinstitute.htm:

A Practical Guide to Remixing the Library'

The reuse or "remix" of digital content continues to be a hot topics in web development. Not a day passes in which there is not some new "mashup" or novel combination of data or services. To the majority of users on the Web, however, mashups remain rather mysterious. Specifically, what does remixing have to do with libraries? This session is a practical tutorial geared to helping librarians learn how to use and deploy remixing strategies and technology to enhance the library experience. Although we will look at examples from both inside and outside the library world, we will focus on applying remix techniques to libraries. For instance, we will study what cutting edge developers are doing in recent library mashup competitions and the OCLC software competition, in addition to new services such as LibraryThing -- as well as such old chestnuts as Jon Udell's classic Library Lookup bookmarklet. (Of course, all the 2.0's (Web 2.0 Library 2.0, Book 2.0, etc.) will be mentioned in passing.) Don't worry if you don't have a lot of technical background -- a goal of this session is to make the technical aspects of remixing accessible to a general library audience.

Previous talk

[RaymondYee]"Working with Remix Culture"

Video of my talk

I will post it as soon as I can.

Slides for my talk

In progress....

Tinyurl to this talk

http://tinyurl.com/ybnnbb

Motivation: User-centric service design for libraries and remixing

Jon Udell's Library Lookup bookmarklet

  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

Getting related ISBNs

[WWW]xISBN to the rescue. xISBN is:

To invoke:

e.g.,

an example of how it's being used to integrate xISBN info into a library catalog search, see:

For more info, see [WWW]xISBN Bookmarks

Take away lessons, ISBNs, and mashups

[WWW]The disruptive Web:

[WWW]Thing-ology (LibraryThing's ideas blog): Introducing thingISBN:

Of course, there are books that are not covered by ISBNs (e.g., books before 1970) and different ones for different editions....and different ISBNs for different countries. But the Wikipedia uses ISBNs and has an extensive list of book sources: [WWW]Wikipedia:ISBN - Wikipedia, the free encyclopedia. I had added Lawrence Gowing. "Matisse" London:Thames & Hudson; Reprint edition, 1985, ISBN 0-500-20170-6 (short introduction to Matisse)

If you look at [WWW]Henri Matisse (in the Wikipedia), ISBN 0-500-20170-6 translates to http://en.wikipedia.org/w/index.php?title=Special:Booksources&isbn=0500201706

Pushing these concepts further, [WWW]Jon Udell: Adventures in lightweight service composition:

xisbnlist

If you http://labs.oclc.org/xisbn/006019667X you get a long list of ISBNs. I wrote a script to display the list with ISBNs along with the corresponding bibliographic metadata. See http://raymondyee.net/projects/biblio/xisbnlist.py?isbn=006019667X You can use the following bookmarklet:

xisbnlist bookmarklet

amazon wishlists

One can use [WWW]ListLookup - AWS Zone - Amazon Web Services (TM) - Made Simple. AWS Code Samples, Code Generator REST and SOAP Scratch Pads and more... to generate requests to get info you want from amazon.com

[WWW]Stuff I find interesting (amazon wishlist)

use [WWW]ListLookup on awszone.com:

[WWW]XML request for the wishlist and [WWW]XML list with more details.