setting some conventions common in Bibdesk (to work with bibtex, citeUlike)
-
I found this set useful to collaborate:
citekey `` %a1%y%u0 ``
rangement semi-automatique papiers: `` %f{Cite Key}%n0%e ``
Topic = use citekey of related papers
Comment (instead annote) to put... comments (as annote gets printed in the manuscript that would use the entry)
-
to do that automatically, one may use this tricks:
defaults write edu.ucsd.cs.mmccrack.bibdesk "Cite Key Format" -string "%a1%y%u0"¬ defaults write edu.ucsd.cs.mmccrack.bibdesk BDSKLocalFileFormatKey -string "%f{Cite Key}%n0%e"
this is included in this script @ https://github.com/laurentperrinet/dotfiles/blob/master/init/install_tex_live.sh