Dear all,
our project uses KaTeX to display math. In a technical report, I wish to give credit where it's due and cite the amazing KaTeX project. However, I am unsure how to do so - who should I put as the authors, etc. Is there a publication one should use? Should one cite the rep, or the page?
Thanks in advance.
@sthoch I think linking to the GitHub repo should be sufficient.
@sthoch Thanks for asking! Sometimes, when citing projects like this, I just use a footnote, as in:
...using KaTeX\footnote{\url{https://github.com/Khan/KaTeX/}}...
If you want to use BibTeX, though, there isn't a clear author list (or a very short one), so I'd probably just leave it blank, as in:
@misc{KaTeX,
title = {KaTeX},
howpublished = {\url{https://github.com/Khan/KaTeX/}},
}
We should probably add this to the docs.
Maybe we should publish a paper 馃槃
There is a way to give any repo a DOI: https://guides.github.com/activities/citable-code/
@sven-frotscher can DOI's be referenced in papers? It seems like an extra level of indirection. Is the problem being solved that the software being cited may be moved or removed from the internet?
IIUC, a DOI is like a URN (or permalink), potentially redirecting to whatever online location is current.
Zenodo (the service mentioned in the previously linked activity) apparently archives every release at CERN which seems quite stable.
Most helpful comment
Maybe we should publish a paper 馃槃