Top Banner
Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API Roy Tennant, California Digital Library
12

Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

Jan 06, 2016

Download

Documents

akiko

Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API. Roy Tennant, California Digital Library. What is Breaking Out of the Box?. Using an XML-based Application Program Interface (API) to an application instead of the native interface - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

Roy Tennant, California Digital Library

Page 2: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

What is Breaking Out of the Box?

• Using an XML-based Application Program Interface (API) to an application instead of the native interface

• Requires building an interface layer to:• Accept user input, package it up, and send it to the API• Receive the XML response from the API and process it,

perhaps spawning additional requests to the API• Perform (optionally) other tasks not performed by the

application; e.g., querying another application and merging the response into the user interface

Page 3: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

Why Break Out of the Box?

• Much greater interface flexibility• Interface customizations remain despite

system upgrades • Increased ability to integrate with other

systems• Ability to add new functions and services not

supported by the vendor:• Spell checking• Recommendation services

Page 4: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

The MetaLib X-Server

• MetaLib is a metasearch application from ExLibris• X-Server is MetaLib’s XML-based API• Until recently a very small set of MetaLib functions,

poorly documented• Increased customer interest renewed ExLibris’

commitment to it, with upgrades significantly adding to functionality and documentation vastly improved

• Some new customers are acquiring MetaLib with the intent of never using the native interface

Page 5: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

www.cdlib.org/inside/projects/metasearch/x-server-l.html

Page 6: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

Why CDL is Breaking Out of the Box

• Our vision is of many search portals:• Tailored to specific audiences (earth science

faculty and grad students) and/or purposes (a few good things)

• Branded locally (we serve ten campuses)

• The native interface presented difficult, systemic barriers to customization

• The native interface was rife with browser-specific Javascript and substandard HTML

Page 7: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

Why CDL is Breaking Out of the Box

• At CDL, we envision metasearching as an infrastructure that supports the integration of (at least):

1. Search results from multiple databases

2. Search results from an index of metadata harvested from remote repositories

3. Search results from an index of crawled web pages (targeted on a selected set of sites)

4. Recommendations of other places to search based on the user’s query

5. RSS feeds of new articles and resources

• Typical metasearch applications only do #1

Page 8: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

Undergrad portal with suggestions of subject databases

Page 9: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API
Page 10: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API
Page 11: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API
Page 12: Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API

MetaLib X-Server Case Studies

• CSU San Marcos• David Walker

• Interactive University, UCB• Raymond Yee

• California Digital Library• Mike McKenna