JabRef / cloudref

CloudRef - collaboratively managing references in the cloud
https://jabref.github.io/cloudref/
MIT License
66 stars 8 forks source link

Definition of unique bibtex keys #6

Open koppor opened 9 years ago

koppor commented 9 years ago

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

tobiasdiez commented 9 years ago

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.