tohaya-0.0.1 is not a library.
Visit the last successful build:
tohaya-0.1.2
tohaya
Quick-n-dirty converter of PubMed .nbib format to hayagriva. Currently a working WIP.
For the most part, tohaya is a command-line front-end to biblib.
Usage
tohaya < citation.nbib >> bibliography.yml
Installation
- Direct download from https://github.com/FNNDSC/tohaya/releases/latest
- Nix flakes: figure it out yourself
- Compile from source:
cargo install tohaya - cargo-binstall:
cargo binstall tohaya
Known Issues
Some fields, such as title, are truncated. See https://github.com/AliAzlanDev/biblib/pull/5
Roadmap
- Installation from PyPi using maturin
- Installation using pixi/mamba/conda
- More flexible CLI usage
- Web front-end using wasm_bindgen + BibTeX support, see https://github.com/JonasLoos/bibtex-to-hayagriva-webapp
- Possible upstream integration with hayagriva, see https://github.com/typst/hayagriva/issues/329