You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
citeproc-js has abbreviation support built in by supplying additional methods on the sys object: getAbbreviation.
Journal abbreviations are available here. We could extract the relevant fields into JSON and optionally load them in simple-cite so that styles that prefer short form i.e. J. Chem. Inf. Model. can set it even if the item only has the full journal name (i.e. Journal of Chemical Information and Modelling).
make package "journal-abbreviations" which can autoupdate according to the link, maybe using a scheduled CircleCI workflow.
support a new option to Processor, abbreviations, which takes a cache object, shaped as so:
exports.default={default: {"container-title": {"Journal of Chemical Information and Modelling": "J. Chem. Inf. Model.",
...
}}}
The text was updated successfully, but these errors were encountered:
citeproc-js
has abbreviation support built in by supplying additional methods on the sys object:getAbbreviation
.Journal abbreviations are available here. We could extract the relevant fields into JSON and optionally load them in simple-cite so that styles that prefer short form i.e. J. Chem. Inf. Model. can set it even if the
item
only has the full journal name (i.e. Journal of Chemical Information and Modelling).Processor
,abbreviations
, which takes a cache object, shaped as so:The text was updated successfully, but these errors were encountered: