From a6dc03ac61a8052425f127f9ffa77c71f0943e0f Mon Sep 17 00:00:00 2001 From: hugohadfieldwayve <89014973+hugohadfieldwayve@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:52:17 +0100 Subject: [PATCH] Update citation to display better The misc template doesn't seem to display much of the data, best to use a howpublished field to put the DOI and publisher --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ccdcbe..ab5d1aa 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ overloading and algebraic constants. cite as [![DOI](https://zenodo.org/badge/98999731.svg)](https://zenodo.org/badge/latestdoi/98999731) ```bibtex -@misc{https://doi.org/10.5281/zenodo.3635774, +@misc{ganja.js, doi = {10.5281/ZENODO.3635774}, url = {https://zenodo.org/record/3635774}, author = {De Keninck, Steven}, title = {ganja.js}, - publisher = {Zenodo}, + howpublished = {Zenodo. https://doi.org/10.5281/ZENODO.3635774}, year = {2020} } ```