DOI support
Issue genesys-server#107 (closed) adds DOI support to the Genesys API.
Add "DOI" descriptor to the list of available MCPD descriptors in the uploader tool.
When mapped on the column the values are added to the JSON as:
{
"doi": "10.2323/AEW#",
"instCode": ...
}
The DOI field only allows a single value and during data validation the could should test that if DOI has a value, it matches the regexp pattern ^10\.[0-9]+/.+
.
Edited by Matija Obreza