Skip to content

Commit d5bab6f

Browse files
committed
updating reference
1 parent 898003a commit d5bab6f

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ at [atlas.wolfram.com](http://atlas.wolfram.com).
1010

1111
[![testing status](https://github.com/lantunes/cellpylib/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/lantunes/cellpylib/actions)
1212
[![latest version](https://img.shields.io/pypi/v/cellpylib?style=flat-square&logo=PyPi&logoColor=white&color=blue)](https://pypi.org/project/cellpylib/)
13+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.03608/status.svg)](https://doi.org/10.21105/joss.03608)
1314

1415
Example usage:
1516
```python
@@ -307,26 +308,28 @@ contributions.
307308

308309
### Citation Info
309310

310-
This project has been published on [Zenodo](https://zenodo.org/record/3893115#.XuUIDJ5KhZI),
311-
which provides a DOI, as well as an easy way to generate citations in a number of formats.
312-
For example, this project may be cited as:
311+
This project has been published in the
312+
[Journal of Open Source Software](https://joss.theoj.org/papers/10.21105/joss.03608).
313+
This project may be cited as:
313314

314315

315-
> Antunes, Luis M. (2019, March 10). CellPyLib: A Python Library for working with Cellular
316-
Automata. Zenodo. http://doi.org/10.5281/zenodo.3893115
316+
> Antunes, L. M. (2021). CellPyLib: A Python Library for working with Cellular Automata.
317+
Journal of Open Source Software, 6(67), 3608.
317318

318319

319320
BibTeX:
320321
```
321-
@software{antunes_luis_m_2019_3893115,
322-
author = {Antunes, Luis M.},
323-
title = {{CellPyLib: A Python Library for working with
324-
Cellular Automata}},
325-
month = mar,
326-
year = 2019,
327-
publisher = {Zenodo},
328-
doi = {10.5281/zenodo.3893115},
329-
url = {https://doi.org/10.5281/zenodo.3893115}
322+
@article{Antunes2021,
323+
doi = {10.21105/joss.03608},
324+
url = {https://doi.org/10.21105/joss.03608},
325+
year = {2021},
326+
publisher = {The Open Journal},
327+
volume = {6},
328+
number = {67},
329+
pages = {3608},
330+
author = {Luis M. Antunes},
331+
title = {CellPyLib: A Python Library for working with Cellular Automata},
332+
journal = {Journal of Open Source Software}
330333
}
331334
```
332335

0 commit comments

Comments
 (0)