texworld / betterbib

:green_book: Command-line tools for bibliographies.
816 stars 42 forks source link

journals.json is inconsistent as to whether abbreviations are dotted #241

Closed anntzer closed 2 years ago

anntzer commented 2 years ago

For example, "The journal of chemical physics" maps to "J Chem Phys" whereas "The Journal of Geometric Analysis" is "J. Geom. Anal." -- and autogenerated names also get final dots. So after aj, the rendered bibliography can get the same inconsistency. My guess is that you should just fix journals.json by checking for each word whether it was an abbreviation of a word in the journal title and, if so, forcefully add a dot there was none.

nschloe commented 2 years ago

This should probably be moved to https://github.com/JabRef/abbrv.jabref.org where journals.json comes from.

anntzer commented 2 years ago

Looks like that's already at https://github.com/JabRef/abbrv.jabref.org/issues/79.

nschloe commented 2 years ago

Yup, let's focus on this.