-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (77 loc) · 3.7 KB
/
index.html
File metadata and controls
88 lines (77 loc) · 3.7 KB
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
---
layout: site
---
<div id="wrapper">
<div id="header">
<div id="logo">
<img src="images/Repast_logo_100h.png" border="0">
</div>
</div>
<div id="content">
<div class="post">
<h1 class="title">The Repast Suite</h1>
<div class="entry">
The Repast Suite is a family of advanced, free, and open source agent-based modeling
and simulation platforms that have been under continuous development
for over 20 years:<br>
<blockquote>
<a href="./repast_simphony.html">Repast Simphony</a> {{ site.simphony_version }}, released on <i>{{ site.simphony_release_date }}</i>, is a richly
interactive and easy to learn Java-based modeling
toolkit that is designed for use on workstations and small computing clusters.
</blockquote>
<blockquote>
<a href="./repast_hpc.html">Repast for High Performance Computing</a> {{ site.hpc_version }}, released on <i>{{ site.hpc_release_date }}</i>, is a
lean and expert-focused C++-based
distributed agent-based modeling toolkit that is designed for use on large computing clusters and
supercomputers.
</blockquote>
<blockquote>
<a href="https://repast.github.io/repast4py.site/index.html">Repast for Python</a> {{ site.r4py_version }}, released
on <i>{{ site.r4py_release_date }}</i>, is the newest member of the Repast Suite of ABM toolkits. It is a
Python-based distributed agent-based modeling toolkit, intended to provide an easier on-ramp for researchers
from diverse scientific communities to apply large-scale distributed ABM methods.
</blockquote>
Learn Repast using the <a href="./docs.html">Repast Tutorials</a>.
<br>
<br>
</div>
<div id="menubox">
<table border="0" cellspacing="5" cellpadding="4" width="700px">
<tr>
<td width="10%">
<a href="./screenshots.html"><img src="images/screen_icon.png" border="0"></a>
</td>
<td width="35%" style="line-height:100%">
<a href="./screenshots.html" style="font-size: 120%; color:#710909; line-height: normal;">Screenshots</a><br>
<a href="./screenshots.html" style="font-size: 80%; color:#000000; line-height: normal;">Sample screenshots of various Repast products.</a>
</td>
<td width="10%">
<a href="./docs.html"><img src="images/documentation_icon.png" border="0"></a>
</td>
<td width="45%" style="line-height:100%">
<a href="./docs.html" style="font-size: 120%; color:#710909; line-height: normal;">Documentation</a><br>
<a href="./docs.html" style="font-size: 80%; color:#000000; line-height: normal;">Documentation of various Repast editions and suggestions of what to use at your knowledge level.</a>
</td>
</tr>
<tr>
<td width="10%">
<a href="./download.html"><img src="images/download_icon.png" border="0"></a>
</td>
<td width="35%" style="line-height:100%">
<a href="./download.html" style="font-size: 120%; color:#710909; line-height: normal;">Downloads</a><br>
<a href="./download.html" style="font-size: 80%; color:#000000; line-height: normal;">Download the appropriate Repast edition for your needs.</a>
</td>
<td width="10%">
<a href="./support.html"><img src="images/support_icon.png" border="0"></a>
</td>
<td width="45%"style="line-height:100%">
<a href="./support.html" style="font-size: 120%; color:#710909; line-height: normal;">Support</a><br>
<a href="./support.html" style="font-size: 80%; color:#000000; line-height: normal;">Learn about and subscribe to the Repast Interest mailing list and archives. Contact information for the lead Repast developer is here.</a>
</td>
</tr>
</table>
</div>
</div> <!-- post -->
</div> <!-- content -->
<div style="clear: both;"> </div> <!-- clear floats -->
<!-- the wrapper div is inserted by the footer.html -->