mjordan / persistent_identifiers

Drupal 8/9 Module that provides a generalized framework for minting and persisting persistent identifiers (DOIs, ARKs, etc.).
GNU General Public License v2.0
5 stars 11 forks source link

Add options for rendering the DOI #10

Open mjordan opened 4 years ago

mjordan commented 4 years ago

DOIs can be presented visually in various ways, e.g. screen and print, URI, URN, as documented at https://www.doi.org/doi_handbook/2_Numbering.html#2.6. Currently, the DOI is stored raw, like "10.1006/jmbi.1998.2354". We should provide at least the option to add 'doi' for display on the screen.

Note: this is a rendering issue. We should not prepend anything to the DOI value itself in storage.