Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for In-text Narrative Citations Using Citation Flags in citeproc-js-server #48

Open
RORO-ML opened this issue Dec 27, 2023 · 0 comments

Comments

@RORO-ML
Copy link

RORO-ML commented Dec 27, 2023

Hello,

my query is about the support for citation flags that are crucial for rendering in-text narrative citations.

In the standard implementation of citeproc-js, there are flags like "author-only" and "suppress-author" that are used to control the citation format. For example:

[
    { "ITEM-1" },
    { "ITEM-1", "author-only": true },
    { "ITEM-1", "suppress-author": true }
]

https://citeproc-js.readthedocs.io/en/latest/running.html#citation-flags-with-makecitationcluster

My question is whether these flags, or similar functionality, are available and supported in this server version of citeproc-js, especially for the purpose of in-text narrative citations. Are there any special configurations or code adaptations needed to implement this in citeproc-js-server?

Thank you for your assistance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant