Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Documented new identifier.doi.resolver

...

Configuration File:[dspace]/config/dspace.cfg
Property:
identifier.doi.user
Example Value:
identifier.doi.user = user123
Informational Note:Username to login into the API of the DOI registration agency. You'll get it from your DOI registration agency.
Property:
identifier.doi.password
Example Value:
identifier.doi.password = top-secret
Informational Note:Password to login into the API of the DOI registration agency. You'll get it from your DOI registration agency.
Property:
identifier.doi.prefix
Example Value:
identifier.doi.prefix = 10.5072
Informational Note:The prefix you got from the DOI registration agency. All your DOIs start with this prefix, followed by a slash and a suffix generated from DSpace. The prefix can be compared with a namespace within the DOI system.
Property:
identifier.doi.namespaceseparator
Example Value:
identifier.doi.namespaceseparator = dspace-
Informational Note:This property is optional. If you want to use the same DOI prefix in several DSpace installations or with other tools that generate and register DOIs it is necessary to use a namespace separator. All the DOIs that DSpace generates will start with the DOI prefix, followed by a slash, the namespace separator and some number generated by DSpace. For example, if your prefix is 10.5072 and you want all DOIs generated by DSpace to look like 10.5072/dspace-1023 you have to set this as in the example value above.
Property:identifier.doi.resolver
Example Value:identifier.doi.resolver = https://doi.org
Informational Note: URL for the DOI resolver. This will be the stem for generated DOIs.   This property is optional, and defaults to the example value above.
Property:

crosswalk.dissemination.DataCite.publisher

Example Value:crosswalk.dissemination.DataCite.publisher = My University Press
Informational Note:The name of the entity which published the item.
Property:crosswalk.dissemination.DataCite.hostingInstitution
Example Value:crosswalk.dissemination.DataCite.hostingInstitution = My University
Informational Note:The name of the entity which hosts this instance of the object.  If not configured, it will default to the value of crosswalk.dissemination.DataCite.publisher.
Property: crosswalk.dissemination.DataCite.dataManager
Example Value:crosswalk.dissemination.DataCite.dataManager = My University Department of Geology
Informational Note:If not configured, it will default to the value of crosswalk.dissemination.DataCite.publisher.

...