Skip to content

A repository of abbreviations for references, e.g., for conferences, journals, institutes, etc.

License

Notifications You must be signed in to change notification settings

kaveh1000/abbrv.jabref.org

 
 

Repository files navigation

Abbreviations

A repository of abbreviations for references, e.g., for conferences, journals, institutes, etc.

JabRef can help you refactor your reference list by automatically abbreviating or unabbreviating journal names. This requires that you keep one or more lists of journal names and their respective abbreviations. To set up these lists, choose Options -> Manage journal abbreviations. See also https://help.jabref.org/en/JournalAbbreviations.

Currently, only journal lists are offered.

Format of the file

Now the data files are in CSV format (using semicolons as separators):

<full name>;<abbreviation>[;<shortest unique abbreviation>[;<frequency>]]

The two last fields are optional, and you can actually safely omit them. JabRef supports the third field, which contains the "shortest unique abbreviation". The last field is not currently used; its intention is gives frequency (e.g., M for monthly).

For instance:

Accounts of Chemical Research;Acc. Chem. Res.;ACHRE4;M

This was done in old versions of the "general journals list" primarily because the information was available. In the current version shipped with JabRef (https://github.com/JabRef/jabref/blob/master/src/main/resources/journals/journalList.csv), this is not the case any more.

About

A repository of abbreviations for references, e.g., for conferences, journals, institutes, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • Shell 4.4%