Posts Tagged ‘EBSCO’

E-journal authentication behind the mask

Posted on November 16th, 2011 by Paul Stainthorp

This blog post is an attempt to elaborate on a problem with managing on/off campus access to electronic journals at the University of Lincoln. It’s a problem which confuses a lot of our users. I hinted at the issue in an earlier blog post.

Underlying the problem is a lack of consistency in the way e-journal platform providers/publishers implement Athens/”Shibboleth” access to their content.

I think the answer to this problem is “…use EZProxy as well or instead“. (We plan to do so.) However if anyone from a ‘strong’ federated-access position can suggest a way around the problem based purely on honest, SAML-based principles, then I’m all ears!

~~~wavy lines~~~

The system we use to manage access to e-journals at the University of Lincoln is EBSCO’s electronic journals A-to-Z. Within its underlying journals knowledgebase, the A-to-Z stores a URL for each journal – here I’ll refer to that URL as A.

The A-to-Z also provides the facility—a very nice facility, as it happens—to rewrite that URL according to a set of predictable rules, generating a new URL which is a function of the original URL: in my pseudomathematical shorthand I’ll call this f(A).

EBSCO call this facility of theirs a “Proxy Server”. Now – I could be being thick, but I don’t think this is a proxy server: it’s a URL rewriting application which merely happens to be used by some libraries to redirect traffic via a URL-rewriting proxy (such as the aforementioned EZProxy); in fact it can be used to ‘mask’ any URL.

We use the so-called “Proxy Server” facility to mask the default URL, A, and instead direct the browser back to the OpenAthens authentication point for the journal provider/publisher (allowing authentication both via the UK Federation and trad. Athens), with a redirect back to the post-authentication page for the journal. We’ll call that page A′ (i.e. “A prime”). A′ permits access to the full text of the journal.

Flowchart of URL masking and authentication workflow

N.B. it’s only possible to do this at all if the Athens/UKAMF authentication point for the journal has a predictable structure. If A′ includes any randomly-generated or unknown elements that aren’t in A and which vary from journal to journal, then A′ can’t be generated by f(A) – so some providers rule themselves out at the first hurdle. Bonjour, most legal databases! Yeah, you know who you are…

If it isn’t possible to create an A-to-Z “Proxy Server” URL mask, then our usual fallback position is to rely on IP authentication for on-campus traffic, but to instruct the user to manually select an Athens/’my institution’-type login for off campus access. This is not ideal: it confuses off-campus users who are used to seamless on-campus access, and it requires that we create help guides—I name and shame thee, Elsevier ScienceDirect—to lead people through often terribly confusing login procedures.

Flowchart of authentication workflow with on- and off-campus differences

There’s another complication: some journal providers, upon Athens-esque authentication from A, don’t send the user to A′. Instead, they redirect to a generic post-authentication page, D.

This = Bad. If you do this, I… just… can’t speak to you right now.

If we don’t (or can’t) apply a URL-rewriting mask in the A-to-Z for a journal package which exhibits this awful behaviour, then we’re relegating off-campus users to a third-class service; further widening the gap between on- and off-campus behaviour. If we do apply a mask, we relegate all users to the same lack of functionality. Which compromise do we choose? We’re damaging the user experience in both cases. [Click the diagram below to embiggen.]

Flowchart of complex authentication workflow for masked and non-masked journals

Finally, and for the sake of completeness, I think that this [below] would be the equivalent flowchart for EZProxy. (You can see why some libraries—and apparently their users—find it attractively simple. It also has the advantage that the ’masking’ is consistent across all or most journals, the configuration for each e-journal provider being done within EZProxy itself.)

Flowchart of the authentication workflow using EZProxy

Last word – here’s a useful page from Eduserv of Athens-authentication deep links for various e-resource providers. It may be helpful in creating masked URLs for Athens-authenticated journals.

Creating stable links to e-journal articles by hand (Blackboard / OpenURL / “Find it @ Lincoln”)

Posted on September 23rd, 2011 by Paul Stainthorp

It can be maddeningly difficult to create stable, persistent, reliable links to articles in e-journals from Blackboard. Links copied from publishers’ websites sometimes don’t include all the information needed to locate the article properly, or else they bypass the authentication processes needed to access an electronic journal: meaning that students aren’t logged in correctly, especially when using Blackboard off campus.

These sorts of links also break very easily – if a publisher alters its website, or if the Library changes its online database subscriptions.

Below is a reliable—albeit long-winded—way of creating persistent links to articles that should always work when placed in a Blackboard site. This method routes all links via “Find it @ Lincoln“, the University of Lincoln’s OpenURL link resolver software (provided by EBSCO). This software will present the user with links to the most appropriate [electronic] copy/ies of an article available.

Find it at Lincoln button

For example, taking the journal article:

  • Martin, J., et al. (1993) An accurate ab initio quartic force field for formaldehyde and its isotopomers. Journal of Molecular Spectroscopy, 160(1): pp.105–116

[N.B. Lincoln doesn't actually have electronic access to that article!]

We can build up a stable URL (web link) out of the following building blocks: up to 12 elements, strung together to form a great long link containing the citation details:

[1] http://openurl.ac.uk/ukfed:lincoln.ac.uk

This is the ‘base’ for the URL, routed through the national EDINA OpenURL Router service, and authenticating the user via the UK Access Management Federation. The national router service logs requests and provides a standardised, platform-independent web address at openurl.ac.uk.

[2] ?url_ver=Z39.88-2004

This tells our link resolver, a.k.a. “Find it @ Lincoln”, what version of the OpenURL standard (ANSI/NISO standard Z39.88-2004) to expect.

[3] &genre=article

This tells the link resolver to expect a journal article, rather than some other sort of publication.

[4] &rft_id=info:doi/__________

Fill in the blank space with the DOI (Digital Object Identifier) of the article, if one exists. For example: &rft_id=info:doi/10.1006/jmsp.1993.1161

[5] &issn=__________

Fill in the blank with the ISSN. For example: &issn=0022-2852

[6] &volume=_________

Fill in the blank with the volume number. For example: &volume=160

[7] &issue=__________

Fill in the blank with the issue number. For example: &issue=1

[8] &spage=__________

Fill in the blank with the number of the first page of the article. For example: &spage=105

[9] &aulast=__________

Fill in the blank with the surname of the lead author. For example: &aulast=Martin

[10] &aufirst=__________

Fill in the blank with the first initial of the lead author. For example: &aufirst=J

[11] &atitle=__________

Fill in the blank with the title of the article. Replace any spaces with a ‘+’ character. Percent-encode any nonalphanumeric characters (&%*/!£$, etc.). For example: &atitle=An+accurate+ab+initio+quartic+force+field+for+formaldehyde+and+its+isotopomers

[12] &title=__________

Fill in the blank with the name of the journal. Replace any spaces with a ‘+’ character. Percent-encode any nonalphanumeric characters (&%*/!£$, etc.). For example: &title=Journal+of+Molecular+Spectroscopy

…stringing all of the above together gives a finished URL which looks like this:

Once you’ve built it up, you can take the finished link and add it to a Blackboard Site by using the ‘Build Content’ menu to add a URL.

Screenshot from Blackboard

Paste your link into the URL box on the ‘Create URL’ page, and give it a Name (that’s the text the student will see, and the bit they will click on to access the article) and a Description.

You should also scroll down to the option marked ‘Open in New Window’ and select ‘Yes‘. If you don’t do this, your students may not be able to log in to the journal article. Then hit ‘Submit’.

Screenshot from Blackboard

It will then appear on Blackboard as hyperlinked text. When students click on the link, they will be asked to log in via Athens, then will see options for accessing the article online (or in print, if an e-version is not available).

Tips:

  • Don’t worry if you don’t have all the details of the citation: just leave out the elements you’re missing. Find it @ Lincoln will do its best to locate the article from even a partial citation.
  • If your link is very long, Blackboard may truncate it – breaking it in the process. If this happens, reduce the length of the URL by passing it through a link shortening service such as Linking You (for example: the shortened link for the article above is http://lncn.eu/deq), then add that URL to Blackboard instead.
  • You should percent encode any nonalphanumeric characters—i.e.many of the characters or symbols which appear in this list—that appear as part of the article title, the name of the journal, and potentially even accented letters in the name of the author. Doing so makes it much less likely that your link will break.
  • Remember to set the link to ’Open in New Window’ from within Blackboard. This ensures the authentication processes will run correctly, and is also good practice from a copyright perspective.
  • A very small number of electronic journals do not permit you to link to them from Blackboard; the most notable being the Harvard Business Review (issn:0017-8012). The terms of use of that e-journal specifically prohibit your linking to it in the course of your teaching. (Crazy, I know.)
  • See the ANSI/NISO standard Z39.88-2004 documentation for more information about the OpenURL standard. Or read this Library Journal article (from 2004 but still relevant) or the Wikipedia page.
  • If you need any help with creating these links and adding them to Blackboard, please contact your subject librarian, or email: athens@lincoln.ac.uk

Notes on: EBSCO Discovery Service (EDS)

Posted on July 22nd, 2011 by Paul Stainthorp

The EBSCO Discovery Service is EBSCO’s own next-generation resource discovery system, built on the already-very-familiar EBSCOhost database platform.

EBSCO’s particular ‘angle‘ for EDS is that its content is built up out of a lot of high-quality, ‘scholarly’, subject-indexed content (similar to the individual bibliographic databases on EBSCOhost), which they are keen to push as superior to basic ‘Google-type’ keyword-indexed searching, where the quality-assured, ‘information literacy’ aspect to resource discovery may not be as strong.

(Enough scare quotes for ya?)

Features of EDS:

  • Highly customisable/’brandable’ – logos, colours, background images, text/field labels;
  • Uses the same administrative interface (for back-end configuration) as EBSCOhost;
  • Integrates with EBSCO Electronic Journals A-to-Z and LinkSource (i.e. Find it @ Lincoln) for access to full text via OpenURL;
  • Harvests MARC records from local catalogue, and repository etc. records (via OAI-PMH, presumably, although I forgot to ask);
  • Content: as well as the library’s own local collections (above), EDS searches a central EBSCO ‘base index’ of content/metadata from ~20,000 providers, plus content from those EBSCOhost databases to which the library subscribes; it also contains a lot of enhanced book metadata (cover images, subject headings, reviews, etc.). See EBSCO’s website.
  • It’s possible to set up a public, ‘guest’ version of EDS to search catalogue, repository, and the main EBSCO index – then allow your own users to log in and search the more complete content including subscription databases (though EBSCO suggest that few libraries actually provide guest search in practice, despite asking for it to be made possible!); it’s also possible to use EDS to create custom search interfaces for groups of packages/databases (or even for individual databases) – e.g. subject clusters;
  • Users can extend their search out to remote databases (i.e. those not included in EBSCO’s central base index + local databases) via a traditional metasearch facility (related: EBSCOhost Integrated Search);
  • It’s possible to limit the default search to full-text items only (making use of the coverage information held in the A-to-Z/LinkSource knowledgebase) – however EBSCO advise that most subscribing libraries don’t do this – instead starting their users off with searches of the complete EDS collection, then later on allowing users to narrow the search results down to full-text-only, if they want to;
  • Various APIs, HTML widgets, and other extension tools available through an ‘EBSCOhost Integration Toolkit’ (http://support.ebscohost.com/eit/) – N.B. some of these can also be used with the existing EBSCOhost databases;
  • Developer community of library people extending and customising EDS – example blog posts here and here;
  • While the advanced search options and user interface are highly configurable, there’s no facility to adjust the search ranking algorithms – i.e. the relative placing of items/collections against each other in search results (as is possible in e.g. Ex Libris Primo);
  • FRBRising of search results will be introduced in 2012;
  • EBSCO will offer libraries free trial access to EDS, including MARC record harvest where possible.

UK HE libraries using EDS include:

A fresh coat of paint for the e-journals A-to-Z

Posted on July 12th, 2011 by Paul Stainthorp

The Library’s electronic journals A-to-Z service is in line to receive an updated look and feel this summer.

beta preview of the still-in-development new-look A-to-Z will be available until the end of August. The new A-t0-Z will be launched on 1 September 2011. EBSCO Information Services, who supply the A-to-Z to the University, are making these changes to bring the look of the A-to-Z more in line with their EBSCOhost databases.

The Library will be working through August to tweak the new-look A-to-Z site, to make sure it’s properly set up for the University of Lincoln, and to produce some new training materials on using the A-to-Z to find e-journals by title.

You can try the (still beta!) new-look A-to-Z for the University of Lincoln, at: http://beta.atoz.ebsco.com/titles/1710

Screenshot of the new-look A-to-Z

EBSCO have some slides about the enhancements they’re making to the A-to-Z, available to download from their website.

Managing e-journal holdings: different types of package: any tips?

Posted on June 9th, 2011 by Paul Stainthorp

The University of Lincoln Library provides access to lots and lots of electronic journals72,000-odd unique e-journal titles, at last count.

Some of these 72,000 titles are individual subscriptions – that is, journals that we pick off the shelf and pay for one-by-one – because they’re particularly appropriate to the teaching/research of the University. Many, many more of them are journals that come to us as part of a one-size-fits-all “Big Deal” database package, where we have little or no control over the titles on offer, but where there’s a critical mass of valuable content with makes it worth our while to subscribe to the whole thing. Yet more are freebie and/or Open Access titles available on the Internet which we list to make it easy for our users to find them.

In all, we maintain access to 73 separate e-journal packages (plus a handful of individual oddities that don’t form part of a package), and nearly 110,600 e-journal links (a fair number of titles are duplicated across packages).

Screenshot of the A-to-Z

To help us keep tabs on all this content, and to make sense of the many different e-journal access points on behalf of Library users, we make use of a nifty tool called the Electronic Journals A-to-Z, which is provided and maintained by a company called EBSCO Information Services. The A-to-Z consists of:

  • A hosted e-journal ‘knowledgebase’: a directory of all the possible e-journals available, from which we can select those titles to which we have access;
  • A public, searchable journal listings site, with tools for customising the display of particular e-journals (or entire packages), including the holdings data (i.e. the start- and end-dates of full-text holdings) for each title;
  • An OpenURL link resolver, which we brand as – Find it @ Lincoln
  • Various admin services including usage reports.

Even with the tools that the A-to-Z provides, it’s still a lot of work to keep on top of so many e-journals from so many different sources. To help us (“us” being me and two colleagues from the E-resources and Acquisitions teams), we maintain an ERM spreadsheet in Google Docs: this contains details of all the acquisitions & technical information we need to manage each package in the list.

The packages fall into four distinct categories [below]; each category has to be maintained in a different way.

  1. Big Deal“-style databases, to which we subscribe in toto. These cause little or no bother. EBSCO do most of the work for us. Their A-to-Z knowledgebase contains details of all the titles in the database; EBSCO add new titles and remove old ones for us; we can be reasonably confident that their holdings data accurately reflect the database. The only real problems we have with these (and all) packages are around authentication – but that’s another story. This class of packages includes all the EBSCOhost databases (such as Academic Search Elite), most business databases, quite a few packages from JISC Collections, and all Open-Access platforms.
  2. “Vendor packages”, made up of a selection of individual titles from a single publisher or journal aggregator. Although all the titles exist within the knowledgebase, ready to be selected, EBSCO have no way of knowing in advance which titles we hold (save for a few titles for which EBSCO Information Services act as our ‘subscription agent’ – keeping up with all this?), nor the details of our full-text holdings. These packages (which include most of the high-impact scholarly journals from recognised academic publishers; those which—by definition—the Academic Subject Librarians have chosen on their constituencies’ behalf) are hard work to maintain, as well as being very prone to error. For any more than a small handful of titles, we can’t possibly keep on top of them ‘manually’, and must rely on downloaded publishers’ holdings reports, which we then have to process into an EBSCO-friendly, tab-delimited format before uploading them to the A-to-Z. Publishers rarely make their holdings reports available in an immediately usable format, and subscription holdings tend to be irritatingly regularly subject to change, making this the Forth Bridge (Sisyphean task for non UK-ers!) of e-resources admin. We’re starting to try and reduce the size of the job by looking to see if all of these packages are absolutely necessary: I’ve a suspicion that some of the smaller publishers could be rolled up into the larger ‘aggregator’ packages with no loss of access.
  3. “Other” titles that don’t belong to any package. These represent a tiny proportion of our e-journals (we currently list 45 “Other” titles out of 72,000 = 0.06%) and an even more minuscule proportion of our overall usage… BUT are responsible for a disproportionately large amount of work: especially around authentication. For that reason, I try and keep the number of “Other” titles to the absolute minimum possible. I’ll use any excuse to drop one :-)
  4. Finally, what EBSCO refers to as “Custom” collections (we have 13 in total): ‘local’ packages (for local people?): stuff that doesn’t appear in EBSCO’s knowledgebase at all. This is a grab-bag of oddities, experiments, print holdings (surprisingly popular), RSS feeds, and packages with really, really funky authentication requirements. Same as for the Vendor packages in 2, we have to add these to the A-to-Z by constructing and uploading a tab-delimited file. Again, I battle to keep these “Custom” packages to a minimum: but in actual fact they’re less trouble than they might be. We have complete control over the data, so they’re relatively easy to update, and they tend to be fairly low-maintenance once they’re up and running.

You can browse a list of our current e-journal packages at: http://lncn.eu/h59

I’d really, really like to simplify things, especially for classes 3 and 4. Question for fellow e-resources librarians: what tricks do you have for managing your e-journal packages and holdings information?

Taking the register

Posted on May 23rd, 2011 by Paul Stainthorp

In talking about authentication issues, the notion kept coming up that single, central, shared registries of information about libraries (e.g. the WorldCat Registry) could be valuable in helping publishers to make it easier for users to navigate to subscribed content via their own institution’s login option(s).

This spurred me to thinking: in what central/shared registries are our library details held, and what use can I [and our students/staff] make of this information?

This’ll be one of those blog posts that I’m still adding to in a year’s time, as I remember more stuff. I’ve(And a passing thought – wouldn’t it be cool if there was a single über-registry for libraries that brought all of these details together using a single API? Anyone?)

The University of Lincoln has library information registered with:

1. ISIL – International Standard Identifier for Libraries

An ISIL is like an ISBN or ISSN for an entire library: a way of uniquely and unambiguously identifying “an organization, or one of its subordinate units, throughout its life“. We have an ISIL for each of our five libraries, assigned to us a year ago by the British Library (the UK national agency for the ISIL). We use them for RFID stock control; to associate a copy of a book with its home library. The ISIL standard is ISO 15511:2009. Our five ISILs are:

GB-UkLiUGCW University of Lincoln: Great Central Warehouse University Library
GB-UkLiUTRR University of Lincoln: Theology Reading Room, Chad Varah House
GB-UkLiURPC University of Lincoln: Riseholme Park Campus Library
GB-UkSnHOC University of Lincoln: Holbeach Campus Library
GB-UkHlHUC University of Lincoln: Hull Campus Library

2. LibraryThing local

LibraryThing local (www.librarything.com/local) is a user-maintained directory and “gateway to thousands of local bookstores, libraries and book festivals“. LibraryThing users can create and edit entries for individual libraries, browse libraries by geographical area (including via a nice Google Maps display), add libraries to a list of favourites, and subscribe to RSS feeds of library events in their area (e.g.). We don’t really make use of these features – we don’t run a lot of ‘public’ events at the moment.

We’ve had directory entries since 2009 for four out of our five libraries, which I’ve “claimed” using my own LT account – writing this, I’ve noticed that the Theology Reading Room doesn’t have an entry.

  1. University of Lincoln – GCW University Library
  2. University of Lincoln – Theology Reading Room [no entry]
  3. University of Lincoln – Riseholme Park Campus Library
  4. University of Lincoln – Hull Campus Library
  5. University of Lincoln – Holbeach Campus Library

3. OpenURL registry

Our OpenURL link resolver (EBSCO LinkSource) is registered with the OpenURL Router service, maintained by EDINA for all UK HE and FE institutions. The registry holds details of our base URL for constructing links, our preferred link resolver button image Find it @ Lincoln, and our authentication details (UK Federation scope and IP ranges).

Registry entry at:

Service providers can construct OpenURLs for our users with the base URL: http://openurl.ac.uk/

4. Talis Silkworm Directory

We have (had?) entries in the Talis Silkworm Directory (directory.­talis.­com) for all five of our libraries. This is (was?) a community-driven open directory of information about libraries, that powers (powered?) mashups like Philip Adams’ SCONUL Access libraries maps on the De Montfort University library website.

As you can probably tell from my present/past tense confusion above, I don’t know if this directory is still operational. I’d heard it was defunct some time ago, and it now appears that the directory.talis.com subdomain has been switched off.

5. Social networking websites

The GCW University Library has a page on Foursquare, the “location-based mobile platform that makes cities easier to use and more interesting to explore”. An interesting one this – it’s not a library-focused service, and not one we ‘control’ (though the official @unilincoln Twitter account is listed as ‘staff’), but probably the site that most of our users will interact with.

We also have a Flickr profile: I used it to upload a set of (mainly) historical photos of the GCW building, back in October/November 2008. I haven’t used it since. We’ve never bothered with specific Library accounts on Twitter or Facebook*.

6. UK Access Management Federation

We’re a member of the UK Access Management Federation: this controls all sorts of authentication to third-party electronic resources and comes with its own set of jargon:

7. WorldCat Registry

This is the newest one on me: although I think I remember someone from OCLC (Mark Allcock?) talking about it at the first UK Mashed Library event in 2008; it was only a Twitter conversation last week that promopted me to look at it in earnest.

Again, four out of our five libraries already have profiles (which I’ve now “claimed”). I’m still exploring the site, and I haven’t yet updated/registered all of our details, so I’m not entirely sure what benefits we can get from it – I’d appreciate any advice from WorldCat Registry old hands. I don’t understand how the WorldCat Registry relates to the WorldCat Affiliate Tools—if at all—either.

  1. University of Lincoln, GCW University Library
  2. University of Lincoln, Theology Reading Room [no entry]
  3. University of Lincoln, Riseholme Park Campus Library
  4. University of Lincoln, Hull Campus Library
  5. University of Lincoln, Holbeach Campus Library

8. Document supply (added 23 May 2011)

Owen Stephens suggested this one. We’re listed in the British Library’s Directory of Library Codes for document supply, where we have our own identifier (it’s HL/C-3). I’m sure my colleagues in inter-library loans won’t hit me for not knowing that off the top of my head.

How commercial next-generation library discovery tools have *nearly* got it right

Posted on May 17th, 2011 by Paul Stainthorp

In Huddersfield (again – I’m barely away from the place!), yesterday, at a CILIP UC&R (University, College and Research Group) Yorkshire & Humberside [catchy name] training event on ‘Discovering Discovery Tools‘. Librarians from four different UK universities gave practical, pros-and-cons descriptions of how they implemented and are now running four different commercial next-gen resource-discovery tools:

Five (count ‘em!) people from Lincoln were in the audience. I was wearing two hats: one for project Jerome for thinking about design concepts in resource discovery tools; the other for my day job – Lincoln is in the middle of a strategic review of Library ICT systems, which may well end up recommending that we buy one of these products.

It was all good stuff. First off, libraries need to hear the honest, warts and all counterpoint to the glowing terms in which each discovery product is described by its vendor. Secondly, it’s useful to subject all four* resource discovery platforms to the same amount of daylight, and see where the common problems lie, as well as where one tool outperforms another. Thirdly—and even though there’s a lot of resource discovery hyperbole to be heard—this is still a big shift for academic libraries, and I think we should discuss implications that are wider than the costs/benefits for an individual institution.

(*Yes, I know there are a few other tools. But they weren’t in the room yesterday.)

Lockside
What’s stopping us? (Canal lock gate at the University of Huddersfield.)

Things that jumped out at me:

Commercial resource discovery has reached a level of maturity that was absent a couple of years ago. That’s not to say that all next-gen resource discovery tools are perfect (because they aren’t), or that there aren’t any problems (because there are; see below), but academic libraries do now have a genuine choice between several different, viable commercial products.

Here’s a heresy: the differences between these four products are not that significant. I think that anyone who went away from yesterday’s event thinking that out of the four discovery tools on display there are some ‘good’ and some ‘bad’ …is probably wrong. It’s not really about the product, it’s about the willingness of the vendor to overcome problems, and about their attitude to their customers. Do you buy a slightly-less slick product, but from a company you feel you can have a more productive relationship with?

In fact, most of the real problems with resource discovery seem to be common to all four of the products on show yesterday. De-duping via FRBR reckons to be a bit of an Achilles’ heel. (A shame. FRBRisation is one of those things you either need to get right, or not do at all. A half-arsed attempt is worse than not bothering.)

Also broken: known-item search. This ought to be trivial to fix, and it needs to be sorted now now now.  I find it particularly sinister that some commercial resource-discovery tools rank their search results according to secret, proprietary algorithms that can’t be inspected or challenged by their users, let alone altered/improved. This is a problem. What’s the point of a library that can’t justify how its resource discovery system actually works? Are we just here to sign the cheques?

Libraries still have a tendency to overcomplicate things for their users. Sometimes they do this because they have no choice (perhaps their shiny new discovery tool doesn’t quite work they way it should); but often they seem just too ready to accept a situation where users are inconvenienced sooner than address an underlying problem. Lincoln included in this sweeping generalisation.

There’s no point pretending that a library can make two independent decisions to purchase [a] a next-gen resource discovery platform, and [b] a journals knowledgebase/link resolver. The two things are all tied up together. To pick a random example: you want Summon, you’d better want 360.

Why can’t we just buy access to a search index? If I want to pay to provide my users with the benefits of a lovely big central index of content, why do I have to buy into your discovery algorithm and web front-end as well? (Whither JISC collections?)

Related, and finally – we really shouldn’t have to replace our search and discovery interfaces every time we want/need to use a different content provider, and we shouldn’t be placed in the situation of having to make collection/subscription decisions in order to ‘feed’ our discovery tool. It may be temptingly easy, cost aside, to pick up and put down different next-gen discovery products (“…it’s just a subscription!”) but there’s too much at stake for our users.

E-journals A-to-Z unavailable this weekend

Posted on April 27th, 2011 by Paul Stainthorp

The e-journals A-to-Z and Find it @ Lincoln link-resolver service will be unavailable this weekend.

  • From: Midnight on Friday, 29 April
  • Until: 5.00pm on Sunday, 1 May

This is being done so that EBSCO (who provide these services to the University of Lincoln) can upgrade their systems. Please accept our apologies for whatever inconvenience this causes you. You will still be able to search for and access the full-text of electronic journals by using the databases listed on the e-Library section of the University Portal.

Google magazines (slight return)

Posted on August 20th, 2010 by Paul Stainthorp

I’ve just recreated my list of magazines from Google Books for the University’s e-journals site.

Google now hosts 199 digitised magazine titles, and for the sake of 10 minutes’ work every few months it would be a shame to miss out on the extra full-text coverage, which often complements the “library” sources for a title.

E.g. for the frankly un-put-downable Estonian Journal of Archaeology (available as an Open Access (OA) journal from 2006-, and indexed in Art Full Text), Google provides the missing articles from 1997 (vol.1) up to 2006.

Record for the 'Estonian Journal of Archaeology' on the University of Lincoln's list of e-journals.

I’d like to be able to harvest the Google Books content to build my list using the standard mashlib toolkit (Google spreadsheets; Yahoo! Pipes; some coffee)… but while use of Google’s =ImportHtml() function is limited to 50 per spreadsheet, and because Google search pages block robots.txt files, I can’t figure out a way of doing so.

Instead, I’ve been copying-and-pasting the search results pages into an ordinary Microsoft Excel spreadsheet (thanks, again, Google, for making this possible through your magazine browse page), then using a custom Excel function to ‘unmask’ the URL hidden behind each hyperlinked magazine title.

Google Books magazine browse page, pasted into an Excel spreadsheet.

Finally, I use a bit of text-to-column splitting, search/replace, and filling-in of package-wide fields, to give me a compatible, tab-delimited text file which I then upload to our e-journals knowledge base (which happens to be EBSCO A-to-Z) – I used EBSCO’s custom notes feature to link to Google’s cover image to each entry in the file.