From 54c5efce9ca65a87ef95da04c178fb40c70142fb Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 9 Apr 2020 17:33:07 +0200 Subject: [PATCH] update recommended citation --- .zenodo.json | 2 +- CITATION.cff | 2 +- README.rst | 26 +++++++++++++++++++++++--- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 02e8d7a..47a6ba4 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -7,5 +7,5 @@ "license": { "id": "MPL-2.0" }, - "title": "Numgrid: Numerical integration grid for molecules." + "title": "Numgrid: Numerical integration grid for molecules" } diff --git a/CITATION.cff b/CITATION.cff index 23ec972..fa763e6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ message: If you use Numgrid, please cite it as below. authors: - family-names: Bast given-names: Radovan -title: "Numgrid: Numerical integration grid for molecules." +title: "Numgrid: Numerical integration grid for molecules" version: 1.1.0 license: MPL-2.0 doi: 10.5281/zenodo.3746461 diff --git a/README.rst b/README.rst index 3546e62..12b1f03 100644 --- a/README.rst +++ b/README.rst @@ -71,9 +71,29 @@ Citation -------- If you use this tool in a program or publication, please acknowledge its -author(s). The metadata necessary for citing this tool can be found in the -`CITATION.cff `__ file. For more information CITATION.cff files, see -https://citation-file-format.github.io. +author(s):: + + @misc{numgrid, + author = {Bast, Radovan}, + title = {Numgrid: Numerical integration grid for molecules}, + month = {4}, + year = {2020}, + publisher = {Zenodo}, + version = {v1.1.1}, + doi = {10.5281/zenodo.3746461}, + url = {https://doi.org/10.5281/zenodo.3746461} + } + + @misc{sphere_lebedev_rule,, + author = {Burkardt, John}, + title = {SPHERE_LEBEDEV_RULE: Quadrature Rules for the Unit Sphere}, + year = {2010}, + url = {https://people.sc.fsu.edu/~jburkardt/c_src/sphere_lebedev_rule/sphere_lebedev_rule.html} + } + +I kindly ask you to also cite the latter since Numgrid is basically a "shell" +around SPHERE_LEBEDEV_RULE, with added radial integration and molecular +partitioning. Would you like to contribute?