Introduction
An Integration in Primo NDE can help staff and students find reading lists that are related to the resource being viewed. It can also provide a button that will send that particular resource to Talis as a new bookmark.
This add-on integrates Talis Aspire Reading Lists with Ex Libris Primo NDE (New Discovery Experience), providing:
-
"Send To Reading Lists" Bookmark This Button - Allows users to bookmark catalog items directly to their reading lists
-
"Cited on reading lists" Section - Displays which reading lists cite the current catalog item
Features
Bookmark This Button
- Appears below item availability information in full record display
- Appears as part of each search result
- Supports MMS_ID based bookmarking (primary method)
- Falls back to OpenURL parameters when MMS_ID is not available
- Configurable button text and tooltip
Related Lists Display
- Shows reading lists that cite the current catalogue item
- Uses MMS ID lookup (primary method)
- Falls back to ISBN lookup when MMS ID is not available
- Clean, simple bulleted list design
- Links open in new tabs
Installation
You have a choice between self hosting or a Talis hosted version.
Talis hosted
You will want to do this if...
- You don't have a server that you can host the files on
- You don't want to deal with the complexity of self hosting
- You always want to have the latest version deployed
- You don't want to have to re-upload files when a new version is released.
Installation overview:
- You will need to write a configuration file with your tenant's information.
- You will need to decide if you want to enable the 'bookmark this' button.
- You will build a small configuration file.
- You will set everything up in Primo.
Please see the full Add-On instructions for the actual steps
Self Hosting
You might want to do this if...
- You want to control when changes are made.
- You want to do additional customisations. We recommend you fork this repository before making changes so that you can pull in other upstream fixes in the future.
- You are happy that Talis are unable to support a self hosted version, as there may have been changes that we are not aware of.
Installation overview:
- Download the ZIP file for the Add-On
- Upload the ZIP file to your server and Unzip it.
- You will now have a directory full of the files that will be injected into Primo as the Addon.
- Use the URL of your new directory as the Add-On URL in the primo configuration
- You may need to add a CORS policy to your hosted directory if the domains are not the same as your Primo domain.
Please see the full Add-On instructions for the actual steps