Skip to content
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

Feature/dspace harvest #63

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

ivanmrsulja
Copy link

@ivanmrsulja ivanmrsulja commented Dec 12, 2024

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

@ivanmrsulja ivanmrsulja requested a review from wwelling December 12, 2024 15:50
Copy link
Contributor

@chenejac chenejac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivanmrsulja thanks for this nice contribution. Please check my two comments. Also, in the description of the PR please correct name of the sh/bat file which should be run (run-dspace-oaifetch.bat).

@ivanmrsulja ivanmrsulja requested a review from chenejac December 20, 2024 08:12
@chenejac chenejac requested a review from bkampe December 23, 2024 09:54
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
3 participants