Citation
========

If you use Crispy in your research, please cite it. The citation metadata is
maintained in the machine-readable `CITATION.cff
<https://github.com/mretegan/crispy/blob/main/CITATION.cff>`_ file. On GitHub,
the **Cite this repository** button turns it into APA or BibTeX automatically.

Crispy is archived on Zenodo under the DOI `10.5281/zenodo.1008184
<https://doi.org/10.5281/zenodo.1008184>`_, which always resolves to the most
recent release. A BibTeX entry for the current version:

.. code-block:: bibtex

    @software{retegan_crispy,
      author  = {Retegan, Marius},
      title   = {Crispy},
      version = {0.8.0},
      year    = {2024},
      doi     = {10.5281/zenodo.1008184},
      url     = {https://crispy.esrf.fr},
    }

The full machine-readable metadata, kept in sync with each release:

.. literalinclude:: ../../CITATION.cff
    :language: yaml
