How to Add Bibliography to a Post

This is a small tutorial on how to use the plugin jekyll-shcolar on this website.

Use {% cite Pomerleau2010a %} in a text to cite a work like this (missing reference).

Print only the cited bibliography:

{% bibliography --cited %}

Result:

    Print a bibliography filtered by author name:

    {% bibliography -q @*[author ^= Paton] %}
    

    Result:

    1. Paton, M., Pomerleau, F., MacTavish, K., Ostafew, C. J., & Barfoot, T. D. (2017). Expanding the Limits of Vision-based Localization for Long-term Route-following Autonomy. Journal of Field Robotics, 34(1), 98–122.
       Bibtex source
    2. Paton, M., Pomerleau, F., & Barfoot, T. D. (2016). In the dead of winter: Challenging vision-based path following in extreme conditions. Springer Tracts in Advanced Robotics, 113, 563–576.
       Bibtex source
    3. Paton, M., Pomerleau, F., & Barfoot, T. D. (2015). Eyes in the Back of Your Head: Robust Visual Teach & Repeat Using Multiple Stereo Cameras. Proceedings of the 12th Conference on Computer and Robot Vision (CRV), 46–53.
       Bibtex source