GS Local - WAG the Dog

Windsor-Alberta-Georgia Google Scholar Localization Project

Contents
Sourceforge Project Page

Current version: 0.1 (30 Nov. 2004)
New bookmarklet: 2 Dec. 2004

This project aims to provide browser tools to enhance search results from Google Scholar. Enhancements include:

These tools will be available in the form of a Javascript bookmarklet (usable in any browser) and a Firefox extension, and will be localizable for any institution.

Screen shot

Rationale

OpenURL buttons

The purpose is to enable users at an institution that has an OpenURL link-resolver to use that resolver to locate the full text of articles found in Google Scholar, instead of relying on the links to publishers' websites provided by Google. This is important because it solves the "appropriate copy problem": the link to a publisher's site is useless if you don't have a subscription that lets you into that site, and your library may provide access to the same article in an aggregator's package or elsewhere. In the example in the screenshot, for example, a link-resolver might give the same link into Blackwell-Synergy but also a link to the same article in Ebsco's Academic Search Premier. If your institution doesn't subscribe to Blackwell-Synergy, the OpenURL link is your only lifeline to full text.

The best division of labour, therefore, is to let Google Scholar help you find a citation, and let your local link-resolver get you from there to the full text.

This extension builds an OpenURL using the metadata that it parses out of Google Scholar's citation. This metadata is limited to the article title, author, journal title, and year of publication. This means you'll get a journal-level link, filtered by date of publication, rather than an article-level link. It is not always possible to distinguish articles from books in Google Scholar, so some of the OpenURL links will be invalid (e.g. treating the publication information for a book as the title of a journal). No doubt further tweaking could improve this.

But the ultimate solution is to have Google build the OpenURLs. If Google knows the volume and issue numbers and the starting page number, then a proper article-level link could be built. It would also help to have the ISSN. But whatever the metadata, all that is required is for Google to let me register the base url of my institution's link resolver and some associated info (see below). Google Scholar would then build appropriate OpenURL links to my resolver for all my search results.

Proxied links

Many of the links that Google Scholar provides point to licensed resources and are therefore accessible only if you belong to an institution that has purchased a license. Most such resources rely on IP authentication, and most institutions provide offsite access by means of a proxy server. It is therefore useful to modify the links by passing them through the institutional proxy server.

Why both?

If we could build perfect article-level OpenURLs, we wouldn't need to proxy Google's links: you could simply go through your link-resolver. Since we can't, Google's links may well represent the shortest route to full text, provided that your institution has a license. Conversely, if Google knew all possible locations of full text for a given article, we wouldn't need to provide OpenURLs: one or another of Google's links would get you to any full text article you have a license for. Since Google doesn't index the entire universe of scholarly publication yet, we need to rely on our institutional link-resolvers.

Installation

Firefox extension

Download the current extension package, and open it in Firefox (version 1.0 or later) to install it. Close Firefox and restart it to complete the installation. When you visit Google Scholar, you'll see University of Alberta OpenURL links under any hit whose title is a link. Feel free to try this out, but please don't hammer our link-resolver! (It's only a hit on our server if you click on the button).

Bookmarklet

Drag the following link to the links toolbar of your browser: GS Local. This bookmarklet includes a link to the script that will provide the University of Alberta localizations. Search Google Scholar and click the bookmarklet. Note: you should uninstall the Firefox extension, or you'll get two OpenURL buttons.

Localization

Firefox extension

No doubt you would rather have it point to your own link-resolver. To do this, you'll have to edit a file within the extension. (This is my first attempt at a Firefox extension and I haven't learned how to make it more easily configurable.) The easiest way to do this is to download the source files, make the changes, and rebuild the extension package. It's not at all difficult to do.

Unzip the source package, being sure to include paths. You'll end up with a directory "googlescholaropenurl" which contains a couple of files and another directory "chrome". Navigate down to "chrome\content\googlescholaropenurl" and find the file "browserOverlay.js". Open it in your favorite text editor and edit the four variables at the top of the file:

var baseurl = "http://resolver.library.ualberta.ca/resolver";
var button = "http://resolver.library.ualberta.ca/resolver-templates/gifs/getit.gif";
var sid = "ualberta:googlescholaropenurl";
var alttext = "Get It!";

Insert the appropriate values for your link-resolver. Save the file and rebuld the package, according to the instructions at http://extensions.roachfiend.com/howto.php#build. All you need to do is create the file "build.bat" in the top directory "gslocal" by cutting and pasting, install 7-Zip (so that it is on your path), and run "build.bat". A new .xpi file will be created. Use the Firefox Tools menu to uninstall the old extension (if you've installed it), restart Firefox, and install the new one.

If you prefer, you can edit the package directly. You can do this before or after installation:

Whichever way you do it, you'll end up with "browserOverlay.js". Open it in your favorite text editor and edit the four variables, as described above. Save the file, reinsert it into "googlescholaropenurl.jar" (be sure to get the path right: it must be "content\googlescholaropenurl\browserOverlay.js"), and (if you're doing this before installation) reinsert the jar file into the xpi file. Restart Firefox and you should be good to go.

Note: if you have set Firefox to load images only from the originating website, you won't see the button graphics. Go to Tools, Options, Web Features, and uncheck "...for the originating website only", or make an Exception.

Bookmarklet

To localize the bookmarklet for your institution, download the source code and modify the variables at the top of the file as described above. Make it available on a local server, and modify the javascript in the bookmarklet to point to your version instead of mine.

Contact

Acknowledgements

In writing the extension I learned a lot from Edward Ackroyd's GooglePreview extension and from roachfiend's Creating Firefox extensions (PB).

Last update: 2004-12-06