Category: Tutorials

Mar 16 2010

Mash-Up the OPAC


ILS user groups can be one of the greatest sources of tips, tricks and inspiration for tech-oriented library staff. There was a recent discussion on the Innovative User’s Group that has led to an interesting way to embed various media into OPAC search results.

Each of these work in Innovative’s Millennium OPAC. I have not had a chance to check whether this will work in other systems, but would greatly enjoy hearing whether or not it works for others.

The key to this is the MARC 970 field, using the subfield |t, which is used for Table of Contents display information. It was observed that the contents of the field were passed along to the browser, and that html code could be passed to the bibliographic display.

It works well, and is a perfect example of a “hack”, utilizing existing functionality in new and creative ways. To date, there are six ways to extend the OPAC.

To try out these examples, simply copy the html code, starting with the |t, and paste it into a 970 field in a bibliographic record. Each of the examples should work as is; some information about how to modify the code, as well as a screenshot of the example is provided.

Displaying an Image:
This is fairly straightforward insertion of an image stored on Flickr. Change the URLs to whatever you need, adjust the pixel height and width, and this will serve you well.

|t<center><object data="http://farm4.static.flickr.com/3433/3694927599_039309b2e6_o.jpg" type="image/jpg" width="400" height="600"><img src="http://farm4.static.flickr.com/3433/3694927599_039309b2e6_o.jpg"></img></object></center>

Screenshot of inserted image

Image Screenshot

Embedding a Search Form:
This code embeds a search form for OpenLibrary, including a selector check box and link to an advanced search page. Search forms can be tricky, and it can be very challenging to get even basic search functionality for some services.

|t<br />Search OpenLibrary:<form method="get" action="http://www.openlibrary.org/search"><input border: 1px solid #ccc; width: 100%" type="text" name="q" value="" title="type_search." /><button class="go" type="submit">Go</button><br /><input tabindex="9" type="checkbox" value="mhsncqbxgkup" name="ftokens">Scanned books only<br /><a href="http://www.openlibrary.org/advanced" style="text-decoration: underline">OpenLibrary Advanced Search Page</a></form>

OpenLibrary search box screenshot

Search Box Screenshot

Embedding a Video:
This example embeds a YouTube video, specifically the preview for the film “A Streetcar Named Desire”. Previews of videos available in the library, library instructional videos, and author interviews are examples of the types of embedded video that add can value to your OPAC.

The embedding information comes from the “Embed” information from the YouTube result page. You can also simply replace the URL information in the code below:

|t<center><embed src="http://www.youtube.com/v/ilW32IKJoM0&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="720" height="578"></embed></center>

Embedded Video Screenshot

Embedded Video Screenshot

Streaming Audio:
This example uses a third-party service called Odeo to stream the MP3 audio of Martin Luther King Jr’s “I Have a Dream” speech. The audio file lives on the Internet Archive.

|tTo listen to the speech, click the "Play" button:<br /><center><embed src= "http://www.odeo.com/flash/audio_player_standard_gray.swf" quality="high" width="300" height="52" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars= "valid_sample_rate=true&external_url=http://www.archive.org/download/MLKDream/MLKDream_64kb.mp3" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></center>

Streaming Audio Screenshot

Streaming Audio Screenshot

Journal Table of Contents
This example utilizes two separate third-party services. First, the ticTOCs Journal Tables of Contents service is used to locate an RSS feed for a table of contents, in this case “Educational Research“.

After this, the feed URL is entered into the Feed2js service, which generates the code. To display any RSS feed, simply use the Feed2js service with a feed’s URL.

|t<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.informaworld.com%2Fampp%2Frss%7Econtent%3D0013-1881&chan=y&tz=-5&targ=y&utf=y&html=a" charset="UTF-8" type="text/javascript"></script> <noscript> <a href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.informaworld.com%2Fampp%2Frss%7Econtent%3D0013-1881&chan=y&tz=-5&targ=y&utf=y&html=y">View RSS feed</a> </noscript>

Journal Table of Contents Screenshot

Journal Table of Contents Screenshot

Virtual Bookplate
This example is simply a proof of concept, but I especially enjoyed putting this one together and hope to create a more polished version in the future. It uses a background image of an open book with blank pages (credit to happysweetmama via Flickr), and then applies Relative Positioning to place text on top of the image.

The text position, font, size, and content are all able to be controlled for each record. This can be a great way to honor those who add to a collection, or to highlight items from a particular collection.

|t<center><object data="http://www.libology.com/capital/OpenBook500.jpg" type="image/jpg" width="500" height="364"> <img src="http://www.libology.com/capital/OpenBook500.jpg" width="500" height="364"></img> </object><div style="position: relative; top:-225px; left:-125px"><font size="+1" font-family:"Times New Roman",Georgia,Serif;>A Gift from:</font></div><div style="position: relative; top:-260px; left:125px"><font size="+2" font-family:"Times New Roman",Georgia,Serif;>Josiah H.<br />Blackmore II</font></div></center>

Virtual Bookplate Screenshot

Virtual Bookplate Screenshot

There are, I am sure, dozens of ways that one can use this hack to enhance the OPAC… these are just a start.

  • Share/Bookmark
Aug 27 2009

Ohio on iTunes U


The State of Ohio has launched an iTunes site that is designed “to share educational resources, professional development materials, and student videos which have been produced by members of higher education, the K-12 community, and community partners free of charge with unlimited access.”

There is a wide range of material available, and it is great to see them open to everyone, with the only requirement being the iTunes software.

Launch the site within your installed iTunes, and see a model for what other states, educational institutions, and libraries can do with their media content.

discovered via the OhioLINK Digital Resources Management Committee (Drmc) list

  • Share/Bookmark
Aug 10 2009

Open Source Documentation


One of the more frustrating things about open source software is the fact that many projects have little-to-no documentation.  William Shields, a software developer from Australia, posts about his experiences and concludes that he isn’t going to patronize projects that don’t pay attention to their documentation.

He is correct.  Any mature software project, whether open-source or proprietary, should have resources available to provide information, specifications, options, and assistance to users.  This doesn’t mean that every piece of software needs a manual and a call desk; there should be options available to provide assistance.

For a smaller, lesser-used product, a brief overview and contact information for further questions may suffice.  As the user base grows, group maintained resources (wiki, lists, forums) can allow those with more experience aid novices.

The ultimate goal with any software is for people to use it, and use it effectively to improve their lives.  Good information on using the software is part of that picture.  When you find an open source project that needs documentation, consider how you might be able to add your knowledge and experience to the project (i.e. when life hands you lemons, make lemonade).

found via What I Learned Today…

  • Share/Bookmark
Jul 09 2009

Talon


Talon is a Firefox add-on that enhances the way you can grab images from your web browser.  The neatest aspect of this is the ability to create an image that contains the entire web page you are viewing.  The benefits of this for presentations and training guides are plentiful.

Talon was created to work with online image editor Aviary, which is also well worth exploring!

Want to grab that web page screenshot without installing Talon?  Simply add Aviary.com/ to the beginning of the URL you wish to copy.  Example:  Aviary.com/http://saveohiolibraries.com/

found via TechCrunch, nearly a month ago

  • Share/Bookmark
Apr 21 2009

DIY Book Scanner


I enjoy building things, especially if there is a “let’s see what we can find to make this work” factor involved.

With that in mind, it should be obvious why Building a High Speed Scanner from Trash and Cheap Cameras has me salivating.  I think I shall have to examine the materials and time needed for this…

found via Librarian.net

  • Share/Bookmark
Mar 31 2009

Understanding Library Bar Code Structure


Understanding the Bar Code Structure is a description of the structure of the standardized bar code used by many libraries for both their patrons and their materials.  It resides on the website of JerseyCat, New Jersey’s nicely named “statewide virtual catalog and interlibrary loan system.”

Of added interest is the inclusion of the formula for calculating the check digit.

Even if you never need this type of information for your job, it is good to know the basic philosophy behind the bar code structure.

  • Share/Bookmark
Mar 22 2009

MathTV


MathTV is a collection of video tutorials, ranging from basic mathematical concepts to complex calculus applications, meant to assist students by providing a demonstration of how to work a type of problem.

This is a great resource for anyone needing a refresher on a particular mathematical concept.

A video from the main page of the site:

YouTube Preview Image

found via MetaFilter

  • Share/Bookmark
Dec 31 2008

Middlespot Search Interface


Think of Middlespot as a Zotero-like organization tool for web searches.  Perform a search, and you have several ways to explore the search results, as well as saving collections of results in what they call a “Workpad”.

The fastest way to learn what this can do is to view their slideshow tutorial.  If you think it has potential, then don’t forget to check out their tools (including a way to incorporate Google search results into your workpad).

from MetaFilter

  • Share/Bookmark
Nov 04 2008

Free Open Courseware Open Source Classes


100 Free Open Courseware Classes About Open Source Everything is a post on the BSchool.com Blog.  Their list is quite comprehensive, with something for just about anyone.

In addition, the blog has a thing for “100 Free…” lists, from resource for doing business in China, to Ivy League business courses.  They just started up last month, but I think this might be one of those resources that will provide answers for questions beyond the obvious business school related information.

found via an e-mail from Kelly Sonora (affiliated with BSchool.com blog)

  • Share/Bookmark
Aug 25 2008

Three Great Book Repair Guides


A Simple Book Repair Manual is a web-based guide created and hosted by the Dartmouth College Library.  It covers what a library needs to set up a toolkit and make straightforward repairs.

Conservation Book Repair : A training manual by Artemis BonaDea is a pdf formatted book from 1995 (200 pages – complete 12MB pdf here) written by a Conservation Technician (who is now Curator of the Alaska Heritage Museum).

Bookbinding and the Conservation of books : A Dictionary of Descriptive Terminology, hosted on the Stanford University web site, is exactly as described, a dictionary of terminology.

Add these to your collection of useful links!

found via MetaFilter (warning : as addictive a blog as exists anywhere)

  • Share/Bookmark
Jan 09 2008

Library 2.0 Webinar


10 Ways to Make Your Library Great in 2008—via Web 2.0 is a webinar being held next week that promises to be very informative.  The focus is on social networking and how libraries and library staff can approach new technologies for improving services.  They will be archiving the presentation, so those of us who aren’t available to view it live can have a chance to see it.

I will stress that Web 2.0 (and Library 2.0) is best approached piecemeal.  Pick and choose those elements that will work for you and your situation.  Do not be afraid to try something new, to experiment with that which is in place, and to abandon that which isn’t working for you.  In the end you will have learned quite a bit about your library, your patrons, and technology – and everyone will be better off for it!

However, some library people just don’t like the word Webinar….

from a post by Ed Rossman (the webinar presenter) on Web4Lib

  • Share/Bookmark
Oct 25 2007

WebWISER


WebWISER is an online access point for WISER, which stands for Wireless Information Sytem for Emergency Responders.  This database of information on hazardous materials is maintained by the National Library of Medicine, and can be used to both find information on known materials, as well as to assist in identifying unknown materials.

WISER is designed to provide Emergency Responders, such as Police, Fire, and Medical personnel, quick information about a wide range of chemicals and their dangers.  Mobile phones, pdas, computers, and the internet can all be used to access the database.

Not only is WISER in its various flavors a great site for reference questions, it should be a part of any organization’s disaster plan, and people should be prepared so they can access it whenever the need arises.  A tutorial is also available.

found via ResourceShelf

  • Share/Bookmark
Jul 30 2007

Google Code for Educators


Interested in quick and straightforward tutorials for making dynamic websites and such?  Check out Google Code for Educators to get a few ideas and examples that you can use to enhance your projects.

found on the Official Google Blog

  • Share/Bookmark
Jul 25 2007

American Sign Language Video Dictionary


The ASL Video Dictionary is exactly that:  a dictionary of sign language that covers words, common phrases, and even religious signs.

found on MetaFilter

  • Share/Bookmark
May 25 2007

Advice to a slightly less experienced geek librarian


Advice to a slightly less experienced geek librarian is written by Daniel Chudnov at One Big Library, and is an excellent essay with good advice for anyone exploring new ways to do things in libraries.  I can vouch for a few points that he makes, and will try to be prepared to follow the rest!

from One Big Library

  • Share/Bookmark
Mar 15 2007

Copyright Resources on the Web


Copyright Resources on the Web is an excellent and very comprehensive collection of links to, whaddayaknow, copyright resources on the web.

from ResourceShelf

  • Share/Bookmark
Dec 07 2006

Intute: Virtual Training Suite


It is British, it is online, and it is free.  It is Intute: Virtual Training Suite.

What Intute is is a collection of web tutorials on a wide, wide range of subjects.  Their aim is to give you an overview of web-based resources available by topic.

Check out their main site as well… they have a collection of over 114,000 searchable records on an even wider range of topics as their tutorials.

Is it me, or is Britain way ahead of the U.S. in their online educational offerings?  This resource, combined with The Open University, makes me wonder….

from ResourceShelf

  • Share/Bookmark
Oct 01 2006

Open Of Course


There is a relatively new site for online learning called Open Of Course, which offers a variety of tutorials and such for no cost (except your time and effort).  Included among their offerings are tutorials on administering and using Linux (including Ubuntu), OpenOffice, Firefox, and Thunderbird.

Additionally, they have offerings on Web Design from Scratch and PHP, both of which could be beneficial for those tasked with designing websites.

from Open Access News

  • Share/Bookmark
Aug 22 2006

Preserving your collection


The Library of Congress Preservation Directorate has a site detailing methods for preserving items, and includes a section on dealing with water and mold damage.  Recommended reading for anyone dealing with archival materials.

from ResourceShelf

  • Share/Bookmark
Aug 19 2006

What’s inside a JPEG?


This is likely much, much more information than most of us will ever need, but What is Inside a JPEG? has an excellent tutorial on how the JPEG format stores image information.

The rest of their tutorials are here.

from ResourceShelf

  • Share/Bookmark
FireStats icon Powered by FireStats