-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (221 loc) · 11.5 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html ng-app="cobwebsim">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>COBWEB</title>
<link rel="shortcut icon" type="image/ico" href="content/images/favicon.ico">
<link rel='stylesheet' href='content/stylesheets/style.css'/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">COBWEB</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden"><a href="#page-top"></a></li>
<li><a class="page-scroll" href="#featuress">Features</a></li>
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#download">Download</a></li>
<li><a class="page-scroll" href="#simulations">Simulations</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">This is COBWEB</div>
<div class="intro-heading">Large scale ecological simulation.</div>
<a href="https://github.com/COBWEB-ca/cobweb2/wiki" class="page-scroll btn btn-xl" style="color: black">go to wiki</a>
</div>
</div>
</header>
<!-- featuress Section -->
<section id="featuress">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Features</h2>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cog fa-stack-1x fa-inverse"></i>
</span>
<h4 class="features-heading">In-Depth</h4>
<p class="text-muted">From evolutionary learning to inter-agent communication,
this simulation features a full set of settings to offer the best simulations and models.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-flash fa-stack-1x fa-inverse"></i>
</span>
<h4 class="features-heading">Fast</h4>
<p class="text-muted">Can crunch through hundreds if not thousands of agents and operations
in a matter of seconds.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-suitcase fa-stack-1x fa-inverse"></i>
</span>
<h4 class="features-heading">Portable</h4>
<p class="text-muted">Simply download and run on any operating system, anywhere.
Do away with pesky installers or environment setups.</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
</div>
</div>
<div class="row">
<p style="font-size: medium; text-align: justify">Agent-based models have been used in ecological settings to study
phenomenon such as adaptation to
environmental change, in social settings to model artificial societies as well as in economic settings
to model such things as the strategies available in different types of networks. COBWEB allows
simulation of genetic change, ecological change, economic location, the Prisoner’s Dilemma,
adaptation to environmental change, vector-borne disease and heatwaves. It was the brain child of
Dr. Brad Bass and currently plays a large role in his university research as well as
high school education programs at the University of Toronto.</p>
</div>
</div>
</section>
<!-- download Grid Section -->
<section id="download">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Download</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 download-item">
<a href="https://github.com/COBWEB-ca/cobweb2/releases/latest" class="download-link" data-toggle="modal">
<div class="download-hover">
<div class="download-hover-content">
<i class="fa fa-download fa-3x"></i>
</div>
</div>
<img src="content/images/landing/COBWEB-thumb.jpg" class="img-responsive" alt="">
</a>
<div class="download-caption">
<h4>COBWEB</h4>
<p class="text-muted">The standard 2D COBWEB. Download and double click the jar file to run.
Requires latest version of Java. <a href="https://java.com/download">Get Java here: https://java.com/download</a></p>
</div>
</div>
<div class="col-md-6 download-item">
<a href="https://github.com/COBWEB-ca/cobweb3d/releases/latest" class="download-link" data-toggle="modal">
<div class="download-hover">
<div class="download-hover-content">
<i class="fa fa-download fa-3x"></i>
</div>
</div>
<img src="content/images/landing/COBWEB3D-thumb2.png" class="img-responsive" alt="">
</a>
<div class="download-caption">
<h4>COBWEB 3D</h4>
<p class="text-muted">COBWEB in a 3D space. Of particular use for economic research.
Download and double click the jar file to run.
Requires latest version of Java. <a href="https://java.com/download">Get Java here: https://java.com/download</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- simulations Grid Section -->
<section id="simulations" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Simulations</h2>
</div>
</div>
<div class="row">
<p style="font-size: medium; text-align: justify">Listed below are some sample simulation configuration files for use.</p>
<h3 style="text-align: center">COBWEB (2D)</h3>
<div class="container" style="padding-left: 12pt">
<div class="row">
<h4>Vertical Wetlands</h4>
<p style="font-size: medium; text-align: justify">
Both of these files are the basis of a four-layer vertical wetland.
It is based on prototypes that had four separate layers with large fish on the bottom.
Each subsequent layer represents a smaller group of organisms lower on the food chain.
Feeding is simulated at each layer using COBWEB's Spawn Rate, but each set of organisms can also consume the organisms in the layer above it.
This is part of a larger effort to design such a system for removing pollutants from non point source runoff.
</p>
<ol>
<li>
<a href="http://cobweb.ca/content/resources/VerticalWetland.xml" download="VerticalWetland.xml" style="font-size: medium; text-align: justify">VerticalWetland.xml</a>
<p style="font-size: medium; text-align: justify">Each layer contains only one type of organism. </p>
</li>
<li>
<a href="http://cobweb.ca/content/resources/VerticalWetland2.xml" download="VerticalWetland2.xml" style="font-size: medium; text-align: justify">VerticalWetland2.xml</a>
<p style="font-size: medium; text-align: justify">This is the file that is being used to add additional species to each layer </p>
</li>
</ol>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Andrew Xia</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://cobweb-ca.github.io/"><i class="fa fa-github"></i></a></li>
<li><a href="#"><i class="fa fa-envelope"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li>
<a href="http://www.environment.utoronto.ca/">University of Toronto - School of the Environment</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/jquery-easing/dist/jquery.easing.1.3.umd.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="content/scripts/classie.js"></script>
<script src="content/scripts/cbpAnimatedHeader.js"></script>
<script src="content/scripts/scroll.js"></script>
</body>
</html>