CovidCounties - an interactive, real-time tracker of the COVID-19 pandemic at the level of US counties ====================================================================================================== * Douglas Arneson * Matthew Elliott * Arman Mosenia * Boris Oskotsky * Rohit Vashisht * Travis Zack * Paul Bleicher * Atul J. Butte * Vivek A. Rudrapatna ## Abstract Management of the COVID-19 pandemic has proven to be a significant challenge to policy makers. This is in large part due to uneven reporting and the absence of open-access visualization tools to present local trends and infer healthcare needs. Here we report the development of CovidCounties.org, an interactive web application that depicts daily disease trends at the level of US counties using time series plots and maps. This application is accompanied by a manually curated dataset that catalogs all major public policy actions made at the state-level, as well as technical validation of the primary data. Finally, the underlying code for the site is also provided as open source, enabling others to validate and learn from this work. ## Introduction The disease known as COVID-19 was first reported in December of 2019 in Wuhan, China1. Three months later it was declared a pandemic by the WHO, and since then its death toll has reached over 150,000 while infecting over 2 million people across 210 countries worldwide2. Additionally, the pandemic has disrupted the daily lives of billions and has incurred significant socioeconomic costs at the global level. In the US, the very assessment of the disease’s impact has been challenged by limitations in accurate data capture and analysis. Variable testing, uneven reporting, barriers to data sharing, and a lack of easy-to-use analytic tools have all contributed to a lack of clarity in establishing and trending the state of the pandemic. As a consequence, policy makers at all levels have been forced to make decisions of great socioeconomic consequence in the face of significant uncertainty. To improve the accessibility of basic COVID-19-related information in the US, especially by the general public and policymakers without a data science background, we report the creation of a new interactive visualization tool that depicts daily disease trends at the level of individual US counties. This web application features the novel reuse of several publicly available sources of data while also introducing a new, manually curated dataset accompanying this manuscript. This site features several unique views, including local doubling times and estimated ICU bed requirements by county. Additionally, we report the technical validation of the primary data (counts per county per day) against other official- and commonly used sources of data. ## Methods ### Data sources Data on state-wide and county-level counts were obtained from The New York Times3 via their *github* repository ([https://github.com/nytimes/covid-19-data](https://github.com/nytimes/covid-19-data)). County-wise population data were obtained from the US Census4 using the *R* package *tidycensus*5. Data on ICU bed availability per county was obtained from Kaiser Health News6. As per The New York Times, cases and deaths reported from New York, Kings, Queens, Bronx and Richmond counties were assigned to New York City. Similarly, Cass, Clay, Jackson and Platte counties in Missouri were assigned to Kansas City. When a patient’s county of residence was unknown or pending many state departments reported these cases as coming from “unknown” counties. Cases reported from unknown counties were only included at the state level. Data related to state-wide implementation of social-distancing policies were manually curated by web search and independently reviewed by a second author; disagreements were rare and resolved by discussion. Government websites were prioritized as sources of truth where feasible; otherwise, news reports covering state-wide proclamations were used. All citations are captured in the open data file accompanying this manuscript. [[https://datadryad.org/stash/share/whGecW9DWYmoAVMDdAHNF0z712Vbxrj9YwI5QKRAWUs](https://datadryad.org/stash/share/whGecW9DWYmoAVMDdAHNF0z712Vbxrj9YwI5QKRAWUs)]. These data were up to date and confirmed as of the date of data deposit: April 19, 2020. Ground truth data used for validation were manually curated from the websites of multiple state departments of public health as well as Corona Data Scraper [[https://coronadatascraper.com/](https://coronadatascraper.com/)], a commonly used resource for aggregating county-level tracking of COVID-19 over time. Citations of the validation data are included in the data file accompanying this manuscript. [[https://datadryad.org/stash/share/whGecW9DWYmoAVMDdAHNF0z712Vbxrj9YwI5QKRAWUs](https://datadryad.org/stash/share/whGecW9DWYmoAVMDdAHNF0z712Vbxrj9YwI5QKRAWUs)] Descriptive statistics on all datasets except that of the US Census and validation data are reported in Table 1. View this table: [Table 1:](http://medrxiv.org/content/early/2020/05/02/2020.04.28.20083279/T1) Table 1: Descriptive statistics on the included data sets. ### Doubling Time Doubling time was calculated for each state and county by taking the reciprocal of difference between the log (base 2) case counts corresponding to adjacent days, then applying the *R* function *loess* for smoothing. The input of this model required a minimum of 8 days of data where the minimum number of cases was greater than 10. Regularization was performed by replacing extreme doubling times (>500 days) with the average of the surrounding values. ### ICU Bed Occupancy Model We incorporated parameters related to rates of hospitalization and ICU admission from work previously published by Ferguson et al.7. Although simpler than other models, it fit publicly available county-level ICU bed data in California well and was easier to understand for the user than more complicated models proposed 8–11. This model assumed a 4.4% rate of hospitalization among all new cases, a 30% rate of intensive care unit admission among hospitalized patients, and a 9-day average length of stay (time until discharge or death). ### Web Application Development and Deployment See Figure 1 for an overall schematic of the web application. The source code was written in *R* (4.1.0)12 using the *shiny*13*, shinyjs*14*, tidyverse*15 and *plotly*16 packages. Software version control was achieved using Docker. The entire software code for the site is publicly available on *github* ([https://github.com/vivical/ButteLabCOVID](https://github.com/vivical/ButteLabCOVID)) and *dockerhub* ([https://hub.docker.com/r/pupster90/covid_tracker](https://hub.docker.com/r/pupster90/covid_tracker)). The web hosting was organized as a unified data share between all instances running *R shiny* code and controlled by a load balancer using an auto-scaling mechanism. The web environment is hosted by Amazon Web Services and is located at covidcounties.org. ![Figure 1:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/02/2020.04.28.20083279/F1.medium.gif) [Figure 1:](http://medrxiv.org/content/early/2020/05/02/2020.04.28.20083279/F1) Figure 1: Database schematic. Source data was obtained from The New York Times, US Census Bureau, Kaiser Health News, and from a manual curation of state governmental websites and news outlets as described in *Methods*. Data was processed to reflect case and death counts at the level of states and counties. Functions were written to perform x- and y-axis rescaling, normalization by population, doubling time estimation, and ICU bed utilization. Results were depicted using interactive line plots and maps. ## Results CovidCounties derives a majority of its data from The New York Times Coronavirus github page [[https://github.com/nytimes/covid-19-data](https://github.com/nytimes/covid-19-data)] which is updated daily with cases and deaths reported in each state and county from the previous day. This time series dataset was derived from a variety of governmental sources. However, to our knowledge this data has never been formally validated against other reputed sources of COVID-19 reporting including state and local departments of public health. First, we demonstrate the high concordance of cumulative cases and deaths calculated and displayed in CovidCounties at the county level by directly comparing these to numbers reported by the Departments of Public Health in California and Connecticut (Figure 2A, 2B). These two states were chosen because they both publicly report the daily counts of cases requiring hospitalization or intensive care at the county level. R2 rates corresponding to the concordance between predicted and actual counts ranged from 0.86 to 1. To our knowledge, California is only state in the US to report county-wide ICU bed utilization rates. We found a high degree of concordance (R2 = 0.87) with minimal model bias (Figure 2A), indicating a fairly high degree of explained variation despite a relatively simplistic model. ![Figure 2:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/02/2020.04.28.20083279/F2.medium.gif) [Figure 2:](http://medrxiv.org/content/early/2020/05/02/2020.04.28.20083279/F2) Figure 2: Technical validation of the datasets. A. Comparison of estimated ICU bed occupancy, cumulative cases, and cumulative deaths reported by CovidCounties against corresponding data reported by the California Department of Public Health. Each point corresponds to a measurement from a given California county on a particular date where both datasets report counts. Data is from 4/1/2020 - 4/9/2020. B. Comparison of the estimated hospital bed occupancy, cumulative cases, and cumulative deaths reported by CovidCounties against corresponding data reported by the Connecticut Department of Public Health. Each point corresponds to a measurement from a given Connecticut county on a particular date where both datasets report counts. Data is from 3/24/2020 - 4/9/2020. C. Comparison of the estimated hospital bed occupancy, cumulative cases, and cumulative deaths reported by CovidCounties against corresponding data reported by the website Corona Data Scraper as of 4/10/2020 (includes data up to 4/9/2020). Each point corresponds to a measurement from any US county in the dataset at a particular time where both datasets report counts. D. Comparison of the estimated hospital bed occupancy, cumulative cases, and cumulative deaths reported by CovidCounties against corresponding data reported by 8 different stateDepartments of Public Health. Data ranges vary by state; curated state data is available in the data file accompanying this manuscript. An R2 of 1 was specifically found with respect to cumulative cases and deaths in Connecticut (Figure 2B), suggesting a shared common data source. We compared the concordance of our data with that reported by Corona Data Scraper [[https://coronadatascraper.com/](https://coronadatascraper.com/)], another widely used source of aggregated publicly-available COVID-19 timeseries data at the county level. We found very high concordance (R2 = 0.95-0.97) for deaths and cases respectively with no model bias (Figure 2C). Lastly, we compared the concordance of our predicted hospitalizations, cases, and deaths from our dataset against data reported by 8 different State Departments of Public Health (Figure 2D). We noted some relative over-estimation of our estimated hospitalized counts against that actual data reported by multiple State Departments of Public Health. Nonetheless concordance was very high (R2 = 0.97-0.99). Descriptive statistics on the New York Times data are provided in Table 1. 23 states reported cases with unknown counties of residence, however, in all states except Rhode Island these cases made up less than 4% of the total cases in that state (Table 1). The inability to map these cases to specific counties may explain some of the discrepancies between the New York Times data used in CovidCounties and the curated data from state public health departments and the Corona Data Scraper. The data and tools incorporated into CovidCounties support the effectiveness of social distancing measures, consistent with several events that have occurred following the initial release of the website. South Dakota, one of six states which does not have a statewide shelter in place order (as of April 15, 2020), has experienced rapid case growth following an exposure at a meat plant (Figure 3A). This has accounted for more than half of the state’s cases17 as of April 15, 2020, with the fastest statewide doubling time of 4.5 days (Figure 3B). By contrast, states with early shelter in place times like Arizona on March 11, 2020, California on March 19, 2020, and Connecticut on March 20, 2020 (Figure 3A) have much slower doubling times of 19.3 days, 22.8 days, and 12.7 days respectively (Figure 3B). ![Figure 3:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/02/2020.04.28.20083279/F3.medium.gif) [Figure 3:](http://medrxiv.org/content/early/2020/05/02/2020.04.28.20083279/F3) Figure 3: Effect of shelter in place orders on doubling time. A. States within the United States are color-coded by percentile of date to implement state mandated shelter in place. White indicates earlier dates (among states) while dark orange indicates later dates or no state mandate. B. States within the United States are color-coded by percentile of case doubling time on April 15, 2020. Dark orange indicates a fast doubling time (among states), white indicates a slow doubling time. The web application located at covidcounties.org was first released to the public on April 3, 2020. It features two sections: a line plot depicting time-series trends in disease dynamics, and a map depicting geospatial relationships (Figure 4). The site has had over 15 thousand unique site in the first week as of April 11, 2020, most of whom accessed the website using a mobile device. ![Figure 4:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/02/2020.04.28.20083279/F4.medium.gif) [Figure 4:](http://medrxiv.org/content/early/2020/05/02/2020.04.28.20083279/F4) Figure 4: Overview of CovidCounties.org. A. The primary view of CovidCounties.org is the line plot view, depicting time-series trends by individual county. Depicted counties may be selected by single or double clicking the counties displayed in the legend. They may also be selected by typing in counties (including from outside of a given state) at the bottom. B. User-selected individual states are color coded according to the variable of interest (e.g. cumulative cases). Dark orange corresponds to the highest percentiles within the state, white indicates the lowest percentile. Hovering functionality displays statistics corresponding to a given county. C. Line plot views can be extensively customized, with features to enable axis recentering/scaling, count normalization, depiction of doubling time, and predicted ICU bed utilization. Individual state and United States plots update to reflect selected parameters where appropriate. D. States within the United States are color-coded by percentile according to the variable of interest (e.g. cumulative cases). Dark orange indicates relatively high percentile (among states), white indicates low percentile. Hovering functionality displays statistics corresponding to a given state. The dropdown menu below allows the user to change the view to depict timing that various social distancing policies were implemented: white indicates relatively early adoption (by percentile), dark orange indicates late or no current adoption. ## Discussion The effective management of the COVID-19 pandemic has been hindered by both inaccurate data collection and reporting, as well as relative inaccessibility by non-data scientists. Taken together, these difficulties have impeded optimal policymaking by both government (imposing social distancing policies) and health systems (anticipating ICU utilization) alike. Consequently, responses across institutions have been highly variable and with varying degrees of success. To help address these gaps we developed covidcounties.org and performed the technical validation reported in this work. The curation of COVID-19 case and death counts by The New York Times is an impressive effort by over 60 reporters to collect, curate and analyze a constantly growing and evolving dataset3. However, they acknowledge that the underlying data is extremely fragmented and comes from thousands of different sources at both the state and county levels and thus is inherently limited by accuracy, consistency, and timeliness. The New York Times notes that reported cases have been corrected mere hours after the initial report and there have been numerous instances where data has disappeared from databases without explanation. The New York Times has also chosen to count patients where they were treated rather than their place of residence and report on a number of geographic exceptions in their dataset ([https://github.com/nytimes/covid-19-data](https://github.com/nytimes/covid-19-data)) including the treatment of cities like New York City and Kansas City and the allocation of cases from cruise ships. Further, there are a subset of cases where the patient’s county of residence cannot or has not yet been identified which is generally a small fraction of a state’s total cases but can be a significant number in a small state like Rhode Island (Table 1). Taken together, these subtleties of the data collection process imply that the COVID-19 data from The New York Times may not exactly agree with the numbers reported by various state and county Departments of Public Health. We quantified the consistencies between The New York Times COVID-19 data and county (Figure 2A, 2B) and state (Figure 2D) Department of Public Health data and found the datasets to be largely comparable. Based on the exact agreement, it seems likely that The New York Times is deriving their data for Connecticut directly from the Connecticut Department of Public Health (Figure 2B). The comparison of our estimated hospitalized cases based on the simple model from Ferguson et al.7 with state (Figure 2C) and county (Figure 2B) reported hospitalizations revealed a systematic bias towards increased hospitalizations in our model. We suspect that this bias is due to a number of factors including time lags between the date of hospitalization and the results of testing, as well as miscalibration of the assumed 4.4% rate of hospitalization taken from the Ferguson model7,8,11. With the advent of the COVID-19 pandemic we have observed a trend towards government agencies at the municipal, county, state, and national levels making their data increasingly accessible for re-use and therefore provide potential value. However, many of the most popular tools which are built upon this freely available data do not provide their source code for further development. The Johns Hopkins dashboard2, which receives more than 1.2 billion hits per day, has made their data publicly available18, however, the source code for their dashboard is not made available for further development by third parties. Similarly, the IHME dashboard19 which has been referenced by the White House for making policy decisions20 has had their dashboard peer reviewed21, however, their epidemiological model has yet to be peer reviewed9. While IHME provides open source code on their data aggregation process ([https://github.com/beoutbreakprepared/nCoV2019](https://github.com/beoutbreakprepared/nCoV2019)) and some features of their model including the curve fitting of their projections ([https://github.com/ihmeuw-msca/CurveFit](https://github.com/ihmeuw-msca/CurveFit)), the whole dashboard is not open source. Additionally, many states and counties are using *Tableau*, a proprietary piece of software, to visualize COVID-1922 and as of 4/17/2020 there are 1,184 coronavirus dashboards on Tableau public23. While Tableau facilitates powerful data visualization, the software is not open source and requires a license for use. To promote further development of CovidCounties and fully leverage the available data we have implemented our website using the commonly used *R* and *Rshiny* frameworks, and made all of our source code freely available on github ([https://github.com/vivical/ButteLabCOVID](https://github.com/vivical/ButteLabCOVID)). CovidCounties represents an improvement over existing dashboards in terms of both scope and granularity. Existing COVID-19 dashboards generally focus either on county level data within a particular state (primarily at a static timepoint) or at the state level across the United States. We have developed an intuitive tool that facilitates temporal comparisons between all counties in the US. However, we are inherently limited by the availability of data. While CovidCounties’ estimation of ICU needs at the county level allows for higher resolution allocation of resources compared to the widely used state level model from IHME ([https://covid19.healthdata.org/united-states-of-america](https://covid19.healthdata.org/united-states-of-america)), zip code level data would further improve the value of these estimations for resource allocation. States like Maryland24, Arizona25, and South Carolina26 and counties like Johnson County, Kansas27, San Diego County, California28, and King County, Washington29 have already made zip code level data available. However, there are many states and counties that are hesitant to provide data of this granularity due to concerns over privacy thus highlighting the challenge of balancing privacy with public good. A limitation of CovidCounties is the inherent dependence on publicly available data. To date, most states and counties are primarily providing case and death data with an increasing number also providing hospitalization data. However, there is a severe lack of testing information. The lack of testing data limits the ability to make inferences on the infection rate in the population and the improvement of model trajectories. It has also been proposed that there has been an under ascertainment of cases especially in the asymptomatic30, which can influence case rates. States and counties are continuously ramping up testing and this sudden availability of tests can artificially distort counts by attributing individuals who were infected previously to a later date due to an earlier shortage of tests. These numbers are further complicated by the wide variety of commercially available tests that rely on different technologies with varying sensitivity and specificity. With its release, covidcounties.org represents a powerful open-source platform to empower non-data scientists to track the current trends of the COVID-19 pandemic at the county level to help facilitate policy and healthcare decisions which can help improve outcomes. We welcome volunteers (both technical and non-technical) to help us to further develop CovidCounties ([https://covidcounties.org/buttelabcovid/www/volunteers.html](https://covidcounties.org/buttelabcovid/www/volunteers.html)). ## Usage Notes A summary of the website features is available from the University of California, San Francisco [[https://ucsf.app.box.com/v/Covid19Townhall041720](https://ucsf.app.box.com/v/Covid19Townhall041720)]. A detailed tutorial illustrating use of the website is available on youtube.com ([https://youtu.be/5OHDSpLv1kY](https://youtu.be/5OHDSpLv1kY)). ## Code Availability The website source code is available on github ([https://github.com/vivical/ButteLabCOVID](https://github.com/vivical/ButteLabCOVID)). A version-controlled *Docker* [ref] container is also available on dockerhub ([https://hub.docker.com/r/pupster90/covid_tracker](https://hub.docker.com/r/pupster90/covid_tracker)). ## Data Availability Curated data on the state-wide implementation of social-distancing policies and curated validation data are hosted on datadryad.com ([https://datadryad.org/stash/share/whGecW9DWYmoAVMDdAHNF0z712Vbxrj9YwI5QKRAWUs](https://datadryad.org/stash/share/whGecW9DWYmoAVMDdAHNF0z712Vbxrj9YwI5QKRAWUs)). ## Data Availability Curated data on the state-wide implementation of social-distancing policies and curated validation data are hosted on datadryad.com [https://datadryad.org/stash/share/whGecW9DWYmoAVMDdAHNF0z712Vbxrj9YwI5QKRAWUs](https://datadryad.org/stash/share/whGecW9DWYmoAVMDdAHNF0z712Vbxrj9YwI5QKRAWUs) ## Contributions PB and AJB jointly conceived the initial concept. DA, PB, ME, BO, and RV participated in data acquisition, software development and website deployment. AM, VAR, and TZ participated in manual collection and curation of the state governmental policy data. DA, AM, VAR, and TZ contributed to the initial draft of the manuscript. All authors performed editing for important intellectual content. PB, AJB, BO, and VAR performed project management and overall supervision. ## Funding support Research reported in this publication was supported by funding from the UCSF Bakar Computational Health Sciences Institute and the National Center for Advancing Translational Sciences of the National Institutes of Health under award number UL1 TR001872. VAR was supported by the National Center for Advancing Translational Sciences, National Institutes of Health, through of the National Institutes of Health grant under award number TL1 TR001871. AJB was supported in part by the National Institute of Allergy and Infectious Diseases (Bioinformatics Support Contract HHSN316201200036W). The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health. ## Competing Interests The authors declare no relevant competing interests ## Acknowledgements The authors kindly acknowledge Amazon Web Services for donating the necessary computing resources for website hosting. * Received April 28, 2020. * Revision received April 28, 2020. * Accepted May 2, 2020. * © 2020, Posted by Cold Spring Harbor Laboratory This pre-print is available under a Creative Commons License (Attribution 4.0 International), CC BY 4.0, as described at [http://creativecommons.org/licenses/by/4.0/](http://creativecommons.org/licenses/by/4.0/) ## References 1. 1.World Health Organization. Novel Coronavirus - China. [https://www.who.int/csr/don/12-january-2020-novel-coronavirus-china/en/](https://www.who.int/csr/don/12-january-2020-novel-coronavirus-china/en/) (2020). 2. 2.Center for Systems Engineering and Science at Johns Hopkins. COVID-19 Dashboard. Coronavirus Resource Center [https://coronavirus.jhu.edu/map.html](https://coronavirus.jhu.edu/map.html) (2020). 3. 3.The New York Times. Coronavirus (Covid-19) Data in the United States. [https://github.com/nytimes/covid-19-data](https://github.com/nytimes/covid-19-data) (2020). 4. 4.The U.S. Census Bureau. U.S. Census Bureau’s 2014–2018 American Community Survey 5-year estimates. [https://www.census.gov/data/developers/data-sets/acs-5year.html](https://www.census.gov/data/developers/data-sets/acs-5year.html) (2020). 5. 5.Walker, K. tidycensus: Load US Census Boundary and Attribute Data as ‘tidyverse’ and ‘sf’- Ready Data Frames. R package version 0.9.6. [https://CRAN.R-project.org/package=tidycensus](https://CRAN.R-project.org/package=tidycensus) (2020). 6. 6.Kaiser Health News. Millions Of Older Americans Live In Counties With No ICU Beds As Pandemic Intensifies. [https://khn.org/news/as-coronavirus-spreads-widely-millions-of-older-americans-live-in-counties-with-no-icu-beds/](https://khn.org/news/as-coronavirus-spreads-widely-millions-of-older-americans-live-in-counties-with-no-icu-beds/) (2020). 7. 7.Ferguson, N. M. et al. Report 9: Impact of non-pharmaceutical interventions (NPIs) to reduce COVID-19 mortality and healthcare demand. [https://www.imperial.ac.uk/media/imperial-college/medicine/sph/ide/gida-fellowships/Imperial-College-COVID19-NPI-modelling-16-03-2020.pdf](https://www.imperial.ac.uk/media/imperial-college/medicine/sph/ide/gida-fellowships/Imperial-College-COVID19-NPI-modelling-16-03-2020.pdf) (2020). 8. 8.Predictive Healthcare at Penn Medicine. COVID-19 Hospital Impact Model for Epidemics (CHIME). [https://penn-chime.phl.io/](https://penn-chime.phl.io/) (2020). 9. 9.IHME COVID-19 Health Service Utilization Forecasting Team. Forecasting COVID-19 impact on hospital bed-days, ICU-days, ventilator-days and deaths by US state in the next 4 months. *Medrxiv* 2020.03.27.20043752 (2020) doi:10.1101/2020.03.27.20043752. [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoibWVkcnhpdiI7czo1OiJyZXNpZCI7czoyMToiMjAyMC4wMy4yNy4yMDA0Mzc1MnYxIjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjAvMDUvMDIvMjAyMC4wNC4yOC4yMDA4MzI3OS5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 10. 10.Enns, E. A. et al. Modeling the Impact of Social Distancing Measures on the spread of SARS-CoV-2 in Minnesota. [https://mn.gov/covid19/assets/MNmodeltech\_doc\_tcm1148-427724.pdf](https://mn.gov/covid19/assets/MNmodeltech_doc_tcm1148-427724.pdf) (2020). 11. 11.Biocomplexity Institute & Initiative University of Virginia. Estimation of COVID-19 Impact in Virginia. [https://covid19.biocomplexity.virginia.edu/sites/covid19.biocomplexity/files/COVID-19-UVA-MQDEL-FINDINGS-Apr13-2020-FINAL%20PRESS.pdf](https://covid19.biocomplexity.virginia.edu/sites/covid19.biocomplexity/files/COVID-19-UVA-MQDEL-FINDINGS-Apr13-2020-FINAL%20PRESS.pdf) (2020). 12. 12.R Core Team. R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. [https://www.R-project.org/](https://www.R-project.org/) (2019). 13. 13.Chang, W., Cheng, J., Allaire, J., Xie, Y. & McPherson, J. shiny: Web Application Framework for R. R package version 1.4.0. [https://CRAN.R-project.org/package=shiny](https://CRAN.R-project.org/package=shiny) (2019). 14. 14.Attali, D. shinyjs: Easily Improve the User Experience of Your Shiny Apps in Seconds. R package version 1.1. [https://CRAN.R-project.org/package=shinyjs](https://CRAN.R-project.org/package=shinyjs) (2020). 15. 15.Wickham, H. et al. Welcome to the Tidyverse. J Open Source Softw 4, 1686 (2019). 16. 16.Sievert, C. plotly for R. [https://plotly-r.com](https://plotly-r.com) (2018). 17. 17.AP News. South Dakota COVID cases top 1,100; meat plant worker dies. [https://apnews.com/b20cd0c7c71b828eb164fbe069050aac](https://apnews.com/b20cd0c7c71b828eb164fbe069050aac) (2020). 18. 18.Dong, E., Du, H. & Gardner, L. An interactive web-based dashboard to track COVID-19 in real time. Lancet Infect Dis (2020) doi:10.1016/s1473-3099(20)30120-1. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/s1473-3099(20)30120-1&link_type=DOI) 19. 19.IHME. COVID-19 Projections. [https://covid19.healthdata.org/united-states-of-america](https://covid19.healthdata.org/united-states-of-america) (2020). 20. 20.Ripley, B. Our COVID-19 forecasting model, otherwise known as “the Chris Murray Model”. [http://www.healthdata.org/acting-data/our-covid-19-forecasting-model-otherwise-known-chris-murray-model](http://www.healthdata.org/acting-data/our-covid-19-forecasting-model-otherwise-known-chris-murray-model) (2020). 21. 21.Xu, B. et al. Epidemiological data from the COVID-19 outbreak, real-time case information. Sci Data 7, 106 (2020). 22. 22.Anzilotti, E. How governments are using Tableau to keep you up-to-date on the coronavirus. [https://www.tableau.com/about/blog/2020/4/how-governments-are-using-tableau-keep-you-date-coronavirus](https://www.tableau.com/about/blog/2020/4/how-governments-are-using-tableau-keep-you-date-coronavirus) (2020). 23. 23.Tableau Public. [https://public.tableau.com/search/all/%23coronavirus](https://public.tableau.com/search/all/%23coronavirus) (2020). 24. 24.Maryland Department of Public Health. Coronavirus Disease 2019 (COVID-19) Outbreak. [https://coronavirus.maryland.gov/](https://coronavirus.maryland.gov/) (2020). 25. 25.Arizona Department of Health Services. Confirmed Covid-19 Cases by Zip Code. [https://adhsgis.maps.arcgis.com/apps/opsdashboard/index.html#/84b7f701060641ca8bd9ea0717790906](https://adhsgis.maps.arcgis.com/apps/opsdashboard/index.html#/84b7f701060641ca8bd9ea0717790906) (2020). 26. 26.South Carolina Department of Health and Environmental Control. SC Cases by County & ZIP Code (COVID-19). [https://scdhec.gov/infectious-diseases/viruses/coronavirus-disease-2019-covid-19/sc-cases-county-zip-code-covid-19](https://scdhec.gov/infectious-diseases/viruses/coronavirus-disease-2019-covid-19/sc-cases-county-zip-code-covid-19) (2020). 27. 27.Johnson County Kansas AIMS. Johnson County, KS - COVID-19 Update. [https://public.tableau.com/profile/mapper.of.the.day.mod.#!/vizhome/covid19\_joco\_public/Dashboard](https://public.tableau.com/profile/mapper.of.the.day.mod.#!/vizhome/covid19_joco_public/Dashboard) (2020). 28. 28.County of San Diego Health and Human Services Agency. County of San Diego Daily Coronavirus Disease 2019 (COVID-19) Summary of Cases by Zip Code of Residence. [https://www.sandiegocounty.gov/content/dam/sdc/hhsa/programs/phs/Epidemiology/COVID-19%20Summary%20of%20Cases%20by%20Zip%20Code.pdf](https://www.sandiegocounty.gov/content/dam/sdc/hhsa/programs/phs/Epidemiology/COVID-19%20Summary%20of%20Cases%20by%20Zip%20Code.pdf) (2020). 29. 29.Seattle and King County Public Health. King County COVID-19 outbreak summary. [https://kingcounty.gov/depts/health/communicable-diseases/disease-control/novel-coronavirus/data-dashboard.aspx](https://kingcounty.gov/depts/health/communicable-diseases/disease-control/novel-coronavirus/data-dashboard.aspx) (2020). 30. 30.Omori, R., Mizumoto, K. & Nishiura, H. Ascertainment rate of novel coronavirus disease (COVID-19) in Japan. *Medrxiv* 2020.03.09.20033183 (2020) doi:10.1101/2020.03.09.20033183. [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoibWVkcnhpdiI7czo1OiJyZXNpZCI7czoyMToiMjAyMC4wMy4wOS4yMDAzMzE4M3YxIjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjAvMDUvMDIvMjAyMC4wNC4yOC4yMDA4MzI3OS5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=)