Description Usage Arguments Value Examples
Input Bib file with complete journal, output Bib file after abbreviation of journal, and return to the abbreviation table of journal
1 |
file |
character, input a .bib file. |
outfile |
character, file path to write the .bib file. An empty character string writes to |
output a new Bib file in the current directory, which only abbreviates the journal fields, and the rest remains unchanged. And return to a tibble, it has four columns:
Original journal field in bib
Field after abbreviation of original journal
Abbreviate the source of the database file, see https://github.com/JabRef/abbrv.jabref.org/tree/master/journals
There are only three cases, 1 represents that the item has a JOURNAL field and has been abbreviated successfully, - 1 means that the item does not have a JOURNAL field, and 0 represents that the item has a JOURNAL field, but the corresponding abbreviation is not found in the database, so the original JOURNAL field is used instead
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.