cloudref icon indicating copy to clipboard operation
cloudref copied to clipboard

Definition of unique bibtex keys

Open koppor opened this issue 10 years ago • 1 comments
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 .bib file based on citations.
  • Define an alias field in each BibTeX entry: Possible with biblatex's ids field. See http://tex.stackexchange.com/a/37646/9075

koppor avatar Sep 27 '15 11:09 koppor

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.

tobiasdiez avatar Nov 08 '15 09:11 tobiasdiez