diff --git a/README.md b/README.md index af4d3ed..b5b0812 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The package is released under the [MIT license](LICENSE). ## Citing *DE-Sim* Please use the following reference to cite *DE-Sim*: -Arthur P. Goldberg & Jonathan Karr. DE-Sim: an object-oriented, discrete-event simulation tool for data-intensive modeling of complex systems in Python. Journal of Open Source Software. 2020 Nov. In press. +Arthur P. Goldberg & Jonathan Karr. (2020). [DE-Sim: an object-oriented, discrete-event simulation tool for data-intensive modeling of complex systems in Python. Journal of Open Source Software, 5(55), 2685.](https://doi.org/10.21105/joss.02685) ## Contributing to *DE-Sim* We enthusiastically welcome contributions to *DE-Sim*! Please see the [guide to contributing](CONTRIBUTING.md) and the [developer's code of conduct](CODE_OF_CONDUCT.md). diff --git a/codemeta.json b/codemeta.json index 66a6ca6..b27d901 100644 --- a/codemeta.json +++ b/codemeta.json @@ -22,7 +22,8 @@ "affiliation": "Icahn Institute for Data Science and Genomic Technology and Department of Genetics and Genomic Sciences, Icahn School of Medicine at Mount Sinai, New York, NY 10029, USA" } ], - "citation": null, + "citation": https://doi.org/10.21105/joss.02685 + , "readme": "https://github.com/KarrLab/de_sim/blob/master/README.md", "license": "https://spdx.org/licenses/MIT", "isAccessibleForFree": true, diff --git a/docs/about.rst b/docs/about.rst index 3ac4780..2735be5 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -16,7 +16,7 @@ Citing *DE-Sim* Please use the following reference to cite *DE-Sim*: -Arthur P. Goldberg & Jonathan Karr. DE-Sim: an object-oriented, discrete-event simulation tool for data-intensive modeling of complex systems in Python. Journal of Open Source Software. 2020 Nov. In press. +Arthur P. Goldberg & Jonathan Karr. (2020). `DE-Sim: an object-oriented, discrete-event simulation tool for data-intensive modeling of complex systems in Python. Journal of Open Source Software, 5(55), 2685. `_ ------------------------ Contributing to *DE-Sim*