You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that Authority is the DOI namespace granted from EZID. We at IQSS are currently recommending adding a shoulder to the namespace, ie. '/DVN' . This is optional but something we are trying to standardize on.
This needs to be (re)documented or we will get support tickets like RT 229931
See also ticket #2661 which encompasses all setting table entries.
The text was updated successfully, but these errors were encountered:
We currently support DOI from EZID through 4 fields in the setting table and account credentials in the domain.xml file:
setting table:
select name, content from setting where name like '%Protocol%';
name | content
-----------+---------
:Protocol | doi
(1 row)
select name, content from setting where name like '%Doi%';
name | content
---------------+---------
:DoiProvider | EZID
:DoiSeparator | /
select name, content from setting where name like '%Authority%';
name | content
------------+-------------
:Authority | 10.7910/DVN
domain.xml:
-Ddoi.password=mypassword
-Ddoi.username=myusername
-Ddoi.baseurlstring=https://ezid.cdlib.org
Please note that Authority is the DOI namespace granted from EZID. We at IQSS are currently recommending adding a shoulder to the namespace, ie. '/DVN' . This is optional but something we are trying to standardize on.
This needs to be (re)documented or we will get support tickets like RT 229931
See also ticket #2661 which encompasses all setting table entries.
The text was updated successfully, but these errors were encountered: