Brenton M. Wiernik
Brenton M. Wiernik
We started to discuss multilingual data structures here: https://github.com/citation-style-language/schema/issues/327 In terms of data structures, my inclination is that storing multilingual variants should occur at the field-level. So, any field might...
We need to write the style syntax for calling related items.
`term="type"` should render the term for the item's type, rather than always requiring explicit calls to each term.
**Is your feature request related to a problem? Please describe.** Following recent discussions, we should add a general `identifiers` array variable to hold identifiers like ISMC, ISWC, ECLI, arXivID, etc.,...
Following the discussion on Discourse, we seem to moving toward separating rendering citations from CSL data and wrangling data into clean CSL structures into discrete steps. I think this is...
See https://github.com/citation-style-language/schema/issues/293 **Is your feature request related to a problem? Please describe.** Sometimes, one might want to indicate a more specific or custom role than the general label for a...
**Is your feature request related to a problem? Please describe.** Two problems come up in a fair number of styles. - Styles have specific wording required for item descriptions, statuses,...
Need to ensure that things like APA's requirements are possible and that the processor logic is consistent/straightforward. With the general supression, I think everything is in place.
Recently, in response to user needs for the SBL style, citeproc-js added support for providing `-short` versions of all CSL variables, to be rendered with `form="short"`. (https://forums.zotero.org/discussion/comment/324592/#Comment_324592) In my work...
I'm working on a package `cslr` to support the CSL JSON format in R. The major advantage of CSL JSON is that it is the native format for the CSL...