dave pattern library systems manager university of huddersfield [email protected]

27
Dave Pattern Library Systems Manager University of Huddersfield [email protected] http://daveyp.com/blog/ (H)appiness is a warm API! Using APIs to develop new library services

Upload: maddox

Post on 06-Feb-2016

22 views

Category:

Documents


0 download

DESCRIPTION

(H) appiness is a warm API!. Using APIs to develop new library services. Dave Pattern Library Systems Manager University of Huddersfield [email protected] http://daveyp.com/blog/. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

Dave PatternLibrary Systems Manager

University of [email protected]

http://daveyp.com/blog/

(H)appiness is a warm API!Using APIs to develop new library services

Page 2: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

• An Application Programming Interface allows separate pieces of software to communicate with each other, typically to share content

• A web-based API is usually called a “Web Service” and often uses XML or JSON (JavaScript Object Notation)

What is an API?

Page 3: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

• Convert a 10 digit ISBN to 13 digits• Convert a 13 digit ISBN to 10 digits• Fix an incorrect ISBN checksum• Fetch basic metadata• Fetch details of other

editions of a book – e.g.

An example: OCLC’s xISBN

Page 4: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

4

184428512X (2005) http://xisbn.worldcat.org/webservices/xid/isbn/184428512X?fl=year,lang

Page 5: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

[5]

MyReadingreading list project at Huddersfield

• A reading list is a list of books, journal articles, etc for each module on an academic course

• Only 1 developer, working 1.5 days a week• Just 10 months to deliver a working product• Lots of technical challenges ... especially with

getting data into the system!

Page 6: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

How can we make iteasy for academics toadd books from the library catalogue?

Page 7: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

7

Page 8: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

8

Title Amino acid and peptidesynthesis

Author Jones, John

Date 2002

Edition 2nd

Series Oxford chemistry primers

ISBN 0199257388

Page 9: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

9

Page 10: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

How can we make iteasy for academics to

add journal articlesto their reading lists?

Page 11: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

11

Page 12: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

12

Title Amino acid containinganion receptors

Author Kubik, Stefan

Journal Chemical Society reviews

ISSN 0306-0012

Page 585

Date February 2009

Page 13: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

13

Page 14: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

How do we ensure journal article links

will continue to work, even if we change to

a new platform?

Page 15: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

15

Page 16: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

16

the link resolver’sAPI returns the

current access links

Page 17: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

If an academic has added an older

edition, how do we let students know about

the latest edition?

Page 18: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

18

Page 19: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

19

Page 20: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

20

Title Amino acid and peptidesynthesis (1992)

ISBN 0198556683

xISBN 2nd editionpublished in 20020199257388 (pbk)

Page 21: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

21

academic added the 1996 edition

student can see we have a newer

edition from 2005

Page 22: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

If a student has to buy a book for the course, can we provide them with purchase links?

Page 23: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

23

Page 24: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

24

Page 25: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

25

student can see the current book price

at various web sites

Page 26: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

• APIs allow developers to enrich existing library services and to rapidly develop new ones

• APIs allow you to “glue” together different services and products, and this then allows data to flow automatically

Summary

Page 27: Dave Pattern Library Systems Manager University of Huddersfield d.c.pattern@hud.ac.uk

• When purchasing new software, remember to ask the vendor...– does it have an fully-featured API?– is the documentation publicly available?– what have other libraries developed using

your API?

Summary