doi2rdm changes
The tool doi2rdm now expects the options to come from a YAML file provided on the command line. Included in the support options is mapping the publisher name via DOI prefix or ISSN.
To see the YAML file use the -show-yaml
option. You can then modify it to better suit your organization.
Example: Save the YAML, edit it with "nano" then use the options.yaml to retrieve the DOI from CrossRef and see how the JSON looks for importing into RDM.
doi2rdm -show-yaml >options.yaml
nano options.yaml
doi2rdm options.yaml https://doi.org/10.1163/15733823-00211P01
Full Changelog: v0.0.68...v0.0.70
Full Changelog: v0.067...v0.0.70