Skip to content

Commit

Permalink
Add CrossRef config properties description
Browse files Browse the repository at this point in the history
  • Loading branch information
konradperlowski committed Jan 31, 2024
1 parent e1bf3c3 commit 6df7513
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2370,6 +2370,50 @@ should delete the old JVM option and the wrapped password alias, then recreate
as shown for :ref:`dataverse.pid.datacite.password` but with the EZID alias
name.

.. _dataverse.pid.crossref.url:

dataverse.pid.crossref.url
++++++++++++++++++++++++++

CrossRef url used to post metadata.

.. _dataverse.pid.crossref.rest-api-url:

dataverse.pid.crossref.rest-api-url
+++++++++++++++++++++++++++++++++++

CrossRef API url to retrieve metadata information

.. _dataverse.pid.crossref.username:

dataverse.pid.crossref.username
+++++++++++++++++++++++++++++++

CrossRef uses `HTTP Basic authentication <https://en.wikipedia.org/wiki/Basic_access_authentication>`_
for their APIs.
- Used in conjunction with :ref:`dataverse.pid.crossref.url` and :ref:`dataverse.pid.crossref.password`.

.. _dataverse.pid.crossref.password:

dataverse.pid.crossref.password
+++++++++++++++++++++++++++++++

- Used in conjunction with :ref:`dataverse.pid.crossref.url` and :ref:`dataverse.pid.crossref.username`.

.. _dataverse.pid.crossref.depositor:

dataverse.pid.crossref.depositor
++++++++++++++++++++++++++++++++

The entity, such as a person or organization, that deposited the Dataset in the repository

.. _dataverse.pid.crossref.depositor-email:

dataverse.pid.crossref.depositor-email
++++++++++++++++++++++++++++++++++++++

Contact email to the indicated Depositor

.. _dataverse.timerServer:

dataverse.timerServer
Expand Down

0 comments on commit 6df7513

Please sign in to comment.