Skip to content

Internal format and rules for managing Bibliography in pure Julia

License

Notifications You must be signed in to change notification settings

wildart/BibInternal.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs Docs Build Status codecov License: MIT

BibInternal.jl

This package provides an internal format to translate from/to other bibliographic format.

All entries depend of an abstract supertype 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.

Packages using BibInternal.jl

  • BibParser.jl : A package to parse bibliography files
    • BibParser.BibTEX: an Automa.jl based BibTeX parser
  • Bibliography.jl : A wrapper package to translate from/to different bibliographic formats (currently BibTeX and some web export)

About

Internal format and rules for managing Bibliography in pure Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%