Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The live import should be enabled in the //dspace/config/item-submission.xml//. The step below should be included prior to the Describe metadata steps:

...

The basic API configuration can be found in file dspace/config/modules/elsevier-sciencedirect.cfg. This file contains the API key and the API urls.

 

Code Block
languagetext
api.key = 7f8c0…
api.article.url=http://api.elsevier.com/content/article
api.entitlement.url=http://api.elsevier.com/content/article/entitlement
api.scidir.url=http://api.elsevier.com/content/search/scidir

...