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

Convert references file from Bibtex to CSL-JSON #143

Closed
joshwlambert opened this issue Apr 28, 2023 · 0 comments
Closed

Convert references file from Bibtex to CSL-JSON #143

joshwlambert opened this issue Apr 28, 2023 · 0 comments
Labels
citations documentation Improvements or additions to documentation

Comments

@joshwlambert
Copy link
Member

There is a general convention of Epiverse packages to move from using Bibtex (.bib files) for storing references used in our R packages to using CSL-JSON (.json).

The original driver of this change is to ensure that Github linguist correctly identifies Epiverse packages as R packages instead of TeX or markup packages, as .bib is considered markup by linguist whereas CSL-JSON is considered data and ignored.

This change has already been implemented in {finalsize} (epiverse-trace/finalsize#155, epiverse-trace/finalsize#156).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
citations documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant