We’ve hit the ground running here at Springy HQ after a lively January 2017! Here’s a rundown of big new LibGuides features, now available in a browser near you.
OAI Rewrite
We initially implemented OAI-PMH harvesting for LibGuides in July 2015, and since then, you’ve given us some great feedback for changes and new features. We’re pleased to announce that we’ve rewritten our implementation from the ground up and have incorporated your ideas!
Sensible URL. We changed the structure of the URLs used for harvesting to make them easier to remember. Your old URL will continue to work, so you have time to update your identifiers (see below) and your URLs. To grab your OAI-PMH URL, go into LibGuides > Tools > Data Exports > OAI-PMH.
Updated Identifiers. In order to support sets and additional content in the feed, the identifiers for guides were modified slightly. For example, oai:libguides.com:27066 becomes oai:libguides.com:guides/27066. If you rely on these identifiers for harvesting, clear out the LibGuides content before updating your OAI-PMH URL, otherwise you may end up with duplicate guide content.
Real-time updating. Newly-published and -edited metadata will be available in your OAI feed immediately.
New metadata! Now you can harvest more than just your guides:
- Sets support. LibGuides now supports sets of objects. View the
ListSets
output with “?verb=ListSets” for a list of available sets. The verbsListIdentifiers
andListRecords
support limiting results to a particular set by passing thatset
‘s query parameter. If the set parameter is left off, ListIdentifiers and ListRecords will return objects in all sets. This is a change in behavior from previous the version, which returned only guide content. If you would like to maintain this behavior (only harvesting guides), be sure to use the ‘guides’set
parameter. - A-Z Assets: One of the new sets available in the feed is your collection of A-Z Databases. All A-Z assets are included as long as they are not hidden. Information exposed for A-Z is: title, description, the ‘more info’ field (if filled in), subjects, vendor, creation date, and URL (proxied if the ‘proxy’ checkbox is checked). To grab your databases metadata, use the ‘az’ set parameter: &set=az.
- E-Reserves Courses (Reserves module required): The courses available are limited to courses with unassigned terms or with terms with start and end dates for the current period. Information exposed for E-Reserve Courses is: title, description, instructor, term, URL, and course number. To grab just the E-Reserve Courses set, use the ‘er_courses’ set parameter: &set=er_courses.
- Guide Custom Metadata (LibGuides CMS only): If you would like to include additional information in your feed, any supported Dublin Core fields entered in the Guide Metadata tab will be exposed. Entries in the Guide Metadata pane are exposed as additional fields and do not replace content in the feed. Field names must be in the format of dc.{field name}. For example, if you wish to add a contributor, enter “dc.contributor” as the field, and “Jane Smith” as the value.
Want to harvest your OAI-PMH data for your catalog? No problem! Check out this video for using MarcEdit’s OAI Harvester to create MARC records and get that job done:
Also see this post for a great introduction to OAI and links to additional resources.
New Blog Features
Featured Post. Now you can “pin” a post to the top of your blog by designating it your Featured Post. Note that there can be only one!
Related Blog Posts & E-Reserves Courses on Subject Pages. Give additional exposure to your system and guide blog posts by assigning Subjects to them. Blog posts with Subjects assigned will appear under the Blog Posts tab on their respective Subject pages:
…And More!
We wouldn’t be Springy if there weren’t a couple more goodies in this basket! Also new as of this release is are:
More ALT Text Options for Images. All non-decorative images in your LibGuides System should have accompanying ALT text to assist those who use screen readers. You’ll see new Alternative Text fields in a few places throughout the system.
Small Fixes
Just a couple more things to include!
- LTI. The “customer secret” is validated when a tool is launched.
- Search & Replace. We swatted a bug preventing Guide Name & Description searches from working.