|
1 | 1 | # Mesa: Agent-based modeling in Python
|
2 | 2 |
|
3 |
| -| | | |
4 |
| -| --- | --- | |
5 |
| -| CI/CD | [](https://github.com/projectmesa/mesa/actions) [](https://codecov.io/gh/projectmesa/mesa) | |
| 3 | +| | | |
| 4 | +|---------| --- | |
| 5 | +| CI/CD | [](https://github.com/projectmesa/mesa/actions) [](https://codecov.io/gh/projectmesa/mesa) | |
6 | 6 | | Package | [](https://pypi.org/project/Mesa/) [](https://pypi.org/project/Mesa/) [](https://pypi.org/project/Mesa/) |
|
7 |
| -| Meta | [](https://github.com/astral-sh/ruff) [](https://github.com/psf/black) [](https://github.com/pypa/hatch) [](https://scientific-python.org/specs/spec-0000/) | |
8 |
| -| Chat | [](https://matrix.to/#/#project-mesa:matrix.org) | |
| 7 | +| Meta | [](https://github.com/astral-sh/ruff) [](https://github.com/psf/black) [](https://github.com/pypa/hatch) [](https://scientific-python.org/specs/spec-0000/) | |
| 8 | +| Chat | [](https://matrix.to/#/#project-mesa:matrix.org) | |
| 9 | +| Cite | [](https://doi.org/10.21105/joss.07668) | |
9 | 10 |
|
10 | 11 | Mesa allows users to quickly create agent-based models using built-in
|
11 | 12 | core components (such as spatial grids and agent schedulers) or
|
@@ -133,4 +134,7 @@ Don't forget to checkout the [Contributors guide](https://github.com/projectmesa
|
133 | 134 |
|
134 | 135 | ## Citing Mesa
|
135 | 136 |
|
136 |
| -To cite Mesa in your publication, you can use the [CITATION.bib](https://github.com/projectmesa/mesa/blob/main/CITATION.bib). |
| 137 | +To cite Mesa in your publication, you can refer to our peer-reviewed article in the Journal of Open Source Software (JOSS): |
| 138 | +- ter Hoeven et al., (2025). Mesa 3: Agent-based modeling with Python in 2025. Journal of Open Source Software, 10(107), 7668, https://doi.org/10.21105/joss.07668 |
| 139 | + |
| 140 | +Our [CITATION.cff](https://github.com/projectmesa/mesa/blob/main/CITATION.cff) file generates APA, BibTeX and other citation formats. |
0 commit comments