Open rouben opened 1 year ago
This implements DOI link support as requested in #2. Very simple modification which adds an extra if statement looking for doi fields in the BiBTeX data and prepending https://dx.doi.org/ to the doi field as well as output a URL in HTML format.
doi
https://dx.doi.org/
Bump! Any chance this will be reviewed/considered for an upstream merge?
This implements DOI link support as requested in #2. Very simple modification which adds an extra if statement looking for
doi
fields in the BiBTeX data and prependinghttps://dx.doi.org/
to thedoi
field as well as output a URL in HTML format.