mdbook-bib 0.5.3

mdbook plugin allowing to load and present a bibliography in BibLaTex format in your books and cite its references
Documentation
@article{smith2024,
    author = {Smith, John A.},
    title = {Modern Approaches to Data Analysis},
    journal = {Journal of Data Science},
    year = {2024},
    volume = {15},
    pages = {100-125},
}

@book{jones2023,
    author = {Jones, David and Lee, Maria},
    title = {Machine Learning Fundamentals},
    publisher = {Academic Press},
    year = {2023},
    isbn = {978-0-123456-78-9},
}

@inproceedings{chen2022,
    author = {Chen, Wei and Brown, Patricia L.},
    title = {Neural Networks in Practice},
    booktitle = {Proceedings of the AI Conference},
    year = {2022},
    pages = {45-60},
    organization = {ACM},
}

@article{williams2021,
    author = {Williams, Robert},
    title = {Statistical Methods for Research},
    journal = {Statistics Quarterly},
    year = {2021},
    volume = {8},
    number = {2},
    pages = {200-220},
}