Posts Tagged ‘A-to-Z’

Disruption to the e-journals A-to-Z – in a good cause

Posted on July 2nd, 2012 by Paul Stainthorp

We are about to start work on re-building the e-journals A-to-Z website at the University of Lincoln.

As part of the Find it at Lincoln project, we are re-populating the A-to-Z with the most up-to-date information about our electronic journal holdings, and making sure that the Library has better processes for keeping it up to date in future.

This process will involve ‘wiping the slate clean’ before quickly repopulating the A-to-Z with as much accurate information about the University’s full-text journal holdings as possible.

We apologise for any inconvenience caused while this website re-building work is going on.

Access to e-journals and databases via the Portal e-Library page will be unaffected.

Please contact the Library if you have any questions or are unable to access the e-journal you need while this work is going on.

Record of the A-to-Z as it looked June 2012

Posted on June 28th, 2012 by Paul Stainthorp

We’re about to embark on a project to substantially re-design and completely re-populate, from scratch, our electronic journals A-to-Z website along with our link resolver. This is being done to bring it up to date and make it ready for ‘Find it at Lincoln‘.

For posterity, here are some screenshots of what the site looked like before we began our clean sweep.

A-to-Z home page

A-to-Z home page

A-to-Z titles page

A-to-Z titles page

A-to-Z subjects page

A-to-Z subjects page

A-to-Z packages page

A-to-Z packages page

A-to-Z advanced search page

A-to-Z advanced search page

A-to-Z article finder page

A-to-Z article finder page

A-to-Z help page

A-to-Z help page

Example of a page in our link resolver

Example of a page in our link resolver

Rationalising multiple lists of e-resources (ERM)

Posted on June 25th, 2012 by Paul Stainthorp

As an offshoot of our discovery (Find it at Lincoln), authentication, and library website projects, we’re trying to impose a little bit more order on the various lists of electronic resources we present to users – aiming at a single version of the truth.

For historical reasons, users can browse several different lists of e-resources at Lincoln:

  1. The ‘e-Library‘ page on the University Portal
  2. A list of packages on the e-journals A-to-Z
  3. Resources available through the MyAthens portal
  4. Other (minor) authentication systems, each listing its own subset of resources

Frustratingly for our users (and for slightly obsessive-compulsive librarians like myself), no one of these lists exactly corresponds with any other. Each one includes a slightly different set of resources. For example, looking at a Venn diagram of resources listed on two platforms only – the e-Library and electronic journals A-to-Z:

Screenshot comparing two lists of e-resources

  • The e-Library contains 163 distinct resources (usually referred to as “databases”). 106* of them also appear on the e-journals A-to-Z: but there are 57, mostly non-bibliographic, resources on the e-Library which aren’t on the A-to-Z. I kind of expected this.
  • Conversely, the A-to-Z contains 162 packages (including a number of titles which don’t form part of a package). 112* of these are reflected on the e-Library, but there are 50 A-to-Z packages which aren’t on the Portal. This was less expected, and is more worrying!
  • The name given to a resource on one platform doesn’t necessarily correspond to the name given to the same resource on the other platform.
  • We use a Google Spreadsheet to [try and] keep tabs on this mess.
  • *The reason why only 106 resources on the e-Library correspond to 112 packages on the A-to-Z is that one “database” can be represented by a number of packages. For example: the Portal lists “JSTOR” as a single resource, whereas the A-to-Z lists three separate packages: JSTOR Arts & Sciences I, …Arts & Sciences II, and …III.

Drop in the other two platforms which list e-resources, and the Venn diagram will look something more like this:

Screenshot of a Venn diagram of e-resource platforms

Rationalising these various lists has to be a way toward better e-resources management, and we need to get to a stage where we present only one version of the truth at our users. As part of the ‘Find it at Lincoln‘ project, we’ll be re-populating the A-to-Z knowledgebase from scratch, reviewing our acquisitions/ERM procedures along the way. And for our new website, we’re looking for better ways of presenting lists of resources than the current e-Library page on the Portal.

Side note: it’s possible to use the MS Excel =Match function to compare two lists of resource names that nearly, but don’t exactly, correspond. Formula is:

  • =MATCH(“*”&LEFT(<value in native list>,12)&”*”,<foreign list array>,0)

Article finder form on the e-journals A-to-Z

Posted on May 11th, 2012 by Paul Stainthorp

The e-journals A-to-Z website now includes an article finder.

Fill in the form with the details of the article you are trying to locate, and the A-to-Z will display links to available electronic full-text copies (or—if the full text isn’t available at the University of Lincoln—information about inter-library loans and other services).

Screenshot of the A-to-Z article finder

If you are presented with a login screen and the message: “We could not authenticate your request. Please sign in“, please click on the ‘ATHENS Login’ link to see the links to available full-text copies. If you access the A-to-Z via the University Portal, you should not see this message.

Screenshot of the login page

If you have any problems accessing or using the article finder service, please let the Library know.

Java, John and JournalTOCs

Posted on April 17th, 2012 by Paul Stainthorp

I heard recently that the ticTOCs journal tables-of-contents service will close down in the next month or so. ticTOCs was a JISC-funded project which hasn’t been developed for several years now.

Screenshot of ticTOCs

It’s effectively been superseded by the JournalTOCs service, “the largest, free collection of scholarly Tables of Contents (TOCs)”. The outgoing service has published some advice for users on transferring saved lists of TOCs between ticTOCs and JournalTOCs.

ticTOCs did have one particularly useful feature: a text file of all the TOCs it contained (at http://www.tictocs.ac.uk/text.php), which I’ve been filtering and using since 2009 to create a custom package of RSS feeds for upload to the e-journals A-to-Z at Lincoln.

While JournalTOCs doesn’t provide the same simple text list feature, it does have a fully-documented API. This is much more powerful and flexible for developers, but it’s not quite so straightforward as /text.php to create my list (a subset of all the feeds in JournalTOCs, matching only those journals to which the University has full-text access) using desktop tools and no programming.

A chance comment from a colleague at another university about Lincoln having “developers coming out of its ears“(!) inspired me to ask on the LNCD development group for help.

Dr John Murray of the Lincoln School of Computer Science responded, and very kindly supplied a Java program which I can use to identify which journals in our A-to-Z are represented in JournalTOCs, and so build a list of links to valid RSS feeds. Starting with a comma-separated list of ISSNs (which I downloaded from the A-to-Z), the program takes each ISSN in turn and makes a call to the JournalTOCs journals API. Depending on the data returned by JournalTOCs, the program records each ISSN as ‘VALID’ or ‘INVALID’ (i.e. no RSS feed available) in a new .csv file.

Thank you very much, John!

[Aside: to use John's code I had to learn how to compile and run Java programs on my laptop (running Ubuntu 11.10). For the record—and because I imagine it'll be useful again in the future—I first had to install OpenJDK 6 by going to the terminal and running the command:

sudo apt-get install openjdk-6-jdk

…then, once OpenJDK had installed, using the following command to select the correct version of Java:

sudo update-alternatives --config java

…before compiling and running the program itself.]

Once all the ISSNs had been checked against the API and the validated list constructed (this took ~5hrs to run!), I used Microsoft Excel to filter out only the ‘VALID’ ISSNs matched in JournalTOCs, and used Excel’s =LOOKUP() function to pull in enough information about each journal from our managed title list (previously downloaded), to create a custom upload text file.

Screenshot of the A-to-Z

The updated package of journal article RSS feeds is now available to view on the A-to-Z. We’ll review and re-generate this every few months, as we do with all custom and publisher-generated e-journal packages. At the time of writing, it contains just over 10,000 journal article RSS feeds, each one corresponding to one of our full-text journals. I’ve also added an orange RSS icon and link to JournalTOCs for each one, using the A-to-Z’s public notes feature.

So: which other library APIs will accept an ISSN as an input, and what other custom packages could I create using John Murray’s code in the same way?

More forgiving searches on the A-to-Z

Posted on April 13th, 2012 by Paul Stainthorp

EBSCO have improved the way the e-journals A-to-Z carries out journal title keyword searches.

Previously, the A-to-Z only matched on exact, ‘whole word’ searches; it was very unforgiving. Searching for science would not return results containing the word sciences. Stemmed / partial-word searching was (and still is) possible using an asterisk as a wildcard—e.g. scien* would return results containing science, sciences, scientific, scientist, etc.—but these kinds of search features don’t tend to be very popular with library users.

However, EBSCO have now introduced ‘stemming’ rules within the A-to-Z search engine.  This handles singular and plural forms such as science/sciences, and make for a more forgiving search. It also now allows searching using common journal abbreviations such as Br J Sports Med for the British Journal of Sports Medicine.

We used to have a small number of custom ‘redirect’ entries in the A-to-Z which picked up common misspellings of certain journal titles (for example, Journal of Forensic Science instead of the—correct—Journal of Forensic Sciences). These are no longer necessary and I’ve removed them from the A-to-Z.

Screenshot of the Journal of Forensic Sciences on the A-to-Z

If you need it, exact-title searching is still possible via the advanced search page, and you can still use an asterisk for partial-keyword stem searches.

EJS / E-journals from EBSCO being phased out

Posted on March 2nd, 2012 by Paul Stainthorp

Just a note that the 11 journal titles which used to form the E-journals from EBSCO (a.k.a. the EBSCOhost Electronic Journals Service or EJS) are no longer listed as a discrete package on the e-journals A-to-Z. The EJS platform is (apparently) no longer being actively developed by EBSCO. The following journals should all still be accessible via the A-to-Z, as part of other publisher and/or database packages:

  1. Digital arts
  2. English Today
  3. HerbalGram
  4. Journal of sociolinguistics
  5. Language in Society
  6. Museum History Journal
  7. New Theatre Quarterly
  8. Performance Research
  9. Theatre Research International
  10. Theatre Survey
  11. World Englishes

The EJS platform has also been removed from the University Portal.

KB+ project Technical Advisory Group (TAG)

Posted on January 31st, 2012 by Paul Stainthorp

……aaand just as an adjunct to my last blog post, it’s worth mentioning that I’m currently serving [time] on the TAG (Technical Advisory Group) for the JISC Knowledge Base+ (KB+) project. We had our first meeting on 19 December 2011 at HEFCE’s offices in central London.

Over the course of 2011-2012 HEFCE will be investing £600,000 in the creation of a shared service knowledge base for UK academic libraries to support the management of e-resources by the UK academic community.

This is my idea of a worthy cause—e-journal knowledgebase problems being a particular favourite of mine—and I’m pleased HEFCE and JISC Collections have decided it’s worth investing in a serious and robust attempt to share information between universities and to build better systems for managing e-resources. I’m happy to be involved.

Worth reading = KB+: What’s in it for libraries?

  • Improved Data and Tools
  • Enhanced JISC Services
  • Improving ERM systems
  • Shared Community Activity
For the untainted by ERM jargon, Wikipedia explains as well as anywhere what a knowledgebase actually is and what some of the challenges are. The University of Lincoln’s e-journals knowledgebase is the EBSCO A-to-Z. Also related is the work of the UKSG/NISO Knowledge Bases And Related Tools (KBART) working group.

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.

New journals available off campus (via LibResProxy)

Posted on November 10th, 2011 by Paul Stainthorp

The following electronic journals are now available from off campus via the e-journals A-to-Z:

  1. Capital & Class (Sage Publications, issn:0309-8168)
  2. Ecology (Ecological Society of America, issn:0012-9658)
  3. New Left Review (New Left Review, issn:0028-6060)
  4. Science (American Association for the Advancement of Science, issn:0036-8075)

…plus the following 14 titles from Palgrave Macmillan Journals:

  1. Corporate Reputation Review (issn:1363-3589)
  2. Economic & Labour Market Review (issn:1751-8326)
  3. Family Spending (issn:0965-1403)
  4. Feminist Review (issn:0141-7789)
  5. Financial Statistics (issn:0015-203X)
  6. Journal of Information Technology (issn:0268-3962)
  7. Journal of Information Technology Teaching Cases (issn:2043-8869)
  8. Journal of International Business Studies (issn:0047-2506)
  9. Journal of the Operational Research Society (issn:0160-5682)
  10. Knowledge Management Research & Practice (issn:1477-8238)
  11. Monthly Digest of Statistics (issn:0308-6666)
  12. United Kingdom Balance of Payments – The Pink Book (issn:0950-7558)
  13. United Kingdom Economic Accounts (issn:1350-4401)
  14. United Kingdom National Accounts – The Blue Book (issn:0267-8691)

To access these journals you will need to log in using your network\username and password.

Screenshot of the e-journals A-to-Z

(Technical note: this alternative method of access uses LibResProxy, a CGI proxy application which mimics IP-based on-campus authentication. It will be slower than normal access, and not all features of the database may be available.)