About WIRM


Overview

The Web-based Interactive River Model (WIRM) was a part of a research project on web-based approaches to environmental modeling and decision support. It was primarily intended as a demonstration of modern web technologies for creating interactive visualizations and user interfaces for water quality simulation model. This research was being conducted by Jeff Walker, PhD Candidate, and Dr. Steve Chapra, Professor in the Dept. of Civil and Environmental Engineering at Tufts University. For more information about this research and additional projects, visit phd.walkerenvres.com.



Purpose

Simulation models are widely used to support environmental management and decision making. However, most models require strong technical and programming skills due to antiquated or poorly designed user interfaces. This leaves decision makers and stakeholders reliant on modeling experts to develop, run and analyze models on their behalf.

The World Wide Web has evolved into a new software platform for creating interactive, easy-to-use, and widely accessible applications. For many years, environmental modelers have been interested in developing web-based models and decision support systems that would improve model accessibility and understanding by decision makers and stakeholders. Performance gains in JavaScript engines (e.g. Chrome's V8) as well as a diverse ecosystem of open-source JavaScript libraries (e.g. jQuery, Backbone, d3 to name a few) are capable of supporting client-based web applications for environmental simulation. WIRM demonstrates the use of these technologies to create a highly interactive, easy-to-use, and widely accessible application for water quality simulation.


Server Architecture

The WIRM server was built using the Django web framework, which is "a high-level Python Web framework that encourages rapid development and clean, pragmatic design." Django is a popular and mature framework that has been under active development for over many years.

In addition, this site utilizes a number of Django plug-ins including:

The source code for the server application is available on GitHub.


Client Architecture

The client-side web application controls the user interface, simulation engine and visualization renderer, all of which are executed within the web browser. It is built using a number of free and open-source software libaries including:

The source code for the client application is available on GitHub.


Disclaimer

Use of this website is at your own risk and assumes acceptance of terms described in the disclaimer.