X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=jmax-bibtex.el;fp=jmax-bibtex.el;h=695cf87ddaac5df83ccea07c3f0df680c4438861;hp=d9ab657711693b154cf39037bb1b9cc9986cd427;hb=207fcf23c1330708746fdc8ea2f9af55114b0c3c;hpb=9c9f477bb0f03268384de6b6e4397f66d5beaf01 diff --git a/jmax-bibtex.el b/jmax-bibtex.el index d9ab657..695cf87 100644 --- a/jmax-bibtex.el +++ b/jmax-bibtex.el @@ -101,6 +101,7 @@ I like \C-cj." ("CC" "Catalysis Communications" "Catal. Commun.") ("CST" "Catalysis Science & Technology" "Catal. Sci. Technol.") ("CT" "Catalysis Today" "Catal. Today") + ("ChC" "Chemical Communications" "Chem. Commun.") ("CPL" "Chemical Physics Letters" "Chem. Phys. Lett") ("CR" "Chemical Reviews" "Chem. Rev.") ("CSR" "Chemical Society Reviews" "Chem. Soc. Rev.") @@ -108,6 +109,7 @@ I like \C-cj." ("CM" "Chemistry of Materials" "Chem. Mater.") ("CSA" "Colloids and Surfaces, A: Physicochemical and Engineering Aspects" "Colloids Surf., A") + ("CF" "Combustion and Flame" "Combust. Flame") ("CPMS" "Computational Materials Science" "Comp. Mater. Sci.") ("CPC" "Computer Physics Communications" "Comput. Phys. Commun.") ("CSE" "Computing in Science \\& Engineering" "Comput. Sci. Eng.") @@ -245,7 +247,7 @@ START and END allow you to use this with `bibtex-map-entries'" (helm :sources `((name . "journal") (candidates . ,(mapcar (lambda (x) - (cons (nth 1 x) + (cons (format "%s | %s" (nth 1 x) (nth 2 x)) (car x))) jmax-bibtex-journal-abbreviations)) (action . (lambda (x) (identity x))))