0.0.19 • Published 4 years ago

plague-sim v0.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Viral Propagation Simulator

Based on random contact simulation algorithms, this tool can model the propagation profile of a virus in a population on the basis of a range of parameters. They can be adjusted to capture both policy and social constraints, as well as basic characteristics of the virus and the population. It is an attempt to formalise some of the concepts that have been shared in analysing spread patterns for the SARS-CoV-2 virus.

screen

Installation

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/plague-sim@latest/dist/plague-sim.js'></script> in the head of your index.html
  • Then you can use the plague-dashboard tag anywhere in your template, JSX, html etc

Node Modules

  • Run npm install plague-sim --save
  • Put a script tag similar to this <script src='node_modules/plague-sim/dist/plague-sim.js'></script> in the head of your index.html
  • Then you can use the plague-dashboard tag anywhere in your template, JSX, html etc

Example

	<html>
   	<head>
      	<script src='https://unpkg.com/plague-sim@latest/dist/plague-sim.js'></script>
      </head>
      <body>
         <plague-dashboard></plague-dashboard>
      </body>
	</html>

Demo

Demo page

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago