knitr::opts_chunk$set(echo = TRUE)
This R package converts a journal name (or any text) to abbreviations using the ISSN List of Title Word Abbreviations (LTWA, available as a csv file). Some journals insist that journal names in bibliographies are abbreviated. This is dumb so here's a package that does it for you.
install.packages('devtools') library(devtools) install_github('fawda123/Jabbrev') library(Jabbrev)
One journal at a time:
devtools::load_all(".")
abbrev('Journal of Applied Mathematics')
Or convert a whole .bib file:
bib_shr('inst/refs.bib')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.