-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 5.52 KB
/
index.html
1
<!doctype html><meta charset="utf-8"><head><link rel="stylesheet" href="vendor/bootstrap-4.6.0/css/bootstrap.min.css"><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap" rel="stylesheet"><link rel="stylesheet" href="vendor/chart.js-2.9.4/dist/Chart.min.css"><script src="https://d3js.org/d3.v4.js"></script><script src="https://d3js.org/d3-scale-chromatic.v2.min.js"></script><script src="https://d3js.org/d3-geo-projection.v2.min.js"></script><script src="https://unpkg.com/@turf/turf/turf.min.js"></script><script src="vendor/jquery-3.5.1/jquery-3.5.1.slim.min.js"></script><script src="vendor/popper-1.16.1/popper.min.js"></script><script src="vendor/bootstrap-4.6.0/js/bootstrap.min.js"></script><script src="vendor/chart.js-2.9.4/dist/Chart.min.js"></script><title>COVID Game</title><script defer="defer" src="assets/bundle.7dbef226628692e57c1d.js"></script><link href="assets/main.9c9adc5c4142092a566a.css" rel="stylesheet"></head><body><div class="container-fluid"><div class="row mb-4"><div class="col-3 p-3"><div class="time"><button class="btn btn-header-run" id="reset"></button> <button class="btn btn-header-run" id="run"></button> <button class="btn btn-header-run" id="forward"></button></div></div><div class="col-6 p-3 pt-4"><div id="gameProgress" class="progress"><div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div></div><div id="gameProgressDay" class="text-center"></div></div><div class="col-3 text-right p-3"><button class="btn btn-header-info" data-toggle="modal" data-target="#aboutModal" title="About COVID-Game"></button></div></div><div class="row"><div class="col-md-4"><h2>Choose scenario</h2><div id="scenario_selector"></div><div class="custom-control custom-switch custom-switch-md"><input type="checkbox" id="allow_interactive" name="interactive" class="custom-control-input" value="interactive" checked="true"/> <label for="allow_interactive" class="custom-control-label">Allow Scenario to control measures</label></div><div class="custom-control custom-switch custom-switch-md"><input type="checkbox" id="10d_step" name="10d" class="custom-control-input" value="10d" checked="false"/> <label for="10d_step" class="custom-control-label">Take ten day steps.</label></div><br><h2>Countermeasures</h2><div id="countermeasures" class="mb-4"></div><br><h2>Events</h2><div id="events"></div><br><button type="button" class="btn btn-primary" data-toggle="modal" data-target="#configModal">Configuration</button></div><div class="col-md-4"><div id="mapPlot" class="map-container"></div></div><div class="col-md-4"><div id="chart_selector"></div><div id="charts"></div><div>Test/Trace effectiveness:<div id="tti_dial"></div>Hospital ICU Capacity:<div id="hosp_dial"></div>Vaccinated:<div id="vac_dial"></div></div></div></div></div><div id="configModal" class="modal fade" tabindex="-1"><div class="modal-dialog modal-lg"><div class="modal-content"><div class="modal-header"><h5 class="modal-title">Configuration</h5><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button></div><div class="modal-body"><div id="parameters" class="mb-4"></div></div></div></div></div><div id="aboutModal" class="modal fade" tabindex="-1"><div class="modal-dialog modal-lg"><div class="modal-content"><div class="modal-header"><h5 class="modal-title">About COVID-Sim</h5><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button></div><div class="modal-body"><p>This simulation runs an epidemic modeled closely on COVID.</p><p>It allows interactively playing with different levels of countermeasures and different strategies.</p><p>The underlying model is a diffusive multi-region stochastic SEIR model for the disease. It includes seasonal variability and overdispersion, as well as a low constant influx of infected from abroad. The counter measures are modeled as affecting the reproduction rate R. Testing, contact tracing and isolating contacts is modeled as having a finite capacity to stop infections. Once too many people are infected tracing contacts becomes infeasible.</p><p>Note that the reduction in R is a combination of official measures and personal choice/compliance. An intermediate level of reduction might be the result of medium measures, strict compliance and individual responsibility, but could also result from stricter measures that are not adhered too due to lock down fatiguee for example.</p><p>A certain fraction of people infected are assumed to die, with the fraction going up when hospitals are overloaded. Vaccinations, once they become available about one year after the start of the simulation, reduce the death rate (up until the vulnerable 20% are vaccinated) and the reproduction rate (proportionally to the fraction of people vaccinated).</p><p>The underlying travel on which the virus spreads from region to region is generated by a stochastic model based on the data published by the Roland Koch Institute here: [https://www.covid-19-mobility.org/]</p><p>While many phenomena that were observed throughout the pandemic can be seen in these simulations, the simulations should not be treated as predictions. In particular we did not extensively tune the parameters real data.</p><p>A mathematical description of the underlying model will be made available eventually.</p><p>Development at <a href="https://github.com/FHell/COVID-Game/">https://github.com/FHell/COVID-Game/</a>.</p></div></div></div></div></body>