Skip to content

Commit 6558bc0

Browse files
committedJun 11, 2021
README: Add info on how to cite Mesa
1 parent 18c6564 commit 6558bc0

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
 

‎CITATION.bib

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@InProceedings{python-mesa-2020,
2+
author="Kazil, Jackie
3+
and Masad, David
4+
and Crooks, Andrew",
5+
editor="Thomson, Robert
6+
and Bisgin, Halil
7+
and Dancy, Christopher
8+
and Hyder, Ayaz
9+
and Hussain, Muhammad",
10+
title="Utilizing Python for Agent-Based Modeling: The Mesa Framework",
11+
booktitle="Social, Cultural, and Behavioral Modeling",
12+
year="2020",
13+
publisher="Springer International Publishing",
14+
address="Cham",
15+
pages="308--317",
16+
abstract="Mesa is an agent-based modeling framework written in Python. Originally started in 2013, it was created to be the go-to tool in for researchers wishing to build agent-based models with Python. Within this paper we present Mesa's design goals, along with its underlying architecture. This includes its core components: 1) the model (Model, Agent, Schedule, and Space), 2) analysis (Data Collector and Batch Runner) and the visualization (Visualization Server and Visualization Browser Page). We then discuss how agent-based models can be created in Mesa. This is followed by a discussion of applications and extensions by other researchers to demonstrate how Mesa design is decoupled and extensible and thus creating the opportunity for a larger decentralized ecosystem of packages that people can share and reuse for their own needs. Finally, the paper concludes with a summary and discussion of future development areas for Mesa.",
17+
isbn="978-3-030-61255-9"
18+
}
19+

‎README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,10 @@ If you would like to add a feature, please reach out via `ticket`_ or the `dev e
107107
.. _`dev email list` : https://groups.google.com/forum/#!forum/projectmesa-dev
108108
.. _`Contributors guide` : https://github.com/projectmesa/mesa/blob/main/CONTRIBUTING.rst
109109
.. _`Github` : https://github.com/projectmesa/mesa/
110+
111+
Citing Mesa
112+
----------------------------
113+
114+
To cite Mesa in your publication, you can use the `CITATION.bib`_.
115+
116+
.. _`CITATION.bib` : https://github.com/projectmesa/mesa/blob/main/CITATION.bib

0 commit comments

Comments
 (0)
Please sign in to comment.