Skip to main content
summaryrefslogtreecommitdiffstats
blob: cccfe02bd6d64caa038fda8ccb1c5b25e65fd12f (plain) (blame)
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
<?php

require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
$App = new App();
$Nav = new Nav();
$Menu = new Menu();
$theme = "Nova";
include ($App->getProjectCommon()); // All on the same line to unclutter the user's desktop'
require_once ($_SERVER['DOCUMENT_ROOT'] . "/stem/functions.php");

// *****************************************************************************
//
// template.php
//
// Author: Yossi Mesika
// Date: 2009-07-19
//
// Description: Main web page for STEM
//
//
// ****************************************************************************

//
// Begin: page-specific settings. Change these.
$pageTitle = "STEM";
$pageKeywords = "STEM";
$pageAuthor = "James Kaufman, Stefan Edlund, Yossi Mesika";

// Add page-specific Nav bars here
// Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
// $Nav->addNavSeparator("My Page Links", "downloads.php");
// $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
// $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);

// End: page-specific settings
//

// Paste your HTML content between the EOHTML markers!
ob_start();
?>

<style>
h1 {text-align:center;}
.container {
    width: 90%;
}
</style>

<div id="maincontent" style="width:95%" >
	<div id="midcolumn" style="width:70%">

		<h1>The Spatiotemporal Epidemiological Modeler (STEM) Project</h1>

		<div class="homeitem3col">
			<a id ="about"></a>
			<h3>About STEM</h3>
			<div style="padding: 3px;">
				<img alt="STEM Banner" src="/stem/images/STEM_SPLASH5_300.gif"
					style="float: right; width: 300px;; height: 172px" />
				<p>The Spatiotemporal Epidemiological Modeler (STEM) tool is
					designed to help scientists and public health officials create and
					use spatial and temporal models of emerging infectious diseases.
					These models can aid in understanding and potentially preventing
					the spread of such diseases.</p>
				<p>Policymakers responsible for strategies to contain disease and
					prevent epidemics need an accurate understanding of disease
					dynamics and the likely outcomes of preventive actions. In an
					increasingly connected world with extremely efficient global
					transportation links, the vectors of infection can be quite
					complex. STEM facilitates the development of advanced mathematical
					models, the creation of flexible models involving multiple
					populations (species) and interactions between diseases, and a
					better understanding of epidemiology.</p>
				<p>STEM is designed to make it easy for developers and researchers
					to plug in their choice of models. It comes with a large number of
					existing compartment models and a new model building framework that
					allows users to rapidly extend existing models or to create
					entirely new models. The model building framework provides a simple
					graphical users interface and automatically generates all of the
					model code and hot injects the code into STEM at runtime. In many
					cases, no knowledge of Eclipse or Java is required. The STEM code
					generator even allows users to build models affected by changes in
					climate data.</p>
				<p>
					Any STEM model can be run either stochastically or
					deterministically - simply by switching between solver plugins.
					Users can choose between many different numerical solvers of
					ordinary differential equations (including finite difference,
					Runge-Kutta, 4 solvers from The Apache Commons Mathematics Library,
					and Stochastic). The stochastic solver computes integer
					(individual) based transitions picking randomly from a binomial
					distribution (also from Apach Math). Simulation results can be
					output with a choice of pluggable loggers, including delimiting
					files, video loggers, and map loggers. STEM can be used to study
					quite complex models (for example a model of Dengue Fever with 51
					differential equations) and can run global scale simulations. <a
						href="http://wiki.eclipse.org/index.php/STEM">Click here</a> for
					the complete STEM documentation.
				</p>
				<p>
					<a href="./intro.php"> more.... </a>
				</p>
			</div>
		</div>

		<div class="homeitem3col">
			<a id="status"></a>
			<h3>Project Status</h3>
			<div style="padding: 3px;">
				<p>
					<b><a href="downloads.php">Download latest build today</a> </b>
				</p>
			</div>
		</div>

		<div class="homeitem3col">
			<a id="gettingstarted" /></a>
			<h3>Getting Started</h3>
			<div style="padding: 3px;">
				<p>
				
				
				<ul>
					<li><a href="downloads.php">Download STEM!</a> (available for
						Windows, Linux and Mac)</li>
					<li><a href="http://wiki.eclipse.org/Installation_Guide"
						title="Installation Guide">Installation Guide</a></li>
					<li><a href="http://wiki.eclipse.org/STEM_FAQ">FAQ</a></li>
				</ul>
			</div>
		</div>

		<div class="homeitem3col">
			<a id="resources" /></a>
			<h3>Resources</h3>
			<div style="padding: 3px;">
				<p>STEM Project Resources</p>
				<ul>
					<li><a
						href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=STEM&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Existing
							STEM Bugs</a> on <a href="https://bugs.eclipse.org/bugs/">Bugzilla</a>.<br />
						<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=STEM">Submit
							a new bug</a></li>
					<li><a href="http://wiki.eclipse.org/Welcome_STEM_Developers">Developers
							Documentation</a> Guide</li>
					<li><a
						href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.stem">Newsgroup</a>
						(See <a href="http://www.eclipse.org/newsgroups/">About the
							newsgroups</a> if you have access problems)</li>
					<li><a href="http://wiki.eclipse.org/index.php/STEM">Wiki</a></li>
					<li><a href="https://wiki.eclipse.org/STEM_Eclipse_Setup">Access
							the STEM source code</a></li>
					<li><a href="http://www.eclipse.org">Main Eclipse Foundation
							website</a></li>
					<li><a href="http://www.eclipse.org/legal/privacy.php">Privacy
							policy</a></li>
					<li><a href="http://www.eclipse.org/legal/termsofuse.php">Website
							terms of use</a></li>
					<li><a href="http://www.eclipse.org/legal/copyright.php">Copyright
							agent</a></li>
					<li><a href="http://www.eclipse.org/legal">Legal</a></li>

				</ul>
			</div>
		</div>
	</div>

    <div id="rightcolumn" style="width:30%">
    	<div class="sideitem">
    		<h6>News</h6>
    			<?php getRssFeed('http://www.eclipse.org/forums/rdf.php?mode=m&l=1&basic=1&frm=72&n=5', $_SERVER['DOCUMENT_ROOT'] . '/stem/data/rss_cache.xml'); ?>
    			<br> <i><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=72">more...</a></i>
    	
    	</div>
    	<div class="sideitem">
    		<h6>Videos and presentations</h6>
    			<?php getData('/stem/data/videos.xml', 10); ?>
    		</div>
    	<div class="sideitem">
    		<h6>Downloadable Scenarios</h6>
    			<?php getData('/stem/data/scenarios.xml', 4, 'images/icon-save.gif'); ?>
    			<br /> <a href="http://www.eclipse.org/stem/downloads.php#DownloadableScenarios">
    			...more Downloadable Scenarios</a>
    	</div>
    	<div class="sideitem">
    		<h6>Recent Publications</h6>
    			<?php getData('/stem/data/pubs.xml', 10); ?>
    			<br> <i><a href="http://wiki.eclipse.org/Publications_and_Presentations_on_STEM">
    				...more Publications</a></i>
    	
    	</div>
    	<div class="sideitem">
    		<h6>Upcoming (and recent) talks</h6>
    			<?php getData('/stem/data/talks.xml', 10); ?>
    			<i><a href="http://wiki.eclipse.org/Publications_and_Presentations_on_STEM">
    				...more talks</a></i>
    	</div>
    	<div class="sideitem">
    		<h6>Acknowledgements</h6>
    		<!-- <img alt="Development of STEM was supported in part by USAF/SG" src="/stem/images/usaf.gif" style="float: left;width:150px;"/> -->
    			<?php getData('/stem/data/acknowledgements.xml', 15); ?>
    		</div>
    </div>

</div>

<?php

$html .= ob_get_contents();
ob_end_clean();

// Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

?>

Back to the top