This package provides an internal format to translate from/to other bibliographic format.
!Warning The support for this package will move to Julia LTS once the next LTS release is available.
All entries depend on an abstract super type AbstractEntry
.
One generic entry GenericEntry
is available to make entries without any specific rules.
Currently, only one set of entries following the BibTeX rules is available. Required and optional BibTeX fields are checked by the constructor.
Pull Requests to add more entries (or update the BibTeX rules) are welcome.
Discussions are welcome either on this GitHub repository or on the #modern-academics
channel of Humans of Julia (to join the Discord server, please click the chat
badge above).
- BibParser.jl : A package to parse bibliography files
- Bibliography.jl : A wrapper package to translate from/to different bibliographic formats such as BibTeX, StaticWebPages.jl, and DocumenterCitations.jl.