Skip to content

Commit 460a9c1

Browse files
committed
update citations to the JOSS paper that's about to be published
1 parent d792d57 commit 460a9c1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The package is released under the [MIT license](LICENSE).
7272
## Citing *DE-Sim*
7373
Please use the following reference to cite *DE-Sim*:
7474
75-
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.
75+
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)
7676
7777
## Contributing to *DE-Sim*
7878
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).

codemeta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"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"
2323
}
2424
],
25-
"citation": null,
25+
"citation": https://doi.org/10.21105/joss.02685
26+
,
2627
"readme": "https://github.com/KarrLab/de_sim/blob/master/README.md",
2728
"license": "https://spdx.org/licenses/MIT",
2829
"isAccessibleForFree": true,

docs/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Citing *DE-Sim*
1616

1717
Please use the following reference to cite *DE-Sim*:
1818

19-
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.
19+
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>`_
2020

2121
------------------------
2222
Contributing to *DE-Sim*

0 commit comments

Comments
 (0)