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(); ?>

The Spatiotemporal Epidemiological Modeler (STEM) Project

About STEM

STEM Banner

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.

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.

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.

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. Click here for the complete STEM documentation.

more....

Getting Started

News

more...
Videos and presentations
Downloadable Scenarios

...more Downloadable Scenarios
Recent Publications

...more Publications
Upcoming (and recent) talks
...more talks
Acknowledgements
generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); ?>