Closed adamliter closed 8 years ago
Makes sense. There are no used eprint
fields in our source materials, and only 1 in my entire set of over 7500 bibliography entries (of which only a fraction are rendered in any given S&P article) from submissions published in the last ~5 years, so it seems to be a relatively rare field anyway.
:+1:
Here's another one that might make more sense for some sort of working group to discuss.
If an entry contains any sort of
eprint
information (such as a JSTOR link), it is printed by the current implementation (2802b8743193c14a97691d4234d515881020da74). For the time being at least, I think the best option would be to not print it (i.e., to set\ExecuteBibliographyOptions{eprint=false}
inbiblatex-sp-unified.bbx
).It might, however, be worthwhile to print this information in some cases. For example, I don't think Linguistic Inquiry articles had DOIs until 1998. Nonetheless, LI articles prior to 1998 are still associated with a stable JSTOR URL, so it might make sense to print that just in case an article doesn't have a DOI. If an article does have a DOI, a JSTOR stable URL is sort of superfluous.
This would be something for the working group to decide, I suppose. Alternatively, if you think this is a better option than just setting
eprint=false
for the time being, it could be implemented with the bibmacro fordoi+eprint+url
given in the MWE below.Let me know what you think, and I'm happy to open a PR. Or, if you'd prefer, you can just make the changes yourself, too, since this one is pretty short and quick.
MWE