@@ -14,9 +14,9 @@ MetaWards
14
14
:target: https://pepy.tech/project/metawards
15
15
:alt: Number of downloads
16
16
17
- .. image :: https://img.shields.io/badge/License-GPLv3-blue.svg
18
- :target: https://www.gnu. org/licenses/gpl-3.0.html
19
- :alt: License
17
+ .. image :: https://camo.githubusercontent.com/1f42db8f4826e53d3ffb6c3d298ced7b0ec73a2547d44c023882d47dd021b95d/68747470733a2f2f6a6f73732e7468656f6a2e6f72672f7061706572732f31302e32313130352f6a6f73732e30333931342f7374617475732e737667
18
+ :target: https://doi. org/10.21105/joss.03914
19
+ :alt: JOSS paper
20
20
21
21
.. image :: https://zenodo.org/badge/DOI/10.5281/zenodo.5562737.svg
22
22
:target: https://doi.org/10.5281/zenodo.5562737
@@ -30,7 +30,8 @@ Citation
30
30
========
31
31
32
32
Please cite use of this software following the instructions in the
33
- "Cite this repository" link in the `GitHub repository <https://github.com/metawards/MetaWards >`__.
33
+ "Cite this repository" link in the `GitHub repository <https://github.com/metawards/MetaWards >`__,
34
+ and also please cite our [Journal of Open Source Software paper](https://doi.org/10.21105/joss.03914).
34
35
35
36
36
37
Scientific Background
69
70
70
71
This model was recently adapted to model CoVID-19 transmission in
71
72
England and Wales, with result of the original C code
72
- published (pre-print) here;
73
+ published here;
73
74
74
75
* *"A spatial model of CoVID-19 transmission in England and Wales:
75
76
early spread and peak timing" *, Leon Danon, Ellen Brooks-Pollock,
76
- Mick Bailey, Matt J Keeling, medRxiv 2020.02.12.20022566 ; DOI:
77
- `10.1101/ 2020.02.12.20022566 <https://doi.org/10.1101/ 2020.02.12.20022566 >`__
77
+ Mick Bailey, Matt J Keeling, Philosophical Transactions of the Royal Society B, 376(1829) ; DOI:
78
+ `10.1098/rstb. 2020.0272 <https://doi.org/10.1098/rstb. 2020.0272 >`__
78
79
79
80
This Python code is a port which can identically reproduce the outputs
80
81
from the original C code as used in that work. This Python code has
0 commit comments