@@ -10,6 +10,7 @@ at [atlas.wolfram.com](http://atlas.wolfram.com).
10
10
11
11
[ ![ testing status] ( https://github.com/lantunes/cellpylib/actions/workflows/python-app.yml/badge.svg?branch=master )] ( https://github.com/lantunes/cellpylib/actions )
12
12
[ ![ 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 )
13
14
14
15
Example usage:
15
16
``` python
@@ -307,26 +308,28 @@ contributions.
307
308
308
309
### Citation Info
309
310
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:
313
314
314
315
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.
317
318
318
319
319
320
BibTeX:
320
321
```
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}
330
333
}
331
334
```
332
335
0 commit comments