<div><span class="label">Half of population infected in: </span><span class="value">${Math.round(Math.log(population*0.5/cases)/Math.log(ratio))} days</span></div>
<div><span class="label">90% of population infected in:</span><span class="value">${Math.round(Math.log(population*0.90/cases)/Math.log(ratio))} days</span></div>`
<labelfor="sites">Choose an infection site/area:</label>
<labelfor="sites">Choose an infection site/area:</label>
<selectid="sites"tabindex="1">
<selectid="sites"tabindex="1">
...
@@ -108,9 +135,10 @@
...
@@ -108,9 +135,10 @@
</select>
</select>
</div>
</div>
<divid="site-data"></div>
<divid="site-data"></div>
<hr/>
<footer>
<footer>
<p><ahref="https://git.rys.io/rysiek/covid/">Code</a>. License: <ahref="./LICENSE">Affero GPL</a>; uses <ahref="https://github.com/spencermountain/wtf_wikipedia"><code>wtf_wikipedia</code></a>, licensed under the MIT license. Data from Wikipedia.</p>
<p>cobbled together by <ahref="https://mastodon.social/@rysiek/">@rysiek</a>; <ahref="https://git.rys.io/rysiek/covid/">code is here</a>; license: <ahref="./LICENSE">Affero GPL</a><br/>
uses <ahref="https://github.com/spencermountain/wtf_wikipedia"><code>wtf_wikipedia</code></a> (<ahref="./LICENSE.wtf_wikipedia.txt">MIT-licensed</a>) and the Play font (licensed under the <ahref="./Play/OFL.txt">OFL</a>)<br/>