Closed egonw closed 4 years ago
A fix would be somewhere in this switch statement, with a case for "DOI" where the value is returned in upper case:
switch
case
"DOI"
https://github.com/citation-js/plugin-quickstatements/blob/e6a30e4a1e03d9edbcc4d985d8107f577a4450ab/src/output.js#L81-L82
Published in 0.3.4 (with a fix to quote the DOI and updated tests)
0.3.4
A fix would be somewhere in this
switch
statement, with acase
for"DOI"
where the value is returned in upper case:https://github.com/citation-js/plugin-quickstatements/blob/e6a30e4a1e03d9edbcc4d985d8107f577a4450ab/src/output.js#L81-L82