Bibliography handling simplified
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trivernis 0138731ca7
Switch to parking_lot::Mutex and reexport it
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
src Switch to parking_lot::Mutex and reexport it 3 years ago
.gitignore Remove .idea 4 years ago
Cargo.toml Switch to parking_lot::Mutex and reexport it 3 years ago
LICENSE Initial Content 4 years ago
README.md Update README 4 years ago

README.md

Bilbiographix

This project is part of the snekdown parser project and encapsulates the bibliography handling.

Bibliography types and fields

Type Required Fields Optional Fields
article key, author, title, journal, date volume, number, pages, url
book key, author, title, publisher, date volume, series, address, edition, url
booklet key, title author, how_published, address, date
in_book key, author, title, position, publisher, date volume, series, address, edition
in_collection key, author, title, publisher, date editor, volume, series, position, address, edition
manual key, title author, organization, address, edition, date
misc key author, title, date, url, how_published
repository key, author, title url, cms, license, accessed_at
tech_report key, author, title, institution, date number, address
thesis key, author, title, school, date address
unpublished key, author, title date
website key, url title, author, accessed_at, date

License

Distributed under Apache 2.0 License. See LICENSE for more information.