diff --git a/README.md b/README.md index 3153255..0180f18 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,7 @@ ## Description This is a minimal package for a pure Julia implementation of converting numbers in their Arabic form to numbers in their Anglo-Saxan form. The process of **spelling out** a number has also been referred to as **set full out**, to write out in **long hand**, and — as a great mind once suggested — to **transnumerate**. + +## Citation + +If your research depends on SpelledOut.jl, please consider giving us a formal citation: [`citation.bib`](./citation.bib). diff --git a/citation.bib b/citation.bib new file mode 100644 index 0000000..06ce447 --- /dev/null +++ b/citation.bib @@ -0,0 +1,7 @@ +@software{ireland2024spelledout, + title={{SpelledOut.jl}: A minimal, {Julia}-written tool for converting numbers to words}, + author={Ireland, Jake W and Riedemann, Andr{\'e}s and de Freitas Pereira, Gabriel}, + year={2024}, + howpublished={\url{https://github.com/jakewilliami/SpelledOut.jl}}, + note={{Julia} package version 1.2.1} +} \ No newline at end of file