This repository was archived by the owner on Jun 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
93 lines (84 loc) · 4.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<html>
<!-- THIS FILE WAS GENERATED BY A SCRIPT: DO NOT EDIT IT! -->
<head>
<meta charset="UTF-8">
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>
Indra Agent-Based Modeling System
</title>
</head>
<body>
<ul class="menu">
<li>
<a href="index.html" class="menu">HOME</a>
</li>
<li>
<a href="models.html" class="menu">MODELS</a>
</li>
<li>
<a href="https://github.com/gcallah/indras_net" class="menu">CODE</a>
</li>
<li>
<a href="about.html" class="menu">ABOUT</a>
</li>
<!--
|
<a href="resources.html">Resources</a>
-->
</ul>
<!--
Nothing for now!
<div style="text-align:center">
<figure class="logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Dewy_spider_web.jpg" width="5%">
</figure>
</div>
-->
<h1>
Indra Agent-Based Modeling System
</h1>
<p>
Indra is an
<a href="https://en.wikipedia.org/wiki/Agent-based_model">agent-based modeling</a>
(ABM) system built using Python,
Javascript, Awk, Bash, and YAML. The models
are created in Python. Javascript (React) is used to create
a web front-end to the models,
and the other languages are used as development tools.
</p>
<p>
The ultimate goal is to simplify ABM creation so that a
model can be specified in only a few lines of code, or by
filling in a few parameters on a screen.
To that end we are building
<a href="https://gcallah.github.io/IndraFrontend/#/">
a Web front-end
</a>
that will allow non-coders to build models, while at the same time
permitting coders to use Python for more flexibility in model creation. It
will use our <a href="https://indraabm.herokuapp.com">API Server</a>
to run the models. (The API server implements a
<a href="https://en.wikipedia.org/wiki/Representational_state_transfer">restful</a> interface.)
Having the backend as an API server will permit complete
flexibility in front-ends: anyone can use our agent engine on the server
with whatever front-end they choose to build.
permitting coders to use Python for more flexibility in model creation.
</p>
<p>
More on ABM <a href="notebooks/IntroToABM.ipynb">here</a>.
</p>
<p>
Source code documentation is <a href="https://tandondevops.github.io/IndraABM/">here</a>.
</p>
<p>
The name "Indra" was given to this project because its design was inspired
by the idea of <a href="https://en.wikipedia.org/wiki/Indra%27s_net">Indra's
Net</a>.
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Indras_Net-02.png/250px-Indras_Net-02.png">
<figcaption>
</figcaption>
</figure>
</p>
</body>
</html>