<div><span class="label">Half of population infected in: </span><span class="value">${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.log(population*0.90/cases)/Math.log(ratio)} days</span></div>`
<p><strong>Disclaimer:</strong> this is all back-of-the-napkin math using data from Wikipedia. Take with a grain (or preferably, a spoonfull) of salt. Check your own sources.</p>
<p><strong>Disclaimer:</strong> this is all back-of-the-napkin math using data from Wikipedia. Take with a grain (or preferably, a spoonfull) of salt. Check your own sources; some great resources: <ahref="http://covid.hi.is/">University of Iceland's COVID data model</a> (and its <ahref="https://github.com/bgautijonsson/covid19/">sources</a>).</p>
<p>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>