<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>COVID-19 | Yuheng&#39;s Blog</title>
    <link>/tag/covid-19/</link>
      <atom:link href="/tag/covid-19/index.xml" rel="self" type="application/rss+xml" />
    <description>COVID-19</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><lastBuildDate>Sat, 10 Oct 2020 00:00:00 +0000</lastBuildDate>
    <image>
      <url>/images/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_2.png</url>
      <title>COVID-19</title>
      <link>/tag/covid-19/</link>
    </image>
    
    <item>
      <title>Shiny App -- Covid-19 Viewer</title>
      <link>/post/shiny-app-covid-19-viewer/</link>
      <pubDate>Sat, 10 Oct 2020 00:00:00 +0000</pubDate>
      <guid>/post/shiny-app-covid-19-viewer/</guid>
      <description>


&lt;div id=&#34;introduce-covid-19-view&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Introduce &lt;code&gt;Covid-19 view&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;This App is used to monitor global covid-19 cases and deaths, and it can compare the covid-19 cases in different countries.&lt;/p&gt;
&lt;p&gt;There are four tabs: &lt;code&gt;Map&lt;/code&gt;, &lt;code&gt;Table&lt;/code&gt;, &lt;code&gt;Graphs&lt;/code&gt;, and `About.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Map&lt;/code&gt;: This tab has two leaflet maps. The first one shows the global &lt;code&gt;cumulative_cases&lt;/code&gt;. The second one shows the global &lt;code&gt;cumulative_deaths&lt;/code&gt;. Because the dataset contains huge amount of values, the leaflet maps take much time to run. So, please be patient.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Table&lt;/code&gt;: This tab shows the latest covid-19 &lt;code&gt;new_cases&lt;/code&gt;, &lt;code&gt;cumulative_cases&lt;/code&gt;, &lt;code&gt;new_deaths&lt;/code&gt;, and &lt;code&gt;cumulative_deaths&lt;/code&gt; of selected countries. User can select multiple countries to compare them.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Graphs&lt;/code&gt;: There are one column plot and one line plot in this tab. The column plot help user compare the latest &lt;code&gt;cumulative_cases&lt;/code&gt; and &lt;code&gt;cumulative_deaths&lt;/code&gt; of selected countries. The line plot tells user the &lt;code&gt;new_cases&lt;/code&gt; and &lt;code&gt;new_deaths&lt;/code&gt; of selected countries. With these two plots, user can understand how successful selected countries control the coronavirus pandemic.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;About&lt;/code&gt;: This tab has short introduction about &lt;code&gt;Covid-19 viewer&lt;/code&gt; and its creator. It also contains the &lt;code&gt;Acknowledgments&lt;/code&gt; and &lt;code&gt;References&lt;/code&gt; sections.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can download this App from &lt;a href=&#34;https://github.com/etc5523-2020/shiny-assessment-ycui0008&#34;&gt;Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../img/shiny.png&#34; alt =&#34;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;This screenshot is an overview of &lt;code&gt;Covid-19 Viewer&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;self-review&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Self Review&lt;/h2&gt;
&lt;div id=&#34;what-did-i-do-well&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;What did I do well&lt;/h3&gt;
&lt;p&gt;First, this is my first time to do shiny, I did a lot of self study and complete it without any bugs.&lt;/p&gt;
&lt;p&gt;Second, it spends me 3 nights to deal with leaflet output for shiny app. During the process, I have trouble to create circle markers within leaflet maps. Thanks Stuart for helping me solve this problem!&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;what-are-the-points-i-can-improve-on&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;What are the points I can improve on?&lt;/h3&gt;
&lt;p&gt;Loading my leaflet map in the first tab is time-consuming. Every time a user change the slide bar, it would take at least 10 seconds to show the results.&lt;/p&gt;
&lt;p&gt;After completion of my About tab, I know a better way to write texts/paragraphs in shiny.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;what-are-some-things-that-id-like-to-add-thats-plausible&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;What are some things that I’d like to add that’s plausible?&lt;/h3&gt;
&lt;p&gt;First, I want to make the line plot in Graph tab animated. The animated plot would look more entertaining.&lt;/p&gt;
&lt;p&gt;Second, I want to make users be able to upload csv file in a tab called “Upload file”; after uploading the csv file, the App will draw maps and plots based on the latest dataset. This function can release the app maintainer from updating the covid-19 dataset every day.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;what-are-some-things-that-id-like-to-add-that-cannot-be-done-yet-due-to-limitation-in-data-or-technology&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;What are some things that I’d like to add that cannot be done yet due to limitation in data or technology?&lt;/h3&gt;
&lt;p&gt;In my plan, the leaflet map will look like the plot below, this plot is from &lt;a href=&#34;https://covid19.who.int/&#34;&gt;WHO Coronavirus Disease (COVID-19) Dashboard&lt;/a&gt;. But after several-days tries, I still could not figure it out.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../img/who-dashboard.png&#34; alt =&#34;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;I also plan to make it available for users to upload csv files by themselves. But after two days, I still cannot solve it.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>COVID-19 in Mexico</title>
      <link>/post/covid-19-in-mexico/</link>
      <pubDate>Wed, 09 Sep 2020 00:00:00 +0000</pubDate>
      <guid>/post/covid-19-in-mexico/</guid>
      <description>
&lt;script src=&#34;/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/pymjs/pym.v1.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/widgetframe-binding/widgetframe.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/plotly-binding/plotly.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/typedarray/typedarray.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/jquery/jquery.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;/rmarkdown-libs/crosstalk/css/crosstalk.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;/rmarkdown-libs/crosstalk/js/crosstalk.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;/rmarkdown-libs/plotly-htmlwidgets-css/plotly-htmlwidgets.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;/rmarkdown-libs/plotly-main/plotly-latest.min.js&#34;&gt;&lt;/script&gt;


&lt;div id=&#34;data-source&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Data source&lt;/h2&gt;
&lt;p&gt;The dataset used in this post is from &lt;a href=&#34;https://covid19.who.int/table&#34;&gt;World Health Organization (WHO)&lt;/a&gt;&lt;span class=&#34;citation&#34;&gt;(WHO 2020)&lt;/span&gt; on 15-09-2020.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;background-story&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Background story&lt;/h2&gt;
&lt;p&gt;Mexico and the U.S are neighbours. Because the U.S is much more developed than Mexico, there are many illegal immigrants from Mexico go across the border and live and/or work in the U.S.. The drug trafficking in Mexico is notorious. They commit crimes and the government can do little about them. However, surprisingly, during the coronavirus pandemic, criminal cartels provide food to poors and help hospitals procure the necessary equipment &lt;span class=&#34;citation&#34;&gt;(Pazzona 2020)&lt;/span&gt;. This strange story occurs mainly because of two reasons. First, the Mexico government does not have the capacity to organise effective operations to help poor people or hospitals. Second, the gangs’ income is decreasing due the coronavirus pandemic. So, they eagerly want the society back to normal.&lt;/p&gt;
&lt;p&gt;Like the U.S, the transmission classification in Mexico is community transmission as well (fig &lt;a href=&#34;#fig:map&#34;&gt;1&lt;/a&gt; shows the location of Mexico). Community transmission means the government lacks capacity to control the coronavirus pandemic or the residents do not follow the rules.&lt;/p&gt;
&lt;div class=&#34;figure&#34; style=&#34;text-align: center&#34;&gt;&lt;span id=&#34;fig:map&#34;&gt;&lt;/span&gt;
&lt;img src=&#34;/post/2020-09-09-covid-19-in-mexico.en_files/figure-html/map-1.png&#34; alt=&#34;Mexico and USA&#34; width=&#34;672&#34; /&gt;
&lt;p class=&#34;caption&#34;&gt;
Figure 1: Mexico and USA
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;what-does-the-data-tell-us&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;What does the data tell us&lt;/h2&gt;
&lt;p&gt;Fig &lt;a href=&#34;#fig:tab1&#34;&gt;2&lt;/a&gt; shows the &lt;code&gt;Date&lt;/code&gt;, &lt;code&gt;New cases&lt;/code&gt;, &lt;code&gt;Cumulative cases&lt;/code&gt;, &lt;code&gt;New deaths&lt;/code&gt;, and &lt;code&gt;Cumulative deaths&lt;/code&gt; of Mexico. Unlike Russia, the earliest date reported of Mexico was the end of February 2020. The highest daily new cases was 9556 on 3rd Aug 2020. The highest daily new deaths was 1091 on 5th Jun 2020.&lt;/p&gt;
&lt;p&gt;Fig &lt;a href=&#34;#fig:plot1&#34;&gt;3&lt;/a&gt; shows the red line (&lt;code&gt;New cases&lt;/code&gt;) increased dramatically after 1st Apr 2020. Daily new deaths is also surprisingly high; until now, the average of &lt;code&gt;new deaths&lt;/code&gt; is 353.02. The high &lt;code&gt;daily new cases&lt;/code&gt; will overwhelming Mexico’s hospitals and medical resources.&lt;/p&gt;
&lt;p&gt;Fig &lt;a href=&#34;#fig:plot2&#34;&gt;4&lt;/a&gt; shows that Mexico’s cumulative cases was at 7th highest globally, but its cumulative deaths was at 4th highest globally. So far, Mexico’s death toll from the pandemic is the 13th highest on a per capita basis &lt;span class=&#34;citation&#34;&gt;(Garcia and Gutierrez 2020)&lt;/span&gt;. According to World Bank database, Mexico’s hospital beds (per 1,000 people) was only 1.5 in 2015. As we know, the availability of CCB-ICU beds, mechanical ventilation and ECMO devices are critical for saving lives in the coronavirus pandemic. But the treatment is expensive, as well as the test. According to the World Bank, the poverty headcount ratio at national poverty lines (% of population) of Mexico was 41.9%. This is crucial because even poor people know they are infected, they can’t afford the treatment. In addition, because of coronavirus pandemic, people can hardly find a job — they have no income.&lt;/p&gt;
&lt;div class=&#34;figure&#34; style=&#34;text-align: center&#34;&gt;&lt;span id=&#34;fig:tab1&#34;&gt;&lt;/span&gt;
&lt;div id=&#34;htmlwidget-1&#34; style=&#34;width:100%;height:480px;&#34; class=&#34;widgetframe html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-1&#34;&gt;{&#34;x&#34;:{&#34;url&#34;:&#34;/post/2020-09-09-covid-19-in-mexico.en_files/figure-html//widgets/widget_tab1.html&#34;,&#34;options&#34;:{&#34;xdomain&#34;:&#34;*&#34;,&#34;allowfullscreen&#34;:false,&#34;lazyload&#34;:false}},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;p class=&#34;caption&#34;&gt;
Figure 2: COVID-19 cases reported in Mexico since 28-02-2020
&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;figure&#34; style=&#34;text-align: center&#34;&gt;&lt;span id=&#34;fig:plot1&#34;&gt;&lt;/span&gt;
&lt;div id=&#34;htmlwidget-2&#34; style=&#34;width:672px;height:480px;&#34; class=&#34;plotly html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-2&#34;&gt;{&#34;x&#34;:{&#34;data&#34;:[{&#34;x&#34;:[18320,18321,18322,18323,18324,18325,18326,18327,18328,18329,18330,18331,18332,18333,18334,18335,18336,18337,18338,18339,18340,18341,18342,18343,18344,18345,18346,18347,18348,18349,18350,18351,18352,18353,18354,18355,18356,18357,18358,18359,18360,18361,18362,18363,18364,18365,18366,18367,18368,18369,18370,18371,18372,18373,18374,18375,18376,18377,18378,18379,18380,18381,18382,18383,18384,18385,18386,18387,18388,18389,18390,18391,18392,18393,18394,18395,18396,18397,18398,18399,18400,18401,18402,18403,18404,18405,18406,18407,18408,18409,18410,18411,18412,18413,18414,18415,18416,18417,18418,18419,18420,18421,18422,18423,18424,18425,18426,18427,18428,18429,18430,18431,18432,18433,18434,18435,18436,18437,18438,18439,18440,18441,18442,18443,18444,18445,18446,18447,18448,18449,18450,18451,18452,18453,18454,18455,18456,18457,18458,18459,18460,18461,18462,18463,18464,18465,18466,18467,18468,18469,18470,18471,18472,18473,18474,18475,18476,18477,18478,18479,18480,18481,18482,18483,18484,18485,18486,18487,18488,18489,18490,18491,18492,18493,18494,18495,18496,18497,18498,18499,18500,18501,18502,18503,18504,18505,18506,18507,18508,18509,18510,18511,18512,18513,18514,18515,18516,18517,18518,18519],&#34;y&#34;:[6,0,0,3,0,0,0,0,0,2,0,0,0,4,1,14,15,12,29,11,21,46,0,0,87,119,0,108,0,111,128,131,145,101,121,163,132,178,202,253,296,346,396,260,403,375,442,353,385,448,450,578,622,764,511,729,1043,1089,1239,970,835,852,1223,1047,1425,1515,1349,1383,1434,1120,1609,1982,1906,1938,1562,1305,1997,1862,2409,2437,2112,2075,2414,2713,2248,2973,2960,3329,2764,2485,3455,3463,3377,3227,2885,3152,2771,3891,3912,4442,4346,3593,3484,2999,4199,4883,4790,5222,3494,4147,3427,4599,4930,5662,5030,4717,5343,4577,6288,5437,6104,5441,4410,4050,3805,5432,5681,6741,6740,6914,4683,4902,6258,6995,7280,6891,6094,4482,4685,7051,6149,6406,7257,7615,5311,5172,6859,6019,8438,7573,6751,5480,4973,7208,5752,7730,8458,9556,4853,4767,6148,6139,6590,6717,6495,4376,5558,6686,5858,7371,5618,6345,4448,3571,5506,5792,6775,5928,6482,3948,3541,4916,5267,6026,5824,5974,4129,3719,6476,4921,5937,6196,6319,4614,3486,5351,4647,4857,5935,5674],&#34;text&#34;:[&#34;date_reported: 2020-02-28&lt;br /&gt;cases:    6&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-02-29&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-01&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-02&lt;br /&gt;cases:    3&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-03&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-04&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-05&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-06&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-07&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-08&lt;br /&gt;cases:    2&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-09&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-10&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-11&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-12&lt;br /&gt;cases:    4&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-13&lt;br /&gt;cases:    1&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-14&lt;br /&gt;cases:   14&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-15&lt;br /&gt;cases:   15&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-16&lt;br /&gt;cases:   12&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-17&lt;br /&gt;cases:   29&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-18&lt;br /&gt;cases:   11&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-19&lt;br /&gt;cases:   21&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-20&lt;br /&gt;cases:   46&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-21&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-22&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-23&lt;br /&gt;cases:   87&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-24&lt;br /&gt;cases:  119&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-25&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-26&lt;br /&gt;cases:  108&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-27&lt;br /&gt;cases:    0&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-28&lt;br /&gt;cases:  111&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-29&lt;br /&gt;cases:  128&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-30&lt;br /&gt;cases:  131&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-03-31&lt;br /&gt;cases:  145&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-01&lt;br /&gt;cases:  101&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-02&lt;br /&gt;cases:  121&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-03&lt;br /&gt;cases:  163&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-04&lt;br /&gt;cases:  132&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-05&lt;br /&gt;cases:  178&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-06&lt;br /&gt;cases:  202&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-07&lt;br /&gt;cases:  253&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-08&lt;br /&gt;cases:  296&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-09&lt;br /&gt;cases:  346&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-10&lt;br /&gt;cases:  396&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-11&lt;br /&gt;cases:  260&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-12&lt;br /&gt;cases:  403&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-13&lt;br /&gt;cases:  375&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-14&lt;br /&gt;cases:  442&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-15&lt;br /&gt;cases:  353&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-16&lt;br /&gt;cases:  385&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-17&lt;br /&gt;cases:  448&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-18&lt;br /&gt;cases:  450&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-19&lt;br /&gt;cases:  578&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-20&lt;br /&gt;cases:  622&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-21&lt;br /&gt;cases:  764&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-22&lt;br /&gt;cases:  511&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-23&lt;br /&gt;cases:  729&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-24&lt;br /&gt;cases: 1043&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-25&lt;br /&gt;cases: 1089&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-26&lt;br /&gt;cases: 1239&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-27&lt;br /&gt;cases:  970&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-28&lt;br /&gt;cases:  835&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-29&lt;br /&gt;cases:  852&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-04-30&lt;br /&gt;cases: 1223&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-01&lt;br /&gt;cases: 1047&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-02&lt;br /&gt;cases: 1425&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-03&lt;br /&gt;cases: 1515&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-04&lt;br /&gt;cases: 1349&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-05&lt;br /&gt;cases: 1383&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-06&lt;br /&gt;cases: 1434&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-07&lt;br /&gt;cases: 1120&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-08&lt;br /&gt;cases: 1609&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-09&lt;br /&gt;cases: 1982&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-10&lt;br /&gt;cases: 1906&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-11&lt;br /&gt;cases: 1938&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-12&lt;br /&gt;cases: 1562&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-13&lt;br /&gt;cases: 1305&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-14&lt;br /&gt;cases: 1997&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-15&lt;br /&gt;cases: 1862&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-16&lt;br /&gt;cases: 2409&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-17&lt;br /&gt;cases: 2437&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-18&lt;br /&gt;cases: 2112&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-19&lt;br /&gt;cases: 2075&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-20&lt;br /&gt;cases: 2414&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-21&lt;br /&gt;cases: 2713&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-22&lt;br /&gt;cases: 2248&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-23&lt;br /&gt;cases: 2973&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-24&lt;br /&gt;cases: 2960&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-25&lt;br /&gt;cases: 3329&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-26&lt;br /&gt;cases: 2764&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-27&lt;br /&gt;cases: 2485&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-28&lt;br /&gt;cases: 3455&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-29&lt;br /&gt;cases: 3463&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-30&lt;br /&gt;cases: 3377&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-05-31&lt;br /&gt;cases: 3227&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-01&lt;br /&gt;cases: 2885&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-02&lt;br /&gt;cases: 3152&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-03&lt;br /&gt;cases: 2771&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-04&lt;br /&gt;cases: 3891&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-05&lt;br /&gt;cases: 3912&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-06&lt;br /&gt;cases: 4442&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-07&lt;br /&gt;cases: 4346&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-08&lt;br /&gt;cases: 3593&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-09&lt;br /&gt;cases: 3484&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-10&lt;br /&gt;cases: 2999&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-11&lt;br /&gt;cases: 4199&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-12&lt;br /&gt;cases: 4883&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-13&lt;br /&gt;cases: 4790&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-14&lt;br /&gt;cases: 5222&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-15&lt;br /&gt;cases: 3494&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-16&lt;br /&gt;cases: 4147&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-17&lt;br /&gt;cases: 3427&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-18&lt;br /&gt;cases: 4599&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-19&lt;br /&gt;cases: 4930&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-20&lt;br /&gt;cases: 5662&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-21&lt;br /&gt;cases: 5030&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-22&lt;br /&gt;cases: 4717&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-23&lt;br /&gt;cases: 5343&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-24&lt;br /&gt;cases: 4577&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-25&lt;br /&gt;cases: 6288&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-26&lt;br /&gt;cases: 5437&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-27&lt;br /&gt;cases: 6104&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-28&lt;br /&gt;cases: 5441&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-29&lt;br /&gt;cases: 4410&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-06-30&lt;br /&gt;cases: 4050&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-01&lt;br /&gt;cases: 3805&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-02&lt;br /&gt;cases: 5432&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-03&lt;br /&gt;cases: 5681&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-04&lt;br /&gt;cases: 6741&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-05&lt;br /&gt;cases: 6740&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-06&lt;br /&gt;cases: 6914&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-07&lt;br /&gt;cases: 4683&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-08&lt;br /&gt;cases: 4902&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-09&lt;br /&gt;cases: 6258&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-10&lt;br /&gt;cases: 6995&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-11&lt;br /&gt;cases: 7280&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-12&lt;br /&gt;cases: 6891&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-13&lt;br /&gt;cases: 6094&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-14&lt;br /&gt;cases: 4482&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-15&lt;br /&gt;cases: 4685&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-16&lt;br /&gt;cases: 7051&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-17&lt;br /&gt;cases: 6149&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-18&lt;br /&gt;cases: 6406&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-19&lt;br /&gt;cases: 7257&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-20&lt;br /&gt;cases: 7615&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-21&lt;br /&gt;cases: 5311&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-22&lt;br /&gt;cases: 5172&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-23&lt;br /&gt;cases: 6859&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-24&lt;br /&gt;cases: 6019&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-25&lt;br /&gt;cases: 8438&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-26&lt;br /&gt;cases: 7573&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-27&lt;br /&gt;cases: 6751&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-28&lt;br /&gt;cases: 5480&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-29&lt;br /&gt;cases: 4973&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-30&lt;br /&gt;cases: 7208&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-07-31&lt;br /&gt;cases: 5752&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-01&lt;br /&gt;cases: 7730&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-02&lt;br /&gt;cases: 8458&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-03&lt;br /&gt;cases: 9556&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-04&lt;br /&gt;cases: 4853&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-05&lt;br /&gt;cases: 4767&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-06&lt;br /&gt;cases: 6148&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-07&lt;br /&gt;cases: 6139&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-08&lt;br /&gt;cases: 6590&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-09&lt;br /&gt;cases: 6717&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-10&lt;br /&gt;cases: 6495&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-11&lt;br /&gt;cases: 4376&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-12&lt;br /&gt;cases: 5558&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-13&lt;br /&gt;cases: 6686&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-14&lt;br /&gt;cases: 5858&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-15&lt;br /&gt;cases: 7371&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-16&lt;br /&gt;cases: 5618&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-17&lt;br /&gt;cases: 6345&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-18&lt;br /&gt;cases: 4448&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-19&lt;br /&gt;cases: 3571&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-20&lt;br /&gt;cases: 5506&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-21&lt;br /&gt;cases: 5792&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-22&lt;br /&gt;cases: 6775&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-23&lt;br /&gt;cases: 5928&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-24&lt;br /&gt;cases: 6482&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-25&lt;br /&gt;cases: 3948&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-26&lt;br /&gt;cases: 3541&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-27&lt;br /&gt;cases: 4916&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-28&lt;br /&gt;cases: 5267&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-29&lt;br /&gt;cases: 6026&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-30&lt;br /&gt;cases: 5824&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-08-31&lt;br /&gt;cases: 5974&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-01&lt;br /&gt;cases: 4129&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-02&lt;br /&gt;cases: 3719&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-03&lt;br /&gt;cases: 6476&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-04&lt;br /&gt;cases: 4921&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-05&lt;br /&gt;cases: 5937&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-06&lt;br /&gt;cases: 6196&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-07&lt;br /&gt;cases: 6319&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-08&lt;br /&gt;cases: 4614&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-09&lt;br /&gt;cases: 3486&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-10&lt;br /&gt;cases: 5351&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-11&lt;br /&gt;cases: 4647&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-12&lt;br /&gt;cases: 4857&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-13&lt;br /&gt;cases: 5935&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;,&#34;date_reported: 2020-09-14&lt;br /&gt;cases: 5674&lt;br /&gt;type: new_cases&lt;br /&gt;type: new_cases&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;lines&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(248,118,109,1)&#34;,&#34;dash&#34;:&#34;solid&#34;},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;new_cases&#34;,&#34;legendgroup&#34;:&#34;new_cases&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[18320,18321,18322,18323,18324,18325,18326,18327,18328,18329,18330,18331,18332,18333,18334,18335,18336,18337,18338,18339,18340,18341,18342,18343,18344,18345,18346,18347,18348,18349,18350,18351,18352,18353,18354,18355,18356,18357,18358,18359,18360,18361,18362,18363,18364,18365,18366,18367,18368,18369,18370,18371,18372,18373,18374,18375,18376,18377,18378,18379,18380,18381,18382,18383,18384,18385,18386,18387,18388,18389,18390,18391,18392,18393,18394,18395,18396,18397,18398,18399,18400,18401,18402,18403,18404,18405,18406,18407,18408,18409,18410,18411,18412,18413,18414,18415,18416,18417,18418,18419,18420,18421,18422,18423,18424,18425,18426,18427,18428,18429,18430,18431,18432,18433,18434,18435,18436,18437,18438,18439,18440,18441,18442,18443,18444,18445,18446,18447,18448,18449,18450,18451,18452,18453,18454,18455,18456,18457,18458,18459,18460,18461,18462,18463,18464,18465,18466,18467,18468,18469,18470,18471,18472,18473,18474,18475,18476,18477,18478,18479,18480,18481,18482,18483,18484,18485,18486,18487,18488,18489,18490,18491,18492,18493,18494,18495,18496,18497,18498,18499,18500,18501,18502,18503,18504,18505,18506,18507,18508,18509,18510,18511,18512,18513,18514,18515,18516,18517,18518,18519],&#34;y&#34;:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,2,0,1,0,3,4,4,4,8,1,8,13,10,19,15,31,16,33,20,39,40,23,36,74,43,37,60,104,36,26,145,113,99,152,84,46,83,135,163,127,113,89,93,117,236,197,257,199,193,112,108,353,294,257,290,278,132,155,334,424,420,479,190,215,239,501,463,447,371,364,151,237,470,1091,817,625,341,188,354,596,708,587,504,424,269,439,730,770,667,647,387,1044,759,793,947,736,719,602,267,473,648,741,679,654,523,273,480,895,782,730,665,539,276,485,836,579,668,736,578,296,301,915,790,718,737,729,306,342,854,485,639,688,784,274,266,857,829,819,794,695,292,705,926,737,627,615,635,214,266,751,707,625,504,644,226,320,650,626,518,552,673,339,256,827,575,513,522,475,232,223,703,611,554,534,421],&#34;text&#34;:[&#34;date_reported: 2020-02-28&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-02-29&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-01&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-02&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-03&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-04&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-05&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-06&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-07&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-08&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-09&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-10&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-11&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-12&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-13&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-14&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-15&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-16&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-17&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-18&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-19&lt;br /&gt;cases:    1&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-20&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-21&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-22&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-23&lt;br /&gt;cases:    1&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-24&lt;br /&gt;cases:    2&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-25&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-26&lt;br /&gt;cases:    1&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-27&lt;br /&gt;cases:    0&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-28&lt;br /&gt;cases:    3&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-29&lt;br /&gt;cases:    4&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-30&lt;br /&gt;cases:    4&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-03-31&lt;br /&gt;cases:    4&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-01&lt;br /&gt;cases:    8&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-02&lt;br /&gt;cases:    1&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-03&lt;br /&gt;cases:    8&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-04&lt;br /&gt;cases:   13&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-05&lt;br /&gt;cases:   10&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-06&lt;br /&gt;cases:   19&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-07&lt;br /&gt;cases:   15&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-08&lt;br /&gt;cases:   31&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-09&lt;br /&gt;cases:   16&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-10&lt;br /&gt;cases:   33&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-11&lt;br /&gt;cases:   20&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-12&lt;br /&gt;cases:   39&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-13&lt;br /&gt;cases:   40&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-14&lt;br /&gt;cases:   23&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-15&lt;br /&gt;cases:   36&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-16&lt;br /&gt;cases:   74&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-17&lt;br /&gt;cases:   43&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-18&lt;br /&gt;cases:   37&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-19&lt;br /&gt;cases:   60&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-20&lt;br /&gt;cases:  104&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-21&lt;br /&gt;cases:   36&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-22&lt;br /&gt;cases:   26&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-23&lt;br /&gt;cases:  145&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-24&lt;br /&gt;cases:  113&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-25&lt;br /&gt;cases:   99&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-26&lt;br /&gt;cases:  152&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-27&lt;br /&gt;cases:   84&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-28&lt;br /&gt;cases:   46&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-29&lt;br /&gt;cases:   83&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-04-30&lt;br /&gt;cases:  135&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-01&lt;br /&gt;cases:  163&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-02&lt;br /&gt;cases:  127&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-03&lt;br /&gt;cases:  113&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-04&lt;br /&gt;cases:   89&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-05&lt;br /&gt;cases:   93&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-06&lt;br /&gt;cases:  117&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-07&lt;br /&gt;cases:  236&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-08&lt;br /&gt;cases:  197&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-09&lt;br /&gt;cases:  257&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-10&lt;br /&gt;cases:  199&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-11&lt;br /&gt;cases:  193&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-12&lt;br /&gt;cases:  112&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-13&lt;br /&gt;cases:  108&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-14&lt;br /&gt;cases:  353&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-15&lt;br /&gt;cases:  294&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-16&lt;br /&gt;cases:  257&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-17&lt;br /&gt;cases:  290&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-18&lt;br /&gt;cases:  278&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-19&lt;br /&gt;cases:  132&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-20&lt;br /&gt;cases:  155&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-21&lt;br /&gt;cases:  334&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-22&lt;br /&gt;cases:  424&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-23&lt;br /&gt;cases:  420&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-24&lt;br /&gt;cases:  479&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-25&lt;br /&gt;cases:  190&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-26&lt;br /&gt;cases:  215&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-27&lt;br /&gt;cases:  239&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-28&lt;br /&gt;cases:  501&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-29&lt;br /&gt;cases:  463&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-30&lt;br /&gt;cases:  447&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-05-31&lt;br /&gt;cases:  371&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-01&lt;br /&gt;cases:  364&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-02&lt;br /&gt;cases:  151&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-03&lt;br /&gt;cases:  237&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-04&lt;br /&gt;cases:  470&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-05&lt;br /&gt;cases: 1091&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-06&lt;br /&gt;cases:  817&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-07&lt;br /&gt;cases:  625&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-08&lt;br /&gt;cases:  341&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-09&lt;br /&gt;cases:  188&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-10&lt;br /&gt;cases:  354&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-11&lt;br /&gt;cases:  596&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-12&lt;br /&gt;cases:  708&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-13&lt;br /&gt;cases:  587&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-14&lt;br /&gt;cases:  504&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-15&lt;br /&gt;cases:  424&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-16&lt;br /&gt;cases:  269&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-17&lt;br /&gt;cases:  439&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-18&lt;br /&gt;cases:  730&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-19&lt;br /&gt;cases:  770&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-20&lt;br /&gt;cases:  667&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-21&lt;br /&gt;cases:  647&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-22&lt;br /&gt;cases:  387&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-23&lt;br /&gt;cases: 1044&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-24&lt;br /&gt;cases:  759&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-25&lt;br /&gt;cases:  793&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-26&lt;br /&gt;cases:  947&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-27&lt;br /&gt;cases:  736&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-28&lt;br /&gt;cases:  719&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-29&lt;br /&gt;cases:  602&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-06-30&lt;br /&gt;cases:  267&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-01&lt;br /&gt;cases:  473&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-02&lt;br /&gt;cases:  648&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-03&lt;br /&gt;cases:  741&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-04&lt;br /&gt;cases:  679&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-05&lt;br /&gt;cases:  654&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-06&lt;br /&gt;cases:  523&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-07&lt;br /&gt;cases:  273&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-08&lt;br /&gt;cases:  480&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-09&lt;br /&gt;cases:  895&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-10&lt;br /&gt;cases:  782&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-11&lt;br /&gt;cases:  730&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-12&lt;br /&gt;cases:  665&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-13&lt;br /&gt;cases:  539&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-14&lt;br /&gt;cases:  276&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-15&lt;br /&gt;cases:  485&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-16&lt;br /&gt;cases:  836&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-17&lt;br /&gt;cases:  579&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-18&lt;br /&gt;cases:  668&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-19&lt;br /&gt;cases:  736&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-20&lt;br /&gt;cases:  578&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-21&lt;br /&gt;cases:  296&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-22&lt;br /&gt;cases:  301&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-23&lt;br /&gt;cases:  915&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-24&lt;br /&gt;cases:  790&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-25&lt;br /&gt;cases:  718&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-26&lt;br /&gt;cases:  737&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-27&lt;br /&gt;cases:  729&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-28&lt;br /&gt;cases:  306&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-29&lt;br /&gt;cases:  342&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-30&lt;br /&gt;cases:  854&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-07-31&lt;br /&gt;cases:  485&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-01&lt;br /&gt;cases:  639&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-02&lt;br /&gt;cases:  688&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-03&lt;br /&gt;cases:  784&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-04&lt;br /&gt;cases:  274&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-05&lt;br /&gt;cases:  266&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-06&lt;br /&gt;cases:  857&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-07&lt;br /&gt;cases:  829&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-08&lt;br /&gt;cases:  819&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-09&lt;br /&gt;cases:  794&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-10&lt;br /&gt;cases:  695&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-11&lt;br /&gt;cases:  292&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-12&lt;br /&gt;cases:  705&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-13&lt;br /&gt;cases:  926&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-14&lt;br /&gt;cases:  737&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-15&lt;br /&gt;cases:  627&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-16&lt;br /&gt;cases:  615&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-17&lt;br /&gt;cases:  635&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-18&lt;br /&gt;cases:  214&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-19&lt;br /&gt;cases:  266&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-20&lt;br /&gt;cases:  751&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-21&lt;br /&gt;cases:  707&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-22&lt;br /&gt;cases:  625&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-23&lt;br /&gt;cases:  504&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-24&lt;br /&gt;cases:  644&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-25&lt;br /&gt;cases:  226&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-26&lt;br /&gt;cases:  320&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-27&lt;br /&gt;cases:  650&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-28&lt;br /&gt;cases:  626&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-29&lt;br /&gt;cases:  518&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-30&lt;br /&gt;cases:  552&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-08-31&lt;br /&gt;cases:  673&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-01&lt;br /&gt;cases:  339&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-02&lt;br /&gt;cases:  256&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-03&lt;br /&gt;cases:  827&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-04&lt;br /&gt;cases:  575&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-05&lt;br /&gt;cases:  513&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-06&lt;br /&gt;cases:  522&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-07&lt;br /&gt;cases:  475&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-08&lt;br /&gt;cases:  232&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-09&lt;br /&gt;cases:  223&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-10&lt;br /&gt;cases:  703&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-11&lt;br /&gt;cases:  611&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-12&lt;br /&gt;cases:  554&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-13&lt;br /&gt;cases:  534&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;,&#34;date_reported: 2020-09-14&lt;br /&gt;cases:  421&lt;br /&gt;type: new_deaths&lt;br /&gt;type: new_deaths&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;lines&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,191,196,1)&#34;,&#34;dash&#34;:&#34;solid&#34;},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;new_deaths&#34;,&#34;legendgroup&#34;:&#34;new_deaths&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null}],&#34;layout&#34;:{&#34;margin&#34;:{&#34;t&#34;:26.2283105022831,&#34;r&#34;:7.30593607305936,&#34;b&#34;:40.1826484018265,&#34;l&#34;:54.7945205479452},&#34;plot_bgcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;paper_bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;xaxis&#34;:{&#34;domain&#34;:[0,1],&#34;automargin&#34;:true,&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;range&#34;:[18310.05,18528.95],&#34;tickmode&#34;:&#34;array&#34;,&#34;ticktext&#34;:[&#34;2020-03-01&#34;,&#34;2020-04-01&#34;,&#34;2020-05-01&#34;,&#34;2020-06-01&#34;,&#34;2020-07-01&#34;,&#34;2020-08-01&#34;,&#34;2020-09-01&#34;],&#34;tickvals&#34;:[18322,18353,18383,18414,18444,18475,18506],&#34;categoryorder&#34;:&#34;array&#34;,&#34;categoryarray&#34;:[&#34;2020-03-01&#34;,&#34;2020-04-01&#34;,&#34;2020-05-01&#34;,&#34;2020-06-01&#34;,&#34;2020-07-01&#34;,&#34;2020-08-01&#34;,&#34;2020-09-01&#34;],&#34;nticks&#34;:null,&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;y&#34;,&#34;title&#34;:{&#34;text&#34;:&#34;Date reported&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187}},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;yaxis&#34;:{&#34;domain&#34;:[0,1],&#34;automargin&#34;:true,&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;range&#34;:[-477.8,10033.8],&#34;tickmode&#34;:&#34;array&#34;,&#34;ticktext&#34;:[&#34;0&#34;,&#34;2500&#34;,&#34;5000&#34;,&#34;7500&#34;,&#34;10000&#34;],&#34;tickvals&#34;:[0,2500,5000,7500,10000],&#34;categoryorder&#34;:&#34;array&#34;,&#34;categoryarray&#34;:[&#34;0&#34;,&#34;2500&#34;,&#34;5000&#34;,&#34;7500&#34;,&#34;10000&#34;],&#34;nticks&#34;:null,&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;x&#34;,&#34;title&#34;:{&#34;text&#34;:&#34;cases&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187}},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;shapes&#34;:[{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:null,&#34;line&#34;:{&#34;color&#34;:null,&#34;width&#34;:0,&#34;linetype&#34;:[]},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0,&#34;x1&#34;:1,&#34;y0&#34;:0,&#34;y1&#34;:1}],&#34;showlegend&#34;:true,&#34;legend&#34;:{&#34;bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;bordercolor&#34;:&#34;transparent&#34;,&#34;borderwidth&#34;:1.88976377952756,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;y&#34;:1},&#34;hovermode&#34;:&#34;closest&#34;,&#34;barmode&#34;:&#34;relative&#34;},&#34;config&#34;:{&#34;doubleClick&#34;:&#34;reset&#34;,&#34;showSendToCloud&#34;:false},&#34;source&#34;:&#34;A&#34;,&#34;attrs&#34;:{&#34;3e5c1175787c&#34;:{&#34;x&#34;:{},&#34;y&#34;:{},&#34;colour&#34;:{},&#34;type&#34;:&#34;scatter&#34;}},&#34;cur_data&#34;:&#34;3e5c1175787c&#34;,&#34;visdat&#34;:{&#34;3e5c1175787c&#34;:[&#34;function (y) &#34;,&#34;x&#34;]},&#34;highlight&#34;:{&#34;on&#34;:&#34;plotly_click&#34;,&#34;persistent&#34;:false,&#34;dynamic&#34;:false,&#34;selectize&#34;:false,&#34;opacityDim&#34;:0.2,&#34;selected&#34;:{&#34;opacity&#34;:1},&#34;debounce&#34;:0},&#34;shinyEvents&#34;:[&#34;plotly_hover&#34;,&#34;plotly_click&#34;,&#34;plotly_selected&#34;,&#34;plotly_relayout&#34;,&#34;plotly_brushed&#34;,&#34;plotly_brushing&#34;,&#34;plotly_clickannotation&#34;,&#34;plotly_doubleclick&#34;,&#34;plotly_deselect&#34;,&#34;plotly_afterplot&#34;,&#34;plotly_sunburstclick&#34;],&#34;base_url&#34;:&#34;https://plot.ly&#34;},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;p class=&#34;caption&#34;&gt;
Figure 3: Daily new cases and new deaths in Mexico
&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;figure&#34; style=&#34;text-align: center&#34;&gt;&lt;span id=&#34;fig:plot2&#34;&gt;&lt;/span&gt;
&lt;img src=&#34;/post/2020-09-09-covid-19-in-mexico.en_files/figure-html/plot2-1.png&#34; alt=&#34;Cumulative cases vs. Cumulative deaths on 15-09-2020&#34; width=&#34;672&#34; /&gt;
&lt;p class=&#34;caption&#34;&gt;
Figure 4: Cumulative cases vs. Cumulative deaths on 15-09-2020
&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;my-viewpoint&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;My viewpoint&lt;/h3&gt;
&lt;p&gt;The global coronavirus pandemic slows down global ecnomy dramatically in 2020, and the situation may last for years. The control ability and the efficiency of governments and the industrial power of countries are tested in the circumstance. Latin American countries don’t have strong industrial base, so they can’t manufacture important medical devices by themselves. Most of the medical equipments are imported. The hopital beds per 1000 people is an indicator which represents the ability that a country dealing with the emergency situation like this time. Also, the cooperation of residents is important as well. In order to pass the difficult time, people must follow the instructions of national health department.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgements&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Acknowledgements&lt;/h2&gt;
&lt;p&gt;The packages used for producing this post are:&lt;/p&gt;
&lt;p&gt;tidyverse &lt;span class=&#34;citation&#34;&gt;(Wickham et al. 2019)&lt;/span&gt;, janitor &lt;span class=&#34;citation&#34;&gt;(Firke 2020)&lt;/span&gt;, plotly &lt;span class=&#34;citation&#34;&gt;(Sievert 2020)&lt;/span&gt;, DT &lt;span class=&#34;citation&#34;&gt;(Xie, Cheng, and Tan 2020)&lt;/span&gt;, knitr &lt;span class=&#34;citation&#34;&gt;(Xie 2014)&lt;/span&gt;, readr &lt;span class=&#34;citation&#34;&gt;(Wickham, Hester, and Francois 2018)&lt;/span&gt;, ggmap &lt;span class=&#34;citation&#34;&gt;(Kahle and Wickham 2013)&lt;/span&gt;, ggthemes &lt;span class=&#34;citation&#34;&gt;(Arnold 2019)&lt;/span&gt;, gridExtra &lt;span class=&#34;citation&#34;&gt;(Auguie 2017)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The poverty data and hospital bed data are gathered from &lt;strong&gt;the World Bank open data&lt;/strong&gt; &lt;span class=&#34;citation&#34;&gt;(Knippenberg et al. 2020)&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;references&#34; class=&#34;section level1 unnumbered&#34;&gt;
&lt;h1&gt;References&lt;/h1&gt;
&lt;div id=&#34;refs&#34; class=&#34;references&#34;&gt;
&lt;div id=&#34;ref-ggthemes&#34;&gt;
&lt;p&gt;Arnold, Jeffrey B. 2019. &lt;em&gt;Ggthemes: Extra Themes, Scales and Geoms for ’Ggplot2’&lt;/em&gt;. &lt;a href=&#34;https://CRAN.R-project.org/package=ggthemes&#34;&gt;https://CRAN.R-project.org/package=ggthemes&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-gridExtra&#34;&gt;
&lt;p&gt;Auguie, Baptiste. 2017. &lt;em&gt;GridExtra: Miscellaneous Functions for &#34;Grid&#34; Graphics&lt;/em&gt;. &lt;a href=&#34;https://CRAN.R-project.org/package=gridExtra&#34;&gt;https://CRAN.R-project.org/package=gridExtra&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-janitor&#34;&gt;
&lt;p&gt;Firke, Sam. 2020. &lt;em&gt;Janitor: Simple Tools for Examining and Cleaning Dirty Data&lt;/em&gt;. &lt;a href=&#34;https://CRAN.R-project.org/package=janitor&#34;&gt;https://CRAN.R-project.org/package=janitor&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-garcia&#34;&gt;
&lt;p&gt;Garcia, David Alire, and Miguel Angel Gutierrez. 2020. “Mexico’s Confirmed Coronavirus Deaths Rise to 70,604.” &lt;em&gt;Msn&lt;/em&gt;. &lt;a href=&#34;https://www.msn.com/en-au/lifestyle/wellbeing/mexico-s-confirmed-coronavirus-deaths-rise-to-70-604/ar-BB18YobE&#34;&gt;https://www.msn.com/en-au/lifestyle/wellbeing/mexico-s-confirmed-coronavirus-deaths-rise-to-70-604/ar-BB18YobE&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-ggmap&#34;&gt;
&lt;p&gt;Kahle, David, and Hadley Wickham. 2013. “Ggmap: Spatial Visualization with Ggplot2.” &lt;em&gt;The R Journal&lt;/em&gt; 5 (1): 144–61. &lt;a href=&#34;https://journal.r-project.org/archive/2013-1/kahle-wickham.pdf&#34;&gt;https://journal.r-project.org/archive/2013-1/kahle-wickham.pdf&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-twb&#34;&gt;
&lt;p&gt;Knippenberg, Erwin, Emi Suzuki, John Baffes, and E. Purdie. 2020. “World Bank Open Data.” &lt;em&gt;Data&lt;/em&gt;. The World Bank. &lt;a href=&#34;https://data.worldbank.org/&#34;&gt;https://data.worldbank.org/&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-pazzona&#34;&gt;
&lt;p&gt;Pazzona, Matteo. 2020. “Coronavirus: Crime Cartels Helping Communities Will Extract a High Price in Years to Come.” &lt;em&gt;The Conversation&lt;/em&gt;. &lt;a href=&#34;https://theconversation.com/coronavirus-crime-cartels-helping-communities-will-extract-a-high-price-in-years-to-come-138592&#34;&gt;https://theconversation.com/coronavirus-crime-cartels-helping-communities-will-extract-a-high-price-in-years-to-come-138592&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-plotly&#34;&gt;
&lt;p&gt;Sievert, Carson. 2020. &lt;em&gt;Interactive Web-Based Data Visualization with R, Plotly, and Shiny&lt;/em&gt;. Chapman; Hall/CRC. &lt;a href=&#34;https://plotly-r.com&#34;&gt;https://plotly-r.com&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-who&#34;&gt;
&lt;p&gt;WHO. 2020. “WHO Coronavirus Disease (Covid-19) Dashboard,” August. &lt;a href=&#34;https://covid19.who.int/table&#34;&gt;https://covid19.who.int/table&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-tidyverse&#34;&gt;
&lt;p&gt;Wickham, Hadley, Mara Averick, Jennifer Bryan, Winston Chang, Lucy D’Agostino McGowan, Romain FranC’ois, Garrett Grolemund, et al. 2019. “Welcome to the tidyverse.” &lt;em&gt;Journal of Open Source Software&lt;/em&gt; 4 (43): 1686. &lt;a href=&#34;https://doi.org/10.21105/joss.01686&#34;&gt;https://doi.org/10.21105/joss.01686&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-readr&#34;&gt;
&lt;p&gt;Wickham, Hadley, Jim Hester, and Romain Francois. 2018. &lt;em&gt;Readr: Read Rectangular Text Data&lt;/em&gt;. &lt;a href=&#34;https://CRAN.R-project.org/package=readr&#34;&gt;https://CRAN.R-project.org/package=readr&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-knitr&#34;&gt;
&lt;p&gt;Xie, Yihui. 2014. “Knitr: A Comprehensive Tool for Reproducible Research in R.” In &lt;em&gt;Implementing Reproducible Computational Research&lt;/em&gt;, edited by Victoria Stodden, Friedrich Leisch, and Roger D. Peng. Chapman; Hall/CRC. &lt;a href=&#34;http://www.crcpress.com/product/isbn/9781466561595&#34;&gt;http://www.crcpress.com/product/isbn/9781466561595&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-DT&#34;&gt;
&lt;p&gt;Xie, Yihui, Joe Cheng, and Xianying Tan. 2020. &lt;em&gt;DT: A Wrapper of the Javascript Library ’Datatables’&lt;/em&gt;. &lt;a href=&#34;https://CRAN.R-project.org/package=DT&#34;&gt;https://CRAN.R-project.org/package=DT&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>COVID-19 in Russia</title>
      <link>/post/covid-19-in-russia/</link>
      <pubDate>Sun, 30 Aug 2020 00:00:00 +0000</pubDate>
      <guid>/post/covid-19-in-russia/</guid>
      <description>
&lt;script src=&#34;/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/pymjs/pym.v1.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/widgetframe-binding/widgetframe.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/kePrint/kePrint.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/plotly-binding/plotly.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/typedarray/typedarray.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/jquery/jquery.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;/rmarkdown-libs/crosstalk/css/crosstalk.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;/rmarkdown-libs/crosstalk/js/crosstalk.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;/rmarkdown-libs/plotly-htmlwidgets-css/plotly-htmlwidgets.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;/rmarkdown-libs/plotly-main/plotly-latest.min.js&#34;&gt;&lt;/script&gt;


&lt;p&gt;The first post is about COVID19 in Russia.&lt;/p&gt;
&lt;div id=&#34;data-source&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Data source&lt;/h2&gt;
&lt;p&gt;The dataset used in this post is from &lt;a href=&#34;https://covid19.who.int/table&#34;&gt;World Health Organization (WHO)&lt;/a&gt;&lt;span class=&#34;citation&#34;&gt;(WHO 2020)&lt;/span&gt; and the data source is &lt;strong&gt;Russian Federal State Statistics Service&lt;/strong&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;about-russia&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;About Russia&lt;/h2&gt;
&lt;p&gt;WHO classifies COVID-19 transmission in Russia as &lt;em&gt;clusters of cases&lt;/em&gt;. WHO defines clusters of cases as “cases that are clustered in time, geographic location and or by common exposures”.&lt;/p&gt;
&lt;p&gt;Russia has 146,748,590 people. It has large country area but only a small proportion of the areas in which people are willing to live. This could be one of reasons of &lt;em&gt;clusters of cases&lt;/em&gt; in Russia. Fig&lt;a href=&#34;#fig:tab1&#34;&gt;1&lt;/a&gt; shows the COVID-19 cases reported in Russia since 31st, Jan 2020; we can see that the largest number of new cases was on 27th Apr (12559 new cases on this day).&lt;/p&gt;
&lt;div class=&#34;figure&#34; style=&#34;text-align: center&#34;&gt;&lt;span id=&#34;fig:tab1&#34;&gt;&lt;/span&gt;
&lt;div id=&#34;htmlwidget-1&#34; style=&#34;width:100%;height:480px;&#34; class=&#34;widgetframe html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-1&#34;&gt;{&#34;x&#34;:{&#34;url&#34;:&#34;/post/2020-08-30-covid-19-in-russia.en_files/figure-html//widgets/widget_tab1.html&#34;,&#34;options&#34;:{&#34;xdomain&#34;:&#34;*&#34;,&#34;allowfullscreen&#34;:false,&#34;lazyload&#34;:false}},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;p class=&#34;caption&#34;&gt;
Figure 1: COVID-19 cases reported in Russia since 2020-01-31
&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Table &lt;a href=&#34;#tab:sumtab&#34;&gt;1&lt;/a&gt; shows the statistic summary of four variables — new cases, cumulative cases, new deaths, and cumulative deaths. The max of cumulative cases and cumulative deaths means the latest numbers, while the max of new cases and new deaths shows the peaks for these two variables. This table is not informative enough. So, I draw a boxplot (Fig&lt;a href=&#34;#fig:boxplot&#34;&gt;2&lt;/a&gt;). The boxplot uses y-axis scales and transformations because when I put deaths and new cases in a same plot, the deaths can be hardly seen if they share same y-scale. The boxplot for new cases is left-skewed, which means newly reported cases are still high. In other words, Russia government is trying to control the virus spreading but does not succeed yet.&lt;/p&gt;
&lt;table class=&#34;table table-striped table-hover&#34; style=&#34;margin-left: auto; margin-right: auto;&#34;&gt;
&lt;caption&gt;
&lt;span id=&#34;tab:sumtab&#34;&gt;Table 1: &lt;/span&gt;Summary table
&lt;/caption&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
vairble
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
min
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
Q1
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
median
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
mean
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
Q3
&lt;/th&gt;
&lt;th style=&#34;text-align:left;&#34;&gt;
max
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
new_cases
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
0.00
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
53.75
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
5224.00
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
4647.86
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
7743.50
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
12559.00
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Cumulative cases
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
6
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
438
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
267443
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
355441
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
695871
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
985346
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
new_deaths
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
0.00
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
0.00
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
91.50
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
80.31
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
135.75
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
232.00
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
Cumulative deaths
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
0
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
0
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
2478
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
5310
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
10537
&lt;/td&gt;
&lt;td style=&#34;text-align:left;&#34;&gt;
17025
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class=&#34;figure&#34; style=&#34;text-align: center&#34;&gt;&lt;span id=&#34;fig:boxplot&#34;&gt;&lt;/span&gt;
&lt;div id=&#34;htmlwidget-2&#34; style=&#34;width:672px;height:480px;&#34; class=&#34;plotly html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-2&#34;&gt;{&#34;x&#34;:{&#34;data&#34;:[{&#34;x&#34;:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],&#34;y&#34;:[0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,0.778151250383644,5.60835805963517,5.05854369320837,3.36865871239223,0.845098040014257,5.6179204058294,5.09361077223516,3.44357587975026,0.845098040014257,5.62710048715959,5.12932567960774,3.54998361115969,0.845098040014257,5.63576212880496,5.16216995735385,3.61794343482897,0.903089986991944,5.64454493427886,5.19136716573756,3.67495294804857,1.04139268515823,5.65305227781001,5.21992229584543,3.73150818359603,1.04139268515823,5.66151832527133,5.24836567161272,3.80229471139746,1.04139268515823,5.66994229766243,5.27383200619582,3.87488751084611,1.04139268515823,5.67820688641031,5.29814540763779,4.00565231535507,1.04139268515823,5.68596822902571,5.32157357742337,4.07616693934493,1.04139268515823,5.69342529963998,5.34506775399859,4.13302767289988,1.57978359661681,5.70108074944176,5.36594263286078,4.1978316933289,1.57978359661681,5.70878025546284,5.38430143190997,4.26311507618134,1.57978359661681,5.71611106871208,5.40182256640972,4.32432361870059,1.57978359661681,5.72342611601749,5.41969641543527,4.38898878512471,1.98677173426624,5.730144088331,5.43463755545609,4.44619531301464,1.98677173426624,5.73676131574843,5.44986700754292,4.50525853837094,2.17897694729317,5.74296145513027,5.46341216338323,4.56576520045215,2.29885307640971,5.74903330259816,5.47703583507168,4.63198123087624,2.40312052117582,5.75516034906253,5.4895436636733,4.63198123087624,2.48572142648158,5.76113968316914,5.50181758760568,4.72232948070309,2.48572142648158,5.76691823829052,5.51381401222177,4.76342050566249,2.6414741105041,5.7725270677139,5.52618673051586,4.79777288462191,2.6414741105041,5.77793766975383,5.53716527320239,4.83646337149203,2.81822589361396,5.78310354097651,5.54829972429666,4.83646337149203,2.92427928606188,5.78816412720041,5.55911867715089,4.87266896215114,3.01535975540921,5.79294751079607,5.56899915434908,4.94025244129259,3.10174707394637,5.79771476540259,5.57869764671866,4.97108092927384,3.18582535961296,5.80238850285188,5.58840953844253,4.99738201521556,3.18582535961296,5.80696371079241,5.59832533290442,5.02734145193326,3.26410915630581,5.81147379273995,5.94046368904573,5.93260768531571,5.92426946262322,5.81584660891527,5.94306644084947,5.93521646324703,5.92708433266713,5.82030985532109,5.94563941341805,5.93783221547189,5.92986321155884,5.82470038926477,5.94818597782207,5.85365928167446,5.84150337705787,5.8289916120432,5.95068315540689,5.85766231433102,5.84558913543216,5.83330715278072,5.95308236007215,5.86163117546485,5.84960427209938,5.83750131810471,5.95554392356558,5.86551792715058,5.97188834718945,5.96513252835726,5.95797008500498,5.86920061374198,5.97409976969859,5.96742862243525,5.96038657427523,5.87295359294567,5.97633897245666,5.96964558034905,5.96278779956388,5.87667787969917,5.9785899580991,5.90038788689032,5.8906925775349,5.88035791554262,5.98079801696948,5.90355063762133,5.89394365064341,5.88390945149633,5.98294612677269,5.90672282399635,5.89718157357416,5.88736182404871,5.98506208876373,5.90981535183262,5.9935887579139,5.98715884491198,5.91281700968057,5.98926110775919,5.91567151408003,5.99140551745853,5.91854929174326,5.92142582059017],&#34;hoverinfo&#34;:&#34;y&#34;,&#34;type&#34;:&#34;box&#34;,&#34;fillcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;marker&#34;:{&#34;opacity&#34;:null,&#34;outliercolor&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;},&#34;size&#34;:5.66929133858268},&#34;line&#34;:{&#34;color&#34;:&#34;rgba(248,118,109,1)&#34;,&#34;width&#34;:1.88976377952756},&#34;name&#34;:&#34;cumulative_cases&#34;,&#34;legendgroup&#34;:&#34;cumulative_cases&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],&#34;y&#34;:[0.954242509439325,null,1.23044892137827,null,null,1.38021124171161,null,null,1.47712125471966,null,null,null,1.53147891704226,null,null,1.76342799356294,1.63346845557959,null,null,1.88081359228079,1.65321251377534,null,null,1.9731278535997,1.67209785793572,null,null,2.02530586526477,null,null,null,2.11394335230684,null,null,null,2.17026171539496,null,null,null,2.23044892137827,null,null,null,2.29666519026153,null,null,null,2.3654879848909,null,null,null,2.43616264704076,null,null,2.65896484266443,2.49554433754645,null,null,2.71011736511182,2.55750720190566,null,null,2.74429298312268,2.55750720190566,null,null,2.78887511577542,null,null,null,2.78887511577542,0.301029995663981,null,null,2.83314711191279,0.477121254719662,null,null,2.8998205024271,0.602059991327962,null,null,2.93801909747621,0.903089986991944,null,null,2.98766626492627,0.954242509439325,null,null,3.03059972196595,4.13994202306998,3.96941591235398,3.67145055421249,3.06781451116184,4.14497873802003,3.97936624239616,3.68618923424402,3.08707120590654,4.14792353898061,3.98600993185326,3.70217195085771,3.10720996964787,4.15008068623349,3.99383286661399,3.71725431276255,3.13225968953104,4.15250238046113,4.0011710149414,3.73110505121592,3.16166741243774,4.15688216443938,4.00693645136429,3.74256803436614,3.18667386749975,4.16106838547117,4.01266853389633,3.75777549101193,3.21085336531489,4.16453129630543,4.02094105986232,3.76782349800752,3.23628527744803,4.16805530345914,4.02804229509075,3.77604707118178,3.26173854735254,4.17184341957958,4.03514945777346,3.78830981210705,3.28216877830464,4.17408889546369,4.04206334943216,3.80332052357875,3.30297993674825,4.17612021105609,4.04941186087108,3.81504617606463,3.32551566336315,4.17986763127041,4.05442152446254,3.82704601700473,3.34478512263266,4.18355453361886,4.05838805999333,3.83435711271841,3.36267092972567,4.18706927123042,4.06498182169731,3.84185980977506,3.38345629652475,4.19027565655696,4.07077646284344,3.85070748537454,3.40432046722173,4.19359761029809,4.07689519386605,3.86236993712288,3.4201208480857,4.19548452303376,4.08361010516231,3.8737854608182,3.43488812086732,4.19700472802305,4.08802971784271,3.8842287696326,3.45285933579585,4.2006316548101,4.09138554207837,3.89437145385624,3.47304880508854,4.20382130251655,4.09436629833613,3.90319854704298,3.49122157623928,4.20679890038155,4.09968064110925,3.9090744014009,3.51174971134498,4.20922002306499,4.10533983980529,3.91413151263089,3.52994340165867,4.21245396104028,4.1103202968403,3.92215432523106,3.54912592675811,4.21439343125521,4.11547737418647,3.93008263339237,3.56026539786271,4.21611309731518,4.12031064263646,3.93475087466358,3.58058287681437,4.2192700858854,4.12283819408927,3.94354397715345,3.59857166348214,4.22227414979656,4.12561137189746,3.9527440240149,3.61721009455743,4.22541267286595,4.13046242928158,3.95775091087728,3.64087877870162,4.22824632625525,4.13586381379987,3.96217985290877,3.65848838130902,4.23108712058482],&#34;hoverinfo&#34;:&#34;y&#34;,&#34;type&#34;:&#34;box&#34;,&#34;fillcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;marker&#34;:{&#34;opacity&#34;:null,&#34;outliercolor&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;},&#34;size&#34;:5.66929133858268},&#34;line&#34;:{&#34;color&#34;:&#34;rgba(124,174,0,1)&#34;,&#34;width&#34;:1.88976377952756},&#34;name&#34;:&#34;cumulative_deaths&#34;,&#34;legendgroup&#34;:&#34;cumulative_deaths&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],&#34;y&#34;:[0.778151250383644,3.89943745428618,2.69897000433602,0,null,3.98331048579412,2.64345267648619,null,null,4.02665581387704,2.88705437805096,null,null,4.02452671438715,2.77887447200274,0,null,4.00440736417633,2.76492298464989,0.477121254719662,null,4.02362278987901,2.81822589361396,null,null,4.05041842724513,2.9795483747041,null,null,4.02934318751911,3.06220580881971,null,null,4.03410682970764,3.42061577062577,null,null,4.04186620272129,3.25188145455253,null,null,4.06654953876193,3.22193559982801,1.43136376415899,null,4.03738665258238,3.33965015761368,null,null,4.00121432528618,3.40790054014264,null,null,3.99886936388234,3.44310645673727,null,null,4.02522391517831,3.52994340165867,1.77085201164214,null,3.96378782734556,3.53756725715268,null,null,3.98717450108754,3.60959440922522,1.73239375982297,null,3.95065688250451,3.67988194211286,1.68124123737559,null,3.96675166405138,3.78247262416629,1.73239375982297,null,3.94270236888867,null,1.72427586960079,null,3.94689419510233,3.99607365448528,null,null,3.94909712511292,3.71899963787872,2.12057393120585,null,3.97469587190968,3.67888241467074,null,null,3.93444794894897,3.76708162136332,2.34242268082221,null,3.95162889383664,null,2.26007138798507,null,3.95012134751137,3.77568324902604,2.29225607135648,null,3.92106189079028,4.09895506043847,2.35793484700045,null,3.9227773419288,3.80692577688373,2.43136376415899,null,3.93308216236979,3.76648720623969,null,null,3.95192007352029,3.85119717617416,2.4814426285023,null,3.96698602511794,3.73191094211687,3.73893903120348,3.81663894489846,3.95592815689695,3.71256552787331,3.73735169580371,3.82994669594164,3.94758074930432,3.71633728788955,3.73455982157948,3.82723999950565,3.93125440641641,3.72156331835748,3.80400305472961,3.82164451754222,3.94600988476576,3.71941415970259,3.81703622605003,3.82840207849159,3.9408152086508,3.71700440704055,3.81351427154188,3.82026715716096,3.94718856552609,3.71508367069493,3.82184092720045,3.92448604373392,3.9534697432534,3.70910028155117,3.82026715716096,3.94344504902503,3.95351808144499,3.6941662959332,3.82052984852352,3.95361474169064,3.93424588102307,3.70774045427377,3.81537848496592,3.93981866282138,3.69626899674553,3.70389295363254,3.79574102086924,3.94620655384278,3.68948644836425,3.7045794496963,3.80767030123048,3.91624333046534,3.67651071028255,3.70423633730879,3.80807586809131,3.91634865227546,3.68376726142531,3.77378644498119,3.8065869343278,3.89448221501009,3.67988194211286,3.76656155263753,3.79476679794082,3.89153745767256,3.68752896121463,3.76804581410242,3.78597012513201,3.90156729002845,3.69205336503408,3.7670073639498,3.87069645798925,3.89702195606036,3.68592079219454,3.76425087543877,3.85588243003604,3.88806711340744,3.67614468035621,3.76871208037766,3.85205280869785,3.88081359228079,3.67172808823956,3.76079931163072,3.83250891270624,3.69381485388942,3.6698745024898,3.75089392038213,3.83581735429347,3.67311310423823,3.73199144901893,3.83193373046675,3.68385720540035,3.73838412351216,3.82730464108973,3.74107277237332,3.8256208250035],&#34;hoverinfo&#34;:&#34;y&#34;,&#34;type&#34;:&#34;box&#34;,&#34;fillcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;marker&#34;:{&#34;opacity&#34;:null,&#34;outliercolor&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;},&#34;size&#34;:5.66929133858268},&#34;line&#34;:{&#34;color&#34;:&#34;rgba(0,191,196,1)&#34;,&#34;width&#34;:1.88976377952756},&#34;name&#34;:&#34;new_cases&#34;,&#34;legendgroup&#34;:&#34;new_cases&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],&#34;y&#34;:[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0.301029995663981,null,null,null,0,null,null,null,0,null,null,null,0.602059991327962,null,null,null,0,null,null,null,null,2.18752072083646,2.13987908640124,1.98227123303957,0.903089986991944,2.33445375115093,2.20951501454263,1.72427586960079,0.845098040014257,2.16731733474818,2.26007138798507,1.76342799356294,0.778151250383644,2.24551266781415,2.25042000230889,1.88081359228079,0.602059991327962,2.22530928172586,2.22788670461367,1.97772360528885,0.954242509439325,2.12710479836481,2.15836249209525,1.93449845124357,0.301029995663981,2.13033376849501,2.29446622616159,1.94448267215017,0.301029995663981,2.29666519026153,2.12710479836481,1.99122607569249,1.04139268515823,2.2380461031288,2.04921802267018,2.01703333929878,1.25527250510331,2.24551266781415,2.23299611039215,1.94448267215017,1.25527250510331,2.2405492482826,2.33445375115093,1.9731278535997,1.07918124604762,2.27415784926368,2.2405492482826,2.02938377768521,1.38021124171161,2.11394335230684,2.26245108973043,1.98227123303957,1.25527250510331,2.01703333929878,2.05690485133647,1.96848294855394,1.34242268082221,2.24303804868629,2.07554696139253,2.05307844348342,1.44715803134222,2.19312459835446,2.15533603746506,2.07554696139253,1.53147891704226,2.22271647114758,2.28555730900777,1.9731278535997,1.61278385671974,2.26951294421792,2.28780172993023,1.95904139232109,1.60205999132796,2.09342168516224,2.26007138798507,2.06069784035361,1.68124123737559,1.97772360528885,2.25767857486918,2.13033376849501,null,1.92941892571429,2.20682587603185,2.10380372095596,1.97772360528885,2.1846914308176,2.03742649794062,2.17609125905568,1.75587485567249,2.21748394421391,1.97772360528885,2.14301480025409,1.6232492903979,2.16731733474818,2.1846914308176,2.1846914308176,1.77815125038364,2.18752072083646,2.18752072083646,1.96378782734556,null,2.16435285578444,1.96378782734556,2.2405492482826,1.81954393554187,1.88649072517248,2.24551266781415,2.20682587603185,2.05307844348342,1.92941892571429,2.27415784926368,2.2405492482826,1.86332286012046,2.17609125905568,2.01703333929878,2.3654879848909,2.02118929906994,2.22788670461367,1.96848294855394,2.25767857486918,2.00432137378264,2.11058971029925,1.88649072517248,2.06445798922692,1.89762709129044,2.20682587603185,1.84509804001426,2.07554696139253,2.15836249209525,1.97772360528885,2.11394335230684,2.11058971029925,2.14301480025409,1.84509804001426,2.11058971029925,2.08278537031645,2.06818586174616,1.83250891270624,2.09342168516224,1.86332286012046,2.04139268515822,1.74036268949424,2.05690485133647,1.81291335664286,1.95424250943932,2.12057393120585,2.07554696139253,2.07918124604762,2.04532297878666,2.06069784035361,2.08278537031645,2.04139268515822],&#34;hoverinfo&#34;:&#34;y&#34;,&#34;type&#34;:&#34;box&#34;,&#34;fillcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;marker&#34;:{&#34;opacity&#34;:null,&#34;outliercolor&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;},&#34;size&#34;:5.66929133858268},&#34;line&#34;:{&#34;color&#34;:&#34;rgba(199,124,255,1)&#34;,&#34;width&#34;:1.88976377952756},&#34;name&#34;:&#34;new_deaths&#34;,&#34;legendgroup&#34;:&#34;new_deaths&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;frame&#34;:null}],&#34;layout&#34;:{&#34;margin&#34;:{&#34;t&#34;:26.2283105022831,&#34;r&#34;:7.30593607305936,&#34;b&#34;:40.1826484018265,&#34;l&#34;:54.7945205479452},&#34;plot_bgcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;paper_bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;xaxis&#34;:{&#34;domain&#34;:[0,1],&#34;automargin&#34;:true,&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;range&#34;:[0.4,4.6],&#34;tickmode&#34;:&#34;array&#34;,&#34;ticktext&#34;:[&#34;cumulative_cases&#34;,&#34;cumulative_deaths&#34;,&#34;new_cases&#34;,&#34;new_deaths&#34;],&#34;tickvals&#34;:[1,2,3,4],&#34;categoryorder&#34;:&#34;array&#34;,&#34;categoryarray&#34;:[&#34;cumulative_cases&#34;,&#34;cumulative_deaths&#34;,&#34;new_cases&#34;,&#34;new_deaths&#34;],&#34;nticks&#34;:null,&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;y&#34;,&#34;title&#34;:{&#34;text&#34;:&#34;type&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187}},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;yaxis&#34;:{&#34;domain&#34;:[0,1],&#34;automargin&#34;:true,&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;range&#34;:[-0.299679437895695,6.29326819580959],&#34;tickmode&#34;:&#34;array&#34;,&#34;ticktext&#34;:[&#34;1e+01&#34;,&#34;1e+03&#34;,&#34;1e+05&#34;],&#34;tickvals&#34;:[1,3,5],&#34;categoryorder&#34;:&#34;array&#34;,&#34;categoryarray&#34;:[&#34;1e+01&#34;,&#34;1e+03&#34;,&#34;1e+05&#34;],&#34;nticks&#34;:null,&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;x&#34;,&#34;title&#34;:{&#34;text&#34;:&#34;Cases (log10)&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187}},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;shapes&#34;:[{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:null,&#34;line&#34;:{&#34;color&#34;:null,&#34;width&#34;:0,&#34;linetype&#34;:[]},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0,&#34;x1&#34;:1,&#34;y0&#34;:0,&#34;y1&#34;:1}],&#34;showlegend&#34;:true,&#34;legend&#34;:{&#34;bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;bordercolor&#34;:&#34;transparent&#34;,&#34;borderwidth&#34;:1.88976377952756,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;y&#34;:0.96751968503937},&#34;annotations&#34;:[{&#34;text&#34;:&#34;type&#34;,&#34;x&#34;:1.02,&#34;y&#34;:1,&#34;showarrow&#34;:false,&#34;ax&#34;:0,&#34;ay&#34;:0,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;xref&#34;:&#34;paper&#34;,&#34;yref&#34;:&#34;paper&#34;,&#34;textangle&#34;:-0,&#34;xanchor&#34;:&#34;left&#34;,&#34;yanchor&#34;:&#34;bottom&#34;,&#34;legendTitle&#34;:true}],&#34;hovermode&#34;:&#34;closest&#34;,&#34;barmode&#34;:&#34;relative&#34;},&#34;config&#34;:{&#34;doubleClick&#34;:&#34;reset&#34;,&#34;showSendToCloud&#34;:false},&#34;source&#34;:&#34;A&#34;,&#34;attrs&#34;:{&#34;3b3cb19bf0&#34;:{&#34;x&#34;:{},&#34;y&#34;:{},&#34;colour&#34;:{},&#34;type&#34;:&#34;box&#34;}},&#34;cur_data&#34;:&#34;3b3cb19bf0&#34;,&#34;visdat&#34;:{&#34;3b3cb19bf0&#34;:[&#34;function (y) &#34;,&#34;x&#34;]},&#34;highlight&#34;:{&#34;on&#34;:&#34;plotly_click&#34;,&#34;persistent&#34;:false,&#34;dynamic&#34;:false,&#34;selectize&#34;:false,&#34;opacityDim&#34;:0.2,&#34;selected&#34;:{&#34;opacity&#34;:1},&#34;debounce&#34;:0},&#34;shinyEvents&#34;:[&#34;plotly_hover&#34;,&#34;plotly_click&#34;,&#34;plotly_selected&#34;,&#34;plotly_relayout&#34;,&#34;plotly_brushed&#34;,&#34;plotly_brushing&#34;,&#34;plotly_clickannotation&#34;,&#34;plotly_doubleclick&#34;,&#34;plotly_deselect&#34;,&#34;plotly_afterplot&#34;,&#34;plotly_sunburstclick&#34;],&#34;base_url&#34;:&#34;https://plot.ly&#34;},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;p class=&#34;caption&#34;&gt;
Figure 2: Boxplot for four cumulative cases, cumulative deaths, new cases, and new deaths
&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Fig&lt;a href=&#34;#fig:lineplot&#34;&gt;3&lt;/a&gt; supports my conclusion above. Some pitfalls in the red line indicates the test results were not reported at these days.&lt;/p&gt;
&lt;div class=&#34;figure&#34; style=&#34;text-align: center&#34;&gt;&lt;span id=&#34;fig:lineplot&#34;&gt;&lt;/span&gt;
&lt;img src=&#34;/post/2020-08-30-covid-19-in-russia.en_files/figure-html/lineplot-1.png&#34; alt=&#34;Line plot illustrates the new cases and new death trend in Russia since 2020-01-31&#34; width=&#34;672&#34; /&gt;
&lt;p class=&#34;caption&#34;&gt;
Figure 3: Line plot illustrates the new cases and new death trend in Russia since 2020-01-31
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;my-viewpoint&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;My viewpoint&lt;/h2&gt;
&lt;p&gt;The bad situation in Russia will continue affecting its economy in at least next six months. Russia’s economy is vulnerable and Russia government wants eagerly to do their best for reopen their markets. Russia president, Putin, even allowed the coronavirus vaccine to skip crucial trials (i.e. testing in a larger number of humans to confirm its effectiveness) and claimed one of his daughters had been jabbed &lt;span class=&#34;citation&#34;&gt;(Cockburn 2020)&lt;/span&gt;. All these actions are becuase Russia cannot wait any longer. However, the bad news is covid-19 is mutated along time &lt;span class=&#34;citation&#34;&gt;(Groch and Mannix 2020)&lt;/span&gt;. We don’t know whether the vaccine will be still effective in future, even in next month.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;acknowledgements&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Acknowledgements&lt;/h2&gt;
&lt;p&gt;The packages used for producing this post are:&lt;/p&gt;
&lt;p&gt;tidyverse &lt;span class=&#34;citation&#34;&gt;(Wickham et al. 2019)&lt;/span&gt;, janitor &lt;span class=&#34;citation&#34;&gt;(Firke 2020)&lt;/span&gt;, plotly &lt;span class=&#34;citation&#34;&gt;(Sievert 2020)&lt;/span&gt;, DT &lt;span class=&#34;citation&#34;&gt;(Xie, Cheng, and Tan 2020)&lt;/span&gt;, knitr &lt;span class=&#34;citation&#34;&gt;(Xie 2014)&lt;/span&gt;, kableExtra &lt;span class=&#34;citation&#34;&gt;(Zhu 2019)&lt;/span&gt;, readr &lt;span class=&#34;citation&#34;&gt;(Wickham, Hester, and Francois 2018)&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;references&#34; class=&#34;section level2 unnumbered&#34;&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;div id=&#34;refs&#34; class=&#34;references&#34;&gt;
&lt;div id=&#34;ref-abcnews&#34;&gt;
&lt;p&gt;Cockburn, Paige. 2020. “Why Development of Russia’s Covid-19 Vaccine Is ’Reckless’.” &lt;em&gt;ABC News&lt;/em&gt;. ABC News. &lt;a href=&#34;https://www.abc.net.au/news/2020-08-13/australian-experts-react-to-sputnik-vaccine-news-reckless/12552028&#34;&gt;https://www.abc.net.au/news/2020-08-13/australian-experts-react-to-sputnik-vaccine-news-reckless/12552028&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-janitor&#34;&gt;
&lt;p&gt;Firke, Sam. 2020. &lt;em&gt;Janitor: Simple Tools for Examining and Cleaning Dirty Data&lt;/em&gt;. &lt;a href=&#34;https://CRAN.R-project.org/package=janitor&#34;&gt;https://CRAN.R-project.org/package=janitor&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-groch&#34;&gt;
&lt;p&gt;Groch, Sherryn, and Liam Mannix. 2020. “The Same Coronavirus Strain Turned up in an Australian and a Tiger. How?” &lt;em&gt;The Sydney Morning Herald&lt;/em&gt;. The Sydney Morning Herald. &lt;a href=&#34;https://www.smh.com.au/national/the-same-coronavirus-strain-turned-up-in-an-australian-and-a-tiger-how-20200622-p554wq.html&#34;&gt;https://www.smh.com.au/national/the-same-coronavirus-strain-turned-up-in-an-australian-and-a-tiger-how-20200622-p554wq.html&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-plotly&#34;&gt;
&lt;p&gt;Sievert, Carson. 2020. &lt;em&gt;Interactive Web-Based Data Visualization with R, Plotly, and Shiny&lt;/em&gt;. Chapman; Hall/CRC. &lt;a href=&#34;https://plotly-r.com&#34;&gt;https://plotly-r.com&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-who&#34;&gt;
&lt;p&gt;WHO. 2020. “WHO Coronavirus Disease (Covid-19) Dashboard,” August. &lt;a href=&#34;https://covid19.who.int/table&#34;&gt;https://covid19.who.int/table&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-tidyverse&#34;&gt;
&lt;p&gt;Wickham, Hadley, Mara Averick, Jennifer Bryan, Winston Chang, Lucy D’Agostino McGowan, Romain FranC’ois, Garrett Grolemund, et al. 2019. “Welcome to the tidyverse.” &lt;em&gt;Journal of Open Source Software&lt;/em&gt; 4 (43): 1686. &lt;a href=&#34;https://doi.org/10.21105/joss.01686&#34;&gt;https://doi.org/10.21105/joss.01686&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-readr&#34;&gt;
&lt;p&gt;Wickham, Hadley, Jim Hester, and Romain Francois. 2018. &lt;em&gt;Readr: Read Rectangular Text Data&lt;/em&gt;. &lt;a href=&#34;https://CRAN.R-project.org/package=readr&#34;&gt;https://CRAN.R-project.org/package=readr&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-knitr&#34;&gt;
&lt;p&gt;Xie, Yihui. 2014. “Knitr: A Comprehensive Tool for Reproducible Research in R.” In &lt;em&gt;Implementing Reproducible Computational Research&lt;/em&gt;, edited by Victoria Stodden, Friedrich Leisch, and Roger D. Peng. Chapman; Hall/CRC. &lt;a href=&#34;http://www.crcpress.com/product/isbn/9781466561595&#34;&gt;http://www.crcpress.com/product/isbn/9781466561595&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-DT&#34;&gt;
&lt;p&gt;Xie, Yihui, Joe Cheng, and Xianying Tan. 2020. &lt;em&gt;DT: A Wrapper of the Javascript Library ’Datatables’&lt;/em&gt;. &lt;a href=&#34;https://CRAN.R-project.org/package=DT&#34;&gt;https://CRAN.R-project.org/package=DT&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;ref-kableExtra&#34;&gt;
&lt;p&gt;Zhu, Hao. 2019. &lt;em&gt;KableExtra: Construct Complex Table with ’Kable’ and Pipe Syntax&lt;/em&gt;. &lt;a href=&#34;https://CRAN.R-project.org/package=kableExtra&#34;&gt;https://CRAN.R-project.org/package=kableExtra&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>
