Skip to content

Dspace Harvest #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ivanmrsulja
Copy link
Member

Added an example of fetching publication metadata from DSpace based on the oaifetch.

Steps to run:

  • Examine the run-oaifetch.sh (or .bat) script and type the location of the VIVO Harvester installation directory.
  • You can uncomment the score and match functions if you want deduplication to be performed (it is turned off by default)
  • Modify the vivo.model.xml file to provide parameters for accessing your VIVO web application.
  • Modify the dspace-oaifetch.conf.xml to point to your desired instance's endpoint, as well as other OAI properties (keep in mind that only DublinCore metadata format is supported at this moment)
  • Shut down your VIVO instance (in order to free the TDB lock)
  • Run run-dspace-oaifetch.sh (or .bat, if you are on Windows)
  • Restart your VIVO instance and reindex the search indexes

Closes #4021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Harvesting metadata from DSpace
2 participants