From 29b5e7fd66bdc42ad8e13b532764baa1a0da558e Mon Sep 17 00:00:00 2001 From: Aditya Tiwari <65213780+ENUMERA8OR@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:45:45 +0530 Subject: [PATCH] Add original conference paper link to docs (#2160) --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 14bc0ba026b..669f9294a3a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,8 @@ [Mesa] is an Apache2 licensed agent-based modeling (or ABM) framework in Python. +The original conference paper is [available here](http://conference.scipy.org.s3-website-us-east-1.amazonaws.com/proceedings/scipy2015/jacqueline_kazil.html). + Mesa allows users to quickly create agent-based models using built-in core components (such as spatial grids and agent schedulers) or customized implementations; visualize them using a browser-based interface; and analyze their results using Python's data analysis tools. Its goal is to be the Python-based counterpart to NetLogo, Repast, or MASON.