cloudref
cloudref copied to clipboard
Definition of unique bibtex keys
trafficstars
To get rid of the hazzle with different keys being inconsistent across different systems, the system should enforce globally unique bibtex keys.
First idea: [authorIni][year]-[title:abbr:] (See Key patterns help). TODO: the title should get more readable.
Alternatives
- nbibtex shows a different approach, wich generates a new
.bibfile based on citations. - Define an
aliasfield in each BibTeX entry: Possible with biblatex'sidsfield. See http://tex.stackexchange.com/a/37646/9075
I think to get a truly unique identifier one would need GUIDs or something similar. If the key is just a simple combination of author, year and abbreviated title, then the chance to get duplicate keys is pretty high. As a compromise, one could store the entry in the database with the GUID as the key, but show a more user-friendly key to the user.